Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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> | ||||
* | 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> | ||||
* | | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-04-14 | 2 | -0/+2 |
| |/ / |/| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | | feat(capabilities): Expose if mod-rewrite is working via capabilities | Joas Schilling | 2024-04-12 | 1 | -0/+2 |
|/ / | | | | | | | 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> | ||||
* | | Merge pull request #44736 from nextcloud/fix/avatar-images | Pytal | 2024-04-09 | 1 | -0/+7 |
|\ \ | | | | | | | fix: Fix avatar images | ||||
| * | | fix: Fix avatar images | Christopher Ng | 2024-04-08 | 1 | -0/+7 |
| | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | ||||
* | | | Merge pull request #44294 from nextcloud/fix/storage-mount-owner | Julius Härtl | 2024-04-09 | 3 | -0/+29 |
|\ \ \ | | | | | | | | | fix: Pass the mountpoint target user to storages without owner | ||||
| * | | | fix: Pass the mountpoint target user to storages without owner | Julius Härtl | 2024-04-09 | 3 | -0/+29 |
| | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 #44730 from nextcloud/jail-watcher | Robin Appelman | 2024-04-09 | 4 | -4/+79 |
|\ \ \ | |/ / |/| | | fix: use proper jailed patch in watcher | ||||
| * | | fix: use proper jailed patch in watcher | Robin Appelman | 2024-04-08 | 4 | -4/+79 |
| | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-04-09 | 2 | -2/+2 |
| |/ |/| | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | Merge pull request #44216 from nextcloud/feat/core/openapi-capabilities | Joas Schilling | 2024-04-08 | 1 | -2/+11 |
|\ \ | | | | | | | feat(core): Include core capabilities in OpenAPI | ||||
| * | | feat(OCS): Annotate capabilities | provokateurin | 2024-04-08 | 1 | -2/+11 |
| | | | | | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | | | 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> | ||||
* | | Merge pull request #44705 from nextcloud/fix/issue-44702 | Josh | 2024-04-08 | 1 | -2/+2 |
|\ \ | | | | | | | fix(Blurhash): Suppress imagecreatefromstring() E_WARNING | ||||
| * | | fix(Blurhash): Suppress imagecreatefromstring() E_WARNING | Josh | 2024-04-06 | 1 | -2/+2 |
| |/ | | | | | | | | | | | | | We're already checking return value to determine if the format is unrecognized. There's no reason to let imagecreatefromstring() generate it's own E_WARNING when the format is unrecognized. Fixes #44702 Signed-off-by: Josh <josh.t.richards@gmail.com> | ||||
* | | fix: Fix new psalm errors from update | Côme Chilliet | 2024-04-08 | 8 | -26/+14 |
| | | | | | | | | | | | | | | Not sure about the SimpleContainer modification, let’s see what CI says about that. Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | | feat: drop support for php 8.0 | Richard Steinmetz | 2024-04-08 | 2 | -5/+5 |
|/ | | | | Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud> | ||||
* | fix(DateTimeFormatter): Adjust invalid doc blocks | Ferdinand Thiessen | 2024-04-05 | 1 | -7/+5 |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | fix(appconfig): compare with original value | Maxence Lange | 2024-04-03 | 1 | -1/+2 |
| | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com> | ||||
* | fix(federation): ICloudId->getRemote() should contain the protocol | Joas Schilling | 2024-04-02 | 1 | -2/+3 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | fix: Remove incorrect default null value | Côme Chilliet | 2024-04-02 | 1 | -1/+1 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | fix: Apply new coding standard to all files | Côme Chilliet | 2024-04-02 | 155 | -242/+242 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-04-02 | 2 | -0/+6 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-03-31 | 2 | -10/+18 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-03-30 | 2 | -0/+4 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-03-29 | 164 | -532/+22 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | feat(files)): Add retry logic to cover deadlock situations when moving many ↵ | Louis Chemineau | 2024-03-28 | 1 | -6/+25 |
| | | | | | | files Signed-off-by: Louis Chemineau <louis@chmn.me> |