aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge pull request #24044 from nextcloud/backport/24042/stable20Morris Jobke2020-11-114-0/+305
|\
| * Add acceptance tests for reshares by link when resharing is disabledDaniel Calviño Sánchez2020-11-112-0/+111
| * Add acceptance tests for reshares when resharing is disabledDaniel Calviño Sánchez2020-11-113-0/+194
* | 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
* Also run for .sh and .json (when not package or package-lock)Joas Schilling2020-10-302-0/+8
* Also run all tests when drone config is modifiedJoas Schilling2020-10-302-0/+4
* Only run phpunit when php, xml or test files are modifiedJoas Schilling2020-10-302-0/+21
* Only retry fetching app store data once every 5 minutes in case it failsJulius Härtl2020-10-221-75/+36
* Merge pull request #23621 from nextcloud/backport/23613/stable20Morris Jobke2020-10-221-6/+7
|\
| * Disable unreliable app-files.feature:108Morris Jobke2020-10-221-6/+7
* | Disable unreliable app-files-sharing.feature:108Morris Jobke2020-10-221-42/+43
|/
* 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
* Set status is also there nowJoas Schilling2020-10-021-2/+4
* 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
* | Merge pull request #22564 from nextcloud/bugfix/noid/show-avatars-againMorris Jobke2020-09-091-42/+1
|\ \
| * | Remove unused members and importsJoas Schilling2020-09-081-9/+1
| * | The privacy setting is only about syncing to other serversJoas Schilling2020-09-031-33/+0
* | | Fix undefined class property access after upgrade from 19 to 20Christoph Wurst2020-09-071-0/+76
| |/ |/|
* | Merge pull request #17456 from brad2014/feature/brad2014/12391-improve-imip-m...John Molakvoæ2020-09-043-0/+3
|\ \ | |/ |/|
| * Minor cleanup: php-cs-fixer, tests, interface consistencyBrad Rubenstein2020-09-023-0/+3
* | Adjust acceptance tests to changes in @nextcloud/vue 2.6.3Daniel Calviño Sánchez2020-09-031-75/+136
* | Do not expose direct editing if no master key is availableJulius Härtl2020-09-011-1/+7
* | Fix clicks on actions menu of non opaque file rows in acceptance testsDaniel Calviño Sánchez2020-08-291-7/+37
* | Merge pull request #21288 from lmamane/masterRoeland Jago Douma2020-08-281-3/+4
|\ \