Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-03-18 | 24 | -184/+184 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | fix(comments): Fix activity rich subject parametersbackport/51512/stable31 | provokateurin | 2025-03-17 | 1 | -1/+4 |
| | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | Merge pull request #51396 from nextcloud/backport/51365/stable31 | Kate | 2025-03-17 | 1 | -1/+1 |
|\ | | | | | [stable31] fix(dav): Fix share token pattern for base uri extraction | ||||
| * | fix(dav): Fix share token pattern for base uri extractionbackport/51365/stable31 | provokateurin | 2025-03-11 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-03-17 | 32 | -4/+180 |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-03-16 | 16 | -0/+48 |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-03-15 | 32 | -150/+248 |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-03-14 | 20 | -6/+36 |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | Merge pull request #51397 from nextcloud/backport/51394/stable31 | Ferdinand Thiessen | 2025-03-13 | 13 | -138/+834 |
|\ \ | | | | | | | [stable31] Allow to delete files without trashbin + add unit tests + some refactoring | ||||
| * | | fix(files): also enable delete action if trashbin is disabled | Ferdinand Thiessen | 2025-03-13 | 1 | -9/+10 |
| | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
| * | | test(files_trashbin): add test coverage also for utils like the logger | Ferdinand Thiessen | 2025-03-13 | 1 | -0/+20 |
| | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
| * | | refactor(files_trashbin): restore action refactoring | Ferdinand Thiessen | 2025-03-13 | 3 | -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 action | Ferdinand Thiessen | 2025-03-13 | 6 | -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 view | Ferdinand Thiessen | 2025-03-13 | 5 | -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/stable31 | Ferdinand Thiessen | 2025-03-13 | 1 | -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/stable31 | Ferdinand Thiessen | 2025-03-06 | 1 | -0/+4 |
| | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-03-13 | 112 | -256/+344 |
| | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | | Merge pull request #51402 from nextcloud/backport/51379/stable31 | Andy Scherzinger | 2025-03-12 | 1 | -1/+3 |
|\ \ \ | | | | | | | | | [stable31] fix(AppDiscover): Strip double-quotes from folder name | ||||
| * | | | fix(AppDiscover): Ensure created cache folder is safe-chars onlybackport/51379/stable31 | Git'Fellow | 2025-03-11 | 1 | -1/+3 |
| | |/ | |/| | | | | | | | Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com> | ||||
* | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-03-12 | 106 | -628/+682 |
| | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | | fix(external_storage): fix settings save | skjnldsv | 2025-03-11 | 3 | -29/+71 |
| | | | | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | ||||
* | | | fix(lookup-server): disable lookup server for non-global scale setups | Ferdinand Thiessen | 2025-03-11 | 8 | -39/+62 |
| | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | | | fix(lookup-server): do not query data by default | Ferdinand Thiessen | 2025-03-11 | 4 | -10/+6 |
| | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | | | fix(lookup-server): do not upload data by default | Ferdinand Thiessen | 2025-03-11 | 5 | -5/+5 |
|/ / | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-03-11 | 10 | -12/+36 |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-03-10 | 12 | -36/+88 |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-03-09 | 12 | -2/+38 |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-03-08 | 38 | -104/+256 |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-03-07 | 208 | -380/+178 |
|/ | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | fix(systemtags): prevent tag edition if restricted | skjnldsv | 2025-03-06 | 4 | -21/+41 |
| | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> [skip ci] | ||||
* | fix(systemtags): unify restrict_creation_to_admin handling | skjnldsv | 2025-03-06 | 7 | -15/+41 |
| | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | ||||
* | Merge pull request #50932 from nextcloud/backport/50910/stable31 | Andy Scherzinger | 2025-03-06 | 6 | -42/+71 |
|\ | | | | | [stable31] fix(files_external): request strict password auth on credentials enter action | ||||
| * | fix(systemtags): Fix invalid dompurify import | Ferdinand Thiessen | 2025-03-06 | 1 | -2/+2 |
| | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
| * | fix(l10n): Fix triple dot in translation | Joas Schilling | 2025-03-06 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
| * | fix(files_external): inline storage check improvements | skjnldsv | 2025-03-06 | 3 | -35/+45 |
| | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | ||||
| * | chore(files_external): add cypress tests for user credentials action | skjnldsv | 2025-03-06 | 2 | -3/+12 |
| | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | ||||
| * | fix(files_external): request strict password auth on credentials enter action | skjnldsv | 2025-03-06 | 1 | -2/+12 |
| | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | ||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-03-06 | 28 | -24/+62 |
|/ | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-03-06 | 452 | -772/+1442 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | fix(l10n): Remove leading space from translation stringbackport/51287/stable31 | Joas Schilling | 2025-03-05 | 1 | -1/+1 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | fix(dav): Use IUser::getDisplayName directlybackport/51258/stable31 | Christoph Wurst | 2025-03-05 | 3 | -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/stable31 | Maksim Sukharev | 2025-03-05 | 1 | -19/+32 |
|\ | | | | | [stable31] fix(Comment): replace richEditor mixin with NcRichText | ||||
| * | fix(Comment): replace richEditor mixin with NcRichText | Maksim Sukharev | 2025-03-05 | 1 | -19/+32 |
| | | | | | | | | Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com> | ||||
* | | fix(dav): Handle long absence status earlier | Christoph Wurst | 2025-03-05 | 2 | -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 filename | Ferdinand Thiessen | 2025-03-05 | 2 | -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 Transifex | Nextcloud bot | 2025-03-05 | 76 | -250/+142 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Merge pull request #51236 from nextcloud/backport/51151/stable31 | Andy Scherzinger | 2025-03-04 | 1 | -6/+28 |
|\ | | | | | [stable31] fix(files_sharing): ignore duplicated navigation when replacing current route | ||||
| * | fix(files_sharing): ignore duplicated navigation when replacing current route | Ferdinand Thiessen | 2025-03-04 | 1 | -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` view | Ferdinand Thiessen | 2025-03-04 | 2 | -1/+20 |
|/ | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | Merge pull request #51015 from nextcloud/backport/50979/stable31 | Ferdinand Thiessen | 2025-03-04 | 9 | -169/+423 |
|\ | | | | | [stable31] feat(files): allow to ignore warning to change file type |