Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-08-12 | Bump path-parse from 1.0.6 to 1.0.7dependabot/npm_and_yarn/path-parse-1.0.7 | dependabot[bot] | 1 | -3/+3 | |
Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7. - [Release notes](https://github.com/jbgutierrez/path-parse/releases) - [Commits](https://github.com/jbgutierrez/path-parse/commits/v1.0.7) --- updated-dependencies: - dependency-name: path-parse dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> | |||||
2021-07-15 | Some padding | Jesusaves | 1 | -0/+1 | |
2021-07-15 | Add "Rill's Disclaimer" here as well. | Jesusaves | 1 | -0/+1 | |
2021-06-17 | Remove temporary code | Freeyorp | 1 | -1/+0 | |
2021-06-17 | Update index.html | Freeyorp | 1 | -0/+1 | |
Temporary code for Libera project registration | |||||
2021-06-13 | Merge pull request #45 from NetSysFire/patch-1 | Micksha | 1 | -1/+1 | |
index.html: Change Freenode into Libera Chat | |||||
2021-06-13 | index.html: Change Freenode into Libera Chat | NetSysFire | 1 | -1/+1 | |
The channels were moved (https://www.themanaworld.org/news#94-news-2021-05-28). This updates the outdated information. | |||||
2021-06-02 | Fix story order (currently, Argaes come before Tonori). | Jesusaves | 1 | -1/+1 | |
No real care was taken besides swapping both so it holds true. | |||||
2021-06-02 | Fix outdated link | Jesusaves | 1 | -1/+1 | |
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 | |