summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* 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(php): Fix the unit testsBaptiste Fotia2024-01-311-0/+5
* feat(php,vue): Create a new parameterBaptiste Fotia2024-01-311-0/+5
* fix: Use DI for Setup class and move away from deprecated methodsCôme Chilliet2024-01-291-18/+14
* test(unit): fix RequestTestArthur Schiwon2024-01-271-3/+4
* fix(tests): Add messages to assertions to explain what failedJoas Schilling2024-01-261-8/+8
* chore(tests): Migrate object storage unit tests from drone to GitHub ActionsFerdinand Thiessen2024-01-262-54/+39
* fix(tests): Fix deprecation errors in S3 testsFerdinand Thiessen2024-01-261-1/+2
* chore(tests): Align oracle database tests with the other databasesFerdinand Thiessen2024-01-261-1/+1
* fix(tests): Make PostgreSQL unit tests less flacky by orderingJoas Schilling2024-01-251-1/+1
* fix: Use viewBox instead of viewbox in SVGsprovokateurin2024-01-221-1/+1
* fix(session): Avoid two useless authtoken DB queries for every anonymous requestGit'Fellow2024-01-171-0/+50
* Merge pull request #41755 from nextcloud/enh/noid/lazyconfigMaxence Lange2024-01-164-59/+78
|\
| * lazy AppConfigMaxence Lange2024-01-154-59/+78
* | fix(appstore): Only send subscription keys to valid appstoresJoas Schilling2024-01-151-2/+93
|/
* fix(tests): Fix remaining testsJoas Schilling2024-01-091-1/+7
* Fix tests after slow logout fixLouis Chemineau2024-01-081-1/+4
* Cancel PR #37405, remove regression codeGaspard d'Hautefeuille2024-01-051-4/+25
* tests(DB): Add test for date time comparisons in query builderJulius Härtl2023-12-291-0/+86
* AppAPI: allowed to bypass Two-FactorAlexander Piskun2023-12-281-4/+19
* adjust redis compareSetTTL to use a lua scriptRobin Appelman2023-12-211-0/+21
* restore shared lock ttl when releasingRobin Appelman2023-12-211-1/+3
* feat(comments): Add a meta data column for commentsJoas Schilling2023-12-142-1/+13
* Merge pull request #41927 from nextcloud/perf/login-with-email-tokenJulius Härtl2023-12-051-1/+1
|\
| * perf: Use more performant way to obtain and check the email as a login name w...Julius Härtl2023-11-301-1/+1
* | fix(security): Handle idn_to_utf8 returning falseJoas Schilling2023-12-042-3/+13
|/
* enh(userstatus): add OOO automation and remove calendar automationAnna Larch2023-11-281-29/+61
* fix(API): Use a distinct exception so apps can react to it and customize the ...Joas Schilling2023-11-281-1/+2
* Merge pull request #41578 from nextcloud/enh/noid/dispatcher-test-argument-rangeJoas Schilling2023-11-272-0/+68
|\
| * enh(dispatcher): enforce psalm ranges in the http dispatcherArthur Schiwon2023-11-242-0/+68
* | feat(dav): dispatch out-of-office started and ended eventsRichard Steinmetz2023-11-231-6/+12
|/
* chore: apply changes from Nextcloud coding standards 1.1.1Joas Schilling2023-11-2343-150/+150
* Merge pull request #41565 from nextcloud/fix/object-storage-inconsitent-behaviorFerdinand Thiessen2023-11-221-0/+38
|\
| * fix(ObjectStore): Make copying behavior consistent with local storageFerdinand Thiessen2023-11-171-0/+38
* | fix: Fix linkToOCSRouteAbsolute() without index.php and subfolderJoas Schilling2023-11-201-7/+15
* | fix(CSP): Only add `strict-dynamic` when using noncesFerdinand Thiessen2023-11-173-61/+61
* | fix!(ContentSecurityPolicy): Make `strict-dynamic` enabled by default on `scr...Ferdinand Thiessen2023-11-172-78/+75
* | feat(ContentSecurityPolicy): Allow to set `strict-dynamic` on `script-src-ele...Ferdinand Thiessen2023-11-172-0/+73
|/
* Merge pull request #41395 from nextcloud/hello-emfChristoph Wurst2023-11-162-2/+3
|\
| * feat: add preview provider for emf files based on officeDaniel Kesselberg2023-11-132-2/+3
* | optimize UserMountCache::registerStorageRobin Appelman2023-11-161-14/+18
* | Reverse X-Forwarded-For list to read the correct proxy remote addressJoas Schilling2023-11-161-6/+32
* | feat(dav): Enable OOO UI and expose enabled via OCPChristoph Wurst2023-11-151-0/+16
* | fix(AppManager): Ensure that app manager can handle empty app keys on the nav...Ferdinand Thiessen2023-11-141-2/+29
* | fix: Allow to set custom app order on navigation entries added by closures to...Ferdinand Thiessen2023-11-142-9/+4
|/
* Merge pull request #40653 from nextcloud/feat/ooo-apiChristoph Wurst2023-11-091-0/+164
|\
| * feat: Add out-of-office message APIChristoph Wurst2023-11-091-0/+164
* | Merge pull request #41266 from nextcloud/feat/contactsmenu/user-status-sortingChristoph Wurst2023-11-083-3/+126
|\ \
| * | feat(contactsmenu): Sort by user statusChristoph Wurst2023-11-083-3/+126
| |/