summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2024-05-31Updated dependenciesupdated-dependenciesThorbjørn Lindeijer1-1514/+1220
2024-05-31CI: Make the 'pages' job succeedThorbjørn Lindeijer1-18/+4
And also run it on all branches rather than just 'master'. This makes it work as a basic sanity check to make sure that the 'yarn deploy' step runs without errors. Also changed it to run on node:12-buster, to match the version of Node currently used in production.
2024-05-31CI: Removed 'linux' tagThorbjørn Lindeijer1-2/+0
We're not using this tag anymore.
2024-05-31Bump minimist from 1.2.5 to 1.2.6dependabot[bot]1-3/+3
Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. - [Release notes](https://github.com/substack/minimist/releases) - [Commits](https://github.com/substack/minimist/compare/1.2.5...1.2.6) --- updated-dependencies: - dependency-name: minimist dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
2024-05-31Bump follow-redirects from 1.14.2 to 1.14.8dependabot[bot]1-3/+3
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.14.2 to 1.14.8. - [Release notes](https://github.com/follow-redirects/follow-redirects/releases) - [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.14.2...v1.14.8) --- updated-dependencies: - dependency-name: follow-redirects dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
2024-05-31Updated location of news.json and news.rssThorbjørn Lindeijer4-4/+4
2024-05-31Avoid using Vue 3.3+ for nowThorbjørn Lindeijer2-89/+105
It's incompatible with Node v12.22.12 that we are running on the server.
2024-05-27Added Plausible analyticsThorbjørn Lindeijer1-0/+1
This re-enables a simple performance metric without compromising the privacy of our visitors. Plausible works without cookies and does not perform user tracking, so it does not need a cookie banner. I can cover the service cost for now since I'm paying anyway for the mapeditor.org statistics. If this becomes a problem in the future we can also choose to self-host it.
2024-04-19Updated some stuff to avoid crashThorbjørn Lindeijer3-5766/+3287
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
2023-02-04I did forget a -g but I give upJesusaves1-1/+1
2023-02-04Probably last attempt... PURGEJesusaves1-0/+2
2023-02-04This is getting on my nervesJesusaves1-1/+2
2023-02-04WDYM "Vue Cli is in maintenance mode". WORK ALREADY! %%eJesusaves1-0/+2
2023-02-04Change imageJesusaves1-2/+2
2023-02-04Lets try again, this is for the Classic websiteJesusaves1-0/+5
2023-01-09Fix a public/dist issue instead of public/Jesusaves1-1/+3
2022-12-17I... Guess it is worth a shot?Jesusaves1-0/+20
2022-11-21Update source code link; I have no idea where it is fetching github fromJesusaves1-3/+1
2022-11-21Update news.jsJesusaves1-1/+1
Seriously, how many times is this referenced?!
2022-11-21Update .envJesusaves1-1/+1
2022-11-21Update linkJesusaves1-1/+1
2022-09-07Bump shell-quote from 1.7.2 to 1.7.3 (#59)dependabot[bot]1-3/+3
Bumps [shell-quote](https://github.com/substack/node-shell-quote) from 1.7.2 to 1.7.3. - [Release notes](https://github.com/substack/node-shell-quote/releases) - [Changelog](https://github.com/substack/node-shell-quote/blob/master/CHANGELOG.md) - [Commits](https://github.com/substack/node-shell-quote/compare/v1.7.2...1.7.3) --- updated-dependencies: - dependency-name: shell-quote dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-09-07Bump async from 2.6.3 to 2.6.4 (#57)dependabot[bot]1-3/+3
Bumps [async](https://github.com/caolan/async) from 2.6.3 to 2.6.4. - [Release notes](https://github.com/caolan/async/releases) - [Changelog](https://github.com/caolan/async/blob/v2.6.4/CHANGELOG.md) - [Commits](https://github.com/caolan/async/compare/v2.6.3...v2.6.4) --- updated-dependencies: - dependency-name: async dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-09-07Bump terser from 4.8.0 to 4.8.1 (#60)dependabot[bot]1-6/+6
Bumps [terser](https://github.com/terser/terser) from 4.8.0 to 4.8.1. - [Release notes](https://github.com/terser/terser/releases) - [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md) - [Commits](https://github.com/terser/terser/commits) --- updated-dependencies: - dependency-name: terser dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-09-07Bump eventsource from 1.1.0 to 1.1.1 (#58)dependabot[bot]1-4/+12
Bumps [eventsource](https://github.com/EventSource/eventsource) from 1.1.0 to 1.1.1. - [Release notes](https://github.com/EventSource/eventsource/releases) - [Changelog](https://github.com/EventSource/eventsource/blob/master/HISTORY.md) - [Commits](https://github.com/EventSource/eventsource/compare/v1.1.0...v1.1.1) --- updated-dependencies: - dependency-name: eventsource dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
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-12-05Apply some really lame email obfuscation - Too busy/lazy to do this properlyJesusaves2-2/+6
2021-11-18Stop auto-redirecting the lite website and provide a button instead.Jesusaves1-0/+8
(This can be safely reverted if we change our mind)
2021-08-29Version 1 of migration tool. (#47)Jesusaves3-0/+362
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 dependenciesgumi5-1684/+1937
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-17Remove temporary codeFreeyorp1-1/+0
2021-06-17Update index.htmlFreeyorp1-0/+1
Temporary code for Libera project registration
2021-06-13Merge pull request #45 from NetSysFire/patch-1Micksha1-1/+1
index.html: Change Freenode into Libera Chat
2021-06-13index.html: Change Freenode into Libera ChatNetSysFire1-1/+1
The channels were moved (https://www.themanaworld.org/news#94-news-2021-05-28). This updates the outdated information.
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 DoomsdayHelianthella4-4/+28
2020-12-25further improve accessibilityHelianthella4-5/+29
2020-12-25display a skeleton layout while dynamic views are loadingHelianthella2-2/+19