Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-03-05 | 76 | -250/+142 | |
|/ | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | fix(FederatedShareProvider): Delete external shares when groups are deleted ↵backport/51000/stable30 | provokateurin | 2025-03-04 | 1 | -15/+45 | |
| | | | | | | or users removed from a group Signed-off-by: provokateurin <kate@provokateurin.de> | |||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-03-04 | 62 | -44/+454 | |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | fix(files_trashbin): disable bulk download for trashbin | Ferdinand Thiessen | 2025-03-03 | 1 | -1/+6 | |
| | | | | | | | The backend does not allow bulk download within the trashbin, so we need to disable this also on the frontend. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | |||||
* | fix(files_sharing): Map sharee information for `shared-by-you` view | Ferdinand Thiessen | 2025-03-03 | 2 | -1/+20 | |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | |||||
* | Merge pull request #51127 from nextcloud/backport/50881/stable30 | Ferdinand Thiessen | 2025-03-03 | 1 | -17/+13 | |
|\ | | | | | [stable30] fix(dav): Handle end of stream in `File::put` | |||||
| * | fix(dav): Handle end of stream in `File::put`backport/50881/stable30 | Ferdinand Thiessen | 2025-03-03 | 1 | -17/+13 | |
| | | | | | | | | | | | | | | | | If the stream is aborted and the callback wrapper returns false (or null as it happened in some cases), we should not try to write to the storage but abort the operation. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | |||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-03-03 | 40 | -214/+348 | |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | | Merge pull request #51105 from nextcloud/backport/51019/stable30 | Kate | 2025-03-02 | 3 | -4/+8 | |
|\ \ | ||||||
| * | | fix(files_external): Move definition parameter to the correct placebackport/51019/stable30 | provokateurin | 2025-02-27 | 3 | -4/+8 | |
| | | | | | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | |||||
* | | | Merge pull request #51150 from nextcloud/backport/51142/stable30 | Andy Scherzinger | 2025-03-02 | 3 | -3/+3 | |
|\ \ \ | | | | | | | | | [stable30] Remove space | |||||
| * | | | fix(eslint): Strings must use singlequotebackport/51142/stable30 | John Molakvoæ | 2025-03-02 | 1 | -1/+1 | |
| | | | | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com> | |||||
| * | | | fix(l10n): use `do not` instead of `don't` | Valdnet | 2025-03-02 | 3 | -3/+3 | |
| | | | | | | | | | | | | | | | | Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com> | |||||
* | | | | fix(systemtags): support new attribute parsing of webdav props | Ferdinand Thiessen | 2025-03-02 | 3 | -13/+112 | |
|/ / / | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | |||||
* | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-03-02 | 38 | -72/+134 | |
| | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-03-01 | 84 | -108/+310 | |
| |/ |/| | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-02-28 | 378 | -738/+746 | |
|/ | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-02-27 | 1956 | -23978/+24134 | |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | fix(l10n): Improve english source strings | Joas Schilling | 2025-02-26 | 7 | -7/+7 | |
| | | | | | | | - No leading/trailing whitespace - Use asci single quote Signed-off-by: Joas Schilling <coding@schilljs.com> | |||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-02-26 | 240 | -1124/+1044 | |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | fix(files_versions): Do not expire versions newer than min agebackport/50903/stable30 | Louis Chemineau | 2025-02-25 | 2 | -1/+23 | |
| | | | | | | | | The auto expire logic does not take into account the min retention age set by the admin. So versions were eagerly deleted. Fix https://github.com/nextcloud/server/issues/19791 Signed-off-by: Louis Chemineau <louis@chmn.me> | |||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-02-25 | 4 | -2/+8 | |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-02-24 | 150 | -698/+936 | |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | Fix: NotFoundException for anonymous usersbackport/50958/stable30 | Kostiantyn Miakshyn | 2025-02-24 | 1 | -1/+5 | |
| | | | | Signed-off-by: Kostiantyn Miakshyn <molodchick@gmail.com> | |||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-02-24 | 36 | -20/+206 | |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-02-23 | 26 | -18/+38 | |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-02-22 | 58 | -46/+166 | |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | fix(files): handle failed node properly | skjnldsv | 2025-02-21 | 1 | -2/+22 | |
| | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | |||||
* | chore(deps): Update `@nextcloud/vue` to v8.23.1 | Ferdinand Thiessen | 2025-02-21 | 2 | -58/+59 | |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | |||||
* | Merge pull request #50940 from nextcloud/backport/50053/stable30 | John Molakvoæ | 2025-02-21 | 1 | -8/+8 | |
|\ | | | | | [stable30] fix: Change UserAgent to *cloud | |||||
| * | fix: Change UserAgent to *cloudbackport/50053/stable30 | Johannes Endres | 2025-02-21 | 1 | -8/+8 | |
| | | | | | | | | | | Co-authored-by: Daniel Kesselberg <mail@danielkesselberg.de> Signed-off-by: Johannes Endres <je@johannes-endres.de> | |||||
* | | fix(l10n): Fix triple dot in translation | Joas Schilling | 2025-02-21 | 1 | -1/+1 | |
|/ | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | |||||
* | Merge pull request #50931 from nextcloud/backport/50910/stable30 | John Molakvoæ | 2025-02-21 | 5 | -43/+73 | |
|\ | ||||||
| * | fix(files_external): inline storage check improvements | skjnldsv | 2025-02-21 | 3 | -35/+45 | |
| | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | |||||
| * | chore(files_external): add cypress tests for user credentials action | skjnldsv | 2025-02-21 | 2 | -8/+23 | |
| | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | |||||
| * | fix(files_external): request strict password auth on credentials enter action | skjnldsv | 2025-02-20 | 1 | -0/+5 | |
| | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | |||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-02-21 | 150 | -268/+434 | |
|/ | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | fix(files_sharing): Also list deleted team shares | Ferdinand Thiessen | 2025-02-20 | 1 | -1/+2 | |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | |||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-02-20 | 20 | -24/+40 | |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | Merge pull request #50877 from nextcloud/backport/50807/stable30 | Ferdinand Thiessen | 2025-02-19 | 4 | -61/+159 | |
|\ | | | | | [stable30] fix(files): properly forward open params from short urls | |||||
| * | fix(files): properly show file not found error | skjnldsv | 2025-02-19 | 1 | -3/+13 | |
| | | | | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> [skip ci] | |||||
| * | fix(files): properly forward open params from short urls | skjnldsv | 2025-02-19 | 3 | -58/+146 | |
| | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | |||||
* | | fix(files_sharing): Fix public share expiration being set when toggle is not ↵ | Christopher Ng | 2025-02-19 | 1 | -2/+7 | |
| | | | | | | | | | | | | enabled Signed-off-by: Christopher Ng <chrng8@gmail.com> | |||||
* | | Merge pull request #50862 from nextcloud/backport/50860/stable30 | Kate | 2025-02-19 | 2 | -5/+5 | |
|\ \ | | | | | | | [stable30] fix(activity): Fix activity parameter types | |||||
| * | | fix(activity): Fix activity parameter typesbackport/50860/stable30 | Joas Schilling | 2025-02-19 | 2 | -5/+5 | |
| | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | |||||
* | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-02-19 | 28 | -28/+172 | |
| | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | | | fix(systemtags): do not hide if no tagsbackport/50814/stable30 | skjnldsv | 2025-02-18 | 1 | -1/+0 | |
| |/ |/| | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud> | |||||
* | | fix(files): Properly reset all file list filters on view change | Ferdinand Thiessen | 2025-02-18 | 6 | -69/+135 | |
| | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | |||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-02-18 | 44 | -282/+1038 | |
|/ | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | fix(transferownership): allow searching by email, display ↵ | Julien Veyssier | 2025-02-17 | 1 | -13/+6 | |
| | | | | | | user.shareWithDisplayNameUnique in item subline, adjust style Signed-off-by: Julien Veyssier <julien-nc@posteo.net> |