aboutsummaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
...
* | | style(vue): satisfy linterArthur Schiwon12 days5-52/+50
| | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | fix: properly set value in FileMimeTypeArthur Schiwon12 days1-3/+3
| | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | refactor: remove mixing from FileMimeType as it is bad practiceArthur Schiwon12 days1-4/+9
| | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | fix(workflowengine): adapt check operator RequestUserGroup to use web componentArthur Schiwon12 days2-8/+28
| | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | fix(workflowengine): adapt check operator RequestUserAgent to use web componentArthur Schiwon12 days2-15/+27
| | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | fix(workflowengine): adapt check operator RequestTime to use web componentArthur Schiwon12 days2-13/+20
| | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | fix(workflowengine): adapt check operator RequestURL to use web componentArthur Schiwon12 days3-6/+22
| | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | fix(workflowengine): use adapted mixin again in FileMimeTypeArthur Schiwon12 days2-32/+7
| | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | fix(workflowengine): minimally adapt check operator FileMimeType to use web ↵Arthur Schiwon12 days4-27/+64
| | | | | | | | | | | | | | | | | | component Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | fix(workflowengine): adapt check operator FileSystemTag to use web componentArthur Schiwon12 days2-6/+26
| | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | fix(workflowengine): require a web component as check pluginArthur Schiwon12 days2-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 Schiwon12 days3-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 Thiessen12 days3-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 Chemineau12 days3-12/+29
| | | | | | | | | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
| * | | chore: Use iterator in ExpireTrash commandLouis Chemineau13 days1-2/+4
| | |/ | |/| | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* | | Merge pull request #51745 from nextcloud/fix/settings/email-change-restrictionJohn Molakvoæ12 days4-30/+111
|\ \ \ | | | | | | | | fix(settings): Handle email change restriction separately from display name change restriction
| * | | refactor: add migration for email settingFerdinand Thiessen12 days1-3/+2
| | | | | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
| * | | fix(settings): Handle email change restriction separately from display name ↵provokateurin12 days4-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 bot12 days26-10/+142
| | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | Merge pull request #51010 from nextcloud/uploadfolder-reworkRobin Appelman12 days3-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 summaryskjnldsv12 days3-25/+41
| |/ / / |/| | | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* | | | chore(dav): update vitest snapshotsskjnldsv12 days1-35/+35
| | | | | | | | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* | | | chore(files): remove popover workaround after vue lib updateskjnldsv12 days1-6/+2
| | | | | | | | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* | | | fix(files): right click actions menu flickerskjnldsv12 days2-19/+39
| | | | | | | | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* | | | Merge pull request #51852 from nextcloud/fix/user-login-with-cookie-e2eeAndy Scherzinger12 days2-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 Thiessen13 days2-2/+5
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | | | Fix(l10n): Update translations from TransifexNextcloud bot13 days26-74/+504
|/ / / / | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | Merge pull request #51845 from nextcloud/zip-download-no-sabre-responseFerdinand Thiessen13 days1-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 Appelman13 days1-0/+17
| | |/ / | |/| | | | | | | | | | | | | | | | | | response Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | Merge pull request #51760 from nextcloud/artonge/fix/make_error_a_infoLouis13 days3-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 Chemineau13 days3-1/+39
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
| * | | | fix(files_reminders): Lower disabled notifications app error to infoLouis Chemineau13 days1-1/+1
| |/ / / | | | | | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* / / / fix(oauth2): retain support for legacy ownCloud clientsfix/oauth2/retain-legacy-oc-client-supportRichard Steinmetz14 days11-4/+210
|/ / / | | | | | | | | | Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
* | | Fix(l10n): Update translations from TransifexNextcloud bot14 days86-172/+200
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | chore(i18n): Aligned grammarrakekniven2025-03-311-1/+1
| | | | | | | | | Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
* | | chore(i18n): Aligned grammarrakekniven2025-03-311-1/+1
| | | | | | | | | Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
* | | Merge pull request #51768 from nextcloud/techdebt/noid/prepare-phpunit10Joas Schilling2025-03-311-20/+18
|\ \ \ | | | | | | | | fix(phpunit10): Migrate away from PHPUnit at() calls
| * | | fix(phpunit10): Migrate away from PHPUnit at() callsJoas Schilling2025-03-271-20/+18
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | feat: move streaming output helps to command base classRobin Appelman2025-03-313-60/+9
| | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | feat: rework object listingRobin Appelman2025-03-313-38/+42
| | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | feat: add command to list orphan objectsRobin Appelman2025-03-316-72/+154
| | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | feat: add command to list objectsRobin Appelman2025-03-314-0/+122
| | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | feat: add command to get object metadataRobin Appelman2025-03-314-0/+82
| | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | Merge pull request #51399 from nextcloud/share-list-cmdRobin Appelman2025-03-315-0/+165
|\ \ \ \ | | | | | | | | | | add command to list shares
| * | | | feat: remove share status from share:list as it doesn't seem to contain ↵share-list-cmdRobin Appelman2025-03-281-19/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | usefull info at the moment Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | | | fix: set share status for federated sharesRobin Appelman2025-03-281-0/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | | | feat: add command to list sharesRobin Appelman2025-03-284-17/+75
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | | | feat: add getParentId to ICacheEntryRobin Appelman2025-03-281-0/+125
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | | Merge pull request #51750 from nextcloud/fix/mkcol-quota-exceeded-responseMarcel Klehr2025-03-311-1/+33
|\ \ \ \ \ | | | | | | | | | | | | fix(dav): Give proper HTTP status code on MKCOL when quota exceeded