aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #47528 from nextcloud/backport/47510/stable30Andy Scherzinger2024-08-291-2/+29
|\
| * fix(db): Increase log level for very slow transactionsChristoph Wurst2024-08-271-2/+29
* | Merge pull request #47588 from nextcloud/backport/47515/stable30Andy Scherzinger2024-08-281-13/+21
|\ \
| * | fix(migration): Correctly sort migrations by version numberJoas Schilling2024-08-281-13/+21
* | | fix: Also validate parent path in `verifyPath`Ferdinand Thiessen2024-08-282-3/+17
* | | fix: Allow read-only filename validation to allow reading filesFerdinand Thiessen2024-08-281-1/+12
* | | fix: Renaming does not need update but delete permissionsFerdinand Thiessen2024-08-281-5/+8
|/ /
* | fix: Backport to 30Louis Chemineau2024-08-281-0/+10
* | chore: Apply php:cs recommendationsLouis Chemineau2024-08-289-39/+39
* | fix: mark systemconfig value as not being tainted because they are implicitly...Robin Appelman2024-08-281-1/+19
* | fix: implement sharding compatible cleanup for various bitsRobin Appelman2024-08-285-12/+74
* | fix: fix share cleanup for deleted groups with shardingRobin Appelman2024-08-281-10/+18
* | fix: run mimetype repair query across all shardsRobin Appelman2024-08-281-0/+1
* | fix: hint storage id in more placesRobin Appelman2024-08-281-2/+5
* | fix: only allow pre-defined shardsRobin Appelman2024-08-281-8/+30
* | feat: implement distributing partitioned queries over multiple shardsRobin Appelman2024-08-2825-26/+1421
* | feat: add option to automatically partition queries by specific tablesRobin Appelman2024-08-2812-2/+985
* | fix: delay calculating global cache prefix untill a cache is createdRobin Appelman2024-08-282-30/+66
* | fix: don't make ICacheFactory depend on databaseRobin Appelman2024-08-281-8/+8
* | feat: track expected output columns in query builderRobin Appelman2024-08-283-0/+41
* | Merge pull request #47398 from nextcloud/backport/47259/stable30Stephan Orbaugh2024-08-286-2/+73
|\ \
| * | feat: add negative compare-and-delete to imemcacheRobin Appelman2024-08-236-2/+73
* | | Merge pull request #47542 from nextcloud/backport/47522/stable30Andy Scherzinger2024-08-283-83/+165
|\ \ \
| * | | fix(taskprocessing): fix condition to reschedule SynchronousBackgroundJobJulien Veyssier2024-08-271-10/+13
| * | | feat(taskprocessing): add IManager::runTask method to run task synchronouslyJulien Veyssier2024-08-273-73/+152
| | |/ | |/|
* | | Merge pull request #47533 from nextcloud/backport/47509/stable30Andy Scherzinger2024-08-281-9/+15
|\ \ \
| * | | fix: gracefully handle unexpected exif orientation typesRichard Steinmetz2024-08-271-9/+15
| |/ /
* | | fix(setup): ignore long session login during installationMaxence Lange2024-08-272-4/+11
* | | fix(Router): Load attribute routes of all apps when not app is specifiedprovokateurin2024-08-271-14/+24
|/ /
* | fix call to custom mail_template_classChristoph Klaffl2024-08-261-12/+14
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-08-266-6/+18
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-08-248-2/+36
* | fix: correct documentation for mail providerSebastianKrupinski2024-08-231-2/+2
* | fix: correct documentation for mail providerSebastianKrupinski2024-08-233-19/+19
|/
* Fix(l10n): Update translations from TransifexNextcloud bot2024-08-2336-100/+252
* fix(webauthn): Increase database column for public key idFerdinand Thiessen2024-08-222-0/+2
* fix: `FilenameValidator::isForbidden` should only check forbidden filesFerdinand Thiessen2024-08-221-9/+18
* Fix(l10n): Update translations from TransifexNextcloud bot2024-08-2242-132/+146
* Merge pull request #47283 from nextcloud/backport/47038/stable30Andy Scherzinger2024-08-211-1/+2
|\
| * fix: check for correct storage class when checking for link parentRobin Appelman2024-08-161-1/+2
* | Merge pull request #47390 from nextcloud/backport/47352/stable30Andy Scherzinger2024-08-211-1/+1
|\ \
| * | fix(TaskProcessing/ContextWrite): Fix wording "ContextWrite" -> "Context write"Marcel Klehr2024-08-211-1/+1
* | | Merge pull request #47391 from nextcloud/backport/47371/stable30John Molakvoæ2024-08-212-0/+10
|\ \ \
| * | | fix: Support Safari mobileFerdinand Thiessen2024-08-212-1/+2
| * | | fix: Disable auto-zoom on iOSFerdinand Thiessen2024-08-211-0/+9
| |/ /
* | | Merge pull request #47385 from nextcloud/backport/47380/stable30Joas Schilling2024-08-211-3/+14
|\ \ \ | |/ / |/| |
| * | fix(theming): Make getImage() call save against missing non-SVG versionJoas Schilling2024-08-211-3/+14
* | | fix: adding blurhash to definitionsJoas Schilling2024-08-211-0/+6
|/ /
* | fix: use mountpoint from storage to find the encryption keysRobin Appelman2024-08-201-3/+3
* | feat: store the mountpoint of storages in the mount optionsRobin Appelman2024-08-201-2/+3