aboutsummaryrefslogtreecommitdiffstats
path: root/lib/public
Commit message (Collapse)AuthorAgeFilesLines
* 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
| * | migrate metadata to lazy appconfigMaxence Lange2024-02-142-5/+13
| | | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* | | Merge pull request #44644 from nextcloud/enh/noid/returns-formated-app-valuesFerdinand Thiessen2024-04-172-4/+7
|\ \ \ | |_|/ |/| | fix(appconfig): format app values
| * | fix(appconfig): only convert single entry on searchValues()Maxence Lange2024-04-052-3/+4
| | | | | | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
| * | fix(appconfig): format app valuesMaxence Lange2024-04-051-1/+3
| | | | | | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* | | Merge pull request #44658 from nextcloud/fix/migrate-away-from-resource-typeCôme Chilliet2024-04-161-0/+5
|\ \ \ | | | | | | | | fix: Remove obsolete resource typing
| * | | chore: add `@since` annotation for IStreamImage::resource methodCôme Chilliet2024-04-091-0/+1
| | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | fix: Fix typing issues related to resource migrationCôme Chilliet2024-04-091-0/+4
| | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | | fix(notifications): Add a dedicated exception when a notification was not ↵Joas Schilling2024-04-122-0/+49
| | | | | | | | | | | | | | | | | | | | | | | | parsed completely Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | fix(notifications): Add a dedicated exception when the notification is ↵Joas Schilling2024-04-123-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 Schilling2024-04-122-1/+45
| | | | | | | | | | | | | | | | | | | | | | | | while saving a notification Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | fix(notifications): Add a dedicated exception when invalid values are setJoas Schilling2024-04-124-19/+84
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | Merge pull request #44746 from nextcloud/doc/idbconnection-prepare-brandingChristoph Wurst2024-04-091-1/+1
|\ \ \ \ | | | | | | | | | | docs: Adjust branding in IDBConnection::prepare doc block
| * | | | docs: Adjust branding in IDBConnection::prepare doc blockChristoph Wurst2024-04-091-1/+1
| |/ / / | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* / / / fix: Pass the mountpoint target user to storages without ownerJulius Härtl2024-04-091-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 ↵Kate2024-04-081-2/+4
|\ \ \ | | | | | | | | | | | | nextcloud/chore/richobjectstrings/missing-newlines
| * | | chore(RichObjectStrings): Add missing newlinesprovokateurin2024-04-061-2/+4
| |/ / | | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* | | fix(AppFramework): Fix error message about 204 not allowing custom headersprovokateurin2024-04-081-1/+1
| | | | | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* | | fix: Fix new psalm errors from updateCôme Chilliet2024-04-081-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 filesCôme Chilliet2024-04-0259-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 Appelman2024-03-251-0/+99
| | | | | | | | | | | | direct db queries Signed-off-by: Robin Appelman <robin@icewind.nl>
* | ShareByMailProvider: getAccessList: add token to returned arrayAdam Serbinski2024-03-211-4/+4
| | | | | | | | | | | | This allows the share URI to be regenerated. Signed-off-by: Adam Serbinski <adam@serbinski.com>
* | ShareByMailProvider: getAccessList: return full list of recipientsAdam Serbinski2024-03-211-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-svgPytal2024-03-211-1/+13
|\ \ | | | | | | feat: Add new mdi New file menu icons
| * | feat: Add iconSvgInline to TemplateFileCreatorChristopher Ng2024-03-201-1/+13
| | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | | fix: Implement option to temporarily set the user sessionJulius Härtl2024-03-191-0/+8
|/ / | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | Merge pull request #43446 from ↵John Molakvoæ2024-03-161-0/+30
|\ \ | | | | | | | | | jithin-space/add-patch-request-to-http-client-interface
| * | added @since 29.0.0 on commentjithin-space2024-03-141-0/+1
| | |
| * | added patch methodjithin-space2024-02-081-0/+29
| | | | | | | | | | | | Signed-off-by: jithin-space <jithin.thankachan@gpsrenewables.com>
* | | Merge pull request #43862 from nextcloud/enh/cancel-stt-scheduled-transcriptionJohn Molakvoæ2024-03-151-0/+11
|\ \ \
| * | | feat(stt): add ability to cancel a scheduled transcriptionJulien Veyssier2024-03-151-0/+11
| | | | | | | | | | | | | | | | Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
* | | | Merge pull request #40125 from summersab/refactor/OC-Server-getThemingDefaultsJohn Molakvoæ2024-03-151-1/+1
|\ \ \ \