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
AgeCommit message (Collapse)Author
2021-11-24Improve handling on the email formJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-11-24Hide email field in user form when not usedMikael
Signed-off-by: Mikael <skaramicke@gmail.com>
2021-11-24Add option to make email optionalMikael
Signed-off-by: Mikael <skaramicke@gmail.com>
2021-04-09Add a body part for the ToS appJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-04-06More require and fixing CSJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-04-06HTML5 require the fields when enforce is onJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-04-06Disable form submit button up on submitJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-04-04Fix registration with loginname fieldJoas 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-03-31Fix PHP CSJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-03-31Move admin settings to VueJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-03-31Add phone and display name fieldJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-03-31Hide login name policy when email is usedJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-12-20Changed grammarrakekniven
Reported at Transifex. Signed-off-by: rakekniven <mark.ziegler@rakekniven.de>
2020-12-14✨ add user instructions and regex optionAchim
Signed-off-by: Achim Blanarsch <hallo@pxlfrk.de> Signed-off-by: Achim <39946364+pxlfrk@users.noreply.github.com>
2020-11-17Forward error messages of the password policy directlyJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-11-17Merge pull request #248 from Nienzu/mail_confirmation_optionalJoas Schilling
Make mail confirmation optional
2020-11-17p already writes the text, no need to echomail_confirmation_optionalJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-10-22Fix invalid route on formJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-10-20Make mail confirmation optionalnienzu
Signed-off-by: nienzu <ibqqz0602@gmail.com>
2020-08-28Add settings for blocklist and showing the domain listJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-08-28Fix PHP CSJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-08-28Add admin UI option for "Force email as user id"Joas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-08-28Cleaner admin settingsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-08-18Fix registration flow with email as nameJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-08-18Add a warning about admin approval breaking login flowsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-08-18Redirect to ClientLoginFlow and ClientLoginFlowV2 when it was usedJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-08-18Login Flow v2 compatibilityJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-08-18Fix minor issuesJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-08-18ignore username input Maxence Lange
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2020-07-16Merge pull request #220 from nextcloud/bugfix/noid/email-templatesJoas Schilling
Move emails to IEmailTemplate
2020-07-16Add a "Back to login" link similar to the forgot password pageJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-07-14Move emails to IEmailTemplateJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-07-14Fix show password optionJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-07-14Merge pull request #221 from nextcloud/bugfix/noid/better-example-urlsJoas Schilling
Fix checkbox style in admin settings
2020-07-14On supported versions the version is always > 12Joas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-07-10Fix checkbox stylingJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-07-10Use better example urlsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-07-10CS auto fixesJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-06-22Fix# form: toggle password visibility for oc and ncPellaeon Lin
2019-06-22templates: avoid echo, fix potential XSSPellaeon Lin
2019-06-22Added text to show/hide password checkboxMarcin Wróblewski
2018-10-14Fix# set message text color according to theme, fix #153Pellaeon Lin
2018-09-30Add link to users settings page in admin notification emailNeraste
2018-03-20Update to message.php to stop double icon.MarkyMark_Qld
This stops the double icon after registration.
2017-12-20Merge pull request #115 from buffcode/travis-ciPellaeon Lin
TravisCI tests, refactoring for ownCloud/Nextcloud compatibility
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-12-19Fix PHP noticesLaurens Stötzel
Check for undefined variables/array indexes that may occur on token verification.
2017-10-21L10n for admin validation messagesNeraste
2017-10-21Option for disabling new registered usersNeraste