aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix(l10n): Update translations from TransifexNextcloud bot2024-04-226-10/+82
* Fix(l10n): Update translations from TransifexNextcloud bot2024-04-2122-12/+280
* Merge pull request #44915 from nextcloud/fix/add-missing-file-for-clear-avata...Louis2024-04-201-0/+3
|\
| * fix: add missing ClearGeneratedAvatarCacheCommand.php in autoload_static.php ...yemkareems2024-04-181-0/+3
* | Merge pull request #44944 from nextcloud/dependabot/npm_and_yarn/eslint-plugi...dependabot[bot]2024-04-202-5/+5
|\ \
| * | build(deps-dev): bump eslint-plugin-cypress from 2.15.1 to 2.15.2dependabot[bot]2024-04-202-5/+5
|/ /
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-04-2054-24/+534
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-04-19158-612/+778
* | Merge pull request #44039 from Dreamsorcerer/patch-2Benjamin Gaussorgues2024-04-181-4/+0
|\ \
| * | fix: regression with updating read-only configSam Bull2024-04-181-4/+0
|/ /
* | Merge pull request #44904 from nextcloud/fix/transfer-ownershipFerdinand Thiessen2024-04-181-38/+73
|\ \
| * | fix(files): Also restore shares after ownership transfer for object storageFerdinand Thiessen2024-04-181-38/+73
* | | Merge pull request #44916 from nextcloud/followup/44910/share-date-timeJoas Schilling2024-04-181-2/+2
|\ \ \
| * | | fix(sharing): Don't change the type of the controller argumentJoas Schilling2024-04-181-2/+2
* | | | Merge pull request #44839 from nextcloud/improve-share-with-detailsFerdinand Thiessen2024-04-188-11/+21
|\ \ \ \ | |/ / / |/| | |
| * | | chore(assets): Recompile assetsnextcloud-command2024-04-187-7/+7
| * | | fix(sharingDetails): Show correct share targetfenn-cs2024-04-181-4/+14
| | |/ | |/|
* | | Merge pull request #44859 from nextcloud/feat/add-ldap-connection-setup-checkFerdinand Thiessen2024-04-184-0/+115
|\ \ \ | |/ / |/| |
| * | feat(user_ldap): Add setup check to verify connection configurationCôme Chilliet2024-04-164-0/+115
* | | Merge pull request #44889 from nextcloud/bugfix/noid/skip-cross-storage-move-...Joas Schilling2024-04-181-0/+3
|\ \ \
| * | | fix(CI): Suppress psalm UndefinedClassJoas Schilling2024-04-181-0/+1
| * | | fix(files): Also skip cross storage move with access controlJoas Schilling2024-04-171-0/+2
* | | | Merge pull request #44886 from nextcloud/techdebt/noid/improved-activity-exce...Joas Schilling2024-04-1813-145/+335
|\ \ \ \
| * | | | fix(activity): Remove unneeded exception (types are enforced)Joas Schilling2024-04-172-5/+0
| * | | | fix(activity): Add a dedicated exception when the filter or setting is not foundJoas Schilling2024-04-176-12/+112
| * | | | fix(activity): Add a dedicated exception when the event is unknown to the pro...Joas Schilling2024-04-174-1/+41
| * | | | fix(activity): Add a dedicated exception when not all fields are set while pu...Joas Schilling2024-04-176-16/+57
| * | | | fix(activity): Add a dedicated exception when invalid values are setJoas Schilling2024-04-175-111/+125
* | | | | Merge pull request #44640 from nextcloud/fix/noid/returns-real-value-on-detailsMaxence Lange2024-04-183-5/+11
|\ \ \ \ \
| * | | | | fix(appconfig): returns correct value on detailsMaxence Lange2024-04-173-5/+11
| | |_|_|/ | |/| | |
* | | | | Merge pull request #44838 from nextcloud/41229-expire-date-fed-shareF. E Noel Nfebe2024-04-183-144/+76
|\ \ \ \ \
| * | | | | fix(shareApiController): avoid duplicated expiryDate operationsfenn-cs2024-04-181-27/+10
| * | | | | refactor(shareApiController): use contrusctor property promotion & DI loggerfenn-cs2024-04-183-117/+66
|/ / / / /
* | | | | Fix(l10n): Update translations from TransifexNextcloud bot2024-04-1848-0/+742
* | | | | Merge pull request #44805 from nextcloud/fix/selected-files-countPytal2024-04-173-3/+9
|\ \ \ \ \
| * | | | | chore: compile assetsChristopher Ng2024-04-172-3/+3
| * | | | | fix(files): Display selected files countChristopher Ng2024-04-171-0/+6
| |/ / / /
* | | | | Merge pull request #44868 from nextcloud/fix/sidebar-commentsFerdinand Thiessen2024-04-179-21/+30
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | chore: Compile assetsFerdinand Thiessen2024-04-176-9/+9
| * | | | fix(comments): Fix issues thrown by comments sidebar tab codeFerdinand Thiessen2024-04-173-12/+21
|/ / / /
* | | | Merge pull request #43574 from nextcloud/enh/noid/lazyappconfig-migrate-metadataMaxence Lange2024-04-177-54/+55
|\ \ \ \
| * | | | migrate metadata to lazy appconfigMaxence Lange2024-02-147-54/+55
* | | | | Merge pull request #44644 from nextcloud/enh/noid/returns-formated-app-valuesFerdinand Thiessen2024-04-175-14/+86
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | fix(appconfig): only convert single entry on searchValues()Maxence Lange2024-04-054-31/+42
| * | | | fix(appconfig): format app valuesMaxence Lange2024-04-053-5/+66
* | | | | Merge pull request #44882 from nextcloud/fix/files-search-clearingFerdinand Thiessen2024-04-178-10/+194
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | chore: Compile assetsFerdinand Thiessen2024-04-174-6/+6
| * | | | fix(files): Ensure search query is cleared when changing view or directoryFerdinand Thiessen2024-04-174-4/+188
* | | | | Merge pull request #44878 from nextcloud/bugfix/44877/keep-manually-restored-...Joas Schilling2024-04-171-3/+6
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | fix(status): Update status time when reverting to it manuallyJoas Schilling2024-04-171-3/+6