summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)AuthorFilesLines
2024-04-19Updated some stuff to avoid crashHEADmasterThorbjørn Lindeijer1-1/+1
On my system the website gave the following error on `yarn serve`: Error: error:0308010C:digital envelope routines::unsupported Updating the dependencies has resolved it for me. I tried to avoid dropping support for NodeJS 12, since our server runs 12.22.12-1nodesource1 according to Freeyorp. * vuejs/eslint-config-typescript 9.0.0 drops support for Node.js < v12.22.0, v13, >=v14 < v14.17.0, v15 * typescript-eslint/eslint-plugin 6.0.0 drops support for Node.js v12 and v14. * compression-webpack-plugin 10.0.0 would require Node.js 14.15.0
2023-02-15Remove outdated noticesJesusaves2-7/+2
2022-11-21Update source code link; I have no idea where it is fetching github fromJesusaves1-3/+1
2022-11-21Update linkJesusaves1-1/+1
2022-09-07Add a bunch of notices that everyting is broken and in flames and we sort ↵Jesusaves3-0/+12
'em later
2022-03-25Add link to navigation for Privacy Policy and rules and etc.Jesusaves1-0/+1
2022-03-25Move around the support contact linksJesusaves1-2/+3
2022-02-24Wrong templateJesusaves1-1/+1
2022-02-24Add a warning just in case Yandex gets targetted and this disrupt our users.Jesusaves1-0/+4
This would affect Support only.
2022-02-09HotfixJesusaves3-4/+4
2021-08-29Version 1 of migration tool. (#47)Jesusaves2-0/+361
Version 1 of migration tool. It really, REALLY needs to catch failures. Otherwise player may accidentally create a Vault account and become ineligible. And there is no cool and convenient tool to shut down a Vault account >.>
2021-08-24Update Registration.vue outdated link, and inform the API takes 5 minutes to ↵Jesusaves1-1/+5
complete registration.
2021-08-19fix some typescript warningsgumi7-24/+27
2021-08-19update dependenciesgumi1-5/+5
2021-08-19Update the router, account recovery and registration links for downloads.Jesusaves3-3/+3
However, keep the navigation intact (incl. repositories) - People coming from Nav bar may want to know that multiple clients exist. - People recovering the password or whom just created an account probably not. - And people wishing the official https://themanaworld.org/downloads should get... ...the official themanaworld.org download obviously. The bound link is https://manaplus.themanaworld.org/ which redirects to https://manaplus.germantmw.de/ via Dezilaromed; Sysadmins retain control over primary download source without needing to update website (or DNS).
2021-07-15Some paddingJesusaves1-0/+1
2021-07-15Add "Rill's Disclaimer" here as well.Jesusaves1-0/+1
2021-06-02Fix story order (currently, Argaes come before Tonori).Jesusaves1-1/+1
No real care was taken besides swapping both so it holds true.
2021-06-02Fix outdated linkJesusaves1-1/+1
2020-12-25remove the notice about DoomsdayHelianthella2-4/+20
2020-12-25further improve accessibilityHelianthella4-5/+29
2020-12-25display a skeleton layout while dynamic views are loadingHelianthella2-2/+19
2020-12-25improve accessibilityHelianthella4-20/+41
2020-12-23simplify the footerHelianthella1-10/+1
2020-12-22silence some linter issuesHelianthella1-4/+5
2020-12-22don't duplicate the top-level <div id=app> wrapperHelianthella1-6/+4
2020-12-22add a link to the RSS feed on the news pageHelianthella1-0/+21
2020-12-22add titles and labels to ambiguous linksHelianthella3-9/+9
2020-12-22fix registration and account recoveryHelianthella2-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-22fix the navigation bar sizeHelianthella1-1/+1
2020-12-22upgrade to Vue 3, switch to yarnHelianthella18-260/+283
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 reCAPTCHAgumi2-13/+118
2020-09-07Assume server to be down if API is unreachable.Jesusaves1-2/+2
Rationale: You cannot register if API is down, which is why you're in the website.
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-04-04GDPR request email: data@themanaworld.orgJesusaves1-1/+1
2020-03-04handle error 425 on account recoverygumi1-0/+4
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-08-12only use the compression plugins in production modegumi1-7/+14
2019-08-12the news generator is far from perfectgumi1-0/+8
2019-08-12add a redirect for the old account recovery pagegumi1-0/+4
2019-08-10reduce the logo shadow (looks weird in FF)gumi1-5/+4
2019-08-10remove font-weight change on navigation hovergumi1-1/+0
2019-07-26apply webhint suggestionsgumi2-42/+48
2019-07-25prepare for productiongumi8-3/+2
2019-07-25further improve the readability of Newsgumi2-4/+31
2019-07-25reduce svg logo complexity (unnoticeable)gumi3-744/+3