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
2021-01-27Fix app fetcher php comparison to allow wider rangesChristoph Wurst
2021-01-18Add "composer.lock" for acceptance tests to gitDaniel Calviño Sánchez
2021-01-14DB: warn on parameter number constraintsArthur Schiwon
2021-01-07Merge pull request #24592 from nextcloud/backport/23912/stable20Morris Jobke
2021-01-05Properly handle result when copying with failure and throw in testsJulius Härtl
2021-01-05Fix writeStream mockingJulius Härtl
2021-01-05Show unique displayname context in the sharing inputJulius Härtl
2020-12-14Merge pull request #24653 from nextcloud/backport/23044/stable20Roeland Jago Douma
2020-12-14Readd repair steps that are relevant when migrating from ownCloudJulius Härtl
2020-12-14Add temporary test for migrating int to stringJulius Härtl
2020-12-07use in objectstore copyRobin Appelman
2020-12-04Revert "Do not read certificate bundle from data dir by default"Morris Jobke
2020-12-03Fix vsprint parameterRoeland Jago Douma
2020-12-02Add notification for user limitMorris Jobke
2020-12-02Allow subscription to indicate that a userlimit is reachedMorris Jobke
2020-12-02Set frame-ancestors to none if none are filledRoeland Jago Douma
2020-11-25set the display name of federated sharees from addressbookArthur Schiwon
2020-11-20Merge pull request #24230 from nextcloud/backport/24007/stable20Morris Jobke
2020-11-20Merge pull request #24228 from nextcloud/backport/24135/stable20Morris Jobke
2020-11-20use file name instead of path in 'not allowed to share' messageRobin Appelman
2020-11-20allow selecting multiple columns with SELECT DISTINCTRobin Appelman
2020-11-19Fix #23357medcloud
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