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-25Merge pull request #23912 from nextcloud/objectstore-copyRoeland Jago Douma
2020-11-24use in objectstore copyRobin Appelman
2020-11-24set the display name of federated sharees from addressbookArthur Schiwon
2020-11-23[encryption] Remove dependency fetching inside the constructor and move them ...Morris Jobke
2020-11-20Merge pull request #24007 from nextcloud/select-distinct-multipleMorris Jobke
2020-11-19Merge pull request #24135 from medical-cloud/fix/23357-nextcloud-logo-in-emai...Roeland Jago Douma
2020-11-19Fix #23357medcloud
2020-11-18Merge pull request #24189 from nextcloud/enh/csp/frame-ancestorsRoeland Jago Douma
2020-11-18Set frame-ancestors to none if none are filledRoeland Jago Douma
2020-11-17Remove some IRouter methodsRoeland Jago Douma
2020-11-16allow selecting multiple columns with SELECT DISTINCTRobin Appelman
2020-11-16Add unit tests for "validateExpirationDateInternal"Daniel Calviño Sánchez
2020-11-12Add explicit time to test date for clarityDaniel Calviño Sánchez
2020-11-12Add unit test for expiration date with date and with defaultDaniel Calviño Sánchez
2020-11-12Fix unit test for expiration date without date but with defaultDaniel Calviño Sánchez
2020-11-12Fix unit test method nameDaniel Calviño Sánchez
2020-11-12Fix unit test for verifying enforced valid expiration date.Daniel Calviño Sánchez
2020-11-12Fix unit test for verifying enforced expire date too far in the futureDaniel Calviño Sánchez
2020-11-12Add unit tests to enforce a relaxed default share expiration dateDaniel Calviño Sánchez
2020-11-12Remove wrong and misleading commentDaniel Calviño Sánchez
2020-11-12Remove extra spacesDaniel Calviño Sánchez
2020-11-12Fix typo in variable nameDaniel Calviño Sánchez
2020-11-12Fix typos in method namesDaniel Calviño Sánchez
2020-11-11Change to full class names for the encryption app DI in preparation of auto-w...Morris Jobke
2020-11-11Merge pull request #23882 from nextcloud/tests/oracleJoas Schilling
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-10Fix unique key in test tableJoas Schilling
2020-11-10Skip the insertIfNotExists() tests on Oracle because it doesn't work with clobJoas Schilling
2020-11-10Easier debugging and spell fixJoas Schilling
2020-11-10Use a different column for the primary key as we can not insert it on oracleJoas Schilling
2020-11-10Add github action for oci8Julius Härtl
2020-11-09Don't leave cursors open when tests failJoas Schilling
2020-11-09Use query builder instead of OC_DB in OC\Files\*Joas Schilling
2020-11-07Merge pull request #23934 from nextcloud/enh/avoid_scss_compileJohn Molakvoæ
2020-11-07Fix tests to return config default valuesMorris Jobke
2020-11-07Merge pull request #23851 from nextcloud/enh/read_env_only_onceMorris Jobke
2020-11-06Fix repair mimetype step to not leave stray cursorsJoas Schilling
2020-11-06Fix testsRoeland Jago Douma
2020-11-04Add a function to get the unread count for multiple objects in one goJoas Schilling
2020-11-03Merge pull request #21693 from nextcloud/fix/noid/import-certificates-only-by...Morris Jobke
2020-11-03Remove OCSResponse type hint - see #23827Morris Jobke
2020-11-03Improve CertificateManager to not be user context dependentMorris Jobke
2020-11-01Remove deprecated OCSResponseRoeland Jago Douma
2020-10-30Merge pull request #23788 from nextcloud/techdebt/noid/only-run-phpunit-when-...Morris Jobke
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-29use file name instead of path in 'not allowed to share' messageRobin Appelman
2020-10-29Merge pull request #23765 from nextcloud/techdebt/noid/sudadmin-events-into-t...Morris Jobke