Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2020-11-16Add unit tests for "validateExpirationDateInternal"Daniel Calviño Sánchez
2020-11-16Add explicit time to test date for clarityDaniel Calviño Sánchez
2020-11-16Add unit test for expiration date with date and with defaultDaniel Calviño Sánchez
2020-11-16Fix unit test for expiration date without date but with defaultDaniel Calviño Sánchez
2020-11-16Fix unit test method nameDaniel Calviño Sánchez
2020-11-16Fix unit test for verifying enforced valid expiration date.Daniel Calviño Sánchez
2020-11-16Fix unit test for verifying enforced expire date too far in the futureDaniel Calviño Sánchez
2020-11-16Add unit tests to enforce a relaxed default share expiration dateDaniel Calviño Sánchez
2020-11-16Remove wrong and misleading commentDaniel Calviño Sánchez
2020-11-16Remove extra spacesDaniel Calviño Sánchez
2020-11-16Fix typo in variable nameDaniel Calviño Sánchez
2020-11-16Fix typos in method namesDaniel Calviño Sánchez
2020-11-12Fix unique key in test tableJoas Schilling
2020-11-12Skip the insertIfNotExists() tests on Oracle because it doesn't work with clobJoas Schilling
2020-11-12Easier debugging and spell fixJoas Schilling
2020-11-12Use a different column for the primary key as we can not insert it on oracleJoas Schilling
2020-11-12Add github action for oci8Julius Härtl
2020-11-11Merge pull request #24044 from nextcloud/backport/24042/stable20Morris Jobke
2020-11-11Add acceptance tests for reshares by link when resharing is disabledDaniel Calviño Sánchez
2020-11-11Add acceptance tests for reshares when resharing is disabledDaniel Calviño Sánchez
2020-11-10Don't leave cursors open when tests failJoas Schilling
2020-11-10Fix repair mimetype step to not leave stray cursorsJoas Schilling
2020-11-09Use query builder instead of OC_DB in OC\Files\*Joas Schilling
2020-10-30Also run for .sh and .json (when not package or package-lock)Joas Schilling
2020-10-30Also run all tests when drone config is modifiedJoas Schilling
2020-10-30Only run phpunit when php, xml or test files are modifiedJoas Schilling
2020-10-22Only retry fetching app store data once every 5 minutes in case it failsJulius Härtl
2020-10-22Merge pull request #23621 from nextcloud/backport/23613/stable20Morris Jobke
2020-10-22Disable unreliable app-files-sharing.feature:108Morris Jobke
2020-10-22Disable unreliable app-files.feature:108Morris Jobke
2020-10-16Clear cached app config while waiting for the SCSSCache to finish processing ...Morris Jobke
2020-10-12Fix code styleMorris Jobke
2020-10-12Fix typo 'shared'Robin Windey
2020-10-07Make sure getUsersFavoritingObject can be run without a userJoas Schilling
2020-10-06Allow configuring the activity update interval of tokenRoeland Jago Douma
2020-10-02Set status is also there nowJoas Schilling
2020-09-10Don't break when the IP is emptyJoas Schilling
2020-09-09Merge pull request #22657 from nextcloud/bugfix/noid/quota-trash-creationMorris Jobke
2020-09-09Fix code styleMorris Jobke
2020-09-09Merge pull request #22564 from nextcloud/bugfix/noid/show-avatars-againMorris Jobke
2020-09-08Make sure tests cover the new mkdir behaviour on 0 quotaJulius Härtl
2020-09-08Remove unused members and importsJoas Schilling
2020-09-07Fix undefined class property access after upgrade from 19 to 20Christoph Wurst
2020-09-04Merge pull request #17456 from brad2014/feature/brad2014/12391-improve-imip-m...John Molakvoæ
2020-09-03The privacy setting is only about syncing to other serversJoas Schilling
2020-09-03Adjust acceptance tests to changes in @nextcloud/vue 2.6.3Daniel Calviño Sánchez
2020-09-02Minor cleanup: php-cs-fixer, tests, interface consistencyBrad Rubenstein
2020-09-01Do not expose direct editing if no master key is availableJulius Härtl
2020-08-29Fix clicks on actions menu of non opaque file rows in acceptance testsDaniel Calviño Sánchez
2020-08-28Merge pull request #21288 from lmamane/masterRoeland Jago Douma