aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #38996 from fsamapoor/refactor_lib_private_fulltextsearchJohn Molakvoæ2024-02-239-499/+123
|\
| * Adds new exception to check for the availability of the index.Faraz Samapoor2024-01-154-2/+45
| * Refactors lib/private/FullTextSearch.Faraz Samapoor2024-01-156-499/+80
* | Merge pull request #42893 from nextcloud/file-info-key-locationJohn Molakvoæ2024-02-232-25/+26
|\ \
| * | add key location to info:file outputRobin Appelman2024-02-012-25/+26
* | | Merge pull request #32429 from nextcloud/fix/profiler-data-locaJohn Molakvoæ2024-02-231-1/+1
|\ \ \
| * | | Fix location of the profiler dataCarl Schwan2024-02-231-1/+1
* | | | Merge pull request #39173 from shdehnavi/refactor_lib_private_ocsJohn Molakvoæ2024-02-235-41/+41
|\ \ \ \
| * | | | Refactor lib/private/ocsHamid Dehnavi2024-02-235-41/+41
| |/ / /
* | | | Merge pull request #39299 from shdehnavi/refactor_lib_private_appJohn Molakvoæ2024-02-2310-89/+44
|\ \ \ \
| * | | | Fix psalm errorsHamid Dehnavi2024-02-231-1/+1
| * | | | Make adjustments based on the psalm reviewHamid Dehnavi2024-02-231-6/+2
| * | | | Fix code styleHamid Dehnavi2024-02-236-8/+1
| * | | | Refactor lib/private/AppHamid Dehnavi2024-02-2310-77/+43
| |/ / /
* | | | Merge pull request #42045 from nextcloud/enh/early-exception-printJohn Molakvoæ2024-02-231-11/+19
|\ \ \ \
| * | | | feat: Print early exceptions in debug mode instead of plain error pagesJulius Härtl2024-02-231-11/+19
| |/ / /
* | | | Merge pull request #40126 from summersab/refactor/OC-Server-getTrustedDomainH...John Molakvoæ2024-02-231-1/+1
|\ \ \ \
| * | | | Refactor `OC\Server::getTrustedDomainHelper`Andrew Summers2024-02-231-1/+1
| |/ / /
* | | | Merge pull request #40111 from summersab/refactor/OC-Server-getAppFetcherJohn Molakvoæ2024-02-231-1/+2
|\ \ \ \
| * | | | Refactor `OC\Server::getAppFetcher`Andrew Summers2024-02-231-1/+2
| |/ / /
* | | | Merge pull request #38562 from nextcloud/redis-default-ttlJohn Molakvoæ2024-02-231-7/+19
|\ \ \ \
| * | | | set a default and max ttl for redis keysRobin Appelman2024-02-231-7/+19
| |/ / /
* | | | Merge pull request #30417 from nextcloud/sualko-patch-1John Molakvoæ2024-02-231-0/+4
|\ \ \ \
| * | | | fix xml ocs response for serializable objectsKlaus2024-02-231-0/+4
| |/ / /
* | | | Merge pull request #39607 from FedericoHeichou/fix-double-dots-with-pipe-send...John Molakvoæ2024-02-231-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | Add "-i" to sendmail's pipe FedericoHeichou2024-01-191-1/+1
* | | | 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