summaryrefslogtreecommitdiffstats
path: root/lib/private
Commit message (Expand)AuthorAgeFilesLines
* add some comments for the distributive operation and add another testRobin Appelman2024-02-161-4/+23
* add extra flatten step to improve "or eq" -> "in" optimizationRobin Appelman2024-02-151-0/+1
* fix types + autoloaderRobin Appelman2024-02-153-10/+19
* add a search query step to split IN statements that are to large for ociRobin Appelman2024-02-152-0/+34
* hopefully improve propagation of 'path eq hash' hint into 'in' statementsRobin Appelman2024-02-152-4/+5
* optimize query pattern used by storage filterRobin Appelman2024-02-159-48/+377
* Merge pull request #43552 from nextcloud/bugfix/noid/rfc7239-compatible-proxy...Joas Schilling2024-02-151-4/+9
|\
| * fix(CS): Fix coding styleJoas Schilling2024-02-141-1/+1
| * fix(request): Fix regex handling and coding-styleJoas Schilling2024-02-131-5/+4
| * fix(request): Handle reverse proxy setting a port in Forwarded-ForMikael Peigney2024-02-131-4/+10
* | fix(db): Give dirty read exception a messageChristoph Wurst2024-02-151-1/+1
* | Merge pull request #43355 from nextcloud/feat/ocp-link-reference-providerAnupam Kumar2024-02-151-155/+4
|\ \
| * | feat: Migrate LinkReferenceProvider to OCPAnupam Kumar2024-02-141-155/+4
* | | Use the STT provider's exception message in the RuntimeException that will be...Julien Veyssier2024-02-141-0/+1
|/ /
* | Merge pull request #43461 from nextcloud/fix/get-rid-of-getloggerF. E Noel Nfebe2024-02-149-54/+84
|\ \
| * | chore: Migrate away from OC::$server->getLoggerCôme Chilliet2024-02-139-54/+84
| |/
* | fix: replace `Account name` by `Login`John Molakvoæ2024-02-136-14/+14
* | fix: phpunitJohn Molakvoæ2024-02-131-2/+2
* | fix: openapiJohn Molakvoæ2024-02-131-2/+3
* | feat: rename users to account or personVincent Petry2024-02-1316-36/+36
|/
* Add timezone getter to ITimeFactoryAnna Larch2024-02-131-0/+7
* Merge pull request #43542 from nextcloud/fix/db/long-transaction-exception-me...Arthur Schiwon2024-02-131-1/+1
|\
| * fix(db): Unify long transaction log/exception messageChristoph Wurst2024-02-131-1/+1
* | Merge pull request #39889 from nextcloud/cache-diJohn Molakvoæ2024-02-137-73/+127
|\ \
| * | use OCP\ServerRobin Appelman2024-02-122-2/+4
| * | also improe cache ci for shared cacheRobin Appelman2024-02-093-18/+24
| * | improve di performance for cacheRobin Appelman2024-02-095-55/+101
* | | Merge branch 'master' into enh/speech-to-text-provider-with-useridAlexander Piskun2024-02-1367-1050/+2284
|\ \ \ | | |/ | |/|
| * | fix missing return statement, inline returnAndrey Borysenko2024-02-121-3/+2
| * | Merge pull request #43424 from nextcloud/enh/noid/debug-on-lazy-appconfig-loa...Maxence Lange2024-02-121-0/+4
| |\ \
| | * | use exception for cleaner TraceMaxence Lange2024-02-121-1/+1
| | * | debug lazy loadConfigMaxence Lange2024-02-071-0/+4
| * | | Merge pull request #43370 from nextcloud/test-iappconfigMaxence Lange2024-02-121-10/+11
| |\ \ \
| | * | | fix phpdocMaxence Lange2024-02-121-3/+3
| | * | | redundant conditionMaxence Lange2024-02-071-4/+0
| | * | | fix getAllValues() to filter values based on prefixMaxence Lange2024-02-071-3/+8
| | |/ /
| * | | Merge pull request #42991 from nextcloud/lowToInfoGit'Fellow2024-02-101-1/+1
| |\ \ \
| | * | | Lower failed movie preview to infoGit'Fellow2024-02-031-1/+1
| * | | | Fix typo in varGit'Fellow2024-02-091-1/+1
| | |_|/ | |/| |
| * | | only get the path for the users cached mount info when we use itRobin Appelman2024-02-092-15/+113
| * | | Merge pull request #43387 from nextcloud/fix/migrate-away-from-ilogger-in-jobsCôme Chilliet2024-02-089-280/+45
| * | | Merge pull request #43357 from nextcloud/enh/41253/fix-occ-upgradeSimon L2024-02-081-10/+49
| * | | Merge pull request #43454 from nextcloud/fix/cleanup-cron-phpFerdinand Thiessen2024-02-082-0/+3
| |\ \ \
| | * | | chore: Deprecate OC_App::loadApps and add missing return type in ServerCôme Chilliet2024-02-082-0/+3
| * | | | Revert "Merge branch 'master' of github.com:nextcloud/server"Louis Chemineau2024-02-0810-94/+290
| |/ / /
| * | | chore: Delete deprecated internal Job classesCôme Chilliet2024-02-083-210/+0
| * | | chore: Migrate away from internal Job classesCôme Chilliet2024-02-086-70/+45
| * | | fix(migration): Make naming constraint fail softer on updatesJoas Schilling2024-02-071-10/+49
| | |/ | |/|
| * | Merge pull request #43317 from nextcloud/fix/contacts-nameJohn Molakvoæ2024-02-071-2/+2
| |\ \
| | * | fix(ContactsStore): Sanitize user ID given to guest avatar routeFerdinand Thiessen2024-02-031-2/+2
| | |/