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

github.com/nextcloud/registration.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Collapse)Author
2022-04-07Update master php testing versionsupdate-master-phpunit-configJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-01-04Fix unit testJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-11-24Fix unit testsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-11-24Add option to make email optionalMikael
Signed-off-by: Mikael <skaramicke@gmail.com>
2021-06-15Fix phpunit.xmlJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-04-13Fix unit testsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-04-06Fix unit testsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-04-01Move from ILogger to LoggerInterfaceJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-04-01Don't mention verification link when the login flow is usedJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-04-01Fix unit testsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-02-05Bye travisJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-01-11Bump version so we can release itJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-12-14Fix and add new unit testsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-11-17p already writes the text, no need to echomail_confirmation_optionalJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-10-20Make mail confirmation optionalnienzu
Signed-off-by: nienzu <ibqqz0602@gmail.com>
2020-09-01Remove old OCS APIJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-08-28Add settings for blocklist and showing the domain listJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-08-28Allow wildcards in email domainsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-08-28Make the email domain check case insensitiveJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-08-18Fix other testsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-08-18Improve code coverage handlingJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-08-18Add tests for submitUserFormJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-08-18Add unit testsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-08-18Fix minor issuesJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-07-14Make MailService strictJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-07-14Remove unnecessary compatibility layersJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-07-13Merge pull request #223 from nextcloud/techdebt/noid/move-to-migrationJoas Schilling
Move to migration
2020-07-10Linting is also done via github workflows alreadyJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-07-10Validate the info.xml with a github workflowJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-07-10Move to migrationJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-07-10Objects are always passed by referenceJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-07-10Combine both phpunit configs into oneJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-07-10Correctly run the phpunit tests againJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-07-10CS auto fixesJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-07-09Move to PSR-4 naming to support upcoming composer updateJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-04-11Update tests: phpunit version, adhere to official app bootstrapingPellaeon Lin
approach
2018-07-01Update# testPellaeon Lin
2018-06-30Update# testing: use returnCallback() to mock IConfigPellaeon Lin
2018-06-30Update# test createPendingRegPellaeon Lin
2018-06-30Update# use once() instead of at()Pellaeon Lin
2018-06-30Add# first registerController testPellaeon Lin
2018-06-30Add# testing for allowed_domains in servicePellaeon Lin
2018-06-30Fix# namespacePellaeon Lin
2018-06-24Update# add DB to RegistrationServiceTestPellaeon Lin
2018-04-28Add# integration test for duplicate usernamePellaeon Lin
2018-04-28Update# forgot to add integration folder setting to phpunit.xmlPellaeon Lin
2018-04-28Add# integration test for RegistrationServicePellaeon Lin
2017-12-20TravisCI tests, refactoring for ownCloud/Nextcloud compatibilityLaurens Stötzel
This includes tests for: - PHP 5.6/7.0/7.1/7.2 - MySQL/SQLite/Postgres - ownCloud/Nextcloud
2017-10-03Add some tests and enable travisCIPellaeon Lin
2017-06-30Add basic unit testing and tests for API controllerJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>