Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-05-29 | Bump dns-packet from 1.3.1 to 1.3.4dependabot/npm_and_yarn/dns-packet-1.3.4 | dependabot[bot] | 1 | -3/+3 | |
Bumps [dns-packet](https://github.com/mafintosh/dns-packet) from 1.3.1 to 1.3.4. - [Release notes](https://github.com/mafintosh/dns-packet/releases) - [Changelog](https://github.com/mafintosh/dns-packet/blob/master/CHANGELOG.md) - [Commits](https://github.com/mafintosh/dns-packet/compare/v1.3.1...v1.3.4) Signed-off-by: dependabot[bot] <support@github.com> | |||||
2020-12-25 | remove the notice about Doomsday | Helianthella | 4 | -4/+28 | |
2020-12-25 | further improve accessibility | Helianthella | 4 | -5/+29 | |
2020-12-25 | display a skeleton layout while dynamic views are loading | Helianthella | 2 | -2/+19 | |
2020-12-25 | improve accessibility | Helianthella | 4 | -20/+41 | |
2020-12-23 | simplify the footer | Helianthella | 1 | -10/+1 | |
2020-12-22 | silence some linter issues | Helianthella | 2 | -4/+6 | |
2020-12-22 | don't duplicate the top-level <div id=app> wrapper | Helianthella | 1 | -6/+4 | |
2020-12-22 | add a link to the RSS feed on the news page | Helianthella | 1 | -0/+21 | |
2020-12-22 | display a bare-bones website when javascript is disabledv6.1.0 | Helianthella | 5 | -2/+63 | |
redirects to /lite when disabled, then redirects back when enabled | |||||
2020-12-22 | add titles and labels to ambiguous links | Helianthella | 3 | -9/+9 | |
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 | fix the navigation bar size | Helianthella | 1 | -1/+1 | |
2020-12-22 | upgrade to Vue 3, switch to yarn | Helianthella | 36 | -18701/+9825 | |
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 | Merge pull request #33 from Helianthella/analytics | Helianthella | 9 | -6258/+9252 | |
remove GTM and analytics | |||||
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-10-06 | removed unused AddThis config | gumi | 2 | -6/+0 | |
2020-10-05 | update the dependencies while we're at it | gumi | 4 | -6207/+9110 | |
2020-10-05 | bump dependencies | gumi | 1 | -14/+13 | |
2020-10-05 | remove GTM and analytics | gumi | 3 | -16/+0 | |
2020-09-07 | Assume server to be down if API is unreachable. | Jesusaves | 1 | -2/+2 | |
Rationale: You cannot register if API is down, which is why you're in the website. | |||||
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 | [security] update compression-webpack-plugin | gumi | 2 | -119/+296 | |
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-08-12 | only use the compression plugins in production mode | gumi | 2 | -9/+16 | |
2019-08-12 | the news generator is far from perfect | gumi | 1 | -0/+8 | |
2019-08-12 | add a redirect for the old account recovery page | gumi | 1 | -0/+4 | |
2019-08-10 | reduce the logo shadow (looks weird in FF) | gumi | 1 | -5/+4 | |
2019-08-10 | remove font-weight change on navigation hover | gumi | 1 | -1/+0 | |
2019-08-10 | update dependencies | gumi | 2 | -201/+1963 | |
2019-07-26 | use zopfli more aggressively | gumi | 1 | -5/+15 | |
2019-07-26 | apply webhint suggestions | gumi | 5 | -42/+176 | |
2019-07-25 | prepare for production | gumi | 9 | -4/+13 | |
2019-07-25 | further improve the readability of News | gumi | 2 | -4/+31 | |
2019-07-25 | reduce svg logo complexity (unnoticeable) | gumi | 3 | -744/+3 | |
2019-07-25 | align news entries with the rest of the content | gumi | 2 | -1/+12 | |
2019-07-25 | use Arial Black (web-safe) while Albertus loads | gumi | 1 | -11/+12 | |
2019-07-25 | re-position the hamburger menu for the new logo | gumi | 3 | -1/+6 | |
2019-07-25 | make the logo use a subset of an open-source Albertus font | gumi | 6 | -20/+19 | |
2019-07-25 | update acknowledgements | gumi | 1 | -9/+20 | |
2019-07-25 | put The on top of the logo | gumi | 1 | -7/+18 | |
2019-07-25 | switch logo to CarterSubset | gumi | 2 | -3/+14 | |
2019-07-24 | always justify body text | gumi | 1 | -5/+5 | |
2019-07-24 | remplace the em dash by an en dash in the copyright range | gumi | 1 | -1/+1 | |