aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | | Merge pull request #51378 from nextcloud/fix/lookup-server-connector-v2Ferdinand Thiessen13 days13-74/+89
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | |
| * | | | | | | | chore: compile assetsfix/lookup-server-connector-v2Ferdinand Thiessen13 days2-3/+3
| * | | | | | | | fix(lookup-server): disable lookup server for non-global scale setupsFerdinand Thiessen13 days11-60/+79
| * | | | | | | | fix(lookup-server): do not query data by defaultFerdinand Thiessen13 days6-15/+11
| * | | | | | | | fix(lookup-server): do not upload data by defaultFerdinand Thiessen13 days5-5/+5
* | | | | | | | | Merge pull request #51379 from nextcloud/appStoreCacheFolderGit'Fellow13 days1-1/+3
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / |/| | | | | | | |
| * | | | | | | | fix(AppDiscover): Ensure created cache folder is safe-chars onlyappStoreCacheFolderGit'Fellow14 days1-1/+3
* | | | | | | | | Merge pull request #51394 from nextcloud/fix/files-trashbin-files-integrationFerdinand Thiessen13 days37-169/+942
|\ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / |/| | | | | | | |
| * | | | | | | | chore: compile assetsFerdinand Thiessen13 days22-30/+96
| * | | | | | | | fix(files): also enable delete action if trashbin is disabledFerdinand Thiessen13 days1-9/+10
| * | | | | | | | test(files_trashbin): add test coverage also for utils like the loggerFerdinand Thiessen13 days1-0/+20
| * | | | | | | | refactor(files_trashbin): restore action refactoringFerdinand Thiessen13 days3-16/+169
| * | | | | | | | fix(files_trashbin): return correct type in empty trash actionFerdinand Thiessen13 days6-37/+263
| * | | | | | | | fix(files_trashbin): correctly sort custom columns in trashbin viewFerdinand Thiessen13 days7-80/+387
|/ / / / / / / /
* | | | | | | | Merge pull request #51136 from nextcloud/feat/noid/occ-list-delete-calendar-s...Daniel13 days6-3/+202
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | |
| * | | | | | | feat: command to list and delete calendar subscriptionsfeat/noid/occ-list-delete-calendar-subscriptionDaniel Kesselberg2025-03-096-3/+202
* | | | | | | | Merge pull request #51365 from nextcloud/fix/dav/publicremote-share-token-pat...Kate13 days1-1/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | fix(dav): Fix share token pattern for base uri extractionfix/dav/publicremote-share-token-patternprovokateurin2025-03-101-1/+1
* | | | | | | | | Merge pull request #51320 from nextcloud/fix/storage-settingsJohn Molakvoæ13 days7-35/+77
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | chore(assets): Recompile assetsfix/storage-settingsnextcloud-command13 days4-6/+6
| * | | | | | | | | fix(external_storage): fix settings saveskjnldsv13 days3-29/+71
| | |_|_|/ / / / / | |/| | | | | | |
* | | | | | | | | Merge pull request #50933 from nextcloud/fix/issue-50104-system-address-book-...Sebastian Krupinski13 days5-0/+122
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | feat: add system address book settings in uifix/issue-50104-system-address-book-ui-settingsSebastianKrupinski2025-03-075-0/+122
* | | | | | | | | | Merge pull request #51364 from nextcloud/fix/files_external/smb-case-insensit...Kate13 days1-1/+1
|\ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / |/| | | | | | | | |
| * | | | | | | | | fix(files_external): Stop building path twice when checking if file exists on...fix/files_external/smb-case-insensitive-path-buildingprovokateurin2025-03-101-1/+1
| | |/ / / / / / / | |/| | | | | | |
* | | | | | | | | Merge pull request #51349 from nextcloud/dependabot/composer/vendor-bin/opena...John Molakvoæ13 days6-24/+24
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | build(deps): bump nextcloud/openapi-extractordependabot/composer/vendor-bin/openapi-extractor/nextcloud/openapi-extractor-1.5.0dependabot[bot]2025-03-086-24/+24
* | | | | | | | | | Fix(l10n): Update translations from TransifexNextcloud bot14 days12-12/+38
* | | | | | | | | | Merge pull request #51296 from nextcloud/fileutils-files-by-userRobin Appelman14 days2-9/+8
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / |/| | | | | | | | |
| * | | | | | | | | fix: fix getNodeFromCacheEntryAndMount using relative pathRobin Appelman14 days1-2/+2
| * | | | | | | | | fix: optimize FileUtils::getFilesByUserRobin Appelman14 days1-7/+6
|/ / / / / / / / /
* | | | | | | | | Merge pull request #51029 from nextcloud/fix/deprecate-oc-template-and-cleanupCôme Chilliet14 days36-659/+813
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | fix: Use a dedicated Exception class for when a template is not foundfix/deprecate-oc-template-and-cleanupCôme Chilliet2025-03-067-20/+39
| * | | | | | | | | fix: Remove legacy hacky workaround in OCA\WorkflowEngine\ListenerCôme Chilliet2025-03-061-8/+1
| * | | | | | | | | fix: Migrate all uses of OCP\Template to OCP\Template\ITemplateManagerCôme Chilliet2025-03-0612-62/+75
| * | | | | | | | | chore: Adapt TemplateLayout testsCôme Chilliet2025-03-061-17/+36
| * | | | | | | | | fix: Cleanup of internal class TemplateLayoutCôme Chilliet2025-03-062-164/+160
| * | | | | | | | | fix: Fix signatures and types in template related classesCôme Chilliet2025-03-064-7/+15
| * | | | | | | | | fix: Replace all usage of OC_Template by the new APICôme Chilliet2025-03-066-43/+42
| * | | | | | | | | fix: Fix psalm issues and add missing methods to ITemplate interfaceCôme Chilliet2025-03-066-17/+19
| * | | | | | | | | fix: Add missing ITemplate interface and clean code in Template classCôme Chilliet2025-03-067-54/+88
| * | | | | | | | | fix: Deprecate OC_Template, add proper template manager insteadCôme Chilliet2025-03-0610-343/+414
* | | | | | | | | | Merge pull request #51108 from nextcloud/fix/fix-disabled-user-list-for-saml-...Côme Chilliet2025-03-102-51/+21
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | chore: Move magic number into a documented constfix/fix-disabled-user-list-for-saml-subadminCôme Chilliet2025-03-101-1/+3
| * | | | | | | | | | chore: Remove now unused methods from User managerCôme Chilliet2025-03-101-47/+0
| * | | | | | | | | | fix: Correctly count disabled users for SAML groups subadminsCôme Chilliet2025-03-102-14/+29
| | |_|/ / / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge pull request #51361 from nextcloud/bugfix/50619/correctly-init-serverJoas Schilling2025-03-101-28/+31
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | |
| * | | | | | | | | fix(base.php): Correct order for booting \OC\Serverbugfix/50619/correctly-init-serverJoas Schilling2025-03-101-28/+31
|/ / / / / / / / /
* | | | / / / / / Fix(l10n): Update translations from TransifexNextcloud bot2025-03-1012-36/+88
| |_|_|/ / / / / |/| | | | | | |
* | | | | | | | Fix(l10n): Update translations from TransifexNextcloud bot2025-03-0914-40/+76