aboutsummaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | 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(dav): Handle end of stream in `File::put`backport/50881/stable31Ferdinand Thiessen2025-02-281-16/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-02-28378-738/+746
|/ / / | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Merge pull request #51058 from nextcloud/backport/51049/stable31Joas Schilling2025-02-278-8/+8
|\ \ \ | |/ / |/| | [stable31] fix(l10n): Improve english source strings
| * | fix(l10n): Improve english source stringsJoas Schilling2025-02-268-8/+8
| | | | | | | | | | | | | | | | | | | | | - No leading/trailing whitespace - Use asci single quote Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | fix(files): exception when share-attributes is undefinedbackport/51077/stable31Varun Patil2025-02-271-1/+1
| |/ |/| | | | | | | | | | | | | Signed-off-by: Varun Patil <varunpatil@ucla.edu> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2025-02-272050-24244/+24400
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | fix(translation): Fix string concatenation in LDAP endpointbackport/51071/stable31Joas Schilling2025-02-261-2/+1
|/ | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* fix(systemtags): Use literal strings for i18n in showSuccessnfebe2025-02-261-1/+4
| | | | Signed-off-by: nfebe <fenn25.fn@gmail.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2025-02-26240-1124/+1044
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix(admin_audit): Fix incorrect truncation of files path in admin audit logbackport/50992/stable31Côme Chilliet2025-02-252-9/+9
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Merge pull request #51028 from nextcloud/backport/50987/stable31Andy Scherzinger2025-02-253-4/+4
|\ | | | | [stable31] Spelling standardization
| * fix(l10n): Spelling standardizationValdnet2025-02-253-4/+4
| | | | | | | | Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
* | Merge pull request #51003 from nextcloud/backport/50958/stable31Andy Scherzinger2025-02-251-1/+5
|\ \ | |/ |/| [stable31] Fix: NotFoundException for anonymous users
| * Fix: NotFoundException for anonymous usersbackport/50958/stable31Kostiantyn Miakshyn2025-02-251-1/+5
| | | | | | | | Signed-off-by: Kostiantyn Miakshyn <molodchick@gmail.com>
* | Merge pull request #50941 from nextcloud/backport/50053/stable31Andy Scherzinger2025-02-251-8/+8
|\ \ | |/ |/| [stable31] fix: Change UserAgent to *cloud
| * fix: Change UserAgent to *cloudbackport/50053/stable31Johannes Endres2025-02-211-8/+8
| | | | | | | | | | Co-authored-by: Daniel Kesselberg <mail@danielkesselberg.de> Signed-off-by: Johannes Endres <je@johannes-endres.de>
* | fix(files_versions): Do not expire versions newer than min agebackport/50903/stable31Louis 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-242-0/+4
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2025-02-24148-698/+932
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.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(l10n): Update translations from TransifexNextcloud bot2025-02-21150-268/+434
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #50926 from nextcloud/backport/50922/stable31Andy Scherzinger2025-02-201-1/+2
|\ | | | | [stable31] fix(files_sharing): Also list deleted team shares
| * fix(files_sharing): Also list deleted team sharesbackport/50922/stable31Ferdinand Thiessen2025-02-201-1/+2
| | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | Revert "fix(files): updateAll method"skjnldsv2025-02-201-1/+1
|/ | | | This reverts commit fbec19c0d7744e9be6ca0f86bd7808cf4f0e1a47.
* Fix(l10n): Update translations from TransifexNextcloud bot2025-02-2020-24/+40
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #50880 from nextcloud/backport/50873/stable31Andy Scherzinger2025-02-192-0/+34
|\ | | | | [stable31] fix(files_sharing): block downloading if needed
| * fix(files_sharing): block downloading if neededbackport/50873/stable31Ferdinand Thiessen2025-02-182-0/+34
| | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | Merge pull request #50812 from nextcloud/backport/50769/stable31Andy Scherzinger2025-02-191-6/+6
|\ \ | | | | | | [stable31] fix(SharedStorage): Check if storage ID is set on cache
| * | fix(SharedStorage): Check if storage ID is set on cachebackport/50769/stable31Git'Fellow2025-02-141-6/+6
| | | | | | | | | | | | Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
* | | Merge pull request #50906 from nextcloud/backport/50904/stable31Andy Scherzinger2025-02-191-3/+3
|\ \ \ | | | | | | | | [stable31] fix(files): do not show extension warning for folders renaming
| * | | fix(files): do not show extension warning for folders renamingskjnldsv2025-02-191-3/+3
| | | | | | | | | | | | | | | | 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>
* | | 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 tagsskjnldsv2025-02-181-1/+0
| | | | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* | | fix(files): attach sidebar to main content for vue debugskjnldsv2025-02-182-15/+26
| | | | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* | | Merge pull request #50878 from nextcloud/backport/50807/stable31John Molakvoæ2025-02-184-50/+162
|\ \ \ | | | | | | | | [stable31] fix(files): properly forward open params from short urls
| * | | fix(files): properly show file not found errorskjnldsv2025-02-181-3/+13
| | | | | | | | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
| * | | fix(files): properly forward open params from short urlsskjnldsv2025-02-183-47/+149
| | |/ | |/| | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* | | Merge pull request #50863 from nextcloud/backport/50860/stable31Joas Schilling2025-02-182-5/+5
|\ \ \ | |/ / |/| | [stable31] fix(activity): Fix activity parameter types
| * | fix(activity): Fix activity parameter typesbackport/50860/stable31Joas Schilling2025-02-172-5/+5
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | 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-14/+6
| | | | | | | | | | | | user.shareWithDisplayNameUnique in item subline, adjust style Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
* | Merge pull request #50802 from nextcloud/backport/50784/stable31Andy Scherzinger2025-02-171-1/+1
|\ \ | | | | | | [stable31] fix: Fix regression in calendar invitation sending
| * | fix: Fix regression in calendar invitation sendingbackport/50784/stable31SebastianKrupinski2025-02-131-1/+1
| | | | | | | | | | | | Signed-off-by: SebastianKrupinski <krupinskis05@gmail.com>
* | | Fix(l10n): Update translations from TransifexNextcloud bot2025-02-176-0/+170
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>