aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | Merge pull request #51308 from nextcloud/backport/51288/stable31v31.0.1rc1John Molakvoæ2025-03-0628-40/+186
|\ \ | | | | | | [stable31] fix(systemtags): unify restrict_creation_to_admin handling
| * | chore(assets): Recompile assetsnextcloud-command2025-03-0613-13/+13
| | | | | | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * | fix(systemtags): prevent tag edition if restrictedskjnldsv2025-03-0610-22/+142
| | | | | | | | | | | | | | | | | | 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 #51240 from nextcloud/release/31.0.1_rc1John Molakvoæ2025-03-061-2/+2
|\ \ | |/ |/| 31.0.1 RC1
| * build(hub): 31.0.1 RC1release/31.0.1_rc1Arthur Schiwon2025-03-041-2/+2
| | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | Merge pull request #50932 from nextcloud/backport/50910/stable31Andy Scherzinger2025-03-0630-70/+287
|\ \ | | | | | | [stable31] fix(files_external): request strict password auth on credentials enter action
| * | chore: compile assetsskjnldsv2025-03-0618-17/+24
| | | | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
| * | fix(systemtags): Fix invalid dompurify importFerdinand Thiessen2025-03-061-2/+2
| | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
| * | chore(deps): bump dompurify from 3.1.7 to 3.2.4skjnldsv2025-03-062-2/+2
| | | | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
| * | fix(l10n): Fix triple dot in translationJoas Schilling2025-03-061-1/+1
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | fix(cypress): action selector menu lookupskjnldsv2025-03-060-0/+0
| | | | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
| * | chore(cypress): also log the current server image shaskjnldsv2025-03-061-0/+4
| | | | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.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-065-12/+198
| | | | | | | | | | | | 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-0630-26/+64
|/ / | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2025-03-06458-796/+1476
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #51262 from nextcloud/skjnldsbot/dep-upload-stable31John Molakvoæ2025-03-05247-1671/+956
|\ \ | | | | | | [stable31] chore(deps): update `@nextcloud/upload` to 1.9.0
| * | chore(deps): update `@nextcloud/vue` to 8.23.1skjnldsbot/dep-upload-stable31skjnldsv2025-03-05223-801/+642
| | | | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
| * | chore(assets): Recompile assetsnextcloud-command2025-03-05142-885/+330
| | | | | | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * | chore(deps): update `@nextcloud/upload` to 1.9.0skjnldsv2025-03-052-42/+41
| | | | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* | | Merge pull request #51289 from nextcloud/backport/51287/stable31Andy Scherzinger2025-03-051-1/+1
|\ \ \ | | | | | | | | [stable31] fix(l10n): Remove leading space from translation string
| * | | fix(l10n): Remove leading space from translation stringbackport/51287/stable31Joas Schilling2025-03-051-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | Merge pull request #51295 from nextcloud/backport/51280/stable31Louis2025-03-051-1/+2
|\ \ \ \ | |/ / / |/| | | [stable31] fix(login): Properly target public page with attribute
| * | | fix(login): Properly target public page with attributeLouis Chemineau2025-03-051-1/+2
|/ / / | | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* | | Merge pull request #51251 from nextcloud/backport/50989/stable31Andy Scherzinger2025-03-051-1/+1
|\ \ \ | |/ / |/| | [stable31] fix: Use case insensitive check when validating login name
| * | fix: use mb_strtolower to convert login namebackport/50989/stable31Cleopatra Enjeck M.2025-03-051-1/+1
| | | | | | | | | | | | Signed-off-by: Cleopatra Enjeck M. <patrathewhiz@gmail.com>
| * | fix: Improve string comparisonCleopatra Enjeck M.2025-03-051-1/+1
| | | | | | | | | | | | Signed-off-by: Cleopatra Enjeck M. <patrathewhiz@gmail.com>
| * | fix: Use case insensitive check when validating login nameCleopatra Enjeck M.2025-03-051-1/+1
| | | | | | | | | | | | Signed-off-by: Cleopatra Enjeck M. <patrathewhiz@gmail.com>
* | | Merge pull request #51276 from nextcloud/backport/51259/stable31Kate2025-03-051-10/+8
|\ \ \ | | | | | | | | [stable31] fix(files): Don't do session related work in the constructor of the View
| * | | fix: No IFactory in constructorbackport/51259/stable31Marcel Müller2025-03-051-3/+1
| | | | | | | | | | | | | | | | Signed-off-by: Marcel Müller <marcel-mueller@gmx.de>
| * | | fix(files): Don't do session related work in the constructor of the ViewJoas Schilling2025-03-051-10/+10
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | Merge pull request #51283 from nextcloud/backport/51258/stable31Joas Schilling2025-03-055-13/+5
|\ \ \ \ | |/ / / |/| | | [stable31] fix(dav): Use IUser::getDisplayName directly
| * | | fix(dav): Use IUser::getDisplayName directlybackport/51258/stable31Christoph Wurst2025-03-055-13/+5
|/ / / | | | | | | | | | | | | | | | | | | 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-0525-46/+480
|\ \ \ | | | | | | | | [stable31] fix(Comment): replace richEditor mixin with NcRichText
| * | | chore(assets): Recompile assetsbackport/51239/stable31nextcloud-command2025-03-0524-27/+448
| | | | | | | | | | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * | | fix(Comment): replace richEditor mixin with NcRichTextMaksim Sukharev2025-03-051-19/+32
| | | | | | | | | | | | | | | | Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
* | | | Merge pull request #51273 from nextcloud/backport/51256/stable31Kate2025-03-052-4/+9
|\ \ \ \ | | | | | | | | | | [stable31] fix(dav): Handle long absence status earlier
| * | | | 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>
* | | | Merge pull request #51263 from nextcloud/backport/51152/stable31Andy Scherzinger2025-03-056-112/+175
|\ \ \ \ | |/ / / |/| | | [stable31] fix(files_sharing): ensure downloaded file has the correct filename
| * | | chore: compile assetsbackport/51152/stable31Ferdinand Thiessen2025-03-052-3/+3
| | | | | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
| * | | fix(files_sharing): ensure downloaded file has the correct filenameFerdinand Thiessen2025-03-054-109/+172
|/ / / | | | | | | | | | | | | | | | | | | | | | 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>
* | | Merge pull request #51257 from nextcloud/backport/51211/stable31John Molakvoæ2025-03-054-44/+94
|\ \ \ | |/ / |/| | [stable31] test(e2e): adjust trashbin tests to be less flaky
| * | test(e2e): adjust trashbin tests to be less flakybackport/51211/stable31Ferdinand Thiessen2025-03-054-44/+94
|/ / | | | | | | | | | | | | | | | | 1. Move general files delete action (thats not trashbin app!) to files tests. 2. Delete files (move to trashbin) before loading the page so previews are not generated so they cannot lock the file. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | Fix(l10n): Update translations from TransifexNextcloud bot2025-03-0578-250/+154
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #51236 from nextcloud/backport/51151/stable31Andy Scherzinger2025-03-043-9/+31
|\ \ | | | | | | [stable31] fix(files_sharing): ignore duplicated navigation when replacing current route
| * | chore: compile assetsbackport/51151/stable31Ferdinand Thiessen2025-03-042-3/+3
| | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
| * | 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>
* | | Merge pull request #50935 from nextcloud/backport/50918/stable31Ferdinand Thiessen2025-03-045-5/+24
|\ \ \ | |/ / |/| | [stable31] fix(files_sharing): Map sharee information for `shared-by-you` view