summaryrefslogtreecommitdiffstats
path: root/tests/lib
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | Merge pull request #43975 from nextcloud/search-optimize-fixesRobin Appelman2024-03-051-0/+146
|\ \ \ \ \
| * | | | | test: Additional tests for issue #35776Dariusz Olszewski2024-03-041-0/+146
| |/ / / /
* | | | | Merge pull request #43791 from nextcloud/share-api-cleanupRobin Appelman2024-03-041-1/+9
|\ \ \ \ \
| * | | | | fix: remove old test-only methodsRobin Appelman2024-02-261-1/+9
* | | | | | fix: Fetch custom app store url without internet connectionJulius Härtl2024-03-042-3/+11
| |/ / / / |/| | | |
* | | | | Merge pull request #43057 from nextcloud/feat/cache-authtokenJohn Molakvoæ2024-03-012-17/+13
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | feat(perf): add cache for authtoken lookupBenjamin Gaussorgues2024-02-282-17/+13
* | | | | fix: Enforce forbidden filename characters on backendFerdinand Thiessen2024-02-281-3/+48
|/ / / /
* / / / feat(comments): Allow mentions of federated users, groups and teams in the fu...Joas Schilling2024-02-271-29/+38
|/ / /
* | | Merge pull request #43428 from nextcloud/feat/share-expiration-with-timeBenjamin Gaussorgues2024-02-261-22/+76
|\ \ \
| * | | feat(share): save date and time for expirationBenjamin Gaussorgues2024-02-221-22/+76
* | | | Adjust tests to match new expected exceptionRobin Kluth2024-02-241-3/+3
* | | | Merge pull request #42893 from nextcloud/file-info-key-locationJohn Molakvoæ2024-02-232-33/+45
|\ \ \ \
| * | | | add key location to info:file outputRobin Appelman2024-02-012-33/+45
* | | | | Merge pull request #40111 from summersab/refactor/OC-Server-getAppFetcherJohn Molakvoæ2024-02-231-3/+3
|\ \ \ \ \
| * | | | | Refactor `OC\Server::getAppFetcher`Andrew Summers2024-02-231-3/+3
| | |/ / / | |/| | |
* | | | | Merge pull request #30417 from nextcloud/sualko-patch-1John Molakvoæ2024-02-231-0/+39
|\ \ \ \ \
| * | | | | fix xml ocs response for serializable objectsKlaus2024-02-231-0/+39
| |/ / / /
* | | | | Merge pull request #39607 from FedericoHeichou/fix-double-dots-with-pipe-send...John Molakvoæ2024-02-231-1/+1
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Add "-i" to MailTest's pipe FedericoHeichou2024-01-191-1/+1
* | | | | add some comments for the distributive operation and add another testRobin Appelman2024-02-161-0/+27
* | | | | add extra flatten step to improve "or eq" -> "in" optimizationRobin Appelman2024-02-151-3/+3
* | | | | add a search query step to split IN statements that are to large for ociRobin Appelman2024-02-151-0/+44
* | | | | optimize query pattern used by storage filterRobin Appelman2024-02-155-0/+341
* | | | | Merge pull request #43552 from nextcloud/bugfix/noid/rfc7239-compatible-proxy...Joas Schilling2024-02-151-288/+119
|\ \ \ \ \
| * | | | | test(request): Add tests to strip the port when forwarding requestsJoas Schilling2024-02-131-288/+119
* | | | | | fix: phpunitJohn Molakvoæ2024-02-131-2/+2
* | | | | | feat: rename users to account or personVincent Petry2024-02-132-3/+3
|/ / / / /
* | | | | Add timezone getter to ITimeFactoryAnna Larch2024-02-131-0/+17
* | | | | Merge pull request #43370 from nextcloud/test-iappconfigMaxence Lange2024-02-121-245/+1241
|\ \ \ \ \
| * | | | | removing deprecated testsMaxence Lange2024-02-121-366/+0
| * | | | | new API, new testsMaxence Lange2024-02-071-0/+1361
| * | | | | moving previous testMaxence Lange2024-02-071-1/+2
* | | | | | only get the path for the users cached mount info when we use itRobin Appelman2024-02-091-3/+5
* | | | | | Merge pull request #43387 from nextcloud/fix/migrate-away-from-ilogger-in-jobsCôme Chilliet2024-02-086-100/+29
* | | | | | Revert "Merge branch 'master' of github.com:nextcloud/server"Louis Chemineau2024-02-086-29/+100
* | | | | | chore: Remove last uses of IJob::execute methodCôme Chilliet2024-02-081-1/+1
* | | | | | chore: Migrate away from internal Job classesCôme Chilliet2024-02-085-99/+28
|/ / / / /
* | | | | make storage directory test be a bit less strict about mtimesRobin Appelman2024-02-071-2/+3
* | | | | chore: Replace OC::$server->getL10N by OCP\Util::getL10N in lib and some appsCôme Chilliet2024-02-052-5/+5
* | | | | refactor(objectstorage): cleanup typesThomas Citharel2024-02-021-2/+2
* | | | | Merge pull request #43132 from nextcloud/enh/41755/update-appframework-apiMaxence Lange2024-02-011-0/+691
|\ \ \ \ \
| * | | | | better testsMaxence Lange2024-02-011-129/+606
| * | | | | fix lintMaxence Lange2024-01-311-18/+18
| * | | | | adding testMaxence Lange2024-01-311-0/+214
* | | | | | Merge pull request #43203 from nextcloud/fix/cleanup-register-command-with-diJoas Schilling2024-02-012-17/+10
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | fix: Make Repair object injectable and fix BackgroundRepair testCôme Chilliet2024-02-011-16/+9
| * | | | | chore: use DI for \OC\RepairCôme Chilliet2024-01-301-1/+1
* | | | | | add test for updating etag with unchanged mtime in child folderRobin Appelman2024-01-311-0/+25
* | | | | | add test for updating etag with unchanged mtimeRobin Appelman2024-01-311-0/+19
| |_|/ / / |/| | | |