summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #45824 from nextcloud/backport/45811/stable27Arthur Schiwon2024-06-131-0/+74
|\
| * test: add tests for ProfilePageControllerDaniel Kesselberg2024-06-121-0/+74
* | fix(Token): make new scope future compatibleArthur Schiwon2024-06-121-1/+1
* | fix(Session): avoid password confirmation on SSOArthur Schiwon2024-06-122-1/+63
|/
* Merge pull request #45369 from nextcloud/backport/44763/stable27Benjamin Gaussorgues2024-06-042-5/+37
|\
| * fix(groups): allows to save group names with more than 64 charactersBenjamin Gaussorgues2024-05-162-5/+37
* | fix(session): Do not update authtoken last_check for passwordlessChristoph Wurst2024-06-021-0/+80
|/
* fix: Extend SVG reference checkJoas Schilling2024-05-161-0/+29
* feat(perf): add cache for authtoken lookupBenjamin Gaussorgues2024-05-072-15/+14
* test: add test for jail watcherRobin Appelman2024-04-091-0/+30
* test: Update testsChristopher Ng2024-04-081-0/+16
* fix(tests): Fix tests when daytime saving time change happened recentlyCôme Chilliet2024-04-021-1/+1
* fix(config): Make sure user keys are stringsChristoph Wurst2024-03-191-0/+25
* fix: Fetch custom app store url without internet connectionJulius Härtl2024-03-042-3/+11
* Merge pull request #43789 from nextcloud/backport/39607/stable27John Molakvoæ2024-02-291-1/+1
|\
| * Add "-i" to MailTest's pipeFedericoHeichou2024-02-231-1/+1
* | feat(share): save date and time for expirationBenjamin Gaussorgues2024-02-261-22/+76
|/
* 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
* test(unit): fix RequestTestArthur Schiwon2024-01-291-3/+4
* make OAuth2 authorization code expireJulien Veyssier2024-01-221-1/+6
* fix(session): Avoid two useless authtoken DB queries for every anonymous requestGit'Fellow2024-01-171-0/+50
* fix(appstore): Only send subscription keys to valid appstoresJoas Schilling2024-01-161-2/+93
* perf: Use more performant way to obtain and check the email as a login name w...Julius Härtl2024-01-091-1/+1
* adjust redis compareSetTTL to use a lua scriptRobin Appelman2024-01-021-0/+21
* 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
* Improve sharing flowfenn-cs2023-08-314-1548/+0
* 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: Move broken filepicker selenium tests to cypressFerdinand Thiessen2023-08-102-37/+37
* 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