summaryrefslogtreecommitdiff
path: root/src/views/Registration.vue
AgeCommit message (Collapse)AuthorFilesLines
2020-12-25remove the notice about DoomsdayHelianthella1-3/+3
2020-12-25improve accessibilityHelianthella1-3/+3
2020-12-22fix registration and account recoveryHelianthella1-9/+9
On Vue 3, ref names and v-model names are both assigned to the scope of the component, unlike in Vue 2, where refs were only registered on vm.$refs. This means if you have a <input v-model="blah" ref="blah"> the ref will override the model and thus the model will not work. This is, of course, undocumented in the migration guide 🙄
2020-12-22upgrade to Vue 3, switch to yarnHelianthella1-41/+33
implies a slight refactor
2020-10-10fix a typoHelianthella1-1/+1
temporaly > temporarily
2020-10-06Update event detailsJesusaves1-1/+1
2020-10-06give some padding to the Doomsday warninggumi1-2/+11
2020-10-06require the user to opt-in to reCAPTCHAgumi1-7/+50
2020-04-04Doomsday event banner on Registration, informing about dangers.Jesusaves1-0/+3
Futurely text contents shall be replaced with: "You're creating a Legacy account"
2020-02-22add a link to download the client on the registration pagegumi1-1/+1
2020-02-22change the no-recaptcha registration emailgumi1-1/+1
2019-07-24apply the changes requested by Freeyorpgumi1-16/+16
2019-07-24add instructions for registration without reCAPTCHAgumi1-0/+6
2019-07-20scrap everything and start over with Vuegumi1-0/+390