aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* fix: Switch lazy object to enabled by default on PHP 8.4feat/use-php84-lazy-objectsCôme Chilliet2025-06-052-3/+3
* feat: Add a configuration toggle for lazy objects in DICôme Chilliet2025-06-053-1/+14
* fix(tests): Force lazy ghost initialisation in container testsCôme Chilliet2025-06-051-1/+9
* fix: Fix psalm issue and update baselineCôme Chilliet2025-06-051-44/+0
* 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
* Merge pull request #52793 from nextcloud/feat/cache-routesJohn Molakvoæ2025-06-0516-47/+192
|\
| * chore: update psalm baselinefeat/cache-routesCôme Chilliet2025-06-051-3/+0
| * 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): Add test for AppConfig::getAppInstalledVersionsCôme Chilliet2025-06-051-5/+19
| * fix: Fix log display for integration testsCôme Chilliet2025-06-051-1/+1
| * chore(tests): Adapt AppManager test to the use of searchValuesCôme Chilliet2025-06-053-5/+15
| * 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
* | Merge pull request #53250 from nextcloud/fix/harmonize-ldap-function-loggingCôme Chilliet2025-06-051-18/+28
|\ \ | |/ |/|
| * fix(user_ldap): Harmonize parameter obfuscation and serialization accross log...fix/harmonize-ldap-function-loggingCôme Chilliet2025-06-021-18/+28
* | Merge pull request #53352 from nextcloud/fix/install-app-before-enableCôme Chilliet2025-06-058-4/+55
|\ \
| * | fix: Throw AppNotFoundException from installer when application is not foundCôme Chilliet2025-06-055-3/+21
| * | chore: Disable appstore from integration testsCôme Chilliet2025-06-051-0/+2
| * | fix: Do not enable applications which are not installed yetCôme Chilliet2025-06-053-1/+32
* | | Merge pull request #53315 from nextcloud/refactor/migration-override-attributeJoas Schilling2025-06-051-0/+4
|\ \ \ | |/ / |/| |
| * | refactor: generate migrations with override attributesrefactor/migration-override-attributeChristoph Wurst2025-06-041-0/+4
* | | Merge pull request #51131 from nextcloud/fix/reply-messageHamza2025-06-052-2/+30
|\ \ \
| * | | fix(imip): dont compare events for the reply messagefix/reply-messageHamza Mahjoubi2025-06-052-2/+30
* | | | Merge pull request #53291 from nextcloud/fix/legacy-oc-filepickerFerdinand Thiessen2025-06-055-9/+9
|\ \ \ \
| * | | | chore(assets): Recompile assetsfix/legacy-oc-filepickernextcloud-command2025-06-054-6/+6
| * | | | fix(core): correctly show displayname when picking a fileFerdinand Thiessen2025-06-051-3/+3
| |/ / /
* | | | Merge pull request #53345 from nextcloud/dependabot/npm_and_yarn/webpack-dev-...dependabot[bot]2025-06-051-24/+20
|\ \ \ \
| * | | | build(deps-dev): bump webpack-dev-server from 5.1.0 to 5.2.2dependabot[bot]2025-06-051-24/+20
|/ / / /
* | | | Merge pull request #53341 from nextcloud/fix/release-gen-changelogJohn Molakvoæ2025-06-051-4/+12
|\ \ \ \ | |/ / / |/| | |
| * | | fix(workflows): releases changelog generator tags handlingfix/release-gen-changelogskjnldsv2025-06-051-4/+12
|/ / /
* | | Merge pull request #53321 from nextcloud/fix/noid/files-page-heading-theming-...Julius Knorr2025-06-053-4/+4
|\ \ \
| * | | chore: compile assetsfix/noid/files-page-heading-theming-nameJulien Veyssier2025-06-052-3/+3
| * | | fix(files): use the correct theming instance name from capabilities to set th...Julien Veyssier2025-06-051-1/+1
|/ / /
* | | Merge pull request #53328 from nextcloud/automated/noid/master-update-code-si...Joas Schilling2025-06-051-11/+11
|\ \ \
| * | | fix(security): Update code signing revocation listautomated/noid/master-update-code-signing-crlnextcloud-command2025-06-051-11/+11
* | | | Merge pull request #53280 from nextcloud/fix/dav-nickname-masterJohn Molakvoæ2025-06-0517-20/+208
|\ \ \ \ | |/ / / |/| | |
| * | | chore(assets): Recompile assetsnextcloud-command2025-06-059-7/+61
| * | | fix(dav): file drop nicknameskjnldsv2025-06-059-24/+143
| * | | fix(files_sharing): show message when nickname is not validskjnldsv2025-06-052-11/+26
|/ / /
* | | fix(l10n): Update translations from TransifexNextcloud bot2025-06-0548-312/+350
* | | Merge pull request #53323 from nextcloud/docs/caldav/getCalendarsForUserCountRichard Steinmetz2025-06-041-7/+5
|\ \ \