summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Fix app fetcher php comparison to allow wider rangesChristoph Wurst2021-01-271-0/+8
* Add "composer.lock" for acceptance tests to gitDaniel Calviño Sánchez2021-01-182-3/+2774
* DB: warn on parameter number constraintsArthur Schiwon2021-01-141-6/+82
* 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
* | Merge pull request #24653 from nextcloud/backport/23044/stable20Roeland Jago Douma2020-12-144-0/+696
|\ \
| * | Readd repair steps that are relevant when migrating from ownCloudJulius Härtl2020-12-144-0/+696
| |/
* / 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
* Fix vsprint parameterRoeland Jago Douma2020-12-031-1/+1
* 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
* | Merge pull request #24228 from nextcloud/backport/24135/stable20Morris Jobke2020-11-203-6/+6
|\ \
| * | Fix #23357medcloud2020-11-193-6/+6
| |/
* / 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
* 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
|\