summaryrefslogtreecommitdiffstats
path: root/tests/lib
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | Merge pull request #29157 from nextcloud/enh/opendocumentJulius Härtl2021-10-141-2/+14
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Fix integrity checker testsJulius Härtl2021-10-131-2/+14
* | | | | Merge pull request #29135 from nextcloud/feat/appstore-filteringJoas Schilling2021-10-141-1/+78
|\ \ \ \ \
| * | | | | Allow to whitelist apps from the apsptoreJohn Molakvoæ2021-10-131-1/+78
| |/ / / /
* | | | | Add Public Calendar ProviderAnna Larch2021-10-141-10/+19
* | | | | Merge pull request #29015 from nextcloud/enhancement/l10n-factory-find-generi...Christoph Wurst2021-10-131-123/+232
|\ \ \ \ \
| * | | | | Add L10n factory method for generic language heuristicsChristoph Wurst2021-10-131-123/+232
* | | | | | Add integration tests for groupJoas Schilling2021-10-121-1/+6
|/ / / / /
* | | | | Merge pull request #28907 from nextcloud/bug/noid/close-stream-localDaniel2021-10-081-1/+2
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | explicitly close source stream on local storageDaniel Kesselberg2021-09-211-1/+2
* | | | | Merge pull request #27733 from PhrozenByte/enhancement/noid/IURLGenerator-lin...Julius Härtl2021-10-052-105/+111
|\ \ \ \ \
| * | | | | Fix UrlGeneratorTestDaniel Rudolf2021-08-051-19/+9
| * | | | | Merge branch 'master' into enhancement/noid/IURLGenerator-linkToDefaultPageUrlDaniel Rudolf2021-08-0412-27/+158
| |\ \ \ \ \
| * | | | | | Fix UrlGeneratorTestDaniel Rudolf2021-08-041-28/+44
| * | | | | | Fix UrlGeneratorTest::testGetDefaultPageUrlWithDefaultApps()Daniel Rudolf2021-07-011-0/+2
| * | | | | | Move UtilTest::testDefaultApps() to UrlGeneratorTestDaniel Rudolf2021-07-012-62/+73
| * | | | | | Fix UtilTest::testDefaultApps()Daniel Rudolf2021-07-011-16/+3
| * | | | | | Add IUrlGenerator::linkToDefaultPageUrl()Daniel Rudolf2021-06-302-30/+30
* | | | | | | Add admin privilege delegation for admin settingsCarl Schwan2021-09-292-10/+33
* | | | | | | Remove tests that just prove mocked calls and don't actually validate anythin...Julius Härtl2021-09-272-82/+0
* | | | | | | Run oci tests against phpunit9/php8Julius Härtl2021-09-271-0/+1
| |_|/ / / / |/| | | | |
* | | | | | Add email addresses to contacts menuDaniel Kesselberg2021-09-151-1/+3
* | | | | | Merge pull request #28728 from nextcloud/add-database-backend-limiterLukas Reschke2021-09-132-36/+19
|\ \ \ \ \ \
| * | | | | | Adjust testsLukas Reschke2021-09-062-16/+12
| * | | | | | Adjust logic to store period instead of current timestampLukas Reschke2021-09-062-20/+7
* | | | | | | use specific email getter where necessaryArthur Schiwon2021-09-091-1/+21
* | | | | | | enable the user to set a primary (notification) email address (backend)Arthur Schiwon2021-09-091-1/+4
* | | | | | | add a job to clean up expired verification tokensArthur Schiwon2021-09-091-2/+39
* | | | | | | implement verification for additional mailsArthur Schiwon2021-09-091-0/+36
* | | | | | | move verification token logic out of lost password controllerArthur Schiwon2021-09-091-0/+272
|/ / / / / /
* | | | / / Refactor writeObject to only use MultipartUpload when requiredBernd Rederlechner2021-08-202-0/+105
| |_|_|/ / |/| | | |
* | | | | Use IURLGenerator function to get value of `\OC::$WEBROOT` globalJonas Meurer2021-08-161-0/+6
| |_|_|/ |/| | |
* | | | Merge pull request #28220 from nextcloud/get-by-id-multiple-mounts-single-sto...John Molakvoæ2021-08-091-68/+30
|\ \ \ \ | |_|/ / |/| | |
| * | | fix Folder->getById() when a single storage is mounted multiple timesRobin Appelman2021-07-281-68/+30
* | | | refs #21045 add app config to disable unlimited quota and to set max quotaJulien Veyssier2021-07-291-0/+65
* | | | Merge pull request #28175 from nextcloud/jail-search-rootJulius Härtl2021-07-291-0/+18
|\ \ \ \ | |/ / / |/| | |
| * | | add test for searching within a "root jail"Robin Appelman2021-07-281-0/+18
* | | | Merge pull request #28075 from nextcloud/enh/noid/admin_audit-report-full-pathJulius Härtl2021-07-261-0/+1
|\ \ \ \
| * | | | Admin Audit - Sharing: createShare - report the full pathszaimen2021-07-221-0/+1
* | | | | Let memory limit set in tests fit the used amountJulius Härtl2021-07-221-4/+3
|/ / / /
* | | | Allow to get a local cloud id without going through the contacts managerJulius Härtl2021-07-143-12/+31
* | | | Add a unit test to check for casting a IQueryFunctionJoas Schilling2021-07-071-0/+34
|/ / /
* | | Merge pull request #27198 from nextcloud/tests/run-s3-testsLukas Reschke2021-07-051-6/+1
|\ \ \
| * | | Run s3 tests againJulius Härtl2021-06-301-6/+1
| |/ /
* / / Migrate HintException to OCPGary Kim2021-06-303-5/+5
|/ /
* | adjust internal data handling logic to fix store and loadArthur Schiwon2021-06-301-146/+109
* | adjust email verification checkerArthur Schiwon2021-06-301-4/+1
* | adjust verification state updater methodArthur Schiwon2021-06-301-10/+5
* | make AccountManager actually write multi value propertiesArthur Schiwon2021-06-301-163/+106
* | accounts event handler to use eventdispatcher, DI and Accounts APIArthur Schiwon2021-06-301-42/+42