aboutsummaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* fix(files_versions): Do not expire versions newer than min agebackport/50903/stable29Louis 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(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>
* Merge pull request #50939 from nextcloud/backport/50053/stable29John Molakvoæ2025-02-211-8/+8
|\ | | | | [stable29] fix: Change UserAgent to *cloud
| * fix: Change UserAgent to *cloudbackport/50053/stable29Johannes Endres2025-02-211-8/+8
| | | | | | | | | | Co-authored-by: Daniel Kesselberg <mail@danielkesselberg.de> Signed-off-by: Johannes Endres <je@johannes-endres.de>
* | Merge pull request #50930 from nextcloud/backport/50910/stable29John Molakvoæ2025-02-215-81/+85
|\ \ | |/ |/|
| * fix(l10n): Fix triple dot in translationbackport/50910/stable29John Molakvoæ2025-02-211-1/+1
| | | | | | | | | | | | Co-authored-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com> Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * fix(files_external): inline storage check improvementsskjnldsv2025-02-213-56/+51
| | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
| * chore(files_external): add cypress tests for user credentials actionskjnldsv2025-02-212-25/+29
| | | | | | | | 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-21146-268/+410
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2025-02-2020-24/+40
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #50890 from nextcloud/backport/50820/stable29Andy Scherzinger2025-02-191-2/+7
|\ | | | | [stable29] fix(files_sharing): Fix public share expiration being set when toggle is not enabled
| * 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 #50876 from nextcloud/backport/50807/stable29Andy Scherzinger2025-02-194-58/+151
|\ \ | | | | | | [stable29] fix(files): properly forward open params from short urls
| * | fix(files): undefined logger propertybackport/50807/stable29John Molakvoæ2025-02-191-1/+2
| | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * | fix(files): properly show file not found errorskjnldsv2025-02-191-4/+14
| | | | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
| * | fix(files): properly forward open params from short urlsskjnldsv2025-02-193-54/+136
| |/ | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* | Merge pull request #48108 from nextcloud/backport/46480/stable29Andy Scherzinger2025-02-192-9/+27
|\ \ | |/ |/| [stable29] fix(Mailer): Fix sendmail binary fallback
| * fix(Mailer): Fix sendmail binary fallbackbackport/46480/stable29Josh2025-02-172-9/+27
| | | | | | | | Signed-off-by: Josh <josh.t.richards@gmail.com>
* | Merge pull request #50887 from nextcloud/backport/50814/stable29John Molakvoæ2025-02-191-1/+0
|\ \ | | | | | | [stable29] fix(systemtags): do not hide if no tags
| * | fix(systemtags): do not hide if no tagsbackport/50814/stable29skjnldsv2025-02-181-1/+0
| | | | | | | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
* | | Fix(l10n): Update translations from TransifexNextcloud bot2025-02-1928-28/+172
|/ / | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* / Fix(l10n): Update translations from TransifexNextcloud bot2025-02-1844-282/+1038
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #50815 from nextcloud/backport/29-openfileAndy Scherzinger2025-02-172-28/+65
|\ | | | | [stable29] fix(files): Do not download files with `openfile` query flag
| * fix(files): Do not download files with `openfile` query flagFerdinand Thiessen2025-02-142-28/+65
| | | | | | | | | | | | | | Instead of downloading files, if there is no other default action, we should just open the details tab. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | fix(transferownership): allow searching by email, display ↵Julien Veyssier2025-02-171-14/+7
| | | | | | | | | | | | | | | | | | | | user.shareWithDisplayNameUnique in item subline, adjust style Signed-off-by: Julien Veyssier <julien-nc@posteo.net> [skip ci] Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
* | Merge pull request #50810 from nextcloud/backport/50769/stable29Git'Fellow2025-02-171-5/+6
|\ \ | | | | | | [stable29] fix(SharedStorage): Check if storage ID is set on cache
| * | fix(SharedStorage): Check if storage ID is set on cachebackport/50769/stable29Git'Fellow2025-02-141-5/+6
| |/ | | | | | | Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2025-02-176-0/+170
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2025-02-1614-10/+328
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | fix: use relative paths for upload locksbackport/49004/stable29Robin Appelman2025-02-151-2/+2
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | fix: Replace the TypeError to prevent exposing the installation pathDaniel Kesselberg2025-02-151-0/+90
| | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | Revert "fix(dav): Always respond custom error page on exceptions"Daniel Kesselberg2025-02-157-55/+55
| | | | | | | | | | | | This reverts commit 9992e7d4395a773fec7148cf5b4111f894cb40b7. Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | Revert "fix: Drop unnecessary exit"Daniel Kesselberg2025-02-151-0/+1
| | | | | | | | | | | | This reverts commit d2bf3613f6c9210a720bebdcf82284bbfc604319. Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | Revert "fix: Override start method of \Sabre\DAV\Server to remove exception ↵Daniel Kesselberg2025-02-151-23/+0
| | | | | | | | | | | | | | | | output" This reverts commit e202896a7476f6c3ad74793e6524293fd8a93224. Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | Fix(l10n): Update translations from TransifexNextcloud bot2025-02-1522-20/+332
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2025-02-1424-26/+40
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2025-02-1338-112/+232
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2025-02-1270-128/+362
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix(files_sharing): Update `QuickShareSelect` if share is modifiednfebe2025-02-112-1/+13
| | | | Signed-off-by: nfebe <fenn25.fn@gmail.com>
* test(files_sharing): Check that default expiration date is shown b4 create sharenfebe2025-02-111-0/+1
| | | | Signed-off-by: nfebe <fenn25.fn@gmail.com>
* fix: Show default expiration date before create link sharenfebe2025-02-113-18/+17
| | | | | | | | | Since `ShareEntryLink` component is used to both create and display/list the share links, we should only set default expiration date on `share.expireDate` when we know is a new share. Otherwise, we overidding data from the backend. Signed-off-by: nfebe <fenn25.fn@gmail.com>
* refactor: Remove some deprecated containers and exceptionsnfebe2025-02-111-16/+18
| | | | Signed-off-by: nfebe <fenn25.fn@gmail.com>
* fix(files_sharing): Adjust wrong labeling identified by testnfebe2025-02-111-1/+1
| | | | Signed-off-by: nfebe <fenn25.fn@gmail.com>
* chore: Run npm run lint:fixLouis Chemineau2025-02-111-670/+697
| | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* feat: Use inline password confirmation in external storage settingsLouis Chemineau2025-02-117-69/+57
| | | | Signed-off-by: Louis Chemineau <louis@chmn.me>