summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Send emails on password reset to the displaynameJoas Schilling2021-02-181-3/+6
* Merge pull request #25449 from nextcloud/backport/25393/stable19Roeland Jago Douma2021-02-171-0/+196
|\
| * adjust applicable versionArthur Schiwon2021-02-171-1/+1
| * compatibility to Nc 19Arthur Schiwon2021-02-171-2/+2
| * add missing changes from backport sourceArthur Schiwon2021-02-171-1/+1
| * test: adjust expectationArthur Schiwon2021-02-021-3/+2
| * add repair job for unencoded calendarsArthur Schiwon2021-02-021-0/+197
* | Keep direct login active when redirectingJulius Härtl2021-02-091-0/+2
|/
* Merge pull request #25121 from nextcloud/backport/25036/stable19blizzz2021-01-281-6/+82
|\
| * DB: warn on parameter number constraintsArthur Schiwon2021-01-151-6/+82
* | Add "composer.lock" for acceptance tests to gitDaniel Calviño Sánchez2021-01-182-3/+2774
|/
* Merge pull request #24593 from nextcloud/backport/23912/stable19Morris Jobke2021-01-073-0/+24
|\
| * use in objectstore copyRobin Appelman2020-12-073-0/+24
* | Show unique displayname context in the sharing inputJulius Härtl2021-01-052-23/+23
|/
* Fix vsprint parameterRoeland Jago Douma2020-12-031-1/+1
* set the display name of federated sharees from addressbookArthur Schiwon2020-11-253-9/+58
* 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
* Apply code style fixesMorris Jobke2020-11-112-1170/+1169
* Add acceptance tests for reshares by link when resharing is disabledDaniel Calviño Sánchez2020-11-112-0/+110
* Add acceptance tests for reshares when resharing is disabledDaniel Calviño Sánchez2020-11-113-0/+192
* Only retry fetching app store data once every 5 minutes in case it failsJulius Härtl2020-11-091-75/+36
* 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
* Merge pull request #23624 from nextcloud/backport/23614/stable19Morris Jobke2020-10-221-42/+43
|\
| * Disable unreliable app-files-sharing.feature:108Morris Jobke2020-10-221-42/+43
* | Disable unreliable app-files.feature:108Morris Jobke2020-10-221-6/+7
|/
* Clear cached app config while waiting for the SCSSCache to finish processing ...Morris Jobke2020-10-162-2/+13
* Allow configuring the activity update interval of tokenRoeland Jago Douma2020-10-061-0/+6
* Fix clicks on actions menu of non opaque file rows in acceptance testsDaniel Calviño Sánchez2020-08-301-7/+37
* In case the group backend returns $limit or more results it is expected to co...Morris Jobke2020-08-211-1/+1
* Merge pull request #21983 from nextcloud/backport/21628/stable19Morris Jobke2020-08-191-8/+2
|\
| * use exceptions for error signaling in writeStreamRobin Appelman2020-07-231-1/+0
| * rollback cache rename if trashbin move failsRobin Appelman2020-07-231-7/+2
* | fix memory leak caused by not destroying image in Preview/Generate.phpElijah Martin-Merrill2020-08-051-3/+2
* | Remove deprecated test of internal attributes via assertAttributeEquals in co...Morris Jobke2020-07-233-32/+0
* | Use assertEqualsCanonicalizing instead of deprecated assertEquals parameterMorris Jobke2020-07-231-2/+2
* | Remove deprecated test of internal attributes via assertAttributeEqualsMorris Jobke2020-07-232-16/+10
* | Use assertStringContainsString instead of assertContains on stringsMorris Jobke2020-07-236-18/+18
|/