aboutsummaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
...
* | Fix(l10n): Update translations from TransifexNextcloud bot2025-03-0576-250/+142
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix(FederatedShareProvider): Delete external shares when groups are deleted ↵backport/51000/stable30provokateurin2025-03-041-15/+45
| | | | | | or users removed from a group Signed-off-by: provokateurin <kate@provokateurin.de>
* Fix(l10n): Update translations from TransifexNextcloud bot2025-03-0462-44/+454
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix(files_trashbin): disable bulk download for trashbinFerdinand Thiessen2025-03-031-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` viewFerdinand Thiessen2025-03-032-1/+20
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* Merge pull request #51127 from nextcloud/backport/50881/stable30Ferdinand Thiessen2025-03-031-17/+13
|\ | | | | [stable30] fix(dav): Handle end of stream in `File::put`
| * fix(dav): Handle end of stream in `File::put`backport/50881/stable30Ferdinand Thiessen2025-03-031-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 TransifexNextcloud bot2025-03-0340-214/+348
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #51105 from nextcloud/backport/51019/stable30Kate2025-03-023-4/+8
|\ \
| * | fix(files_external): Move definition parameter to the correct placebackport/51019/stable30provokateurin2025-02-273-4/+8
| | | | | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* | | Merge pull request #51150 from nextcloud/backport/51142/stable30Andy Scherzinger2025-03-023-3/+3
|\ \ \ | | | | | | | | [stable30] Remove space
| * | | fix(eslint): Strings must use singlequotebackport/51142/stable30John Molakvoæ2025-03-021-1/+1
| | | | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
| * | | fix(l10n): use `do not` instead of `don't`Valdnet2025-03-023-3/+3
| | | | | | | | | | | | | | | | Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
* | | | fix(systemtags): support new attribute parsing of webdav propsFerdinand Thiessen2025-03-023-13/+112
|/ / / | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | Fix(l10n): Update translations from TransifexNextcloud bot2025-03-0238-72/+134
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Fix(l10n): Update translations from TransifexNextcloud bot2025-03-0184-108/+310
| |/ |/| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2025-02-28378-738/+746
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2025-02-271956-23978/+24134
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix(l10n): Improve english source stringsJoas Schilling2025-02-267-7/+7
| | | | | | | - No leading/trailing whitespace - Use asci single quote Signed-off-by: Joas Schilling <coding@schilljs.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2025-02-26240-1124/+1044
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix(files_versions): Do not expire versions newer than min agebackport/50903/stable30Louis Chemineau2025-02-252-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 TransifexNextcloud bot2025-02-254-2/+8
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2025-02-24150-698/+936
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix: NotFoundException for anonymous usersbackport/50958/stable30Kostiantyn Miakshyn2025-02-241-1/+5
| | | | Signed-off-by: Kostiantyn Miakshyn <molodchick@gmail.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2025-02-2436-20/+206
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2025-02-2326-18/+38
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2025-02-2258-46/+166
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix(files): handle failed node properlyskjnldsv2025-02-211-2/+22
| | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* chore(deps): Update `@nextcloud/vue` to v8.23.1Ferdinand Thiessen2025-02-212-58/+59
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* Merge pull request #50940 from nextcloud/backport/50053/stable30John Molakvoæ2025-02-211-8/+8
|\ | | | | [stable30] fix: Change UserAgent to *cloud
| * fix: Change UserAgent to *cloudbackport/50053/stable30Johannes Endres2025-02-211-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 translationJoas Schilling2025-02-211-1/+1
|/ | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Merge pull request #50931 from nextcloud/backport/50910/stable30John Molakvoæ2025-02-215-43/+73
|\
| * fix(files_external): inline storage check improvementsskjnldsv2025-02-213-35/+45
| | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
| * chore(files_external): add cypress tests for user credentials actionskjnldsv2025-02-212-8/+23
| | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
| * fix(files_external): request strict password auth on credentials enter actionskjnldsv2025-02-201-0/+5
| | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2025-02-21150-268/+434
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix(files_sharing): Also list deleted team sharesFerdinand Thiessen2025-02-201-1/+2
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* Fix(l10n): Update translations from TransifexNextcloud bot2025-02-2020-24/+40
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #50877 from nextcloud/backport/50807/stable30Ferdinand Thiessen2025-02-194-61/+159
|\ | | | | [stable30] fix(files): properly forward open params from short urls
| * fix(files): properly show file not found errorskjnldsv2025-02-191-3/+13
| | | | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> [skip ci]
| * fix(files): properly forward open params from short urlsskjnldsv2025-02-193-58/+146
| | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* | fix(files_sharing): Fix public share expiration being set when toggle is not ↵Christopher Ng2025-02-191-2/+7
| | | | | | | | | | | | enabled Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | Merge pull request #50862 from nextcloud/backport/50860/stable30Kate2025-02-192-5/+5
|\ \ | | | | | | [stable30] fix(activity): Fix activity parameter types
| * | fix(activity): Fix activity parameter typesbackport/50860/stable30Joas Schilling2025-02-192-5/+5
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | Fix(l10n): Update translations from TransifexNextcloud bot2025-02-1928-28/+172
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | fix(systemtags): do not hide if no tagsbackport/50814/stable30skjnldsv2025-02-181-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 changeFerdinand Thiessen2025-02-186-69/+135
| | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | Fix(l10n): Update translations from TransifexNextcloud bot2025-02-1844-282/+1038
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix(transferownership): allow searching by email, display ↵Julien Veyssier2025-02-171-13/+6
| | | | | | user.shareWithDisplayNameUnique in item subline, adjust style Signed-off-by: Julien Veyssier <julien-nc@posteo.net>