aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* feat(AppFramework): Add Route attributeprovokateurin2024-02-216-0/+361
* fix(Routing): Only use lowercase names for registering and matching routesprovokateurin2024-02-213-17/+36
* fix(notifications): Help finding missing notifications by logging itJoas Schilling2024-02-201-0/+1
* Merge pull request #43339 from nextcloud/fix/42588/remove-redundant-indicesJohannes2024-02-192-0/+2
|\
| * fix(db): remove redundant indices in propertiesJohannes Merkel2024-02-182-0/+2
* | Merge pull request #43637 from nextcloud/mb-convert-fixGit'Fellow2024-02-191-1/+1
|\ \
| * | Move away from deprecated utf_encode() on PHP 8.2+Git'Fellow2024-02-171-1/+1
* | | Merge pull request #43297 from nextcloud/fix/db/dirty-read-cool-offChristoph Wurst2024-02-191-3/+20
|\ \ \
| * | | fix(db): Let dirty writes cool offChristoph Wurst2024-02-191-3/+20
* | | | Fix(l10n): Update translations from TransifexNextcloud bot2024-02-194-2/+188
| |_|/ |/| |
* | | Fix(l10n): Update translations from TransifexNextcloud bot2024-02-188-4/+90
| |/ |/|
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-02-172-4/+4
* | Merge pull request #40555 from nextcloud/query-optimize-distributeRobin Appelman2024-02-1614-54/+465
|\ \
| * | add some comments for the distributive operation and add another testRobin Appelman2024-02-162-4/+27
| * | add extra flatten step to improve "or eq" -> "in" optimizationRobin Appelman2024-02-151-0/+1
| * | fix types + autoloaderRobin Appelman2024-02-156-11/+25
| * | 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-1513-52/+390
* | | Fix(l10n): Update translations from TransifexNextcloud bot2024-02-164-0/+84
|/ /
* | 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
* | | fix(OCP): Add since tag to all constantsJoas Schilling2024-02-151-3/+9
* | | Merge pull request #43355 from nextcloud/feat/ocp-link-reference-providerAnupam Kumar2024-02-154-155/+221
|\ \ \
| * | | feat: Migrate LinkReferenceProvider to OCPAnupam Kumar2024-02-144-155/+221
* | | | Fix(l10n): Update translations from TransifexNextcloud bot2024-02-1510-0/+208
* | | | fix(OCP): Add since tag for all constantsJoas Schilling2024-02-1437-6/+795
* | | | fix(settings): Deprecate old things for realJoas Schilling2024-02-141-4/+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-1410-55/+87
|\ \ \
| * | | chore: Migrate away from OC::$server->getLoggerCôme Chilliet2024-02-1310-55/+87
| |/ /
* | | Fix(l10n): Update translations from TransifexNextcloud bot2024-02-14166-2508/+2508
* | | 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-132-0/+15
* | 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-139-73/+129
|\ \ \
| * | | 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-097-55/+103
* | | | Merge branch 'master' into enh/speech-to-text-provider-with-useridAlexander Piskun2024-02-13113-1229/+3540
|\ \ \ \ | | |/ / | |/| |
| * | | 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