aboutsummaryrefslogtreecommitdiffstats
path: root/lib/public
Commit message (Expand)AuthorAgeFilesLines
* chore: Add SPDX headerAndy Scherzinger2024-05-24835-16458/+2124
* fix(shareManager): Respect empty `expireDate` in serverfenn-cs2024-05-231-3/+21
* feat: Add back searching in disabled user listCôme Chilliet2024-05-232-2/+4
* Merge pull request #45375 from nextcloud/fix/move-eventsource-to-ocCôme Chilliet2024-05-211-0/+2
|\
| * fix: Improve code quality in EventSourceCôme Chilliet2024-05-161-0/+2
* | Merge pull request #45346 from nextcloud/artonge/fix/setOwner_sinceLouis2024-05-161-1/+1
|\ \ | |/ |/|
| * fix(files): setOwner since docLouis Chemineau2024-05-161-1/+1
* | 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
* | | fix(IRegistrationContext): Add missing TaskProcessing methodsprovokateurin2024-05-161-0/+22
| |/ |/|
* | fix: expose lastUpdated in OCS APIMarcel Klehr2024-05-151-1/+21
* | fix: address review commentsMarcel Klehr2024-05-142-8/+10
* | feat: Add some new task typesMarcel Klehr2024-05-142-0/+221
* | Update lib/public/TaskProcessing/IManager.phpMarcel Klehr2024-05-141-0/+1
* | fix(OCS-API): Add endpoint to list user tasksMarcel Klehr2024-05-141-0/+10
* | refactor: identifier is now customId/custom_idMarcel Klehr2024-05-143-9/+10
* | fix: address review commentsMarcel Klehr2024-05-143-16/+36
* | fix: Run cs:fixMarcel Klehr2024-05-141-1/+1
* | fix: Check if user is authorized to use the files they mentionedMarcel Klehr2024-05-143-1/+23
* | fix: Expose task type on CoreTaskProcessingTask jsonMarcel Klehr2024-05-141-1/+2
* | refactor: rename getTaskType to getTaskTypeIdMarcel Klehr2024-05-142-4/+4
* | fix: Fix psalm issuesMarcel Klehr2024-05-142-0/+2
* | fix: TypoMarcel Klehr2024-05-143-3/+3
* | fix: Fix psalm issuesMarcel Klehr2024-05-143-6/+6
* | fix(IRootFolder): Add getAppDataDirectoryName methodMarcel Klehr2024-05-141-0/+6
* | chore: Run cs:fixMarcel Klehr2024-05-141-2/+9
* | refactor: Move validation to EShapeTypeMarcel Klehr2024-05-142-1/+92
* | fix: Run cs:fixMarcel Klehr2024-05-141-1/+12
* | fix: weed out some psalm errors and run cs:fixMarcel Klehr2024-05-1415-29/+137
* | feat: first pass at TaskProcessing APIMarcel Klehr2024-05-1421-0/+1430
* | Merge pull request #44953 from nextcloud/perf/44951/lock-providerJulius Härtl2024-05-131-0/+8
|\ \
| * | perf(ILockManager): Allow registering a lock provider lazyJulius Härtl2024-04-301-0/+8
* | | refactor(provisioning_api): Add types for user details scopesprovokateurin2024-05-111-0/+2
* | | fix(userstatus): Fix docs of user status managerJoas Schilling2024-05-072-2/+2
* | | fix(bg-jobs): review adjustmentsJulien Veyssier2024-05-021-4/+4
* | | feat(bg-jobs): allow setting a job class list instead of a single class in cr...Julien Veyssier2024-05-021-2/+5
* | | fix(bg-jobs): fix psalm issuesMarcel Klehr2024-05-021-2/+10
|/ /
* | fix: Fix tiny phpdoc errors related to ShareCôme Chilliet2024-04-301-0/+1
* | fix: Improve typing of mimetype aliasesCôme Chilliet2024-04-301-1/+1
* | 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 versionsCôme Chilliet2024-04-221-1/+1
| |/
* | Merge pull request #44952 from nextcloud/perf/44951/template-creatorJulius Härtl2024-04-291-0/+46
|\ \
| * | perf(templates): Emit RegisterTemplateCreatorEvent to register template creat...Julius Härtl2024-04-221-0/+46
| |/
* / chore: Add missing parameter to docblock tag psalm-taint-sinkCôme Chilliet2024-04-221-1/+1
|/
* Merge pull request #44886 from nextcloud/techdebt/noid/improved-activity-exce...Joas Schilling2024-04-188-22/+270
|\
| * fix(activity): Remove unneeded exception (types are enforced)Joas Schilling2024-04-171-1/+0
| * fix(activity): Add a dedicated exception when the filter or setting is not foundJoas Schilling2024-04-173-2/+102
| * fix(activity): Add a dedicated exception when the event is unknown to the pro...Joas Schilling2024-04-172-1/+39
| * fix(activity): Add a dedicated exception when not all fields are set while pu...Joas Schilling2024-04-172-1/+47
| * fix(activity): Add a dedicated exception when invalid values are setJoas Schilling2024-04-172-17/+82