aboutsummaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #51396 from nextcloud/backport/51365/stable31Kate7 days1-1/+1
|\ | | | | [stable31] fix(dav): Fix share token pattern for base uri extraction
| * fix(dav): Fix share token pattern for base uri extractionbackport/51365/stable31provokateurin12 days1-1/+1
| | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* | Fix(l10n): Update translations from TransifexNextcloud bot7 days32-4/+180
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot8 days16-0/+48
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot9 days32-150/+248
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot10 days20-6/+36
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #51397 from nextcloud/backport/51394/stable31Ferdinand Thiessen10 days13-138/+834
|\ \ | | | | | | [stable31] Allow to delete files without trashbin + add unit tests + some refactoring
| * | fix(files): also enable delete action if trashbin is disabledFerdinand Thiessen10 days1-9/+10
| | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
| * | test(files_trashbin): add test coverage also for utils like the loggerFerdinand Thiessen10 days1-0/+20
| | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
| * | refactor(files_trashbin): restore action refactoringFerdinand Thiessen10 days3-16/+169
| | | | | | | | | | | | | | | | | | | | | 1. do not rely on magic string but use constant ID for trashbin view 2. add unit tests for restore action Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
| * | fix(files_trashbin): return correct type in empty trash actionFerdinand Thiessen10 days6-37/+263
| | | | | | | | | | | | | | | | | | | | | | | | | | | 1. correctly return null instead of void in empty trash action 2. use constant instead of magic value for action ID 3. add unit tests for empty trash action 4. add unit tests for trashbin api Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
| * | fix(files_trashbin): correctly sort custom columns in trashbin viewFerdinand Thiessen10 days5-79/+375
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1. Refactor to make code better testable (move columns and view source to `files_views` folder) 2. Fix deletion time fallback (JS Date vs unix timestamp for "delted"-column) 3. Correctly sort `deletedBy` and `originalLocation` columns to use natural sort like any other column 4. Add unit tests for columns and views Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | Merge pull request #51311 from nextcloud/backport/51310/stable31Ferdinand Thiessen10 days1-0/+4
|\ \ \ | |/ / |/| | [stable31] fix(encryption): Listen for user login and logout to set encryption key
| * | fix(encryption): Listen for user login and logout to set encryption keybackport/51310/stable31Ferdinand Thiessen2025-03-061-0/+4
| | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | Fix(l10n): Update translations from TransifexNextcloud bot11 days112-256/+344
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Merge pull request #51402 from nextcloud/backport/51379/stable31Andy Scherzinger11 days1-1/+3
|\ \ \ | | | | | | | | [stable31] fix(AppDiscover): Strip double-quotes from folder name
| * | | fix(AppDiscover): Ensure created cache folder is safe-chars onlybackport/51379/stable31Git'Fellow12 days1-1/+3
| | |/ | |/| | | | | | | Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
* | | Fix(l10n): Update translations from TransifexNextcloud bot12 days106-628/+682
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | fix(external_storage): fix settings saveskjnldsv12 days3-29/+71
| | | | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* | | fix(lookup-server): disable lookup server for non-global scale setupsFerdinand Thiessen12 days8-39/+62
| | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | fix(lookup-server): do not query data by defaultFerdinand Thiessen12 days4-10/+6
| | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | fix(lookup-server): do not upload data by defaultFerdinand Thiessen12 days5-5/+5
|/ / | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | Fix(l10n): Update translations from TransifexNextcloud bot13 days10-12/+36
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot14 days12-36/+88
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2025-03-0912-2/+38
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2025-03-0838-104/+256
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2025-03-07208-380/+178
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix(systemtags): prevent tag edition if restrictedskjnldsv2025-03-064-21/+41
| | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> [skip ci]
* fix(systemtags): unify restrict_creation_to_admin handlingskjnldsv2025-03-067-15/+41
| | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* Merge pull request #50932 from nextcloud/backport/50910/stable31Andy Scherzinger2025-03-066-42/+71
|\ | | | | [stable31] fix(files_external): request strict password auth on credentials enter action
| * fix(systemtags): Fix invalid dompurify importFerdinand Thiessen2025-03-061-2/+2
| | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
| * fix(l10n): Fix triple dot in translationJoas Schilling2025-03-061-1/+1
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * fix(files_external): inline storage check improvementsskjnldsv2025-03-063-35/+45
| | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
| * chore(files_external): add cypress tests for user credentials actionskjnldsv2025-03-062-3/+12
| | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
| * fix(files_external): request strict password auth on credentials enter actionskjnldsv2025-03-061-2/+12
| | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2025-03-0628-24/+62
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2025-03-06452-772/+1442
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix(l10n): Remove leading space from translation stringbackport/51287/stable31Joas Schilling2025-03-051-1/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* fix(dav): Use IUser::getDisplayName directlybackport/51258/stable31Christoph Wurst2025-03-053-10/+2
| | | | | | | No need to send this from the client. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* Merge pull request #51268 from nextcloud/backport/51239/stable31Maksim Sukharev2025-03-051-19/+32
|\ | | | | [stable31] fix(Comment): replace richEditor mixin with NcRichText
| * fix(Comment): replace richEditor mixin with NcRichTextMaksim Sukharev2025-03-051-19/+32
| | | | | | | | Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
* | fix(dav): Handle long absence status earlierChristoph Wurst2025-03-052-4/+9
| | | | | | | | | | | | Validate the request early. Don't let this cause a database error. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | fix(files_sharing): ensure downloaded file has the correct filenameFerdinand Thiessen2025-03-052-5/+30
|/ | | | | | | | Single file shares use the share token as source name, so we need to use the displayname. To do so we need to set the download attribute to the displayname of the file to download. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* Fix(l10n): Update translations from TransifexNextcloud bot2025-03-0576-250/+142
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #51236 from nextcloud/backport/51151/stable31Andy Scherzinger2025-03-041-6/+28
|\ | | | | [stable31] fix(files_sharing): ignore duplicated navigation when replacing current route
| * fix(files_sharing): ignore duplicated navigation when replacing current routeFerdinand Thiessen2025-03-041-6/+28
| | | | | | | | | | | | | | | | Missing piece from https://github.com/nextcloud/server/pull/50669 as we also need to adjust the files sharing router otherwiese we can get those exceptions. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | fix(files_sharing): Map sharee information for `shared-by-you` viewFerdinand Thiessen2025-03-042-1/+20
|/ | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* Merge pull request #51015 from nextcloud/backport/50979/stable31Ferdinand Thiessen2025-03-049-169/+423
|\ | | | | [stable31] feat(files): allow to ignore warning to change file type
| * feat(files): allow to ignore warning to change file typeFerdinand Thiessen2025-03-049-169/+423
| | | | | | | | | | | | | | | | | | | | | | | | | | * Missing pieces of https://github.com/nextcloud/server/issues/46528 * Add checkbox to not show this dialog again * Add user config as suggested by designers in files settings to reenable or diable this behavior. * Fix behavior of dialog: It says "keep .ext" but it does not keep the extension but cancels the operation. From the button label the user expects that the operation is continued but with the old extension. * Added more test coverage by adding component tests. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | Merge pull request #51091 from nextcloud/backport/51069/stable31Andy Scherzinger2025-03-041-3/+3
|\ \ | | | | | | [stable31] Fix SQL query so that it is ansi safe fixing #51067