Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | chore(deps-dev): bump @types/dockerode from 3.3.31 to 3.3.32dependabot/npm_and_yarn/types/dockerode-3.3.32 | dependabot[bot] | 2024-12-14 | 2 | -6/+5 |
| | | | | | | | | | | | | | | Bumps [@types/dockerode](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/dockerode) from 3.3.31 to 3.3.32. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/dockerode) --- updated-dependencies: - dependency-name: "@types/dockerode" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> | ||||
* | Merge pull request #49528 from nextcloud/fix/issue-47879-property-serialization | Sebastian Krupinski | 2024-12-13 | 6 | -2/+96 |
|\ | | | | | fix: replace null character when serializing | ||||
| * | fix: replace null character when serializingfix/issue-47879-property-serialization | SebastianKrupinski | 2024-12-13 | 6 | -2/+96 |
| | | | | | | | | Signed-off-by: SebastianKrupinski <krupinskis05@gmail.com> | ||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-12-14 | 52 | -20/+140 |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | Merge pull request #49839 from ↵ | Sebastian Krupinski | 2024-12-13 | 2 | -2/+2 |
|\ \ | |/ |/| | | | | | nextcloud/fix/issue-3021-return-no-content-instead-of-error fix: return 204 instead of 404 | ||||
| * | fix: return 204 instead of 404fix/issue-3021-return-no-content-instead-of-error | SebastianKrupinski | 2024-12-13 | 2 | -2/+2 |
|/ | | | | Signed-off-by: SebastianKrupinski <krupinskis05@gmail.com> | ||||
* | Merge pull request #49843 from nextcloud/fix/files_external_scan | Benjamin Gaussorgues | 2024-12-13 | 1 | -1/+1 |
|\ | |||||
| * | fix(files_external): wrong type for external mount idfix/files_external_scan | Benjamin Gaussorgues | 2024-12-13 | 1 | -1/+1 |
|/ | | | | Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-12-13 | 162 | -124/+288 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Merge pull request #49837 from nextcloud/dependabot/npm_and_yarn/nanoid-3.3.8 | John Molakvoæ | 2024-12-12 | 3 | -7/+6 |
|\ | |||||
| * | chore(assets): Recompile assetsdependabot/npm_and_yarn/nanoid-3.3.8 | nextcloud-command | 2024-12-12 | 2 | -3/+3 |
| | | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com> | ||||
| * | chore(deps): bump nanoid from 3.3.7 to 3.3.8 | dependabot[bot] | 2024-12-12 | 1 | -4/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [nanoid](https://github.com/ai/nanoid) from 3.3.7 to 3.3.8. - [Release notes](https://github.com/ai/nanoid/releases) - [Changelog](https://github.com/ai/nanoid/blob/main/CHANGELOG.md) - [Commits](https://github.com/ai/nanoid/compare/3.3.7...3.3.8) --- updated-dependencies: - dependency-name: nanoid dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> | ||||
* | | Merge pull request #49730 from nextcloud/feat/noid/happy-birthday | Daniel | 2024-12-12 | 6 | -4/+142 |
|\ \ | |/ |/| | feat(dashboard): wish happy birthday | ||||
| * | feat(dashboard): wish happy birthdayfeat/noid/happy-birthday | Daniel Kesselberg | 2024-12-10 | 6 | -4/+142 |
| | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de> | ||||
* | | Merge pull request #49832 from nextcloud/sharding-select-fixes | John Molakvoæ | 2024-12-12 | 1 | -3/+24 |
|\ \ | |||||
| * | | fix: improve logic for ensuring join columns are selected for partitioned ↵sharding-select-fixes | Robin Appelman | 2024-12-12 | 1 | -3/+21 |
| | | | | | | | | | | | | | | | | | | queries Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
| * | | fix: handle calling select on partitioned queries with an array of columns | Robin Appelman | 2024-12-12 | 1 | -0/+3 |
| | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | | Merge pull request #49171 from nextcloud/feat/empty-trash | Pytal | 2024-12-12 | 139 | -375/+530 |
|\ \ \ | | | | | | | | | feat(trashbin): Allow emptying trash | ||||
| * | | | chore(psalm): Update baseline | Christopher Ng | 2024-12-12 | 1 | -5/+0 |
| | | | | | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | ||||
| * | | | chore: compile assetsfeat/empty-trash | Christopher Ng | 2024-12-12 | 130 | -182/+190 |
| | | | | | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | ||||
| * | | | fix(trashbin): Fix infinitely loading empty trash action on close | Christopher Ng | 2024-12-12 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | ||||
| * | | | feat(files_trashbin): improve wordings | skjnldsv | 2024-12-12 | 1 | -4/+4 |
| | | | | | | | | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | ||||
| * | | | perf(files_trashbin): use empty trashbin endpoint instead of batch delete ↵ | skjnldsv | 2024-12-12 | 2 | -70/+42 |
| | | | | | | | | | | | | | | | | | | | | | | | | requests Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | ||||
| * | | | feat(files_trashbin): add cypress tests | skjnldsv | 2024-12-12 | 3 | -4/+128 |
| | | | | | | | | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | ||||
| * | | | fix(files): protect filelist actions with try...catch | skjnldsv | 2024-12-12 | 2 | -10/+50 |
| | | | | | | | | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | ||||
| * | | | fix(files_trashbin): update @nextcloud/files and adjust api + l10n fix | skjnldsv | 2024-12-12 | 4 | -170/+53 |
| | | | | | | | | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | ||||
| * | | | feat(trashbin): Allow emptying trash | Christopher Ng | 2024-12-12 | 3 | -1/+125 |
| | | | | | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | ||||
| * | | | feat(files): Right-align list actions | Christopher Ng | 2024-12-12 | 1 | -12/+21 |
|/ / / | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | ||||
* | | | Merge pull request #47342 from nextcloud/cache-delete-notfound-size | Robin Appelman | 2024-12-12 | 1 | -3/+0 |
|\ \ \ | | | | | | | | | fix: don't recalculate folder size in Cache::delete if the entry didn't exist | ||||
| * | | | fix: don't recalculate folder size in Cache::delete if the entry didn't existcache-delete-notfound-size | Robin Appelman | 2024-08-20 | 1 | -3/+0 |
| | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | | | Merge pull request #49366 from ↵ | Côme Chilliet | 2024-12-12 | 2 | -4/+5 |
|\ \ \ \ | |_|/ / |/| | | | | | | | | | | | nextcloud/fix/remove-share-hint-exception-wrapping fix(files_sharing): Do not wrap password policy exception into a generic one | ||||
| * | | | fix(tests): Adapt ManagerTest to change in Exception class usedfix/remove-share-hint-exception-wrapping | Côme Chilliet | 2024-12-12 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
| * | | | fix(shares): Wrap exceptions from password validation to set code to 400 | Côme Chilliet | 2024-12-12 | 1 | -2/+7 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | This fixes a regression that bad password returned 403 instead of 400 because of previous changes. Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
| * | | | fix(files_sharing): Do not wrap password policy exception into a generic one | Côme Chilliet | 2024-12-12 | 1 | -6/+2 |
|/ / / | | | | | | | | | | | | | | | | Let the controller access the HintException and show the error to the user. Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | | | Merge pull request #48612 from nextcloud/fix/activity-log-for-favorites-in-dav | Julius Knorr | 2024-12-12 | 14 | -114/+164 |
|\ \ \ | | | | | | | | | add activity logging for favorites in dav | ||||
| * | | | fix(tests): remove redundant unit test for activityfix/activity-log-for-favorites-in-dav | grnd-alt | 2024-12-03 | 1 | -40/+0 |
| | | | | | | | | | | | | | | | | Signed-off-by: grnd-alt <github@belakkaf.net> | ||||
| * | | | refactor(tags): move favorite event dispatching to tags.php | grnd-alt | 2024-12-03 | 7 | -46/+34 |
| | | | | | | | | | | | | | | | | Signed-off-by: grnd-alt <salimbelakkaf@outlook.de> | ||||
| * | | | fix(dav): add activity logging for favorites in dav | grnd-alt | 2024-12-03 | 11 | -53/+155 |
| | | | | | | | | | | | | | | | | Signed-off-by: grnd-alt <salimbelakkaf@outlook.de> | ||||
* | | | | Merge pull request #49815 from nextcloud/fix/sharing-password-submit-create | Arthur Schiwon | 2024-12-12 | 10 | -8/+8 |
|\ \ \ \ | | | | | | | | | | | fix(files_sharing): also submit new share on password submit | ||||
| * | | | | chore(assets): Recompile assetsfix/sharing-password-submit-create | nextcloud-command | 2024-12-12 | 9 | -7/+7 |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com> | ||||
| * | | | | fix(files_sharing): also submit new share on password submit | skjnldsv | 2024-12-12 | 1 | -1/+1 |
|/ / / / | | | | | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | ||||
* | | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-12-12 | 198 | -724/+948 |
| | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | | | Merge pull request #49799 from nextcloud/fix/no-issue/enforced-props-checks | F. E Noel Nfebe | 2024-12-11 | 9 | -15/+14 |
|\ \ \ \ | | | | | | | | | | | fix(files_sharing): Correct property enforced property names | ||||
| * | | | | chore(assets): Recompile assetsfix/no-issue/enforced-props-checks | nextcloud-command | 2024-12-11 | 8 | -7/+7 |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com> | ||||
| * | | | | fix(files_sharing): Correct property enforced property names | nfebe | 2024-12-11 | 1 | -8/+7 |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: nfebe <fenn25.fn@gmail.com> | ||||
* | | | | | Merge pull request #49803 from nextcloud/backport/49432/master | John Molakvoæ | 2024-12-11 | 3 | -4/+25 |
|\ \ \ \ \ | |||||
| * | | | | | chore(assets): Recompile assetsbackport/49432/master | nextcloud-command | 2024-12-11 | 2 | -3/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com> | ||||
| * | | | | | fix(files): throttle favorite with max 5 simultaneous requests | skjnldsv | 2024-12-11 | 1 | -1/+22 |
|/ / / / / | | | | | | | | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | ||||
* | | | | | Merge pull request #49739 from nextcloud/s3-disable-multipart-remove-debug | Kate | 2024-12-11 | 1 | -1/+0 |
|\ \ \ \ \ | |/ / / / |/| | | | | chore: cleanup leftover debug statement | ||||
| * | | | | chore: cleanup leftover debug statements3-disable-multipart-remove-debug | Robin Appelman | 2024-12-09 | 1 | -1/+0 |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> |