Côme Chilliet
|
9b0e4832bd
|
Merge pull request #45375 from nextcloud/fix/move-eventsource-to-oc
Move EventSource to `OC` namespace
|
2024-05-21 09:11:48 +02:00 |
|
Louis
|
2fa72c6647
|
Merge pull request #45346 from nextcloud/artonge/fix/setOwner_since
Fix setOwner since doc
|
2024-05-16 18:04:47 +02:00 |
|
Côme Chilliet
|
d7ed056160
|
fix: Improve code quality in EventSource
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
|
2024-05-16 17:33:30 +02:00 |
|
Benjamin Gaussorgues
|
e630e4b983
|
Merge pull request #44763 from nextcloud/fix/group_name_length_db
|
2024-05-16 14:22:30 +02:00 |
|
Louis Chemineau
|
0114e9cd84
|
fix(files): setOwner since doc
Signed-off-by: Louis Chemineau <louis@chmn.me>
|
2024-05-16 10:24:47 +02:00 |
|
provokateurin
|
adc7ae866a
|
fix(IRegistrationContext): Add missing TaskProcessing methods
Signed-off-by: provokateurin <kate@provokateurin.de>
|
2024-05-16 09:54:16 +02:00 |
|
Marcel Klehr
|
6c4992de54
|
fix: expose lastUpdated in OCS API
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
|
2024-05-15 09:30:05 +02:00 |
|
Marcel Klehr
|
cac812dc58
|
fix: address review comments
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
|
2024-05-14 11:38:42 +02:00 |
|
Marcel Klehr
|
a9a2cbf8bb
|
feat: Add some new task types
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
|
2024-05-14 11:38:42 +02:00 |
|
Marcel Klehr
|
b11052fcfa
|
Update lib/public/TaskProcessing/IManager.php
Co-authored-by: julien-nc <julien-nc@posteo.net>
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
|
2024-05-14 11:38:42 +02:00 |
|
Marcel Klehr
|
a8afa7f23d
|
fix(OCS-API): Add endpoint to list user tasks
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
|
2024-05-14 11:38:41 +02:00 |
|
Marcel Klehr
|
4a3b9b826e
|
refactor: identifier is now customId/custom_id
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
|
2024-05-14 11:38:41 +02:00 |
|
Marcel Klehr
|
ec27c538b5
|
fix: address review comments
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
|
2024-05-14 11:38:41 +02:00 |
|
Marcel Klehr
|
a5053d33c2
|
fix: Run cs:fix
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
|
2024-05-14 11:38:40 +02:00 |
|
Marcel Klehr
|
6203c1c7da
|
fix: Check if user is authorized to use the files they mentioned
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
|
2024-05-14 11:38:40 +02:00 |
|
Marcel Klehr
|
9a2cd6b914
|
fix: Expose task type on CoreTaskProcessingTask json
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
|
2024-05-14 11:38:40 +02:00 |
|
Marcel Klehr
|
b150d779f3
|
refactor: rename getTaskType to getTaskTypeId
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
|
2024-05-14 11:38:40 +02:00 |
|
Marcel Klehr
|
c9ea5375d8
|
fix: Fix psalm issues
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
|
2024-05-14 11:38:40 +02:00 |
|
Marcel Klehr
|
5031a2ec4a
|
fix: Typo
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
|
2024-05-14 11:38:39 +02:00 |
|
Marcel Klehr
|
7a947980db
|
fix: Fix psalm issues
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
|
2024-05-14 11:38:39 +02:00 |
|
Marcel Klehr
|
1c033ae70a
|
fix(IRootFolder): Add getAppDataDirectoryName method
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
|
2024-05-14 11:38:39 +02:00 |
|
Marcel Klehr
|
29cbb3cf71
|
chore: Run cs:fix
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
|
2024-05-14 11:38:39 +02:00 |
|
Marcel Klehr
|
86317bbf4d
|
refactor: Move validation to EShapeType
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
|
2024-05-14 11:38:39 +02:00 |
|
Marcel Klehr
|
ee7592ffdd
|
fix: Run cs:fix
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
|
2024-05-14 11:38:39 +02:00 |
|
Marcel Klehr
|
8352b27c11
|
fix: weed out some psalm errors and run cs:fix
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
|
2024-05-14 11:38:39 +02:00 |
|
Marcel Klehr
|
00894e2420
|
feat: first pass at TaskProcessing API
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
|
2024-05-14 11:38:39 +02:00 |
|
Julius Härtl
|
c4e32d33e0
|
Merge pull request #44953 from nextcloud/perf/44951/lock-provider
perf(ILockManager): Allow registering a lock provider lazy
|
2024-05-13 14:21:28 +02:00 |
|
provokateurin
|
aff7798fc1
|
refactor(provisioning_api): Add types for user details scopes
Signed-off-by: provokateurin <kate@provokateurin.de>
|
2024-05-11 09:22:19 +02:00 |
|
Joas Schilling
|
02ebbfb4ea
|
fix(userstatus): Fix docs of user status manager
Signed-off-by: Joas Schilling <coding@schilljs.com>
|
2024-05-07 14:31:28 +02:00 |
|
Julien Veyssier
|
d967151f52
|
fix(bg-jobs): review adjustments
Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
|
2024-05-02 16:43:42 +02:00 |
|
Julien Veyssier
|
1acc57b5c0
|
feat(bg-jobs): allow setting a job class list instead of a single class in cron.php and the job worker occ command
Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
|
2024-05-02 16:43:41 +02:00 |
|
Marcel Klehr
|
352d79deee
|
fix(bg-jobs): fix psalm issues
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
|
2024-05-02 16:43:41 +02:00 |
|
Julius Härtl
|
ff3fc85d10
|
perf(ILockManager): Allow registering a lock provider lazy
Signed-off-by: Julius Härtl <jus@bitgrid.net>
|
2024-04-30 22:28:06 +02:00 |
|
Côme Chilliet
|
af728c5ff6
|
fix: Fix tiny phpdoc errors related to Share
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
|
2024-04-30 09:24:01 +02:00 |
|
Côme Chilliet
|
ece3588252
|
fix: Improve typing of mimetype aliases
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
|
2024-04-30 09:24:00 +02:00 |
|
Côme Chilliet
|
147426c3ca
|
Merge pull request #44968 from nextcloud/fix/drop-workaround-for-obsolete-php
fix: Drop workarounds for unsupported obsolete PHP versions
|
2024-04-29 15:31:04 +02:00 |
|
Julius Härtl
|
2c059dd606
|
Merge pull request #44952 from nextcloud/perf/44951/template-creator
perf(templates): Emit RegisterTemplateCreatorEvent to register template creators more lazy
|
2024-04-29 08:27:07 +02:00 |
|
Côme Chilliet
|
5d1ca7e25a
|
fix: Drop workarounds for unsupported obsolete PHP versions
Also improved error handling in Installer.php to be type safe.
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
|
2024-04-22 16:55:42 +02:00 |
|
Côme Chilliet
|
6d291ac260
|
chore: Add missing parameter to docblock tag psalm-taint-sink
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
|
2024-04-22 16:38:08 +02:00 |
|
Benjamin Gaussorgues
|
7a6b1f8ae8
|
fix(groups): allows to save group names with more than 64 characters
Mimic behaviour from LDAP users and add a hard limit to 255 characters
Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
|
2024-04-22 15:26:55 +02:00 |
|
Julius Härtl
|
f9e235f7f1
|
perf(templates): Emit RegisterTemplateCreatorEvent to register template creators more lazy
Signed-off-by: Julius Härtl <jus@bitgrid.net>
|
2024-04-22 15:23:55 +02:00 |
|
Joas Schilling
|
2161387ac7
|
Merge pull request #44886 from nextcloud/techdebt/noid/improved-activity-exceptions
fix(activity): Improved activity exceptions
|
2024-04-18 10:05:49 +02:00 |
|
Maxence Lange
|
b4004a2582
|
Merge pull request #43574 from nextcloud/enh/noid/lazyappconfig-migrate-metadata
enh(metadata): migrate metadata to lazy appconfig
|
2024-04-17 16:20:33 -01:00 |
|
Ferdinand Thiessen
|
3aa9c53a87
|
Merge pull request #44644 from nextcloud/enh/noid/returns-formated-app-values
fix(appconfig): format app values
|
2024-04-17 17:11:36 +02:00 |
|
Joas Schilling
|
17744f8590
|
fix(activity): Remove unneeded exception (types are enforced)
Signed-off-by: Joas Schilling <coding@schilljs.com>
|
2024-04-17 15:36:42 +02:00 |
|
Joas Schilling
|
9f4845e25b
|
fix(activity): Add a dedicated exception when the filter or setting is not found
Signed-off-by: Joas Schilling <coding@schilljs.com>
|
2024-04-17 15:36:42 +02:00 |
|
Joas Schilling
|
784ab6e79a
|
fix(activity): Add a dedicated exception when the event is unknown to the provider
Signed-off-by: Joas Schilling <coding@schilljs.com>
|
2024-04-17 15:36:41 +02:00 |
|
Joas Schilling
|
8f83953ff1
|
fix(activity): Add a dedicated exception when not all fields are set while publishing an activity
Signed-off-by: Joas Schilling <coding@schilljs.com>
|
2024-04-17 15:36:41 +02:00 |
|
Joas Schilling
|
661143a1d1
|
fix(activity): Add a dedicated exception when invalid values are set
Signed-off-by: Joas Schilling <coding@schilljs.com>
|
2024-04-17 15:36:40 +02:00 |
|
Côme Chilliet
|
3ad4bbb096
|
Merge pull request #44658 from nextcloud/fix/migrate-away-from-resource-type
fix: Remove obsolete resource typing
|
2024-04-16 17:13:07 +02:00 |
|