aboutsummaryrefslogtreecommitdiffstats
path: root/core
Commit message (Collapse)AuthorAgeFilesLines
* refactor: generate migrations with override attributesrefactor/migration-override-attributeChristoph Wurst2025-06-041-0/+4
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* fix(l10n): Update translations from TransifexNextcloud bot2025-06-042-2/+2
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #53292 from nextcloud/fix/loginflowKate2025-06-033-1/+22
|\
| * fix: handle IDLE timeoutfix/loginflowFerdinand Thiessen2025-06-033-1/+22
| | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | fix(TaskProcessingApiController): use StreamResponse to return the task file ↵fix/noid/task-processing-file-content-streamOleksander Piskun2025-06-031-10/+32
|/ | | | | | content Signed-off-by: Oleksander Piskun <oleksandr2088@icloud.com>
* fix(l10n): Update translations from TransifexNextcloud bot2025-06-032-22/+208
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix: make core application bootstrapable by coordinatorchore/refactor-coreFerdinand Thiessen2025-06-021-1/+1
| | | | | | Co-authored-by: Ferdinand Thiessen <opensource@fthiessen.de> Co-authored-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com> Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* refactor(core): migrate core application to `IBootstrap`Ferdinand Thiessen2025-06-023-263/+324
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix(l10n): Update translations from TransifexNextcloud bot2025-06-022-0/+166
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* docs: update openAPI extracted filesdependabot/composer/vendor-bin/openapi-extractor/nextcloud/openapi-extractor-1.7.0Ferdinand Thiessen2025-06-013-14/+72
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix(l10n): Update translations from TransifexNextcloud bot2025-05-314-362/+700
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix(l10n): Update translations from TransifexNextcloud bot2025-05-302-16/+16
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix(deps): Fix npm auditnextcloud-command2025-05-282-3/+3
| | | | Signed-off-by: GitHub <noreply@github.com>
* fix: recommended apps button testFerdinand Thiessen2025-05-281-5/+4
| | | | | | | | Regression of https://github.com/nextcloud/server/pull/52703 where the `>` was added by accident and thus the button has a wrong label including the rest of the button HTML. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix(l10n): Update translations from TransifexNextcloud bot2025-05-286-20/+190
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix: broken password reset formfix/noid/broken-password-reset-formAnna Larch2025-05-261-2/+2
| | | | Signed-off-by: Anna Larch <anna@nextcloud.com>
* fix(l10n): Update translations from TransifexNextcloud bot2025-05-24110-546/+546
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix(autoloader): Fix location of class to be autoloadablebugfix/noid/fix-psr4-classJoas Schilling2025-05-232-40/+61
| | | | | | > Class FeedBackHandler located in ./core/ajax/update.php does not comply with psr-4 autoloading standard (rule: OC\Core\ => ./core). Skipping. Signed-off-by: Joas Schilling <coding@schilljs.com>
* fix(l10n): Update translations from TransifexNextcloud bot2025-05-222-0/+52
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix(l10n): Update translations from TransifexNextcloud bot2025-05-21110-382/+0
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix(l10n): Update translations from TransifexNextcloud bot2025-05-208-24/+264
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix(l10n): Update translations from TransifexNextcloud bot2025-05-196-2/+416
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix(l10n): Update translations from TransifexNextcloud bot2025-05-184-0/+470
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix(l10n): Update translations from TransifexNextcloud bot2025-05-1714-6/+1646
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* chore: remove files file templates deprecated since v18 and provided by ↵chore/remove-files-templatesFerdinand Thiessen2025-05-163-0/+0
| | | | | | | | | | | richdocuments - leftover from https://github.com/nextcloud/server/pull/17559 - The file templates are already provided in a non-deprecated way by richdocuments. - The template manager used here is deprecated for 14 versions now... Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix(unified_search): Reset result limit for new search requestsfix/unified-search-filter-reset-on-load-morenfebe2025-05-161-0/+7
| | | | | | Before now the result limit is never reset until the page is refreshed. Signed-off-by: nfebe <fenn25.fn@gmail.com>
* fix(unified_search): Maintain non-provider filters when loading more resultsnfebe2025-05-161-34/+26
| | | | | | | | | | | | | | Maintain existing non-provider filters (like date and person filters) while loading more results for a specific provider. This now works as the provider data passed to the `newResults` array after search is built dynamically and not manually, the result of a manual build was that the `provider.filters` properpy which is used in the `find` method was being left out in the providers pushed into the results array. Fixes #52081 Signed-off-by: nfebe <fenn25.fn@gmail.com>
* fix(l10n): Update translations from TransifexNextcloud bot2025-05-16116-1516/+176
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix(core): remove untranslated mime namesJohn Molakvoæ (skjnldsv)2025-05-152-3/+23
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* feat: add mount id to info:storage(s)info-storage-commandRobin Appelman2025-05-152-7/+11
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* feat: add command to get basic storage infoRobin Appelman2025-05-154-0/+194
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* Merge pull request #52822 from nextcloud/feat/mime-namesJohn Molakvoæ2025-05-153-5/+121
|\
| * feat(core): add human readable mimesJohn Molakvoæ (skjnldsv)2025-05-143-5/+121
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | fix(l10n): Update translations from TransifexNextcloud bot2025-05-154-2/+52
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | refactor: Extend rector to core/refactor/rector-coreprovokateurin2025-05-1561-248/+372
| | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* | chore: move implementation from OC legacy to OCP\Fileschore/oc-helper-rmdirrFerdinand Thiessen2025-05-141-1/+2
|/ | | | | | | | | - move implementation to the OCP variant that called the legacy before - add the missing deprecation notice - add missing parameter to align both signatures - use OCP\Files where this method is still used Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix(l10n): Update translations from TransifexNextcloud bot2025-05-142-2/+2
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #52693 from nextcloud/config-system-set-jsonRobin Appelman2025-05-121-1/+8
|\ | | | | feat: allow setting system config values with json value
| * feat: allow setting system config values with json valueconfig-system-set-jsonRobin Appelman2025-05-121-1/+8
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | Merge pull request #52706 from nextcloud/info-file-more-encryption-checksRobin Appelman2025-05-121-0/+10
|\ \ | |/ |/| feat: add more encryption checks to info:file
| * feat: add more encryption checks to info:fileinfo-file-more-encryption-checksRobin Appelman2025-05-091-0/+10
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | Merge pull request #52703 from nextcloud/feat/setup-checksJohn Molakvoæ2025-05-121-2/+4
|\ \ | | | | | | chore(cypress): add setup tests
| * | chore(cypress): add setup testsfeat/setup-checksskjnldsv2025-05-091-2/+4
| |/ | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* | fix(l10n): Update translations from TransifexNextcloud bot2025-05-122-0/+2
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | fix(l10n): Update translations from TransifexNextcloud bot2025-05-114-0/+4
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix(l10n): Update translations from TransifexNextcloud bot2025-05-094-0/+4
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix(l10n): Update translations from TransifexNextcloud bot2025-05-082-2/+4
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix(l10n): Update translations from TransifexNextcloud bot2025-05-064-2/+36
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #52587 from nextcloud/bugfix/noid/fix-type-errorKate2025-05-051-5/+9
|\
| * fix(loginflow): Fix type error when password could not be decryptedbugfix/noid/fix-type-errorJoas Schilling2025-05-021-5/+9
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>