summaryrefslogtreecommitdiffstats
path: root/tests/lib
Commit message (Expand)AuthorAgeFilesLines
...
* Add property scope tests for AccountManagerVincent Petry2021-03-291-0/+123
* Map old account scope properties to new namesVincent Petry2021-03-293-34/+63
* Add new v2-private account scopeVincent Petry2021-03-291-2/+59
* handle ordering in folder searchRobin Appelman2021-03-231-20/+34
* folder filtering in sqlRobin Appelman2021-03-231-1/+0
* cleanup fileinfo creationRobin Appelman2021-03-231-60/+30
* handle limit and offset in folder file searchRobin Appelman2021-03-231-41/+157
* only require user to be set in a query that handles tagsRobin Appelman2021-03-231-16/+11
* Also limit to user group in case enumeration is enabled for groups and phonen...Joas Schilling2021-03-221-5/+16
* Improve search results when only phonebook-matches can we autocompletedJoas Schilling2021-03-221-8/+47
* Merge pull request #26211 from nextcloud/backport/23718/stable21Morris Jobke2021-03-191-4/+13
|\
| * expand 'path is already shared' error messageRobin Appelman2021-03-191-4/+13
* | Update user share must use correct expiration validationVincent Petry2021-03-191-40/+40
|/
* Merge pull request #26122 from nextcloud/backport/26004/stable21Roeland Jago Douma2021-03-181-19/+35
|\
| * Allow overwriting isAuthenticatedRoeland Jago Douma2021-03-151-19/+35
* | Merge pull request #26090 from nextcloud/backport/25722/stable21Morris Jobke2021-03-171-0/+24
|\ \
| * | apply object store copy optimization when 'cross storage' copy is within the ...Robin Appelman2021-03-121-0/+24
| |/
* | adjust testsRobin Appelman2021-03-151-3/+16
* | fix search in nested jailsRobin Appelman2021-03-151-0/+18
* | fix cachjail searching for rootRobin Appelman2021-03-151-2/+17
* | do cachejail search filtering in sqlRobin Appelman2021-03-151-0/+37
|/
* Fix Test class nameJoas Schilling2021-03-121-2/+2
* Add a setting to restrict returning a full match unless in phonebook or same ...Joas Schilling2021-03-111-3/+90
* Restrict autocompletion also based on the phonebook known usersJoas Schilling2021-03-113-49/+351
* Merge pull request #25573 from nextcloud/backport/25378/stable21Roeland Jago Douma2021-03-051-3/+3
|\
| * Fix unit testsJoas Schilling2021-02-111-3/+3
* | Merge pull request #25571 from nextcloud/backport/25460/stable21Roeland Jago Douma2021-03-051-17/+1
|\ \
| * | Always renew apppasswords on loginRoeland Jago Douma2021-02-101-17/+1
| |/
* / Cache the user backend info for 300sJoas Schilling2021-02-175-37/+80
|/
* test: adjust expectationArthur Schiwon2021-02-021-3/+2
* add repair job for unencoded calendarsArthur Schiwon2021-02-021-0/+197
* Add negative version comparison test for version suffixesChristoph Wurst2021-01-271-0/+1
* Fix app fetcher php comparison to allow wider rangesChristoph Wurst2021-01-261-0/+8
* Convert 2FA token type to stringChristoph Wurst2021-01-221-5/+5
* Re-use fetched dependencies in lib/base.phpMorris Jobke2021-01-201-1/+1
* Cleanup the constructorJoas Schilling2021-01-181-2/+0
* Merge pull request #25036 from nextcloud/fix/noid/limitied-allowed-items-db-in_2blizzz2021-01-141-6/+82
|\
| * DB: warn on parameter number constraintsArthur Schiwon2021-01-111-6/+82
* | Allow installing/updating of apps againRoeland Jago Douma2021-01-121-5/+5
* | Merge pull request #25038 from nextcloud/bugfix/noid/install-mysql8-with-php8blizzz2021-01-111-2/+10
|\ \
| * | Only rollback when not MySQLJoas Schilling2021-01-111-2/+10
| |/
* / Bump scssphp/scssphp from 1.0.3 to 1.4.0Christoph Wurst2021-01-111-7/+14
|/
* Rollback failed transactions in TestCase.php to not break followup testsChristoph Wurst2021-01-081-1/+6
* Bump doctrine/dbal from 2.12.0 to 3.0.0Christoph Wurst2021-01-0822-108/+116
* Properly handle result when copying with failure and throw in testsJulius Härtl2021-01-051-1/+2
* Fix writeStream mockingJulius Härtl2021-01-051-1/+1
* Merge pull request #19942 from ACTom/add-mindmap-iconChristoph Wurst2020-12-281-2/+8
|\
| * Readd test getOnlyDefaultAliases()ACTom2020-12-281-2/+112
| * fix php-cs check fail(tests/lib/IntegrityCheck/CheckerTest.php)ACTom2020-10-181-2/+2
| * fix Test\IntegrityCheck\CheckerTest tests failACTom2020-10-181-111/+7