Joas Schilling
|
d683e0d3d1
|
Automatically cut the token name on the first level
Signed-off-by: Joas Schilling <coding@schilljs.com>
|
2022-03-23 21:38:53 +01:00 |
|
Joas Schilling
|
343476f54f
|
Fix unit tests
Signed-off-by: Joas Schilling <coding@schilljs.com>
|
2022-03-23 11:00:34 +01:00 |
|
Joas Schilling
|
89e293d3fd
|
Test disabled for now due to multiple reasons
see https://github.com/nextcloud/server/pull/31580#issuecomment-1069182234 for details
Signed-off-by: Joas Schilling <coding@schilljs.com>
|
2022-03-22 17:07:48 +01:00 |
|
Joas Schilling
|
0acd4b5f82
|
Merge pull request #31235 from nextcloud/techdebt/noid/extract-request-id
Extract request id handling to dedicated class so it can be injected without DB dependency
|
2022-03-22 12:08:45 +01:00 |
|
Christopher Ng
|
108abd77ed
|
Add profile default setting for admin
Signed-off-by: Christopher Ng <chrng8@gmail.com>
|
2022-03-18 02:55:12 +00:00 |
|
Christopher Ng
|
1fc0b4320c
|
Add global profile toggle config
Signed-off-by: Christopher Ng <chrng8@gmail.com>
|
2022-03-18 02:55:12 +00:00 |
|
Christopher Ng
|
2d9d0702f0
|
Add method to set all account properties from json
Signed-off-by: Christopher Ng <chrng8@gmail.com>
|
2022-03-17 16:33:19 +00:00 |
|
Christopher Ng
|
a99d33c72d
|
Discard duplicate collection name from account serialization
Signed-off-by: Christopher Ng <chrng8@gmail.com>
|
2022-03-17 04:27:39 +00:00 |
|
Joas Schilling
|
04a4562a01
|
Merge pull request #31513 from nextcloud/techdebt/noid/enforce-primary-keys
Enforce primary keys as they are required to be performant in MySQL c…
|
2022-03-15 10:53:11 +01:00 |
|
Joas Schilling
|
21f96308c4
|
Overwrite the channel
Signed-off-by: Joas Schilling <coding@schilljs.com>
|
2022-03-10 16:16:30 +01:00 |
|
Joas Schilling
|
1970d3dc9a
|
Add a test for primary keys
Signed-off-by: Joas Schilling <coding@schilljs.com>
|
2022-03-10 14:04:04 +01:00 |
|
Julius Härtl
|
bd03dd37be
|
Allow to set a strict-dynamic CSP through the API
Signed-off-by: Julius Härtl <jus@bitgrid.net>
|
2022-03-09 15:10:27 +01:00 |
|
Robin Appelman
|
917c74e214
|
type fixes
Signed-off-by: Robin Appelman <robin@icewind.nl>
|
2022-03-04 16:30:16 +01:00 |
|
Robin Appelman
|
d81713e5c1
|
simplify setup of circular SetupManager<->Manager
Signed-off-by: Robin Appelman <robin@icewind.nl>
|
2022-03-04 16:30:09 +01:00 |
|
Robin Appelman
|
22875bf367
|
move logic to decide what to setup to setupmanager
Signed-off-by: Robin Appelman <robin@icewind.nl>
|
2022-03-04 16:30:03 +01:00 |
|
Robin Appelman
|
1c468129af
|
adjust tests to new fs setup
Signed-off-by: Robin Appelman <robin@icewind.nl>
|
2022-03-04 16:29:59 +01:00 |
|
Robin Appelman
|
8b22a463e9
|
Merge pull request #31266 from nextcloud/root-setup-mountprovider
move root mount setup to mountproviders
|
2022-03-04 13:44:05 +00:00 |
|
John Molakvoæ
|
821a0dc875
|
Merge pull request #31387 from nextcloud/fix/common-main-core-script-order
|
2022-03-04 14:37:41 +01:00 |
|
John Molakvoæ
|
58d516b509
|
Make sure common and main core scripts are loaded first
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
|
2022-03-04 10:22:56 +01:00 |
|
Julius Härtl
|
2dd96fe8da
|
Fix tests
Signed-off-by: Julius Härtl <jus@bitgrid.net>
|
2022-02-28 11:24:41 +01:00 |
|
Julius Härtl
|
eede608c0e
|
Add event logging to app loading
Signed-off-by: Julius Härtl <jus@bitgrid.net>
|
2022-02-28 11:24:41 +01:00 |
|
Robin Appelman
|
d08d0ebdda
|
skip localstorage dependend user test when not using local user storage
Signed-off-by: Robin Appelman <robin@icewind.nl>
|
2022-02-25 16:33:11 +01:00 |
|
Robin Appelman
|
8b7c8447a0
|
move root mount setup to mountproviders
Signed-off-by: Robin Appelman <robin@icewind.nl>
|
2022-02-24 17:21:42 +01:00 |
|
Robin Appelman
|
cfb7923e08
|
store mountprovider for each mount in the mounts table
this enabled more fine grained filesystem setup
Signed-off-by: Robin Appelman <robin@icewind.nl>
|
2022-02-23 18:02:33 +01:00 |
|
Joas Schilling
|
d078d53683
|
Fix tests
Signed-off-by: Joas Schilling <coding@schilljs.com>
|
2022-02-23 11:01:58 +01:00 |
|
Joas Schilling
|
cc6653e45c
|
Adjust and add unit tests
Signed-off-by: Joas Schilling <coding@schilljs.com>
|
2022-02-23 11:01:58 +01:00 |
|
Christoph Wurst
|
cb252c5591
|
Add Transactional trait for atomic DB operations
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
|
2022-02-17 09:58:41 +01:00 |
|
Christopher Ng
|
e485451eed
|
Add test
Signed-off-by: Christopher Ng <chrng8@gmail.com>
|
2022-02-11 23:34:25 +00:00 |
|
Robin Appelman
|
2673775f6e
|
fix fs cache test user setup
Signed-off-by: Robin Appelman <robin@icewind.nl>
|
2022-02-09 16:01:28 +01:00 |
|
Christoph Wurst
|
cd7a217c29
|
Merge pull request #31007 from nextcloud/enhancement/bootstrap-calendar-resource-room-backend-registration
Move calendar resource/room backend registration to IBootstrap
|
2022-02-09 10:25:03 +01:00 |
|
Joas Schilling
|
b765f79368
|
Allow apps to specify if their background job can be delayed
Signed-off-by: Joas Schilling <coding@schilljs.com>
|
2022-02-07 13:54:54 +01:00 |
|
Christoph Wurst
|
9a656e5b35
|
Move calendar resource/room backend registration to IBootstrap
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
|
2022-02-07 12:51:42 +01:00 |
|
Joas Schilling
|
82f602e857
|
Merge pull request #30354 from nextcloud/enhancement/talk-api
Add a Talk API for OCP
|
2022-02-04 09:54:13 +01:00 |
|
Joas Schilling
|
2f2538a57a
|
Merge pull request #30888 from nextcloud/comments-interface
Update ICommentsManager with reaction methods
|
2022-02-04 09:38:04 +01:00 |
|
Christoph Wurst
|
2c356d0852
|
Add a Talk API for OCP
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
|
2022-02-04 08:53:18 +01:00 |
|
Vitor Mattos
|
8ec7c5c8ae
|
Update ICommentsManager with reaction methods
Fix psalm errors
Reorder methods and remove return null
Use best pattern on docblock
Goals: update https://github.com/ChristophWurst/nextcloud_composer/ with reaction methods.
The script
https://github.com/ChristophWurst/nextcloud_composer/blob/master/build.sh
only get lib/public classes
Signed-off-by: Vitor Mattos <vitor@php.rio>
|
2022-02-03 12:52:18 -03:00 |
|
Robin Appelman
|
c712987878
|
send request id in response header
Signed-off-by: Robin Appelman <robin@icewind.nl>
|
2022-02-01 14:24:01 +01:00 |
|
Joas Schilling
|
e8c66d0f89
|
Merge pull request #30794 from nextcloud/techdebt/noid/allow-to-get-comments-with-verb
Allow to get comments with a given set of verbs
|
2022-01-28 16:41:42 +01:00 |
|
Joas Schilling
|
429380337f
|
Fix fake manager
Signed-off-by: Joas Schilling <coding@schilljs.com>
|
2022-01-21 14:02:34 +01:00 |
|
Vitor Mattos
|
7bb01b6ccc
|
Refactor and fixes on tests
Signed-off-by: Vitor Mattos <vitor@php.rio>
|
2022-01-21 08:40:29 -03:00 |
|
Vitor Mattos
|
b9f74584a1
|
Fix check after change from string to mb_string
Signed-off-by: Vitor Mattos <vitor@php.rio>
|
2022-01-21 08:39:41 -03:00 |
|
Joas Schilling
|
189f9f96ce
|
Limit the summary and sort it afterwards
Signed-off-by: Joas Schilling <coding@schilljs.com>
|
2022-01-21 08:39:39 -03:00 |
|
Vitor Mattos
|
f7cd995612
|
Order the reaction summary, improvements on validations
Signed-off-by: Vitor Mattos <vitor@php.rio>
|
2022-01-21 08:39:39 -03:00 |
|
Vitor Mattos
|
1ce894a50c
|
Disable reactions if database don't support utf8mb4
Fix column size
Signed-off-by: Vitor Mattos <vitor@php.rio>
|
2022-01-21 08:39:37 -03:00 |
|
Vitor Mattos
|
52affa9ddd
|
Skip if dont support 4 bytes UTF8
Signed-off-by: Vitor Mattos <vitor@php.rio>
|
2022-01-21 08:37:07 -03:00 |
|
Vitor Mattos
|
b6d9e0542d
|
Fix column size to work with Oracle. Add unit tests
Signed-off-by: Vitor Mattos <vitor@php.rio>
|
2022-01-21 08:37:06 -03:00 |
|
Vitor Mattos
|
425b5cf081
|
Add unit tests
Signed-off-by: Vitor Mattos <vitor@php.rio>
|
2022-01-21 08:37:06 -03:00 |
|
Vitor Mattos
|
afe5b6dd8a
|
Prevent query error when use subquery
Signed-off-by: Vitor Mattos <vitor@php.rio>
|
2022-01-21 08:37:06 -03:00 |
|
Carl Schwan
|
89d109a4d9
|
Merge pull request #30508 from nextcloud/fix/psaml-bin
Fix psalm not running
|
2022-01-13 09:51:04 +01:00 |
|
Carl Schwan
|
b1048864f0
|
Merge pull request #30600 from nextcloud/fix/30595/idn-email-share
Fix idn emails not working in shares
|
2022-01-13 09:24:26 +01:00 |
|