summaryrefslogtreecommitdiffstats
path: root/tests/lib
Commit message (Expand)AuthorAgeFilesLines
* Refactor `OC\Server::getCommentsManager`Andrew Summers2024-03-152-2/+3
* refactor(mimeloader): modernize MimeTypeLoaderThomas Citharel2024-03-141-6/+5
* fix(updatenotification): spread the use of new appconfigMaxence Lange2024-03-132-100/+108
* test: Update test for PublicSectorBundleChristopher Ng2024-03-121-0/+2
* fix: add missing copyrights and strict typesAndrey Borysenko2024-03-121-0/+2
* feat: Add declarative settingsjld31032024-03-121-0/+536
* feat(appconfig): switching integrity check to lazy config valuesMaxence Lange2024-03-111-2/+8
* Merge pull request #44073 from nextcloud/fix/provide-correct-iconJoas Schilling2024-03-081-11/+38
|\
| * fix(AppManager): Allow to query dark **or** bright iconFerdinand Thiessen2024-03-081-11/+38
* | feat(files): copy live photosMaxence Lange2024-03-081-3/+6
* | Merge pull request #44064 from nextcloud/deprecate-getNumberOfUnreadCommentsF...Robin Appelman2024-03-081-21/+25
|\ \ | |/ |/|
| * refactor: depricate getNumberOfUnreadCommentsForFolder and redo it's implemen...Robin Appelman2024-03-071-21/+25
* | feat(AppManager): Provide `getAppIcon` functionFerdinand Thiessen2024-03-073-23/+135
|/
* Merge pull request #43114 from nextcloud/bugfix/noid/automatically-encrypt-se...Joas Schilling2024-03-072-82/+187
|\
| * fix(appconfig): Make sure sensitive values stay sensitiveJoas Schilling2024-03-061-0/+9
| * feat(appconfig): Automatically store "sensitive" appconfigs encrypted in the ...Joas Schilling2024-03-062-83/+179
* | Merge pull request #43917 from nextcloud/fix/jsresourcelocator-apppathFerdinand Thiessen2024-03-071-4/+4
|\ \ | |/ |/|
| * fix(JSResourceLocator): Consider configured app roots for filesFerdinand Thiessen2024-02-291-4/+4
* | Merge pull request #43437 from nextcloud/cleanup-mount-by-id-duplicationJohn Molakvoæ2024-03-061-11/+11
|\ \
| * | fix: clearify logic around getMountsForFileId filteringRobin Appelman2024-03-061-11/+11
* | | Merge pull request #44000 from nextcloud/more-sharing-cleaupRobin Appelman2024-03-061-106/+0
|\ \ \
| * | | chore: remove long depricated share codeRobin Appelman2024-03-061-106/+0
| |/ /
* / / refactor: make share manager buildableRobin Appelman2024-03-061-176/+19
|/ /
* | Merge pull request #43471 from nextcloud/cache-path-by-idRobin Appelman2024-03-058-103/+150
|\ \
| * | perf: cache path by id to speedup getting nodes by idRobin Appelman2024-03-046-45/+92
| * | perf: switch places that always use the first getById result to getFirstNodeByIdRobin Appelman2024-03-042-58/+58
* | | 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