aboutsummaryrefslogtreecommitdiffstats
path: root/tests/lib
Commit message (Expand)AuthorAgeFilesLines
* 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-2339-146/+146
* 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
|/
* 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
| |/
* | Merge pull request #41119 from nextcloud/optmize-storage-wrappersRobin Appelman2023-11-081-4/+14
|\ \ | |/ |/|
| * optimize isShared and isMountedRobin Appelman2023-11-081-4/+14
* | Support getting and setting metadata in DAV requestsLouis Chemineau2023-11-081-87/+0
|/
* feat(dependencyinjection): Allow optional (nullable) servicesChristoph Wurst2023-11-031-0/+24
* feat(contactsmenu): Show user statusChristoph Wurst2023-10-311-0/+5
* fix(tests): Test profile entryChristopher Ng2023-10-261-0/+16
* feat(theming): Allow to configure default apps and app order in frontend sett...Ferdinand Thiessen2023-10-201-2/+56
* feat(NavigationManager): Always sort the default app firstFerdinand Thiessen2023-10-191-5/+56
* Merge pull request #39852 from nextcloud/pragmaHeaderFerdinand Thiessen2023-10-181-2/+0
|\
| * Stop sending deprecated Pragma headerGit'Fellow2023-08-281-2/+0
* | feat: Add factory method for in-memory cachesChristoph Wurst2023-10-111-0/+11
* | fix(sqlite): Remove some old SQLite cheatsJoas Schilling2023-10-061-4/+0
* | fix(mysql): Remove custom MySQL workaround from 2015Joas Schilling2023-10-061-8/+0
* | fix(postgres): Remove old Postgres 9.4 workaroundJoas Schilling2023-10-061-4/+0
* | fix(sqlite): Remove no longer required autoincrement fixJoas Schilling2023-10-061-90/+0
* | feat(backgroundjob): Schedule job after <timestamp>Christoph Wurst2023-09-291-1/+5
* | Merge pull request #40617 from nextcloud/enh/allow-user-to-set-apporderCôme Chilliet2023-09-282-9/+107
|\ \
| * | Fix and extend NavigationManagerTest.phpCôme Chilliet2023-09-261-5/+79
| * | Fix and extend tests for AppManager::getDefaultAppForUserCôme Chilliet2023-09-261-4/+28
* | | fix(phonenumber): Use the newly introduced API to limit 3rdparty lib usageJoas Schilling2023-09-251-2/+9
|/ /
* | chore(3rdparty): remove opis/closureDaniel Kesselberg2023-09-221-7/+0
* | feat(CI): Allow apps to test with PHPUnit10Joas Schilling2023-09-211-13/+34
* | Merge pull request #40499 from nextcloud/known-mtime-wrapperRobin Appelman2023-09-211-0/+70
|\ \