aboutsummaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #51837 from nextcloud/artonge/chore/increase_log_in_trashbinLouis2025-04-071-4/+14
|\ | | | | chore(files_trashbin): Add user details in log from Trashbin
| * chore(files_trashbin): Add user details in log from Trashbinartonge/chore/increase_log_in_trashbinLouis Chemineau2025-04-071-4/+14
| | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* | Merge pull request #51927 from nextcloud/fix/tags-eventsFerdinand Thiessen2025-04-071-1/+1
|\ \ | | | | | | fix(systemtags): emit assign and unassign bulk tagging events
| * | fix(systemtags): emit assign and unassign bulk tagging eventsfix/tags-eventsJohn Molakvoæ (skjnldsv)2025-04-041-1/+1
| | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | | chore: lint files_reminders using psalmfix/missing-importFerdinand Thiessen2025-04-071-1/+1
| | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | fix(files_reminders): add l10n to constructor of setup checkFerdinand Thiessen2025-04-071-1/+3
| | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | fix(files_reminders): add missing importFerdinand Thiessen2025-04-074-1/+4
| | | | | | | | | | | | | | | | | | - Resolves https://github.com/nextcloud/server/issues/51943 Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | Merge pull request #51982 from nextcloud/revert/email-setting-migrationKate2025-04-071-2/+3
|\ \ \ | | | | | | | | Revert "refactor: add migration for email setting"
| * | | Revert "refactor: add migration for email setting"revert/email-setting-migrationprovokateurin2025-04-071-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | This reverts commit e7859f0dacbda051c2decb2e0d62345435ac2fd9. Signed-off-by: provokateurin <kate@provokateurin.de>
* | | | Merge pull request #51715 from nextcloud/allowUnderCustLinkKate2025-04-071-1/+1
|\ \ \ \ | | | | | | | | | | fix(dav): Allow underscores on custom links
| * | | | fix(shares): Allow underscores on custom linksallowUnderCustLinkGit'Fellow2025-03-261-1/+1
| | | | | | | | | | | | | | | Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
* | | | | Merge pull request #51933 from nextcloud/fix/master-template-layoutKate2025-04-071-2/+1
|\ \ \ \ \ | |_|/ / / |/| | | | fix: ensure enabled (enforced) themes are always set on template layout
| * | | | fix: ensure enabled (enforced) themes are always set on template layoutfix/master-template-layoutFerdinand Thiessen2025-04-041-2/+1
| | |/ / | |/| | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | | Fix(l10n): Update translations from TransifexNextcloud bot2025-04-0718-218/+312
| | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | Fix(l10n): Update translations from TransifexNextcloud bot2025-04-0618-42/+46
| | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | Fix(l10n): Update translations from TransifexNextcloud bot2025-04-0528-32/+98
|/ / / | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Fix(l10n): Update translations from TransifexNextcloud bot2025-04-0442-18/+84
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | style(vue): satisfy linterArthur Schiwon2025-04-035-52/+50
| | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | fix: properly set value in FileMimeTypeArthur Schiwon2025-04-031-3/+3
| | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | refactor: remove mixing from FileMimeType as it is bad practiceArthur Schiwon2025-04-031-4/+9
| | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | fix(workflowengine): adapt check operator RequestUserGroup to use web componentArthur Schiwon2025-04-032-8/+28
| | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | fix(workflowengine): adapt check operator RequestUserAgent to use web componentArthur Schiwon2025-04-032-15/+27
| | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | fix(workflowengine): adapt check operator RequestTime to use web componentArthur Schiwon2025-04-032-13/+20
| | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | fix(workflowengine): adapt check operator RequestURL to use web componentArthur Schiwon2025-04-033-6/+22
| | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | fix(workflowengine): use adapted mixin again in FileMimeTypeArthur Schiwon2025-04-032-32/+7
| | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | fix(workflowengine): minimally adapt check operator FileMimeType to use web ↵Arthur Schiwon2025-04-034-27/+64
| | | | | | | | | | | | | | | | | | component Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | fix(workflowengine): adapt check operator FileSystemTag to use web componentArthur Schiwon2025-04-032-6/+26
| | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | fix(workflowengine): require a web component as check pluginArthur Schiwon2025-04-032-5/+40
| | | | | | | | | | | | | | | | | | | | | | | | Similar case as with operator plugins (check previous commit). Although we are not aware of an existign problem, it is there in principle, and asjusting the API we stay consistent with that one from the operations. Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | fix(workflowengine): require a web component as operation pluginArthur Schiwon2025-04-033-4/+40
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | solves an incompatibility issue when the providing app registers their code from an incompatible nextcloud-vue version. Also changes and clarifies WorkflowEngine API. This is necessary to stay compatible with the original way, but also promotes usage of the originally declared but never used "component" attribute on registration. Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | Merge pull request #51861 from ↵Ferdinand Thiessen2025-04-033-14/+33
|\ \ \ | | | | | | | | | | | | | | | | nextcloud/artonge/fix/catch_exception_in_expire_trash fix: Catch exceptions when expiring trashbin
| * | | fix: Catch exceptions when expiring trashbinartonge/fix/catch_exception_in_expire_trashLouis Chemineau2025-04-023-12/+29
| | | | | | | | | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
| * | | chore: Use iterator in ExpireTrash commandLouis Chemineau2025-04-021-2/+4
| | |/ | |/| | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* | | Merge pull request #51745 from nextcloud/fix/settings/email-change-restrictionJohn Molakvoæ2025-04-034-30/+111
|\ \ \ | | | | | | | | fix(settings): Handle email change restriction separately from display name change restriction
| * | | refactor: add migration for email settingFerdinand Thiessen2025-04-021-3/+2
| | | | | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
| * | | fix(settings): Handle email change restriction separately from display name ↵provokateurin2025-04-024-30/+112
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | change restriction Co-authored-by: provokateurin <kate@provokateurin.de> Co-authored-by: Ferdinand Thiessen <opensource@fthiessen.de> Co-authored-by: Louis <louis@chmn.me> Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | | Fix(l10n): Update translations from TransifexNextcloud bot2025-04-0326-10/+142
| | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | Merge pull request #51010 from nextcloud/uploadfolder-reworkRobin Appelman2025-04-023-24/+41
|\ \ \ \ | | | | | | | | | | fix: rework UploadFolder implementation
| * | | | fix: rework UploadFolder implementationuploadfolder-reworkRobin Appelman2025-02-253-24/+41
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | | fix(files): show hidden files and folders count in summaryskjnldsv2025-04-023-25/+41
| |/ / / |/| | | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* | | | chore(dav): update vitest snapshotsskjnldsv2025-04-021-35/+35
| | | | | | | | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* | | | chore(files): remove popover workaround after vue lib updateskjnldsv2025-04-021-6/+2
| | | | | | | | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* | | | fix(files): right click actions menu flickerskjnldsv2025-04-022-19/+39
| | | | | | | | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* | | | Merge pull request #51852 from nextcloud/fix/user-login-with-cookie-e2eeAndy Scherzinger2025-04-022-2/+5
|\ \ \ \ | | | | | | | | | | fix(encryption): init keys also when logged in using cookie auth
| * | | | fix(encryption): init keys also when logged in using cookie authfix/user-login-with-cookie-e2eeFerdinand Thiessen2025-04-022-2/+5
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | | | Fix(l10n): Update translations from TransifexNextcloud bot2025-04-0226-74/+504
|/ / / / | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | Merge pull request #51845 from nextcloud/zip-download-no-sabre-responseFerdinand Thiessen2025-04-011-0/+17
|\ \ \ \ | | | | | | | | | | fix: don't have sabre/dav send it's own reponse if we already send the zip response
| * | | | fix: don't have sabre/dav send it's own reponse if we already send the zip ↵zip-download-no-sabre-responseRobin Appelman2025-04-011-0/+17
| | |/ / | |/| | | | | | | | | | | | | | | | | | response Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | Merge pull request #51760 from nextcloud/artonge/fix/make_error_a_infoLouis2025-04-013-1/+39
|\ \ \ \ | | | | | | | | | | fix(files_reminders): Lower disabled notifications app error to info
| * | | | fix(files_reminder): Replace error log by setup checkartonge/fix/make_error_a_infoLouis Chemineau2025-04-013-1/+39
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
| * | | | fix(files_reminders): Lower disabled notifications app error to infoLouis Chemineau2025-04-011-1/+1
| |/ / / | | | | | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>