aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* fix: Switch lazy object to enabled by default on PHP 8.4feat/use-php84-lazy-objectsCôme Chilliet2025-06-051-1/+1
* feat: Add a configuration toggle for lazy objects in DICôme Chilliet2025-06-052-1/+6
* fix: Fix several side effects of lazy ghostsCôme Chilliet2025-06-052-0/+9
* fix: Only use Lazy objects if PHP is 8.4 or higherCôme Chilliet2025-06-051-34/+42
* chore: Suppress psalm errorCôme Chilliet2025-06-051-2/+3
* feat: Use Lazy ghosts for Dependency injectionCôme Chilliet2025-06-051-36/+37
* fix: Load all partially enabled apps routesCôme Chilliet2025-06-051-2/+2
* fix: Use application ids as well as versions in the cache prefixCôme Chilliet2025-06-051-1/+1
* chore(tests): Adapt AppManager test to the use of searchValuesCôme Chilliet2025-06-051-0/+1
* fix: Use only enabled applications versions in the cache prefixCôme Chilliet2025-06-057-10/+18
* fix: Fix psalm issue by adding missing parameter for profilerCôme Chilliet2025-06-051-2/+2
* feat(router): Add fallback for legacy action and file routesCôme Chilliet2025-06-052-15/+81
* fix: Deprecate action and actionInclude from routes and fix actionIncludeCôme Chilliet2025-06-053-9/+9
* fix: Use a more fitting cache keyCôme Chilliet2025-06-051-2/+3
* feat(router): Use Symfony CompiledUrlMatcherDumper to cache routesCôme Chilliet2025-06-051-47/+37
* feat(router): Cache routes in local cache if possibleCôme Chilliet2025-06-051-0/+59
* fix: Throw AppNotFoundException from installer when application is not foundCôme Chilliet2025-06-054-2/+19
* fix: Do not enable applications which are not installed yetCôme Chilliet2025-06-051-0/+9
* fix(dav): file drop nicknameskjnldsv2025-06-053-0/+23
* fix(l10n): Update translations from TransifexNextcloud bot2025-06-052-30/+30
* fix(notifications): Fix check for hasNotifiers when all apps use Registration...bugfix/53157/fix-hasNotifier-checkJoas Schilling2025-06-041-1/+3
* feat(RequestHeader): Add indirect parameterfeat/requestheader/indirect-parameterprovokateurin2025-06-031-0/+2
* refactor(RequestHeader): Make parameter types stricterprovokateurin2025-06-031-2/+2
* chore(RequestHeader): Remove unnecessary gettersprovokateurin2025-06-031-18/+0
* fix(l10n): Update translations from TransifexNextcloud bot2025-06-032-0/+2
* Merge pull request #53205 from nextcloud/fix/noid/get-preview-force-mimetypeJulien Veyssier2025-06-022-8/+12
|\
| * fix(PreviewManager): use the forced mimetype in throwIfPreviewsDisabledfix/noid/get-preview-force-mimetypeJulien Veyssier2025-06-022-8/+12
* | Merge pull request #53157 from nextcloud/chore/refactor-coreFerdinand Thiessen2025-06-027-10/+26
|\ \
| * | fix: make core application bootstrapable by coordinatorchore/refactor-coreFerdinand Thiessen2025-06-027-10/+22
| * | refactor(core): migrate core application to `IBootstrap`Ferdinand Thiessen2025-06-022-0/+4
| |/
* | Merge pull request #52949 from nextcloud/fix/delete-legacy-autoloaderFerdinand Thiessen2025-06-022-195/+2
|\ \ | |/ |/|
| * fix: Remove useless legacy autoloaderfix/delete-legacy-autoloaderCôme Chilliet2025-05-272-195/+2
* | Merge pull request #52242 from nextcloud/artonge/fix/copy_subfolders_s3Louis2025-06-021-3/+3
|\ \
| * | perf: set the folder size in the same query as we create itRobin Appelman2025-05-281-7/+3
| * | fix(S3): Use original folder size during copyLouis Chemineau2025-05-281-0/+4
* | | fix(l10n): Update translations from TransifexNextcloud bot2025-06-022-0/+2
* | | Merge pull request #53210 from nextcloud/bug/52977/opcache-reset-after-app-ex...John Molakvoæ2025-06-011-0/+3
|\ \ \
| * | | fix: clear opcache after app extractionbug/52977/opcache-reset-after-app-extractDaniel Kesselberg2025-05-301-0/+3
* | | | fix(l10n): Update translations from TransifexNextcloud bot2025-06-016-186/+610
* | | | fix(l10n): Update translations from TransifexNextcloud bot2025-05-3112-28/+44
|/ / /
* | | fix(l10n): Update translations from TransifexNextcloud bot2025-05-3014-0/+14
* | | test: Mock ITaskManager to remove test interactionsJoas Schilling2025-05-291-1/+1
* | | chore(cs): Apply autofixestests/noid/migrate-federation-and-files_trashbinJoas Schilling2025-05-291-1/+1
* | | fix(l10n): Update translations from TransifexNextcloud bot2025-05-2934-68/+68
* | | chore(i18n): Improved wordingrakekniven2025-05-291-1/+1
* | | chore(i18n): Add hint for translatorsrakekniven2025-05-291-0/+1
* | | feat: add support for sensitive Declarative settings values encryptionAndrey Borysenko2025-05-282-4/+68
* | | feat: move primary object store configuration to a single placeprimary-object-store-settingsRobin Appelman2025-05-286-146/+174
|/ /
* | Merge pull request #52996 from nextcloud/fix/emit_hooks_on_copyJonas2025-05-281-2/+2
|\ \
| * | fix(node): emit hooks on `Node::copy()`Jonas2025-05-271-2/+2