aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* feat: add debug logging for adding/removing items from the user mounts cacheusermountcache-loggingRobin Appelman3 days1-0/+3
* Merge pull request #50783 from nextcloud/fix/49909/workflow-vue-compatArthur Schiwon3 days18-89/+258
|\
| * build(workflowengine): compile assetsfix/49909/workflow-vue-compatArthur Schiwon3 days2-3/+3
| * style(vue): satisfy linterArthur Schiwon3 days5-52/+50
| * fix: properly set value in FileMimeTypeArthur Schiwon3 days1-3/+3
| * refactor: remove mixing from FileMimeType as it is bad practiceArthur Schiwon3 days1-4/+9
| * fix(workflowengine): adapt check operator RequestUserGroup to use web componentArthur Schiwon3 days2-8/+28
| * fix(workflowengine): adapt check operator RequestUserAgent to use web componentArthur Schiwon3 days2-15/+27
| * fix(workflowengine): adapt check operator RequestTime to use web componentArthur Schiwon3 days2-13/+20
| * fix(workflowengine): adapt check operator RequestURL to use web componentArthur Schiwon3 days3-6/+22
| * fix(workflowengine): use adapted mixin again in FileMimeTypeArthur Schiwon3 days2-32/+7
| * fix(workflowengine): minimally adapt check operator FileMimeType to use web c...Arthur Schiwon3 days4-27/+64
| * fix(workflowengine): adapt check operator FileSystemTag to use web componentArthur Schiwon3 days4-6/+34
| * fix(workflowengine): require a web component as check pluginArthur Schiwon3 days2-5/+40
| * fix(workflowengine): require a web component as operation pluginArthur Schiwon3 days3-4/+40
|/
* Merge pull request #51836 from nextcloud/feat/cleanup-oc-utilCôme Chilliet3 days4-139/+41
|\
| * chore(legacy): Remove deprecated OC_Util::addScript and functions depending o...feat/cleanup-oc-utilCôme Chilliet5 days4-139/+41
* | Merge pull request #51905 from nextcloud/fix/session/permanent-token-app-pass...Ferdinand Thiessen3 days2-3/+42
|\ \
| * | fix(session): Only mark sessions of permanent tokens as app passwordsfix/session/permanent-token-app-passwordChristoph Wurst3 days2-3/+42
* | | Merge pull request #51861 from nextcloud/artonge/fix/catch_exception_in_expir...Ferdinand Thiessen3 days3-14/+33
|\ \ \
| * | | fix: Catch exceptions when expiring trashbinartonge/fix/catch_exception_in_expire_trashLouis Chemineau4 days3-12/+29
| * | | chore: Use iterator in ExpireTrash commandLouis Chemineau4 days1-2/+4
| | |/ | |/|
* | | Merge pull request #51887 from nextcloud/dependabot/npm_and_yarn/libphonenumb...dependabot[bot]3 days5-9/+10
|\ \ \ | |_|/ |/| |
| * | build(deps): bump libphonenumber-js from 1.11.18 to 1.12.6dependabot[bot]3 days5-9/+10
|/ /
* | Merge pull request #51745 from nextcloud/fix/settings/email-change-restrictionJohn Molakvoæ3 days12-33/+164
|\ \
| * | chore(assets): Recompile assetsfix/settings/email-change-restrictionnextcloud-command3 days2-3/+3
| * | refactor: add migration for email settingFerdinand Thiessen4 days5-5/+38
| * | fix(settings): Handle email change restriction separately from display name c...provokateurin4 days7-30/+128
* | | Fix(l10n): Update translations from TransifexNextcloud bot3 days26-10/+142
* | | Merge pull request #51010 from nextcloud/uploadfolder-reworkRobin Appelman3 days3-24/+41
|\ \ \
| * | | fix: rework UploadFolder implementationuploadfolder-reworkRobin Appelman2025-02-253-24/+41
* | | | Merge pull request #51641 from nextcloud/dependabot/npm_and_yarn/vitest-3.0.9dependabot[bot]3 days2-177/+192
|\ \ \ \
| * | | | build(deps-dev): bump vitest from 3.0.8 to 3.0.9dependabot[bot]3 days2-177/+192
|/ / / /
* | | | Merge pull request #51883 from nextcloud/dependabot/npm_and_yarn/puppeteer-24...John Molakvoæ3 days2-28/+36
|\ \ \ \
| * | | | build(deps-dev): bump puppeteer from 24.4.0 to 24.5.0dependabot[bot]3 days2-28/+36
* | | | | Merge pull request #51882 from nextcloud/dependabot/composer/build/integratio...John Molakvoæ3 days1-53/+60
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | build(deps-dev): bump behat/behat in /build/integrationdependabot[bot]3 days1-53/+60
|/ / / /
* | | | Merge pull request #51881 from nextcloud/skjnldsv-patch-1John Molakvoæ3 days1-1/+4
|\ \ \ \
| * | | | chore: bump dependabot npm `open-pull-requests-limit` to 20skjnldsv-patch-1John Molakvoæ3 days1-1/+4
* | | | | Merge pull request #51771 from nextcloud/fix/files-hidden-summaryJohn Molakvoæ3 days5-28/+44
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | chore(assets): Recompile assetsfix/files-hidden-summarynextcloud-command3 days2-3/+3
| * | | | fix(files): show hidden files and folders count in summaryskjnldsv3 days3-25/+41
|/ / / /
* | | | Merge pull request #47648 from nextcloud/fix/line-height-calcJohn Molakvoæ3 days1-1/+1
|\ \ \ \
| * | | | refactor(style): Remove repeated semicolonChristopher Ng3 days1-1/+1
| | |/ / | |/| |
* | | | Merge pull request #51870 from nextcloud/artonge/fix/use_loginname_to_check_p...Ferdinand Thiessen3 days1-1/+2
|\ \ \ \ | |/ / / |/| | |
| * | | fix: Use login name to check the passwordartonge/fix/use_loginname_to_check_passwordLouis Chemineau4 days1-1/+2
| | |/ | |/|
* | | Merge pull request #51876 from nextcloud/depskjnldsv/vueFerdinand Thiessen4 days226-1210/+425
|\ \ \
| * | | chore(assets): Recompile assetsdepskjnldsv/vuenextcloud-command4 days222-816/+364
| * | | chore(dav): update vitest snapshotsskjnldsv4 days1-35/+35
| * | | chore(files): remove popover workaround after vue lib updateskjnldsv4 days1-6/+2