Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | ||||
| * | | migrate metadata to lazy appconfig | Maxence Lange | 2024-02-14 | 2 | -5/+13 |
| | | | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com> | ||||
* | | | Merge pull request #44644 from nextcloud/enh/noid/returns-formated-app-values | Ferdinand Thiessen | 2024-04-17 | 2 | -4/+7 |
|\ \ \ | |_|/ |/| | | fix(appconfig): format app values | ||||
| * | | fix(appconfig): only convert single entry on searchValues() | Maxence Lange | 2024-04-05 | 2 | -3/+4 |
| | | | | | | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com> | ||||
| * | | fix(appconfig): format app values | Maxence Lange | 2024-04-05 | 1 | -1/+3 |
| | | | | | | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com> | ||||
* | | | Merge pull request #44658 from nextcloud/fix/migrate-away-from-resource-type | Côme Chilliet | 2024-04-16 | 1 | -0/+5 |
|\ \ \ | | | | | | | | | fix: Remove obsolete resource typing | ||||
| * | | | chore: add `@since` annotation for IStreamImage::resource method | Côme Chilliet | 2024-04-09 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
| * | | | fix: Fix typing issues related to resource migration | Côme Chilliet | 2024-04-09 | 1 | -0/+4 |
| | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | | | | fix(notifications): Add a dedicated exception when a notification was not ↵ | Joas Schilling | 2024-04-12 | 2 | -0/+49 |
| | | | | | | | | | | | | | | | | | | | | | | | | parsed completely Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | | | fix(notifications): Add a dedicated exception when the notification is ↵ | Joas Schilling | 2024-04-12 | 3 | -3/+42 |
| | | | | | | | | | | | | | | | | | | | | | | | | unknown to the notifier Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | | | fix(notifications): Add a dedicated exception when not all fields are set ↵ | Joas Schilling | 2024-04-12 | 2 | -1/+45 |
| | | | | | | | | | | | | | | | | | | | | | | | | while saving a notification Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | | | fix(notifications): Add a dedicated exception when invalid values are set | Joas Schilling | 2024-04-12 | 4 | -19/+84 |
| | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | | | Merge pull request #44746 from nextcloud/doc/idbconnection-prepare-branding | Christoph Wurst | 2024-04-09 | 1 | -1/+1 |
|\ \ \ \ | | | | | | | | | | | docs: Adjust branding in IDBConnection::prepare doc block | ||||
| * | | | | docs: Adjust branding in IDBConnection::prepare doc block | Christoph Wurst | 2024-04-09 | 1 | -1/+1 |
| |/ / / | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* / / / | fix: Pass the mountpoint target user to storages without owner | Julius Härtl | 2024-04-09 | 1 | -0/+12 |
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Storages that do not have a dedicated owner (e.g. groupfolders, external storages) currently always assume the current session user as the owner. This leads to several issues when there is no user session but a node is obtained through a user folder. In order to have the correct user available we need to pass the user that is used to setup a mountpoint along to the storage layer as we generally assume that an owner is available for those. Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | | | Merge pull request #44707 from ↵ | Kate | 2024-04-08 | 1 | -2/+4 |
|\ \ \ | | | | | | | | | | | | | nextcloud/chore/richobjectstrings/missing-newlines | ||||
| * | | | chore(RichObjectStrings): Add missing newlines | provokateurin | 2024-04-06 | 1 | -2/+4 |
| |/ / | | | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | | | fix(AppFramework): Fix error message about 204 not allowing custom headers | provokateurin | 2024-04-08 | 1 | -1/+1 |
| | | | | | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | | | fix: Fix new psalm errors from update | Côme Chilliet | 2024-04-08 | 1 | -2/+1 |
|/ / | | | | | | | | | | | | | Not sure about the SimpleContainer modification, let’s see what CI says about that. Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | | fix: Apply new coding standard to all files | Côme Chilliet | 2024-04-02 | 59 | -71/+71 |
| | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | | feat: add interface for lower level filecache acess without having to do ↵ | Robin Appelman | 2024-03-25 | 1 | -0/+99 |
| | | | | | | | | | | | | direct db queries Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | ShareByMailProvider: getAccessList: add token to returned array | Adam Serbinski | 2024-03-21 | 1 | -4/+4 |
| | | | | | | | | | | | | This allows the share URI to be regenerated. Signed-off-by: Adam Serbinski <adam@serbinski.com> | ||||
* | | ShareByMailProvider: getAccessList: return full list of recipients | Adam Serbinski | 2024-03-21 | 1 | -3/+6 |
| | | | | | | | | | | | | | | | | Previously was returning only boolean true if the Node was shared by email, or false if not. Now provides an array containing the list of email share recipients. Signed-off-by: Adam Serbinski <adam@serbinski.com> | ||||
* | | Merge pull request #44368 from nextcloud/feat/new-file-menu-icon-svg | Pytal | 2024-03-21 | 1 | -1/+13 |
|\ \ | | | | | | | feat: Add new mdi New file menu icons | ||||
| * | | feat: Add iconSvgInline to TemplateFileCreator | Christopher Ng | 2024-03-20 | 1 | -1/+13 |
| | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | ||||
* | | | fix: Implement option to temporarily set the user session | Julius Härtl | 2024-03-19 | 1 | -0/+8 |
|/ / | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | | Merge pull request #43446 from ↵ | John Molakvoæ | 2024-03-16 | 1 | -0/+30 |
|\ \ | | | | | | | | | | jithin-space/add-patch-request-to-http-client-interface | ||||
| * | | added @since 29.0.0 on comment | jithin-space | 2024-03-14 | 1 | -0/+1 |
| | | | |||||
| * | | added patch method | jithin-space | 2024-02-08 | 1 | -0/+29 |
| | | | | | | | | | | | | Signed-off-by: jithin-space <jithin.thankachan@gpsrenewables.com> | ||||
* | | | Merge pull request #43862 from nextcloud/enh/cancel-stt-scheduled-transcription | John Molakvoæ | 2024-03-15 | 1 | -0/+11 |
|\ \ \ | |||||
| * | | | feat(stt): add ability to cancel a scheduled transcription | Julien Veyssier | 2024-03-15 | 1 | -0/+11 |
| | | | | | | | | | | | | | | | | Signed-off-by: Julien Veyssier <julien-nc@posteo.net> | ||||
* | | | | Merge pull request #40125 from summersab/refactor/OC-Server-getThemingDefaults | John Molakvoæ | 2024-03-15 | 1 | -1/+1 |
|\ \ \ \ |