Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-12-25 | remove the notice about Doomsday | Helianthella | 1 | -3/+3 | |
2020-12-25 | further improve accessibility | Helianthella | 2 | -1/+14 | |
2020-12-25 | improve accessibility | Helianthella | 2 | -6/+6 | |
2020-12-22 | add a link to the RSS feed on the news page | Helianthella | 1 | -0/+21 | |
2020-12-22 | fix registration and account recovery | Helianthella | 2 | -20/+20 | |
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-22 | upgrade to Vue 3, switch to yarn | Helianthella | 5 | -103/+94 | |
implies a slight refactor | |||||
2020-10-10 | fix a typo | Helianthella | 1 | -1/+1 | |
temporaly > temporarily | |||||
2020-10-06 | Update event details | Jesusaves | 1 | -1/+1 | |
2020-10-06 | give some padding to the Doomsday warning | gumi | 1 | -2/+11 | |
2020-10-06 | require the user to opt-in to reCAPTCHA | gumi | 2 | -13/+118 | |
2020-04-04 | Doomsday event banner on Registration, informing about dangers. | Jesusaves | 1 | -0/+3 | |
Futurely text contents shall be replaced with: "You're creating a Legacy account" | |||||
2020-04-04 | GDPR request email: data@themanaworld.org | Jesusaves | 1 | -1/+1 | |
2020-03-04 | handle error 425 on account recovery | gumi | 1 | -0/+4 | |
2020-02-22 | add a link to download the client on the registration page | gumi | 1 | -1/+1 | |
2020-02-22 | change the no-recaptcha registration email | gumi | 1 | -1/+1 | |
2019-07-25 | further improve the readability of News | gumi | 1 | -1/+9 | |
2019-07-24 | apply the changes requested by Freeyorp | gumi | 3 | -36/+36 | |
2019-07-24 | make password recovery work with older version of tmw-api | gumi | 1 | -1/+5 | |
2019-07-24 | add a link to About.vue in Home.vue | gumi | 1 | -1/+1 | |
2019-07-24 | add instructions for registration without reCAPTCHA | gumi | 1 | -0/+6 | |
2019-07-20 | scrap everything and start over with Vue | gumi | 7 | -0/+1031 | |