aboutsummaryrefslogtreecommitdiff
path: root/src/components/registration/registration.vue
Commit message (Collapse)AuthorAge
* Fix captcha input and disable ALL the helpersMark Felder2020-02-22
|
* Fix #750 , fix error messages and captcha resettingShpuld Shpludson2020-01-14
|
* Support "native" captchaEgor Kislitsyn2019-12-12
|
* make bio textarea resizable vertically onlytaehoon2019-08-26
|
* all the manual fixesHenry Jameson2019-07-07
|
* eslint --fix --ext .js,.vue srcHenry Jameson2019-07-05
|
* #442 - update placeholder linebreakdave2019-03-18
|
* #396: update en.jsondave2019-02-24
|
* #396: update registration formdave2019-02-24
|
* Merge branch 'develop' into feat/media-modalshpuld2019-01-28
|\
| * Add back that login error thing that someone removedshpuld2019-01-28
| |
* | Redo everything in the MRshpuld2019-01-26
|/
* Fix translation typo in registration.vuerinpatch2019-01-03
|
* Add a translation to the captcha strings in the registration formEkaterina Vaartis2018-12-21
|
* Small UI improvements for the CAPTCHA fieldEkaterina Vaartis2018-12-21
|
* Add a way to get new captcha on clickEkaterina Vaartis2018-12-16
|
* Support disabling captchaEkaterina Vaartis2018-12-15
|
* Base support for CAPTCHA (kocaptcha)Ekaterina Vaartis2018-12-15
|
* Fix color fallback orderraeno2018-12-05
|
* Add fallback color rule.raeno2018-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
|
* Add client validation for registration formraeno2018-12-05
| | | | * also extract registration logic to users.js module
* Humanize validation errors returned on registrationraeno2018-12-05
|
* the missing piece for invites systemHenry Jameson2018-08-05
|
* made alerts use red with transparent theme red. some UI improvsHenry Jameson2018-04-08
|
* indentsHenry Jameson2018-04-07
|
* border-radii moved to variables, made rgbo colors use theme data, customizableHenry Jameson2018-04-07
| | | | from settings screen.
* cleanup. added fallback mechanism for IE11 and unsupported browsers.Henry Jameson2018-04-07
|
* getting rid of baseXX, some small fixes. Seems to be usable.Henry Jameson2018-04-07
|
* Update theme editor to have 4 colors, rewrite the color setter, change a LOT ↵shpuld2017-11-17
| | | | of base16 assignments for better consistency.
* Add a bunch of missed localization strings, update english and finnish to match.shpuld2017-11-08
|
* Move customizable terms-of-service into its separate .html file.Shpuld Shpuldson2017-06-19
|
* Started captcha and better avatar control, improved login form to fit ↵Shpuld Shpuldson2017-04-21
| | | | register link better.
* Add ToS field into registration form (still need to make it fetch it ↵Shpuld Shpuldson2017-04-17
| | | | somewhere.) Make the register form look more polished.
* Add email field to registration.Roger Braun2017-04-16
|
* Add a registration form.Roger Braun2017-04-15