aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* enh(userstatus): add OOO automation and remove calendar automationAnna Larch2023-11-2827-1431/+554
* Merge pull request #41779 from nextcloud/bugfix/noid/use-destinct-exception-s...Arthur Schiwon2023-11-285-6/+88
|\
| * fix(API): Use a distinct exception so apps can react to it and customize the ...Joas Schilling2023-11-285-6/+88
* | Merge pull request #41777 from nextcloud/fix/comments-use-ncdatetimeFerdinand Thiessen2023-11-288-47/+20
|\ \
| * | chore: Compile assetsFerdinand Thiessen2023-11-276-9/+9
| * | fix(comments): Move from Moment.js to `NcDateTime`Ferdinand Thiessen2023-11-272-38/+11
* | | Merge pull request #41782 from nextcloud/fix/load-files-listPytal2023-11-274-8/+8
|\ \ \
| * | | chore: compile assetsChristopher Ng2023-11-272-3/+3
| * | | fix(files): Empty files list when uid contains special charsChristopher Ng2023-11-272-5/+5
* | | | Fix(l10n): Update translations from TransifexNextcloud bot2023-11-2844-140/+888
|/ / /
* | | Merge pull request #41709 from nextcloud/fix/files-copy-move-actionEduardo Morales2023-11-276-7/+129
|\ \ \
| * | | chore: Compile assetsFerdinand Thiessen2023-11-274-6/+6
| * | | enh(files): Add cypress tests for copy and moveFerdinand Thiessen2023-11-271-0/+116
| * | | fix(files): Correct condition for checking copy/move into same directoryFerdinand Thiessen2023-11-271-1/+7
* | | | Merge pull request #41749 from nextcloud/checkUserOwnerFerdinand Thiessen2023-11-271-20/+16
|\ \ \ \ | |/ / / |/| | |
| * | | fix(files_versions): Explicitly check for user or owner before call getUserFo...Git'Fellow2023-11-271-20/+16
* | | | Merge pull request #41693 from nextcloud/fix/files-drag-and-dropFerdinand Thiessen2023-11-278-128/+134
|\ \ \ \ | |_|_|/ |/| | |
| * | | chore: Compile assetsFerdinand Thiessen2023-11-272-3/+3
| * | | fix(config): Adjust typescript config to allow `.ts` imports and Typescript i...Ferdinand Thiessen2023-11-274-21/+25
| * | | fix(files): Show error message if drag-and-drop upload failsFerdinand Thiessen2023-11-272-4/+9
| * | | fix(files): Allow to drag and drop new files also on empty directoriesFerdinand Thiessen2023-11-275-124/+121
|/ / /
* | | Merge pull request #41710 from nextcloud/fix/files-table-headerFerdinand Thiessen2023-11-274-39/+45
|\ \ \ | |_|/ |/| |
| * | chore: Compile assetsFerdinand Thiessen2023-11-272-3/+3
| * | fix(files): Adjust table header to look like on previous versionsFerdinand Thiessen2023-11-272-36/+42
|/ /
* | Merge pull request #41764 from nextcloud/nickvergessen-patch-1Joas Schilling2023-11-271-1/+1
|\ \
| * | Update list of PHP versionsJoas Schilling2023-11-271-1/+1
|/ /
* | Merge pull request #41738 from nextcloud/feat/hide-dav-search-provider-if-no-appBenjamin Gaussorgues2023-11-273-12/+15
|\ \
| * | feat(dav): hide search providers if their respective app is not activatedBenjamin Gaussorgues2023-11-273-12/+15
* | | Merge pull request #41578 from nextcloud/enh/noid/dispatcher-test-argument-rangeJoas Schilling2023-11-276-9/+119
|\ \ \ | |/ / |/| |
| * | docs(openapi): update definitionsArthur Schiwon2023-11-241-1/+1
| * | enh(noid): reasonabley limit amount of possible dashboard widget itemsArthur Schiwon2023-11-241-1/+2
| * | enh(dispatcher): enforce psalm ranges in the http dispatcherArthur Schiwon2023-11-244-7/+116
* | | Merge pull request #41640 from nextcloud/bugfix/noid/fix-memory-limit-setup-c...Joas Schilling2023-11-271-1/+1
|\ \ \
| * | | fix(setupcheck): Fix memory limit setup checkJoas Schilling2023-11-211-1/+1
* | | | Fix(l10n): Update translations from TransifexNextcloud bot2023-11-2748-32/+838
* | | | Fix(l10n): Update translations from TransifexNextcloud bot2023-11-2652-6/+976
| |_|/ |/| |
* | | Fix(l10n): Update translations from TransifexNextcloud bot2023-11-2594-30/+562
* | | Merge pull request #41685 from nextcloud/artonge/fix/download_permissionsAndy Scherzinger2023-11-243-6/+20
|\ \ \
| * | | Ensure share has download permissions in F2VLouis2023-11-243-13/+13
| * | | Ensure share has download permissions in F2VLouis2023-11-241-2/+16
* | | | Merge pull request #41705 from nextcloud/fix/noid/test-dav-v2-confirm-contentMaxence Lange2023-11-242-18/+69
|\ \ \ \ | |/ / / |/| | |
| * | | confirm content on dav-v2 testMaxence Lange2023-11-242-18/+69
|/ / /
* | | Merge pull request #41719 from nextcloud/bugfix/41711/fix-actionbutton-labelsAndy Scherzinger2023-11-243-4/+4
|\ \ \
| * | | Fix action button labelsMarco Ambrosini2023-11-243-4/+4
* | | | Merge pull request #41632 from nextcloud/fix/relative-url-x-requested-withJulien Veyssier2023-11-243-5/+16
|\ \ \ \
| * | | | compile assetsJulien Veyssier2023-11-242-3/+3
| * | | | fix adding x-requested-with header for relative URLs when the base NC URL is ...Julien Veyssier2023-11-241-2/+13
|/ / / /
* | | | Merge pull request #41712 from nextcloud/fix/make-cypress-work-againFerdinand Thiessen2023-11-242-1/+2
|\ \ \ \
| * | | | fix(cypress): Adjust cypress tests that relied on version to be 28Ferdinand Thiessen2023-11-242-1/+2
* | | | | Merge pull request #41722 from nextcloud/fix/dav/date-diffing-push-notificationsChristoph Wurst2023-11-241-9/+23
|\ \ \ \ \ | |_|/ / / |/| | | |