aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private
Commit message (Expand)AuthorAgeFilesLines
* feat(lexicon): better numeric conversionMaxence Lange2025-06-243-2/+4
* feat(lexicon): fix testsMaxence Lange2025-06-244-52/+52
* feat(lexicon): migrate keys on app updateMaxence Lange2025-06-242-6/+11
* feat(lexicon): using configmanagerMaxence Lange2025-06-243-15/+14
* feat(lexicon): migrate config key/valueMaxence Lange2025-06-246-40/+427
* Merge pull request #53615 from nextcloud/fix/revive-lowercase-emailRichard Steinmetz2025-06-241-0/+5
|\
| * fix: revive always storing lowercased email addressesRichard Steinmetz2025-06-241-0/+5
* | fix: make rotate logs a TimedJob and run every hourfix/convert-rotate-to-timedjobSalvatore Martire2025-06-241-1/+9
|/
* fix: remove double cache write in ObjectStoreStorage::touchRobin Appelman2025-06-181-10/+0
* feat: add ocs route to get apps enabled for current userJana Peper2025-06-181-1/+1
* Merge pull request #53419 from nextcloud/leftybournes/fix/object_storage_larg...Kent Delante2025-06-181-17/+43
|\
| * fix(s3): retry failed multipart uploads with decreased concurrencyleftybournes/fix/object_storage_large_uploadsKent Delante2025-06-101-17/+43
* | fix(FilenameValidator): use `_` as default replacement for invalid charsfix/validation-defaultsFerdinand Thiessen2025-06-181-1/+1
* | Merge pull request #53516 from nextcloud/fix/fix-encryption-manager-injectionFerdinand Thiessen2025-06-171-1/+2
|\ \
| * | fix(encryption): Fix DI for encryption Manager classfix/fix-encryption-manager-injectionCôme Chilliet2025-06-161-1/+2
* | | Merge pull request #51657 from SBizienFilippiPEReN/cookie-domainAndy Scherzinger2025-06-172-10/+12
|\ \ \
| * | | feat(core): add cookie_domain config optionSamuel Bizien Filippi2025-06-162-10/+12
| |/ /
* / / fix(ObjectStore): Make S3 "connect_timeout" option configurablefix/noid/make-s3-connect-timeout-option-configurableDaniel Calviño Sánchez2025-06-162-2/+6
|/ /
* | fix: properly deprecate IOCMProviderRichard Steinmetz2025-06-161-1/+0
* | Update lib/private/Server.phpMicke Nordin2025-06-161-1/+1
* | fix(OCMProvider): fix dependency injection for OCMProviderMicke Nordin2025-06-161-0/+3
* | fix(router): In debug mode, cache routes only for 3 secondsfix/do-not-cache-routes-on-debug-modeCôme Chilliet2025-06-122-2/+2
* | Merge pull request #51113 from mickenordin/masterAndy Scherzinger2025-06-123-26/+81
|\ \
| * | feat(OCM-invites): Implementation of invitation flowMicke Nordin2025-06-123-26/+81
* | | Merge pull request #53427 from nextcloud/shard-key-hint-partitionMaxence Lange2025-06-121-0/+15
|\ \ \ | |/ / |/| |
| * | fix: allow hinting the shard keys for joined tablesshard-key-hint-partitionRobin Appelman2025-06-101-0/+15
* | | Merge pull request #53000 from nextcloud/fix/noid/stuck-ffmpegDaniel2025-06-101-1/+1
|\ \ \ | |/ / |/| |
| * | fix: unbloc ffmpeg on some broken videosfix/noid/stuck-ffmpegArthur Schiwon2025-05-201-1/+1
* | | Merge pull request #52743 from nextcloud/bug/noid/expires-date-formatKate2025-06-101-1/+1
|\ \ \
| * | | fix: use correct format for expires, last-modified, and if-modified-since hea...Daniel Kesselberg2025-06-101-1/+1
| | |/ | |/|
* | | Merge pull request #52913 from nextcloud/debt/noid/use-logical-operatorKate2025-06-101-1/+1
|\ \ \
| * | | fix: use logical operator instead of bitwiseDaniel Kesselberg2025-06-101-1/+1
| |/ /
* | | feat(core): Add option to disable creating an admin user when installingfeat/core/install-without-admin-userprovokateurin2025-06-101-36/+43
* | | refactor(Setup): When creating a DB user don't use the admin usernameprovokateurin2025-06-106-12/+8
|/ /
* | Merge pull request #52538 from nextcloud/feat/use-php84-lazy-objectsCôme Chilliet2025-06-101-10/+25
|\ \
| * | feat: Add a configuration toggle for lazy objects in DICôme Chilliet2025-06-051-1/+3
| * | fix: Fix several side effects of lazy ghostsCôme Chilliet2025-06-051-0/+3
| * | 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: Run cleanByMoundId query on all shardsJoas Schilling2025-06-061-0/+1
|/ /
* | 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-055-8/+16
* | 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-052-8/+6
* | 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