aboutsummaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Expand)AuthorAgeFilesLines
* style(vue): satisfy linterArthur Schiwon12 days5-52/+50
* fix: properly set value in FileMimeTypeArthur Schiwon12 days1-3/+3
* refactor: remove mixing from FileMimeType as it is bad practiceArthur Schiwon12 days1-4/+9
* fix(workflowengine): adapt check operator RequestUserGroup to use web componentArthur Schiwon12 days2-8/+28
* fix(workflowengine): adapt check operator RequestUserAgent to use web componentArthur Schiwon12 days2-15/+27
* fix(workflowengine): adapt check operator RequestTime to use web componentArthur Schiwon12 days2-13/+20
* fix(workflowengine): adapt check operator RequestURL to use web componentArthur Schiwon12 days3-6/+22
* fix(workflowengine): use adapted mixin again in FileMimeTypeArthur Schiwon12 days2-32/+7
* fix(workflowengine): minimally adapt check operator FileMimeType to use web c...Arthur Schiwon12 days4-27/+64
* fix(workflowengine): adapt check operator FileSystemTag to use web componentArthur Schiwon12 days2-6/+26
* fix(workflowengine): require a web component as check pluginArthur Schiwon12 days2-5/+40
* fix(workflowengine): require a web component as operation pluginArthur Schiwon12 days3-4/+40
* Merge pull request #51861 from nextcloud/artonge/fix/catch_exception_in_expir...Ferdinand Thiessen12 days3-14/+33
|\
| * fix: Catch exceptions when expiring trashbinartonge/fix/catch_exception_in_expire_trashLouis Chemineau13 days3-12/+29
| * chore: Use iterator in ExpireTrash commandLouis Chemineau13 days1-2/+4
* | Merge pull request #51745 from nextcloud/fix/settings/email-change-restrictionJohn Molakvoæ12 days4-30/+111
|\ \
| * | refactor: add migration for email settingFerdinand Thiessen13 days1-3/+2
| * | fix(settings): Handle email change restriction separately from display name c...provokateurin13 days4-30/+112
* | | Fix(l10n): Update translations from TransifexNextcloud bot13 days26-10/+142
* | | Merge pull request #51010 from nextcloud/uploadfolder-reworkRobin Appelman13 days3-24/+41
|\ \ \
| * | | fix: rework UploadFolder implementationuploadfolder-reworkRobin Appelman2025-02-253-24/+41
* | | | fix(files): show hidden files and folders count in summaryskjnldsv13 days3-25/+41
| |/ / |/| |
* | | chore(dav): update vitest snapshotsskjnldsv13 days1-35/+35
* | | chore(files): remove popover workaround after vue lib updateskjnldsv13 days1-6/+2
* | | fix(files): right click actions menu flickerskjnldsv13 days2-19/+39
* | | Merge pull request #51852 from nextcloud/fix/user-login-with-cookie-e2eeAndy Scherzinger13 days2-2/+5
|\ \ \
| * | | fix(encryption): init keys also when logged in using cookie authfix/user-login-with-cookie-e2eeFerdinand Thiessen14 days2-2/+5
* | | | Fix(l10n): Update translations from TransifexNextcloud bot14 days26-74/+504
|/ / /
* | | Merge pull request #51845 from nextcloud/zip-download-no-sabre-responseFerdinand Thiessen14 days1-0/+17
|\ \ \
| * | | fix: don't have sabre/dav send it's own reponse if we already send the zip re...zip-download-no-sabre-responseRobin Appelman2025-04-011-0/+17
| | |/ | |/|
* | | Merge pull request #51760 from nextcloud/artonge/fix/make_error_a_infoLouis2025-04-013-1/+39
|\ \ \
| * | | fix(files_reminder): Replace error log by setup checkartonge/fix/make_error_a_infoLouis Chemineau2025-04-013-1/+39
| * | | fix(files_reminders): Lower disabled notifications app error to infoLouis Chemineau2025-04-011-1/+1
| |/ /
* / / fix(oauth2): retain support for legacy ownCloud clientsfix/oauth2/retain-legacy-oc-client-supportRichard Steinmetz2025-04-0111-4/+210
|/ /
* | Fix(l10n): Update translations from TransifexNextcloud bot2025-04-0186-172/+200
* | chore(i18n): Aligned grammarrakekniven2025-03-311-1/+1
* | chore(i18n): Aligned grammarrakekniven2025-03-311-1/+1
* | Merge pull request #51768 from nextcloud/techdebt/noid/prepare-phpunit10Joas Schilling2025-03-311-20/+18
|\ \
| * | fix(phpunit10): Migrate away from PHPUnit at() callsJoas Schilling2025-03-271-20/+18
* | | feat: move streaming output helps to command base classRobin Appelman2025-03-313-60/+9
* | | feat: rework object listingRobin Appelman2025-03-313-38/+42
* | | feat: add command to list orphan objectsRobin Appelman2025-03-316-72/+154
* | | feat: add command to list objectsRobin Appelman2025-03-314-0/+122
* | | feat: add command to get object metadataRobin Appelman2025-03-314-0/+82
* | | Merge pull request #51399 from nextcloud/share-list-cmdRobin Appelman2025-03-315-0/+165
|\ \ \
| * | | feat: remove share status from share:list as it doesn't seem to contain usefu...share-list-cmdRobin Appelman2025-03-281-19/+0
| * | | fix: set share status for federated sharesRobin Appelman2025-03-281-0/+1
| * | | feat: add command to list sharesRobin Appelman2025-03-284-17/+75
| * | | feat: add getParentId to ICacheEntryRobin Appelman2025-03-281-0/+125
* | | | Merge pull request #51750 from nextcloud/fix/mkcol-quota-exceeded-responseMarcel Klehr2025-03-311-1/+33
|\ \ \ \