aboutsummaryrefslogtreecommitdiffstats
path: root/lib/public
Commit message (Collapse)AuthorAgeFilesLines
* fix(shareManager): Respect empty `expireDate` in serverfenn-cs2024-05-231-3/+21
| | | | | | If `expireDate` is an empty string and not `null` then the server should not set a default. Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
* feat: Add back searching in disabled user listCôme Chilliet2024-05-232-2/+4
| | | | | | | | When disabled users where moved to their own endpoint we overlooked search, so adding it back. The search is done case-insensitive in uid and display name. Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Merge pull request #45375 from nextcloud/fix/move-eventsource-to-ocCôme Chilliet2024-05-211-0/+2
|\ | | | | Move EventSource to `OC` namespace
| * fix: Improve code quality in EventSourceCôme Chilliet2024-05-161-0/+2
| | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | Merge pull request #45346 from nextcloud/artonge/fix/setOwner_sinceLouis2024-05-161-1/+1
|\ \ | |/ |/| Fix setOwner since doc
| * fix(files): setOwner since docLouis Chemineau2024-05-161-1/+1
| | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* | Merge pull request #44763 from nextcloud/fix/group_name_length_dbBenjamin Gaussorgues2024-05-163-1/+45
|\ \
| * | fix(groups): allows to save group names with more than 64 charactersBenjamin Gaussorgues2024-04-223-1/+45
| | | | | | | | | | | | | | | | | | Mimic behaviour from LDAP users and add a hard limit to 255 characters Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
* | | fix(IRegistrationContext): Add missing TaskProcessing methodsprovokateurin2024-05-161-0/+22
| |/ |/| | | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* | fix: expose lastUpdated in OCS APIMarcel Klehr2024-05-151-1/+21
| | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* | fix: address review commentsMarcel Klehr2024-05-142-8/+10
| | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* | feat: Add some new task typesMarcel Klehr2024-05-142-0/+221
| | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* | Update lib/public/TaskProcessing/IManager.phpMarcel Klehr2024-05-141-0/+1
| | | | | | | | Co-authored-by: julien-nc <julien-nc@posteo.net> Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* | fix(OCS-API): Add endpoint to list user tasksMarcel Klehr2024-05-141-0/+10
| | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* | refactor: identifier is now customId/custom_idMarcel Klehr2024-05-143-9/+10
| | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* | fix: address review commentsMarcel Klehr2024-05-143-16/+36
| | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* | fix: Run cs:fixMarcel Klehr2024-05-141-1/+1
| | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* | fix: Check if user is authorized to use the files they mentionedMarcel Klehr2024-05-143-1/+23
| | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* | fix: Expose task type on CoreTaskProcessingTask jsonMarcel Klehr2024-05-141-1/+2
| | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* | refactor: rename getTaskType to getTaskTypeIdMarcel Klehr2024-05-142-4/+4
| | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* | fix: Fix psalm issuesMarcel Klehr2024-05-142-0/+2
| | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* | fix: TypoMarcel Klehr2024-05-143-3/+3
| | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* | fix: Fix psalm issuesMarcel Klehr2024-05-143-6/+6
| | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* | fix(IRootFolder): Add getAppDataDirectoryName methodMarcel Klehr2024-05-141-0/+6
| | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* | chore: Run cs:fixMarcel Klehr2024-05-141-2/+9
| | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* | refactor: Move validation to EShapeTypeMarcel Klehr2024-05-142-1/+92
| | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* | fix: Run cs:fixMarcel Klehr2024-05-141-1/+12
| | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* | fix: weed out some psalm errors and run cs:fixMarcel Klehr2024-05-1415-29/+137
| | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* | feat: first pass at TaskProcessing APIMarcel Klehr2024-05-1421-0/+1430
| | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* | Merge pull request #44953 from nextcloud/perf/44951/lock-providerJulius Härtl2024-05-131-0/+8
|\ \ | | | | | | perf(ILockManager): Allow registering a lock provider lazy
| * | perf(ILockManager): Allow registering a lock provider lazyJulius Härtl2024-04-301-0/+8
| | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | refactor(provisioning_api): Add types for user details scopesprovokateurin2024-05-111-0/+2
| | | | | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* | | fix(userstatus): Fix docs of user status managerJoas Schilling2024-05-072-2/+2
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | fix(bg-jobs): review adjustmentsJulien Veyssier2024-05-021-4/+4
| | | | | | | | | | | | Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
* | | feat(bg-jobs): allow setting a job class list instead of a single class in ↵Julien Veyssier2024-05-021-2/+5
| | | | | | | | | | | | | | | | | | cron.php and the job worker occ command Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
* | | fix(bg-jobs): fix psalm issuesMarcel Klehr2024-05-021-2/+10
|/ / | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* | fix: Fix tiny phpdoc errors related to ShareCôme Chilliet2024-04-301-0/+1
| | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | fix: Improve typing of mimetype aliasesCôme Chilliet2024-04-301-1/+1
| | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | Merge pull request #44968 from nextcloud/fix/drop-workaround-for-obsolete-phpCôme Chilliet2024-04-291-1/+1
|\ \ | | | | | | fix: Drop workarounds for unsupported obsolete PHP versions
| * | fix: Drop workarounds for unsupported obsolete PHP versionsCôme Chilliet2024-04-221-1/+1
| |/ | | | | | | | | | | Also improved error handling in Installer.php to be type safe. Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | Merge pull request #44952 from nextcloud/perf/44951/template-creatorJulius Härtl2024-04-291-0/+46
|\ \ | | | | | | perf(templates): Emit RegisterTemplateCreatorEvent to register template creators more lazy
| * | perf(templates): Emit RegisterTemplateCreatorEvent to register template ↵Julius Härtl2024-04-221-0/+46
| |/ | | | | | | | | | | creators more lazy Signed-off-by: Julius Härtl <jus@bitgrid.net>
* / chore: Add missing parameter to docblock tag psalm-taint-sinkCôme Chilliet2024-04-221-1/+1
|/ | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Merge pull request #44886 from ↵Joas Schilling2024-04-188-22/+270
|\ | | | | | | | | nextcloud/techdebt/noid/improved-activity-exceptions fix(activity): Improved activity exceptions
| * fix(activity): Remove unneeded exception (types are enforced)Joas Schilling2024-04-171-1/+0
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * fix(activity): Add a dedicated exception when the filter or setting is not foundJoas Schilling2024-04-173-2/+102
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * fix(activity): Add a dedicated exception when the event is unknown to the ↵Joas Schilling2024-04-172-1/+39
| | | | | | | | | | | | provider Signed-off-by: Joas Schilling <coding@schilljs.com>
| * fix(activity): Add a dedicated exception when not all fields are set while ↵Joas Schilling2024-04-172-1/+47
| | | | | | | | | | | | publishing an activity Signed-off-by: Joas Schilling <coding@schilljs.com>
| * fix(activity): Add a dedicated exception when invalid values are setJoas Schilling2024-04-172-17/+82
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Merge pull request #43574 from nextcloud/enh/noid/lazyappconfig-migrate-metadataMaxence Lange2024-04-172-5/+13
|\ \ | | | | | | enh(metadata): migrate metadata to lazy appconfig