summaryrefslogtreecommitdiffstats
path: root/tests/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #24592 from nextcloud/backport/23912/stable20Morris Jobke2021-01-073-0/+24
|\
| * use in objectstore copyRobin Appelman2020-12-073-0/+24
* | 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
* | Show unique displayname context in the sharing inputJulius Härtl2021-01-052-23/+23
* | Add temporary test for migrating int to stringJulius Härtl2020-12-141-0/+49
|/
* Revert "Do not read certificate bundle from data dir by default"Morris Jobke2020-12-041-2/+3
* Add notification for user limitMorris Jobke2020-12-021-1/+31
* Allow subscription to indicate that a userlimit is reachedMorris Jobke2020-12-022-3/+89
* Set frame-ancestors to none if none are filledRoeland Jago Douma2020-12-014-60/+60
* set the display name of federated sharees from addressbookArthur Schiwon2020-11-243-9/+58
* Merge pull request #24230 from nextcloud/backport/24007/stable20Morris Jobke2020-11-201-0/+38
|\
| * allow selecting multiple columns with SELECT DISTINCTRobin Appelman2020-11-191-0/+38
* | use file name instead of path in 'not allowed to share' messageRobin Appelman2020-11-191-3/+6
|/
* Add unit tests for "validateExpirationDateInternal"Daniel Calviño Sánchez2020-11-161-0/+284
* Add explicit time to test date for clarityDaniel Calviño Sánchez2020-11-161-3/+5
* Add unit test for expiration date with date and with defaultDaniel Calviño Sánchez2020-11-161-0/+28
* Fix unit test for expiration date without date but with defaultDaniel Calviño Sánchez2020-11-161-7/+5
* Fix unit test method nameDaniel Calviño Sánchez2020-11-161-1/+1
* Fix unit test for verifying enforced valid expiration date.Daniel Calviño Sánchez2020-11-161-0/+1
* Fix unit test for verifying enforced expire date too far in the futureDaniel Calviño Sánchez2020-11-161-8/+5
* Add unit tests to enforce a relaxed default share expiration dateDaniel Calviño Sánchez2020-11-161-0/+21
* Remove wrong and misleading commentDaniel Calviño Sánchez2020-11-161-2/+0
* Remove extra spacesDaniel Calviño Sánchez2020-11-161-10/+6
* Fix typo in variable nameDaniel Calviño Sánchez2020-11-161-129/+129
* Fix typos in method namesDaniel Calviño Sánchez2020-11-161-9/+9
* Fix unique key in test tableJoas Schilling2020-11-121-4/+8
* Skip the insertIfNotExists() tests on Oracle because it doesn't work with clobJoas Schilling2020-11-121-0/+20
* Easier debugging and spell fixJoas Schilling2020-11-121-6/+9
* Use a different column for the primary key as we can not insert it on oracleJoas Schilling2020-11-122-12/+36
* Add github action for oci8Julius Härtl2020-11-122-3/+4
* Don't leave cursors open when tests failJoas Schilling2020-11-108-24/+111
* Fix repair mimetype step to not leave stray cursorsJoas Schilling2020-11-101-1/+1
* Use query builder instead of OC_DB in OC\Files\*Joas Schilling2020-11-091-11/+15
* Only retry fetching app store data once every 5 minutes in case it failsJulius Härtl2020-10-221-75/+36
* Clear cached app config while waiting for the SCSSCache to finish processing ...Morris Jobke2020-10-162-2/+13
* Fix code styleMorris Jobke2020-10-121-1/+1
* Fix typo 'shared'Robin Windey2020-10-121-3/+13
* Make sure getUsersFavoritingObject can be run without a userJoas Schilling2020-10-071-2/+2
* Allow configuring the activity update interval of tokenRoeland Jago Douma2020-10-061-0/+6
* Don't break when the IP is emptyJoas Schilling2020-09-101-2/+22
* Merge pull request #22657 from nextcloud/bugfix/noid/quota-trash-creationMorris Jobke2020-09-091-1/+10
|\
| * Fix code styleMorris Jobke2020-09-091-1/+0
| * Make sure tests cover the new mkdir behaviour on 0 quotaJulius Härtl2020-09-081-1/+11
* | Fix undefined class property access after upgrade from 19 to 20Christoph Wurst2020-09-071-0/+76
|/
* Do not expose direct editing if no master key is availableJulius Härtl2020-09-011-1/+7
* Merge pull request #21288 from lmamane/masterRoeland Jago Douma2020-08-281-3/+4
|\
| * adapt testGetLoginCredentialsInvalidTokenLoginCredentials() unit test to uid ...Lionel Elie Mamane2020-08-201-3/+4
* | In case the group backend returns $limit or more results it is expected to co...Morris Jobke2020-08-211-1/+1
* | Merge pull request #22331 from nextcloud/bugfix/noid/dont-use-deprecated-inig...Roeland Jago Douma2020-08-202-19/+13
|\ \