Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | feat: Update help entry name | Christopher Ng | 2024-04-22 | 1 | -1/+1 | |
| | |/ | |/| | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | |||||
* | | | Update LoggerWrapperCache.php | Velwark | 2024-04-23 | 1 | -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 Transifex | Nextcloud bot | 2024-04-23 | 2 | -0/+2 | |
|/ / | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | | Merge pull request #44025 from nextcloud/fix/remove-oc-app-calls | Côme Chilliet | 2024-04-22 | 10 | -129/+112 | |
|\ \ | |/ |/| | Migrate away from OC_App and toward IAppManager. | |||||
| * | fix: Lazy load IURLGenerator from AppManager to avoid installation crash | Côme Chilliet | 2024-04-22 | 2 | -3/+17 | |
| | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | |||||
| * | fix: Fix tests following OC_App migrations to IAppManager | Côme Chilliet | 2024-04-22 | 1 | -3/+1 | |
| | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | |||||
| * | fix: Migrate a few more classes away from OC_App::getAppPath | Côme Chilliet | 2024-04-22 | 5 | -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 installed | Côme Chilliet | 2024-04-22 | 2 | -9/+20 | |
| | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | |||||
| * | fix: Migrate away from OC_App toward the IAppManager | Côme Chilliet | 2024-04-22 | 4 | -62/+39 | |
| | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | |||||
* | | Merge pull request #44884 from nextcloud/query-req-id | Robin Appelman | 2024-04-22 | 1 | -8/+20 | |
|\ \ | |/ |/| | feat: add request id as comment to all queries | |||||
| * | feat: add request id as comment to all queries | Robin Appelman | 2024-04-17 | 1 | -8/+20 | |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | |||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-04-20 | 2 | -2/+2 | |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-04-19 | 2 | -38/+38 | |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | | fix: regression with updating read-only config | Sam Bull | 2024-04-18 | 1 | -4/+0 | |
| | | | | | | | | Signed-off-by: Sam Bull <git@sambull.org> | |||||
* | | Merge pull request #44889 from ↵ | Joas Schilling | 2024-04-18 | 1 | -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 UndefinedClass | Joas Schilling | 2024-04-18 | 1 | -0/+1 | |
| | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | |||||
| * | | fix(files): Also skip cross storage move with access control | Joas Schilling | 2024-04-17 | 1 | -0/+2 | |
| |/ | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | |||||
* | | Merge pull request #44886 from ↵ | Joas Schilling | 2024-04-18 | 12 | -141/+330 | |
|\ \ | | | | | | | | | | | | | nextcloud/techdebt/noid/improved-activity-exceptions fix(activity): Improved activity exceptions | |||||
| * | | fix(activity): Remove unneeded exception (types are enforced) | Joas Schilling | 2024-04-17 | 2 | -5/+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 | 6 | -12/+112 | |
| | | | | | | | | | | | | 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 | 4 | -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 Schilling | 2024-04-17 | 5 | -12/+52 | |
| | | | | | | | | | | | | | | | | | | 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 | 5 | -111/+125 | |
| |/ | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | |||||
* | | Merge pull request #44640 from nextcloud/fix/noid/returns-real-value-on-details | Maxence Lange | 2024-04-18 | 1 | -2/+8 | |
|\ \ | | | | | | | fix(appconfig): returns correct value on details | |||||
| * | | fix(appconfig): returns correct value on details | Maxence Lange | 2024-04-17 | 1 | -2/+8 | |
| | | | | | | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com> | |||||
* | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-04-18 | 2 | -0/+44 | |
|/ / | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | | Merge pull request #43574 from nextcloud/enh/noid/lazyappconfig-migrate-metadata | Maxence Lange | 2024-04-17 | 7 | -54/+55 | |
|\ \ | | | | | | | enh(metadata): migrate metadata to lazy appconfig | |||||
| * | | migrate metadata to lazy appconfig | Maxence Lange | 2024-02-14 | 7 | -54/+55 | |
| | | | | | | | | | 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 | 4 | -14/+71 | |
|\ \ \ | |_|/ |/| | | fix(appconfig): format app values | |||||
| * | | fix(appconfig): only convert single entry on searchValues() | Maxence Lange | 2024-04-05 | 4 | -31/+42 | |
| | | | | | | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com> | |||||
| * | | fix(appconfig): format app values | Maxence Lange | 2024-04-05 | 2 | -5/+51 | |
| | | | | | | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com> | |||||
* | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-04-17 | 2 | -0/+106 | |
| | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | | | Merge pull request #44658 from nextcloud/fix/migrate-away-from-resource-type | Côme Chilliet | 2024-04-16 | 3 | -48/+42 | |
|\ \ \ | | | | | | | | | 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 | 3 | -48/+41 | |
| | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | |||||
* | | | | Merge pull request #44761 from nextcloud/fix/deps-webauthn-lib | Ferdinand Thiessen | 2024-04-16 | 2 | -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 Thiessen | 2024-04-16 | 1 | -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.5 | Ferdinand Thiessen | 2024-04-16 | 1 | -24/+24 | |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | |||||
* | | | | | Merge pull request #44840 from nextcloud/feature/occ-clear-avatar-cache-command | yemkareems | 2024-04-16 | 1 | -0/+1 | |
|\ \ \ \ \ | |/ / / / |/| | | | | Feature/occ clear avatar cache command | |||||
| * | | | | feat: changes by build/autoloaderchecker.sh | yemkareems | 2024-04-16 | 1 | -0/+1 | |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: yemkareems <yemkareems@gmail.com> | |||||
* | | | | | Merge pull request #44810 from nextcloud/moveToOCPServer | Joas Schilling | 2024-04-15 | 1 | -6/+7 | |
|\ \ \ \ \ | | | | | | | | | | | | | chore(db): move to OCP\Server | |||||
| * | | | | | chore(db): move to OCP\Server | Git'Fellow | 2024-04-13 | 1 | -6/+7 | |
| | | | | | | | | | | | | | | | | | | Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com> | |||||
* | | | | | | Merge pull request #44770 from ↵ | Joas Schilling | 2024-04-15 | 15 | -213/+361 | |
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | | | | | | | | | | | | | | nextcloud/techdebt/noid/improved-notification-exceptions fix(notifications): Improved notification exceptions | |||||
| * | | | | | fix(notifications): Add a warning when using relative links | Joas Schilling | 2024-04-12 | 1 | -0/+17 | |
| | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | |||||
| * | | | | | fix(notifications): Throw AlreadyProcessedException also from the manager ↵ | Joas Schilling | 2024-04-12 | 1 | -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 Schilling | 2024-04-12 | 5 | -2/+55 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | 6 | -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 Schilling | 2024-04-12 | 5 | -5/+54 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | 9 | -194/+173 | |
| | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | |||||
* | | | | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-04-15 | 2 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> |