Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | build(hub): 30.0.2 RC1release/30.0.2_rc1 | Benjamin Gaussorgues | 2024-10-30 | 1 | -2/+2 |
| | | | | Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-10-30 | 430 | -3484/+4320 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Merge pull request #48701 from nextcloud/backport/cachebuster-stable30 | Ferdinand Thiessen | 2024-10-30 | 2 | -72/+64 |
|\ | | | | | [stable30] fix: Shipped apps should include the Nextcloud version in the cache buster | ||||
| * | fix: Shipped apps should include the Nextcloud version in the cache buster | Ferdinand Thiessen | 2024-10-30 | 2 | -72/+64 |
|/ | | | | | | Co-authored-by: Ferdinand Thiessen <opensource@fthiessen.de> Co-authored-by: Kate <26026535+provokateurin@users.noreply.github.com> Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | Merge pull request #48979 from nextcloud/backport/48632/stable30 | Louis | 2024-10-29 | 3 | -3/+8 |
|\ | | | | | [stable30] fix(files): Do not jump to top when fileId is set to currentFolder | ||||
| * | fix(files): Do not jump to top when fileId is set to currentFolderbackport/48632/stable30 | Louis Chemineau | 2024-10-29 | 3 | -3/+8 |
| | | | | | | | | | | | | | | Fix https://github.com/nextcloud/server/issues/48545 Signed-off-by: Louis Chemineau <louis@chmn.me> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com> | ||||
* | | Merge pull request #48984 from nextcloud/backport/47847/stable30 | Kate | 2024-10-29 | 2 | -2/+29 |
|\ \ | |/ |/| | |||||
| * | test: add test for nested jail cross-storage movebackport/47847/stable30 | Robin Appelman | 2024-10-29 | 1 | -0/+23 |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
| * | fix: Fix copying or moving from shared groupfolders | Daniel Calviño Sánchez | 2024-10-29 | 1 | -2/+6 |
|/ | | | | | | | | | | | | | | | When copying or moving between two local storages the source path (on disk) to copy or move from is got from the unjailed path of the source storage. However, if the source storage has more than one jail getting the unjailed path resolves the most external jail, but the source path needs to be got from the most internal jail instead (the one closer to the local storage). This can happen, for example, with a shared groupfolder: in that case there is an external jail for the shared storage, and one internal jail for the groupfolder storage wrapped by the shared storage. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com> | ||||
* | Merge pull request #48976 from nextcloud/backport/48788/stable30 | yemkareems | 2024-10-29 | 3 | -0/+7 |
|\ | | | | | [stable30] fix: add PasswordConfirmationRequired to the external storages mentioned in review | ||||
| * | fix: cs fix namespacebackport/48788/stable30 | yemkareems | 2024-10-29 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: yemkareems <yemkareems@gmail.com> | ||||
| * | fix: add PasswordConfirmationRequired to the eternal storages mentioned in ↵ | yemkareems | 2024-10-29 | 3 | -0/+7 |
|/ | | | | | | review Signed-off-by: yemkareems <yemkareems@gmail.com> | ||||
* | Merge pull request #48746 from nextcloud/backport/46124/stable30 | John Molakvoæ | 2024-10-29 | 1 | -3/+5 |
|\ | |||||
| * | refactor: Inject IRootFolderbackport/46124/stable30 | Christopher Ng | 2024-10-16 | 1 | -4/+4 |
| | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | ||||
| * | fix: Fix "Unknown path" error when source user `files` folder has not been ↵ | Christopher Ng | 2024-10-16 | 1 | -0/+2 |
| | | | | | | | | | | | | initialized Signed-off-by: Christopher Ng <chrng8@gmail.com> | ||||
* | | Merge pull request #48571 from nextcloud/backport/48532/stable30 | Kate | 2024-10-29 | 1 | -6/+0 |
|\ \ | |||||
| * | | fix: do not reduce count for subadmins if they are members of groupbackport/48532/stable30 | Maksim Sukharev | 2024-10-04 | 1 | -6/+0 |
| | | | | | | | | | | | | Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com> | ||||
* | | | Merge pull request #48957 from nextcloud/backport/48921/stable30 | Kate | 2024-10-29 | 1 | -3/+3 |
|\ \ \ | |||||
| * | | | ci(psalm): Add missing imagick extensionbackport/48921/stable30 | provokateurin | 2024-10-29 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | | | | Merge pull request #48945 from nextcloud/backport/48871/stable30 | Ferdinand Thiessen | 2024-10-29 | 10 | -15/+35 |
|\ \ \ \ | |/ / / |/| | | | [stable30] fix(app-store): Update update count in navigation | ||||
| * | | | chore(assets): Recompile assetsbackport/48871/stable30 | nextcloud-command | 2024-10-28 | 6 | -9/+9 |
| | | | | | | | | | | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com> | ||||
| * | | | fix(app-store): Update update count in navigation | Ferdinand Thiessen | 2024-10-28 | 4 | -6/+26 |
| | | | | | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | | | | Merge pull request #48888 from nextcloud/backport/48887/stable30 | Kate | 2024-10-29 | 4 | -7/+57 |
|\ \ \ \ | |||||
| * | | | | chore(assets): Recompile assetsbackport/48887/stable30 | nextcloud-command | 2024-10-29 | 2 | -3/+3 |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com> | ||||
| * | | | | fix(files_sharing): federated shares avatar | skjnldsv | 2024-10-29 | 2 | -4/+54 |
|/ / / / | | | | | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | ||||
* | | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-10-29 | 98 | -96/+4 |
| | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | | | Merge pull request #48950 from nextcloud/backport/48947/stable30 | Joas Schilling | 2024-10-28 | 2 | -0/+10 |
|\ \ \ \ | | | | | | | | | | | [stable30] fix(config): Mark more configs as sensitive | ||||
| * | | | | fix(config): Mark more configs as sensitivebackport/48947/stable30 | Joas Schilling | 2024-10-28 | 2 | -0/+10 |
|/ / / / | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | | | Merge pull request #48861 from nextcloud/backport/48850/stable30 | Kate | 2024-10-28 | 3 | -7/+10 |
|\ \ \ \ | |||||
| * | | | | chore(assets): Recompile assetsbackport/48850/stable30 | nextcloud-command | 2024-10-28 | 2 | -3/+3 |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com> | ||||
| * | | | | fix(unified-search): Close on second ctrl+f | Ferdinand Thiessen | 2024-10-28 | 1 | -4/+7 |
| |/ / / | | | | | | | | | | | | | | | | | | | | | Also only add the event listener if short-cuts are not disabled for accessibility reasons. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | | | | Merge pull request #48939 from nextcloud/backport/48915/stable30 | Kate | 2024-10-28 | 3 | -6/+34 |
|\ \ \ \ | |||||
| * | | | | fix: crypto added manually as expectedbackport/48915/stable30 | yemkareems | 2024-10-28 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: yemkareems <yemkareems@gmail.com> | ||||
| * | | | | fix: crypto made inline for constructor and decrypt error handled in exception | yemkareems | 2024-10-28 | 1 | -2/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: yemkareems <yemkareems@gmail.com> [skip ci] | ||||
| * | | | | fix: crypto made inline for constructor and decrypt error handled in exception | yemkareems | 2024-10-28 | 1 | -6/+7 |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: yemkareems <yemkareems@gmail.com> | ||||
| * | | | | fix: use Icrypto in place of Cypto | yemkareems | 2024-10-28 | 2 | -4/+4 |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: yemkareems <yemkareems@gmail.com> | ||||
| * | | | | fix: crypto type made not nullable and tests run using ICrypto | yemkareems | 2024-10-28 | 3 | -8/+7 |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: yemkareems <yemkareems@gmail.com> | ||||
| * | | | | fix: encrypt and store password, decrypt and retrieve the same | yemkareems | 2024-10-28 | 3 | -4/+30 |
| |/ / / | | | | | | | | | | | | | Signed-off-by: yemkareems <yemkareems@gmail.com> | ||||
* | | | | Merge pull request #48896 from ↵ | Joas Schilling | 2024-10-28 | 1 | -0/+0 |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | nextcloud/dependabot/composer/stable30/guzzlehttp/guzzle-7.8.2 chore(deps): Bump guzzlehttp/guzzle from 7.8.1 to 7.8.2 | ||||
| * | | | | chore(deps): Bump guzzlehttp/guzzle from 7.8.1 to 7.8.2dependabot/composer/stable30/guzzlehttp/guzzle-7.8.2 | Joas Schilling | 2024-10-28 | 1 | -0/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Prod Packages | Operation | Base | Target | |---------------------|-----------|-------|--------| | guzzlehttp/guzzle | Upgraded | 7.8.1 | 7.8.2 | | guzzlehttp/promises | Upgraded | 2.0.2 | 2.0.4 | | guzzlehttp/psr7 | Upgraded | 2.6.2 | 2.7.0 | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | | | | Merge pull request #48937 from nextcloud/backport/48918/stable30 | John Molakvoæ | 2024-10-28 | 3 | -12/+12 |
|\ \ \ \ \ | |_|/ / / |/| | | | | |||||
| * | | | | fix(files_sharing): Cleanup error messagesbackport/48918/stable30 | provokateurin | 2024-10-28 | 3 | -12/+12 |
|/ / / / | | | | | | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | | | | Merge pull request #48931 from nextcloud/backport/48917/stable30 | Kate | 2024-10-28 | 1 | -0/+1 |
|\ \ \ \ | |/ / / |/| | | | |||||
| * | | | fix(dav): Cleanup view-only checkbackport/48917/stable30 | provokateurin | 2024-10-28 | 1 | -0/+1 |
|/ / / | | | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | | | Merge pull request #48635 from nextcloud/backport/48623/stable30 | Kate | 2024-10-28 | 1 | -1/+1 |
|\ \ \ | |||||
| * | | | fix: Allow overriding shouldApplyQuota check from child classesbackport/48623/stable30 | Julius Knorr | 2024-10-28 | 1 | -1/+1 |
|/ / / | | | | | | | | | | Signed-off-by: Julius Knorr <jus@bitgrid.net> | ||||
* | | | Merge pull request #48901 from nextcloud/backport/48898/stable30 | Grigorii K. Shartsev | 2024-10-28 | 3 | -3/+4 |
|\ \ \ | | | | | | | | | [stable30] fix(files): add title for files list table header button | ||||
| * | | | chore(assets): Recompile assetsbackport/48898/stable30 | nextcloud-command | 2024-10-26 | 2 | -3/+3 |
| | | | | | | | | | | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com> | ||||
| * | | | fix(files): add title for files list table header button | Grigorii K. Shartsev | 2024-10-25 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | Signed-off-by: Grigorii K. Shartsev <me@shgk.me> | ||||
* | | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-10-28 | 16 | -24/+50 |
| | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> |