aboutsummaryrefslogtreecommitdiffstats
path: root/tests/lib
Commit message (Expand)AuthorAgeFilesLines
* restore shared lock ttl when releasingRobin Appelman2024-01-021-1/+3
* AppAPI: allowed to bypass Two-FactorAlexander Piskun2023-12-291-4/+19
* fix(security): Handle idn_to_utf8 returning falseJoas Schilling2023-12-072-3/+13
* fix: Fix linkToOCSRouteAbsolute() without index.php and subfolderJoas Schilling2023-11-201-7/+15
* optimize UserMountCache::registerStorageRobin Appelman2023-11-161-14/+18
* Merge pull request #41363 from nextcloud/optmize-storage-wrappers-27Benjamin Gaussorgues2023-11-161-4/+14
|\
| * optimize isShared and isMountedRobin Appelman2023-11-091-4/+14
* | Reverse X-Forwarded-For list to read the correct proxy remote addressJoas Schilling2023-11-161-6/+32
|/
* apply known mtime wrapper for external storagesRobin Appelman2023-10-101-1/+0
* add wrapper to ensure we don't get an mtime that is lower than we know it isRobin Appelman2023-10-101-0/+71
* only determine quota_include_external_storage once for quota wrapperRobin Appelman2023-09-072-11/+23
* cleanup di for share permissions wrapperRobin Appelman2023-09-042-12/+28
* feat: add switch to disable dns pinningDaniel Kesselberg2023-08-301-1/+52
* Fix tests, add test for the new featureCôme Chilliet2023-08-281-13/+77
* fix: Make bypass function public APIJoas Schilling2023-08-232-5/+5
* feat: Expose if the own IP is allowed to bypass bruteforce protectionJoas Schilling2023-08-231-4/+11
* feat(security): Add a bruteforce protection backend base on memcacheJoas Schilling2023-08-232-23/+164
* tests: Add test for CacheEntry gettersFerdinand Thiessen2023-08-171-0/+25
* Fix TextProcessing test for 32bitMarcel Klehr2023-08-091-1/+1
* fix: missing argument for TextProcessing ManagerDaniel Kesselberg2023-08-091-0/+7
* Massive refactoring: Turn LanguageModel OCP API into TextProcessing APIMarcel Klehr2023-08-091-104/+99
* LLM OCP API: Change Tests to use EventDispatcher mockMarcel Klehr2023-08-091-41/+8
* LLM OCP API: s/getAvailableTasks/getAvailableTaskClasses/Marcel Klehr2023-08-091-6/+6
* Add test for task cleanupMarcel Klehr2023-08-091-0/+37
* Fix testsMarcel Klehr2023-08-092-29/+99
* Add preliminary testsMarcel Klehr2023-08-091-0/+269
* feat(HTTPClient): Provide wrapped access to Guzzle's asyncRequest()Joas Schilling2023-08-072-3/+10
* JobTest: Remove outdated testsMarcel Klehr2023-07-281-52/+0
* cs:fixMarcel Klehr2023-07-281-1/+0
* Add test for ParallelAwareJobMarcel Klehr2023-07-282-5/+89
* Merge pull request #39522 from nextcloud/backport/39264/stable27Andy Scherzinger2023-07-271-7/+20
|\
| * Add instance category while checking new updatesBenjamin Gaussorgues2023-07-211-7/+20
* | fix: Correctly add `module` content type to script tags when scripts with ver...Ferdinand Thiessen2023-07-231-0/+12
|/
* Merge pull request #38953 from nextcloud/backport/38917/stable27Arthur Schiwon2023-07-101-0/+9
|\
| * fix(l10n): Fix plural issue with different locale and languageJoas Schilling2023-06-271-0/+9
* | Merge pull request #38976 from nextcloud/backport/38625/stable27Arthur Schiwon2023-07-041-3/+5
|\ \ | |/ |/|
| * chore: ugly type jugglingArthur Schiwon2023-06-231-3/+5
* | try to fix testsSimon L2023-06-261-18/+25
|/
* redis: move lua scripts to class and add type hintsVarun Patil2023-05-311-3/+1
* add test to verify redis lua script hashesRobin Appelman2023-05-311-0/+8
* Merge pull request #38143 from nextcloud/fix/generated-avatars-cacheSimon L2023-05-161-1/+1
|\
| * Clear generated avatar cachesjld31032023-05-151-1/+1
* | fix(middleware): Also abort the request when reaching max delay in afterContr...Joas Schilling2023-05-151-7/+7
|/
* fix(JSResourceLocator): Handle missing translations silentlyFerdinand Thiessen2023-05-111-0/+22
* Merge pull request #37691 from nextcloud/object-store-background-scanJohn Molakvoæ2023-05-111-16/+26
|\
| * repair -1 folder sizes for object store background scanRobin Appelman2023-05-101-16/+26
* | Merge pull request #37838 from nextcloud/event-logger-httpRobin Appelman2023-05-091-1/+11
|\ \ | |/ |/|
| * log performance events for http requestsRobin Appelman2023-04-281-1/+11
* | fix(dav): Abort requests with 429 instead of waitingJoas Schilling2023-05-031-5/+5
* | Merge pull request #38024 from nextcloud/fix/fix-32bits-ciArthur Schiwon2023-05-031-6/+3
|\ \