aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #47515 from nextcloud/bugfix/noid/fix-migration-sortingAndy Scherzinger2024-08-281-13/+21
|\ | | | | fix(migration): Correctly sort migrations by version number
| * fix(migration): Correctly sort migrations by version numberJoas Schilling2024-08-271-13/+21
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | fix: Also validate parent path in `verifyPath`Ferdinand Thiessen2024-08-282-3/+17
| | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | fix: Allow read-only filename validation to allow reading filesFerdinand Thiessen2024-08-281-1/+12
| | | | | | | | | | | | Needed to read files with the "Windows compatibility" feature. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | fix: Renaming does not need update but delete permissionsFerdinand Thiessen2024-08-281-5/+8
| | | | | | | | | | | | | | Renaming is basically copy + delete (a move), so no need to update permissions. Especially if the node is in a invalid directory the node should be moveable but not editable. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | chore: Apply php:cs recommendationsLouis Chemineau2024-08-289-39/+39
| | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* | fix: mark systemconfig value as not being tainted because they are ↵Robin Appelman2024-08-281-1/+19
| | | | | | | | | | | | implicitly trusted Signed-off-by: Robin Appelman <robin@icewind.nl>
* | fix: implement sharding compatible cleanup for various bitsRobin Appelman2024-08-285-12/+74
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | fix: fix share cleanup for deleted groups with shardingRobin Appelman2024-08-281-10/+18
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | fix: run mimetype repair query across all shardsRobin Appelman2024-08-281-0/+1
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | fix: hint storage id in more placesRobin Appelman2024-08-281-2/+5
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | fix: only allow pre-defined shardsRobin Appelman2024-08-281-8/+30
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | feat: implement distributing partitioned queries over multiple shardsRobin Appelman2024-08-2820-26/+1340
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | feat: add option to automatically partition queries by specific tablesRobin Appelman2024-08-2810-2/+971
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | fix: delay calculating global cache prefix untill a cache is createdRobin Appelman2024-08-282-30/+66
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | fix: don't make ICacheFactory depend on databaseRobin Appelman2024-08-281-8/+8
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | feat: track expected output columns in query builderRobin Appelman2024-08-282-0/+33
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | Merge pull request #47521 from nextcloud/fix/noid/loosing-systemconfig-on-setupMaxence Lange2024-08-271-3/+5
|\ \ | | | | | | fix(logger): ignore session logging during setup
| * | fix(setup): ignore long session login during installationMaxence Lange2024-08-271-3/+5
| | | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* | | Merge pull request #47522 from nextcloud/enh/noid/taskprocessing-runtaskJulien Veyssier2024-08-272-83/+138
|\ \ \ | | | | | | | | [TaskProcessing] Add manager::runTask method
| * | | fix(taskprocessing): fix condition to reschedule SynchronousBackgroundJobJulien Veyssier2024-08-271-10/+13
| | | | | | | | | | | | | | | | Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
| * | | feat(taskprocessing): add IManager::runTask method to run task synchronouslyJulien Veyssier2024-08-272-73/+125
| |/ / | | | | | | | | | Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
* | | Merge pull request #47509 from nextcloud/fix/exif-orientation-typeDaniel2024-08-271-9/+15
|\ \ \ | |/ / |/| | fix: gracefully handle unexpected exif orientation types
| * | fix: gracefully handle unexpected exif orientation typesRichard Steinmetz2024-08-271-9/+15
| | | | | | | | | | | | Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
* | | 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
| |/ | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* / fix(db): Increase log level for very slow transactionsChristoph Wurst2024-08-271-2/+29
|/ | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Merge pull request #46013 from ↵Julius Härtl2024-08-261-0/+25
|\ | | | | | | | | nextcloud/obj-store-move-from-storage-preserve-fileid fix: write object to the correct urn when moving from another storage to object store
| * fix: write object to the correct urn when moving from another storage to ↵Robin Appelman2024-08-231-0/+25
| | | | | | | | | | | | object store Signed-off-by: Robin Appelman <robin@icewind.nl>
* | Merge pull request #47435 from phreaker0/fix-mail-template-class-callJoas Schilling2024-08-261-12/+14
|\ \ | | | | | | fix(mailer): Call to custom mail_template_class
| * | fix call to custom mail_template_classChristoph Klaffl2024-08-221-12/+14
| |/ | | | | | | Signed-off-by: Christoph Klaffl <christoph@phreaker.eu>
* | style: update codestyle for coding-standard 1.2.3Daniel Kesselberg2024-08-25187-944/+944
| | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | 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 untill we need it
| * | perf: delay getting (sub)admin status for user in the security middleware ↵Robin Appelman2024-08-232-9/+31
| |/ | | | | | | | | | | untill we need it Signed-off-by: Robin Appelman <robin@icewind.nl>
* / feat: expose escapeLikeParameter trough query builderRobin Appelman2024-08-231-0/+4
|/ | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* Merge pull request #47259 from nextcloud/memcache-ncadRobin Appelman2024-08-215-0/+55
|\ | | | | feat: add negative compare-and-delete to imemcache
| * feat: add negative compare-and-delete to imemcacheRobin Appelman2024-08-205-0/+55
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | Merge pull request #47371 from nextcloud/fix/disable-auto-zoom-iosFerdinand Thiessen2024-08-212-0/+10
|\ \ | | | | | | fix: Disable auto-zoom on iOS
| * | fix: Support Safari mobileFerdinand Thiessen2024-08-212-1/+2
| | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
| * | fix: Disable auto-zoom on iOSFerdinand Thiessen2024-08-211-0/+9
| | | | | | | | | | | | | | | | | | | | | | | | When using iOS and focussing an input element the view should not be zoomed. So if we set a maximum scale iOS will not auto-zoom but still allow users to zoom. But we can not do this by default as this will disable user zoom on Chrome. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | Merge pull request #47372 from nextcloud/fix/filename-validatorFerdinand Thiessen2024-08-211-9/+18
|\ \ \ | |/ / |/| | fix: `FilenameValidator::isForbidden` should only check forbidden files
| * | fix: `FilenameValidator::isForbidden` should only check forbidden filesFerdinand Thiessen2024-08-211-9/+18
| |/ | | | | | | | | | | And not forbidden basenames as this is used for different purposes. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* / fix(theming): Make getImage() call save against missing non-SVG versionJoas Schilling2024-08-211-3/+14
|/ | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* fix: use mountpoint from storage to find the encryption keysRobin Appelman2024-08-201-3/+3
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* feat: store the mountpoint of storages in the mount optionsRobin Appelman2024-08-201-2/+3
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* refactor(Log): Use new in initializer instead of constructor bodyFerdinand Thiessen2024-08-172-6/+2
| | | | | | | PHP 8.1 allows us to now move the `new` into the initializer, this makes the code a bit nicer (and 3 lines shorter). Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix: check for correct storage class when checking for link parentRobin Appelman2024-08-161-1/+2
| | | | | | fixes #39123 Signed-off-by: Robin Appelman <robin@icewind.nl>
* 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
| |
| * fix: postgresql GRANT user's permission after createDatabase, ensure ↵Hailong Wang2024-08-161-11/+14
| | | | | | | | database exist when GRANT