aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* Merge pull request #21779 from nextcloud/backport/21499/stable19Roeland Jago Douma2020-07-091-5/+6
|\
| * adapt testGetLoginCredentialsInvalidTokenLoginCredentials() unit test to uid ...Lionel Elie Mamane2020-07-091-5/+6
* | ensure mounts are scanned during testsRobin Appelman2020-07-092-1/+7
* | Use the correct mountpoint to calculateRoeland Jago Douma2020-07-091-0/+9
|/
* Merge pull request #21574 from nextcloud/backport/21379/stable19Morris Jobke2020-07-062-9/+216
|\
| * Add acceptance test for disabling create permission after sharingDaniel Calviño Sánchez2020-06-241-0/+43
| * Add acceptance test for sharing a folder without create permissionDaniel Calviño Sánchez2020-06-242-0/+75
| * Add acceptance test for sharing a file without edit permissionDaniel Calviño Sánchez2020-06-242-0/+75
| * Generalize functions to get locators for share permission checkboxesDaniel Calviño Sánchez2020-06-241-9/+23
* | Revert "[stable19] Do not read certificate bundle from data dir by default"Roeland Jago Douma2020-07-031-2/+3
* | Increase timeout of the appstore requestsJoas Schilling2020-07-021-7/+7
* | Fix IPv6 remote addresses from X_FORWARDED_FOR headers before validatingJoas Schilling2020-07-021-0/+28
* | Merge pull request #21538 from nextcloud/backport/21452/stable19Joas Schilling2020-07-011-37/+47
|\ \ | |/ |/|
| * Fix unit testsJoas Schilling2020-06-231-37/+47