aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | feat: Update help entry nameChristopher Ng2024-04-221-1/+1
| | |/ | |/| | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | | Update LoggerWrapperCache.phpVelwark2024-04-231-1/+1
| | | | | | | | | | | | | | | Extra Dollar Sign caused errors in Nextcloud. Removing the Dollar Sign Solved the Problem. Signed-off-by: Velwark <levinfrerich9@gmail.com>
* | | Fix(l10n): Update translations from TransifexNextcloud bot2024-04-232-0/+2
|/ / | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #44025 from nextcloud/fix/remove-oc-app-callsCôme Chilliet2024-04-2210-129/+112
|\ \ | |/ |/| Migrate away from OC_App and toward IAppManager.
| * fix: Lazy load IURLGenerator from AppManager to avoid installation crashCôme Chilliet2024-04-222-3/+17
| | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * fix: Fix tests following OC_App migrations to IAppManagerCôme Chilliet2024-04-221-3/+1
| | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * fix: Migrate a few more classes away from OC_App::getAppPathCôme Chilliet2024-04-225-53/+36
| | | | | | | | | | | | Also fixed AppTest Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * fix: Make sure that AppManager can be built before Nextcloud is installedCôme Chilliet2024-04-222-9/+20
| | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * fix: Migrate away from OC_App toward the IAppManagerCôme Chilliet2024-04-224-62/+39
| | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | Merge pull request #44884 from nextcloud/query-req-idRobin Appelman2024-04-221-8/+20
|\ \ | |/ |/| feat: add request id as comment to all queries
| * feat: add request id as comment to all queriesRobin Appelman2024-04-171-8/+20
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-04-202-2/+2
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-04-192-38/+38
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | fix: regression with updating read-only configSam Bull2024-04-181-4/+0
| | | | | | | | Signed-off-by: Sam Bull <git@sambull.org>
* | Merge pull request #44889 from ↵Joas Schilling2024-04-181-0/+3
|\ \ | | | | | | | | | | | | nextcloud/bugfix/noid/skip-cross-storage-move-with-ac fix(files): Also skip cross storage move with access control
| * | fix(CI): Suppress psalm UndefinedClassJoas Schilling2024-04-181-0/+1
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | fix(files): Also skip cross storage move with access controlJoas Schilling2024-04-171-0/+2
| |/ | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Merge pull request #44886 from ↵Joas Schilling2024-04-1812-141/+330
|\ \ | | | | | | | | | | | | nextcloud/techdebt/noid/improved-activity-exceptions fix(activity): Improved activity exceptions
| * | fix(activity): Remove unneeded exception (types are enforced)Joas Schilling2024-04-172-5/+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-176-12/+112
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | fix(activity): Add a dedicated exception when the event is unknown to the ↵Joas Schilling2024-04-174-1/+41
| | | | | | | | | | | | | | | | | | 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-175-12/+52
| | | | | | | | | | | | | | | | | | publishing an activity Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | fix(activity): Add a dedicated exception when invalid values are setJoas Schilling2024-04-175-111/+125
| |/ | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Merge pull request #44640 from nextcloud/fix/noid/returns-real-value-on-detailsMaxence Lange2024-04-181-2/+8
|\ \ | | | | | | fix(appconfig): returns correct value on details
| * | fix(appconfig): returns correct value on detailsMaxence Lange2024-04-171-2/+8
| | | | | | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* | | Fix(l10n): Update translations from TransifexNextcloud bot2024-04-182-0/+44
|/ / | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #43574 from nextcloud/enh/noid/lazyappconfig-migrate-metadataMaxence Lange2024-04-177-54/+55
|\ \ | | | | | | enh(metadata): migrate metadata to lazy appconfig
| * | migrate metadata to lazy appconfigMaxence Lange2024-02-147-54/+55
| | | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* | | Merge pull request #44644 from nextcloud/enh/noid/returns-formated-app-valuesFerdinand Thiessen2024-04-174-14/+71
|\ \ \ | |_|/ |/| | fix(appconfig): format app values
| * | fix(appconfig): only convert single entry on searchValues()Maxence Lange2024-04-054-31/+42
| | | | | | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
| * | fix(appconfig): format app valuesMaxence Lange2024-04-052-5/+51
| | | | | | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* | | Fix(l10n): Update translations from TransifexNextcloud bot2024-04-172-0/+106
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Merge pull request #44658 from nextcloud/fix/migrate-away-from-resource-typeCôme Chilliet2024-04-163-48/+42
|\ \ \ | | | | | | | | 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-093-48/+41
| | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | | Merge pull request #44761 from nextcloud/fix/deps-webauthn-libFerdinand Thiessen2024-04-162-61/+71
|\ \ \ \ | | | | | | | | | | fix(deps): Bump web-auth/webauthn-lib from 3.3.9 to 4.8.5
| * | | | fix(PsrLoggerAdapter): Adjust code to comply with v2 of Psr\Log (allow ↵Ferdinand Thiessen2024-04-161-37/+47
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | \Stringable as message) Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
| * | | | fix(deps): Bump web-auth/webauthn-lib from 3.3.9 to 4.8.5Ferdinand Thiessen2024-04-161-24/+24
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | | | Merge pull request #44840 from nextcloud/feature/occ-clear-avatar-cache-commandyemkareems2024-04-161-0/+1
|\ \ \ \ \ | |/ / / / |/| | | | Feature/occ clear avatar cache command
| * | | | feat: changes by build/autoloaderchecker.shyemkareems2024-04-161-0/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: yemkareems <yemkareems@gmail.com>
* | | | | Merge pull request #44810 from nextcloud/moveToOCPServerJoas Schilling2024-04-151-6/+7
|\ \ \ \ \ | | | | | | | | | | | | chore(db): move to OCP\Server
| * | | | | chore(db): move to OCP\ServerGit'Fellow2024-04-131-6/+7
| | | | | | | | | | | | | | | | | | Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
* | | | | | Merge pull request #44770 from ↵Joas Schilling2024-04-1515-213/+361
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | | | | | | | | | | | | | nextcloud/techdebt/noid/improved-notification-exceptions fix(notifications): Improved notification exceptions
| * | | | | fix(notifications): Add a warning when using relative linksJoas Schilling2024-04-121-0/+17
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | | | fix(notifications): Throw AlreadyProcessedException also from the manager ↵Joas Schilling2024-04-121-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | when it's done Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | | | fix(notifications): Add a dedicated exception when a notification was not ↵Joas Schilling2024-04-125-2/+55
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | parsed completely Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | | | fix(notifications): Add a dedicated exception when the notification is ↵Joas Schilling2024-04-126-11/+61
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-125-5/+54
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-129-194/+173
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | | | Fix(l10n): Update translations from TransifexNextcloud bot2024-04-152-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>