aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #47509 from nextcloud/fix/exif-orientation-typeDaniel2024-08-271-9/+15
|\
| * fix: gracefully handle unexpected exif orientation typesRichard Steinmetz2024-08-271-9/+15
* | Merge pull request #47508 from nextcloud/fix/router/attribute-routes-all-appsKate2024-08-271-14/+24
|\ \
| * | fix(Router): Load attribute routes of all apps when not app is specifiedprovokateurin2024-08-271-14/+24
| |/
* / fix(db): Increase log level for very slow transactionsChristoph Wurst2024-08-271-2/+29
|/
* Merge pull request #46013 from nextcloud/obj-store-move-from-storage-preserve...Julius Härtl2024-08-261-0/+25
|\
| * fix: write object to the correct urn when moving from another storage to obje...Robin Appelman2024-08-231-0/+25
* | Merge pull request #47435 from phreaker0/fix-mail-template-class-callJoas Schilling2024-08-261-12/+14
|\ \
| * | fix call to custom mail_template_classChristoph Klaffl2024-08-221-12/+14
* | | Fix(l10n): Update translations from TransifexNextcloud bot2024-08-266-6/+18
* | | style: update codestyle for coding-standard 1.2.3Daniel Kesselberg2024-08-252-18/+18
* | | style: update codestyle for coding-standard 1.2.3Daniel Kesselberg2024-08-25268-1610/+1610
* | | Fix(l10n): Update translations from TransifexNextcloud bot2024-08-248-2/+36
* | | Merge pull request #47452 from nextcloud/fix/issue-47447-mail-provider-docume...Sebastian Krupinski2024-08-234-21/+21
|\ \ \
| * | | fix: correct documentation for mail providerSebastianKrupinski2024-08-231-2/+2
| * | | fix: correct documentation for mail providerSebastianKrupinski2024-08-233-19/+19
| | |/ | |/|
* | | Merge pull request #46021 from nextcloud/middleware-delay-adminRobin Appelman2024-08-232-9/+31
|\ \ \
| * | | perf: delay getting (sub)admin status for user in the security middleware unt...Robin Appelman2024-08-232-9/+31
| |/ /
* | | Merge pull request #45457 from nextcloud/qb-escape-likeRobin Appelman2024-08-231-0/+4
|\ \ \
| * | | feat: expose escapeLikeParameter trough query builderRobin Appelman2024-08-231-0/+4
| |/ /
* / / feat: add command to send raw commands to redisRobin Appelman2024-08-232-0/+2
|/ /
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-08-2336-100/+252
* | feat(Security): Allow setting password context for validation and generationFerdinand Thiessen2024-08-225-6/+82
|/
* Fix(l10n): Update translations from TransifexNextcloud bot2024-08-2242-132/+146
* Merge pull request #47259 from nextcloud/memcache-ncadRobin Appelman2024-08-216-2/+73
|\
| * feat: add negative compare-and-delete to imemcacheRobin Appelman2024-08-206-2/+73
* | Merge pull request #47371 from nextcloud/fix/disable-auto-zoom-iosFerdinand Thiessen2024-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 #47352 from nextcloud/fix/context-write-wordingAndy Scherzinger2024-08-211-1/+1
|\ \ \
| * | | fix(TaskProcessing/ContextWrite): Fix wording "ContextWrite" -> "Context write"Marcel Klehr2024-08-211-1/+1
| | |/ | |/|
* | | Merge pull request #47372 from nextcloud/fix/filename-validatorFerdinand Thiessen2024-08-211-9/+18
|\ \ \ | |_|/ |/| |
| * | fix: `FilenameValidator::isForbidden` should only check forbidden filesFerdinand Thiessen2024-08-211-9/+18
| |/
* | Merge pull request #47380 from nextcloud/bugfix/noid/make-logo-dimension-more...Joas Schilling2024-08-211-3/+14
|\ \
| * | fix(theming): Make getImage() call save against missing non-SVG versionJoas Schilling2024-08-211-3/+14
| |/
* | Merge pull request #47331 from nextcloud/skalidindi53/12351/Add-blurhash-to-r...Joas Schilling2024-08-211-0/+6
|\ \ | |/ |/|
| * fix: adding blurhash to definitionsJoas Schilling2024-08-201-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
|/
* Merge pull request #47291 from nextcloud/refactor/log-php-8-1Côme Chilliet2024-08-192-6/+2
|\
| * refactor(Log): Use new in initializer instead of constructor bodyFerdinand Thiessen2024-08-172-6/+2
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-08-192-2/+2
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-08-186-2/+124
|/
* Fix(l10n): Update translations from TransifexNextcloud bot2024-08-172-0/+2
* Merge pull request #47038 from nextcloud/reshare-fed-shareRobin Appelman2024-08-161-1/+2
|\
| * fix: check for correct storage class when checking for link parentRobin Appelman2024-08-161-1/+2
* | Merge pull request #39611 from FedericoHeichou/add-command-user-welcomeJohn Molakvoæ2024-08-162-0/+2
|\ \ | |/ |/|
| * feat: Add user:welcome commandFedericoHeichou2024-08-162-0/+2
* | Merge pull request #38750 from whlsxl/postgres-install-errorJohn Molakvoæ2024-08-161-10/+14
|\ \
| * | fix: use `$this->tryCreateDbUser` conditionHailong Wang2024-08-161-12/+13