aboutsummaryrefslogtreecommitdiff
path: root/src/components/registration/registration.js
Commit message (Collapse)AuthorAge
* make email validation conditional workShpuld Shpuldson2020-05-04
|
* Remove unneccessary nestedMark Felder2020-02-24
|
* First attempt at not requiring email address for registrationMark Felder2020-02-24
|
* Fix #750 , fix error messages and captcha resettingShpuld Shpludson2020-01-14
|
* npm eslint --fix .Henry Jameson2019-07-05
|
* #442 - update placeholder linebreakdave2019-03-18
|
* Restore old routes, enable user route as fallback.Lambda2018-12-25
|
* Add encrypted captcha_answer_data for stateless captchaEkaterina Vaartis2018-12-21
|
* Merge branch 'feature/new-user-routes' into 'develop'lambda2018-12-18
|\ | | | | | | | | | | | | Make domain.com/username routes work Closes pleroma#395 See merge request pleroma/pleroma-fe!392
| * Use "~" as a route namespace symbolMaxim Filippov2018-12-10
| |
| * Fix redirect pathsMaxim Filippov2018-12-06
| |
* | Fix styleEkaterina Vaartis2018-12-16
| |
* | Add a way to get new captcha on clickEkaterina Vaartis2018-12-16
| |
* | Fix styleEkaterina Vaartis2018-12-16
| |
* | Separate captcha into the backendInteractorEkaterina Vaartis2018-12-16
| |
* | Base support for CAPTCHA (kocaptcha)Ekaterina Vaartis2018-12-15
|/
* Use console.warn instead of console.lograeno2018-12-05
|
* Get rid of mutation_types file, use inline approach. Minor fixesraeno2018-12-05
|
* Clean up the coderaeno2018-12-05
|
* Validate name presence on client-side as wellraeno2018-12-05
| | | | | | * remove email address validation, we have it covered by html itself and it's quite annoying * add shakeError animation * fix styles a bit
* Better styling for client-side validation. Add I18n for validation errors.raeno2018-12-05
|
* Fix broken ToS link. Fix linter errorsraeno2018-12-05
|
* Add client validation for registration formraeno2018-12-05
| | | | * also extract registration logic to users.js module
* Humanize validation errors returned on registrationraeno2018-12-05
|
* Linting.Roger Braun2018-11-06
|
* Re-activate registration, use oauth password flow to fetch token.Roger Braun2018-11-06
|
* more refactoringHenry Jameson2018-09-17
|
* some recategorization of options...Henry Jameson2018-09-17
|
* the missing piece for invites systemHenry Jameson2018-08-05
|
* Add a config.json option for enabling registration, don't link and redirect ↵Shpuld Shpuldson2017-06-20
| | | | away from register page when it's disabled.
* Move customizable terms-of-service into its separate .html file.Shpuld Shpuldson2017-06-19
|
* Add a registration form.Roger Braun2017-04-15