Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix(shareManager): Respect empty `expireDate` in server | fenn-cs | 2024-05-23 | 1 | -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 list | Côme Chilliet | 2024-05-23 | 2 | -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-oc | Côme Chilliet | 2024-05-21 | 1 | -0/+2 |
|\ | | | | | Move EventSource to `OC` namespace | ||||
| * | fix: Improve code quality in EventSource | Côme Chilliet | 2024-05-16 | 1 | -0/+2 |
| | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | | Merge pull request #45346 from nextcloud/artonge/fix/setOwner_since | Louis | 2024-05-16 | 1 | -1/+1 |
|\ \ | |/ |/| | Fix setOwner since doc | ||||
| * | fix(files): setOwner since doc | Louis Chemineau | 2024-05-16 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me> | ||||
* | | Merge pull request #44763 from nextcloud/fix/group_name_length_db | Benjamin Gaussorgues | 2024-05-16 | 3 | -1/+45 |
|\ \ | |||||
| * | | fix(groups): allows to save group names with more than 64 characters | Benjamin Gaussorgues | 2024-04-22 | 3 | -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 methods | provokateurin | 2024-05-16 | 1 | -0/+22 |
| |/ |/| | | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | | fix: expose lastUpdated in OCS API | Marcel Klehr | 2024-05-15 | 1 | -1/+21 |
| | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
* | | fix: address review comments | Marcel Klehr | 2024-05-14 | 2 | -8/+10 |
| | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
* | | feat: Add some new task types | Marcel Klehr | 2024-05-14 | 2 | -0/+221 |
| | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
* | | Update lib/public/TaskProcessing/IManager.php | Marcel Klehr | 2024-05-14 | 1 | -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 tasks | Marcel Klehr | 2024-05-14 | 1 | -0/+10 |
| | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
* | | refactor: identifier is now customId/custom_id | Marcel Klehr | 2024-05-14 | 3 | -9/+10 |
| | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
* | | fix: address review comments | Marcel Klehr | 2024-05-14 | 3 | -16/+36 |
| | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
* | | fix: Run cs:fix | Marcel Klehr | 2024-05-14 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
* | | fix: Check if user is authorized to use the files they mentioned | Marcel Klehr | 2024-05-14 | 3 | -1/+23 |
| | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
* | | fix: Expose task type on CoreTaskProcessingTask json | Marcel Klehr | 2024-05-14 | 1 | -1/+2 |
| | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
* | | refactor: rename getTaskType to getTaskTypeId | Marcel Klehr | 2024-05-14 | 2 | -4/+4 |
| | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
* | | fix: Fix psalm issues | Marcel Klehr | 2024-05-14 | 2 | -0/+2 |
| | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
* | | fix: Typo | Marcel Klehr | 2024-05-14 | 3 | -3/+3 |
| | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
* | | fix: Fix psalm issues | Marcel Klehr | 2024-05-14 | 3 | -6/+6 |
| | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
* | | fix(IRootFolder): Add getAppDataDirectoryName method | Marcel Klehr | 2024-05-14 | 1 | -0/+6 |
| | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
* | | chore: Run cs:fix | Marcel Klehr | 2024-05-14 | 1 | -2/+9 |
| | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
* | | refactor: Move validation to EShapeType | Marcel Klehr | 2024-05-14 | 2 | -1/+92 |
| | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
* | | fix: Run cs:fix | Marcel Klehr | 2024-05-14 | 1 | -1/+12 |
| | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
* | | fix: weed out some psalm errors and run cs:fix | Marcel Klehr | 2024-05-14 | 15 | -29/+137 |
| | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
* | | feat: first pass at TaskProcessing API | Marcel Klehr | 2024-05-14 | 21 | -0/+1430 |
| | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
* | | Merge pull request #44953 from nextcloud/perf/44951/lock-provider | Julius Härtl | 2024-05-13 | 1 | -0/+8 |
|\ \ | | | | | | | perf(ILockManager): Allow registering a lock provider lazy | ||||
| * | | perf(ILockManager): Allow registering a lock provider lazy | Julius Härtl | 2024-04-30 | 1 | -0/+8 |
| | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | | | refactor(provisioning_api): Add types for user details scopes | provokateurin | 2024-05-11 | 1 | -0/+2 |
| | | | | | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | | | fix(userstatus): Fix docs of user status manager | Joas Schilling | 2024-05-07 | 2 | -2/+2 |
| | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | | fix(bg-jobs): review adjustments | Julien Veyssier | 2024-05-02 | 1 | -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 Veyssier | 2024-05-02 | 1 | -2/+5 |
| | | | | | | | | | | | | | | | | | | cron.php and the job worker occ command Signed-off-by: Julien Veyssier <julien-nc@posteo.net> | ||||
* | | | fix(bg-jobs): fix psalm issues | Marcel Klehr | 2024-05-02 | 1 | -2/+10 |
|/ / | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
* | | fix: Fix tiny phpdoc errors related to Share | Côme Chilliet | 2024-04-30 | 1 | -0/+1 |
| | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | | fix: Improve typing of mimetype aliases | Côme Chilliet | 2024-04-30 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | | Merge pull request #44968 from nextcloud/fix/drop-workaround-for-obsolete-php | Côme Chilliet | 2024-04-29 | 1 | -1/+1 |
|\ \ | | | | | | | fix: Drop workarounds for unsupported obsolete PHP versions | ||||
| * | | fix: Drop workarounds for unsupported obsolete PHP versions | Côme Chilliet | 2024-04-22 | 1 | -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-creator | Julius Härtl | 2024-04-29 | 1 | -0/+46 |
|\ \ | | | | | | | perf(templates): Emit RegisterTemplateCreatorEvent to register template creators more lazy | ||||
| * | | perf(templates): Emit RegisterTemplateCreatorEvent to register template ↵ | Julius Härtl | 2024-04-22 | 1 | -0/+46 |
| |/ | | | | | | | | | | | creators more lazy Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* / | chore: Add missing parameter to docblock tag psalm-taint-sink | Côme Chilliet | 2024-04-22 | 1 | -1/+1 |
|/ | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | Merge pull request #44886 from ↵ | Joas Schilling | 2024-04-18 | 8 | -22/+270 |
|\ | | | | | | | | | nextcloud/techdebt/noid/improved-activity-exceptions fix(activity): Improved activity exceptions | ||||
| * | fix(activity): Remove unneeded exception (types are enforced) | Joas Schilling | 2024-04-17 | 1 | -1/+0 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
| * | fix(activity): Add a dedicated exception when the filter or setting is not found | Joas Schilling | 2024-04-17 | 3 | -2/+102 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
| * | fix(activity): Add a dedicated exception when the event is unknown to the ↵ | Joas Schilling | 2024-04-17 | 2 | -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 Schilling | 2024-04-17 | 2 | -1/+47 |
| | | | | | | | | | | | | publishing an activity Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
| * | fix(activity): Add a dedicated exception when invalid values are set | Joas Schilling | 2024-04-17 | 2 | -17/+82 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | Merge pull request #43574 from nextcloud/enh/noid/lazyappconfig-migrate-metadata | Maxence Lange | 2024-04-17 | 2 | -5/+13 |
|\ \ | | | | | | | enh(metadata): migrate metadata to lazy appconfig |