Commit Graph

119 Commits

Author SHA1 Message Date
Kayne Ruse e930fd2173 Added deletion to news-editor.jsx
Resovled #6
2021-03-12 13:58:14 +11:00
Kayne Ruse 8a920c5316 Added link to admin panel
Resolved #11
2021-03-12 13:32:19 +11:00
Kayne Ruse d66d0bc9da Fixed config error 2021-03-12 11:27:45 +11:00
Kayne Ruse 9e0d58e999 Corrected a docker error 2021-03-12 11:24:54 +11:00
Kayne Ruse 9c294ab961 Updated README.md and configure-script.js 2021-03-12 11:04:04 +11:00
Kayne Ruse 9b6c5af09d "articles" are always an array 2021-03-11 14:58:24 +11:00
Kayne Ruse 8f3ab27106 Switched to using useEffect 2021-03-11 14:56:07 +11:00
Kayne Ruse 253fd494ae Merge branch 'dev' into main
Resolved #3
2021-03-11 11:18:39 +11:00
Kayne Ruse 34b6a25bb5 Added admin panel - this should complete all of the dummied out features 2021-03-11 11:15:56 +11:00
Kayne Ruse b6e707d047 Added account page, read more
The account page also has the account deletion button, which was
a *real treat* to get working right.
2021-03-11 00:54:57 +11:00
Kayne Ruse 457cc85ad4 I need a linter 2021-03-10 22:35:27 +11:00
Kayne Ruse e1a20411a0 Fixed expiry calls 2021-03-10 22:33:22 +11:00
Kayne Ruse b8e4b33421 Tokens are tentatively working correctly, read more
They also seem to be refreshing correctly too, when tokenFetch() is used.
2021-03-10 18:54:20 +11:00
Kayne Ruse 44553836c7 Not working right - too tired right now 2021-03-08 17:01:14 +11:00
Kayne Ruse b5b1b987b1 So that's how you use refs 2021-03-08 14:44:36 +11:00
Kayne Ruse d29d256e5f Signups work 2021-03-08 13:03:46 +11:00
Kayne Ruse 7c09ac46da Stripped out a whole bunch of pages, read more
The purpose of this branch is to bring this project in line with the JWT
protcol that the microservice is using. For the time being, it's easier
to get a stripped-down and stable build and replace the lost parts, one-
by-one.
2021-03-08 12:34:41 +11:00
Kayne Ruse e3e5af4af0 Comment tweaks 2021-03-06 14:52:18 +11:00
Kayne Ruse dccf55c973 Added PRODUCTION env variable to client 2021-03-04 10:53:13 +11:00
Kayne Ruse 488f975e98 Fixex the deployment issues, read more
The deployment issues were caused by sequelize running out-of-order.
I fixed this by placing sequelize.sync() in correct locations.

I've also updated news-server with these changes.

I've also removed mariadb stuff from the game server's Dockerfile.

Resolved #1
2021-03-03 23:32:27 +00:00
Kayne Ruse b0ac371a43 Tweaking deployment startup, read more
MariaDB's root password needs to be hidden from the game server's container,
so I've changed the startup logic. MariaDB supposedly runs certain files that
are found in a specific directory, so I'm using volumes to place startup.sql
there.

This needs testing on a mock deployment server.

Related to #1
2021-03-04 06:15:46 +11:00
Kayne Ruse 0dcd092856 Merge remote-tracking branch 'refs/remotes/origin/main' into main 2021-03-04 06:05:48 +11:00
Kayne Ruse 06949d384a Added CHAT_KEY to game and chat servers
Resolved #2
2021-03-04 06:05:13 +11:00
Kayne Ruse 69b82fce3f Update README.md 2021-03-03 11:21:07 +11:00
Kayne Ruse 2c9ef261c1 Update README.md 2021-03-03 11:18:32 +11:00
Kayne Ruse 9a7e9313d8 Implemented username reserve feature 2021-03-03 04:27:48 +11:00
Kayne Ruse 34a5444705 Updated README.md 2021-02-28 00:44:43 +11:00
Kayne Ruse ea19cb0b03 Tweaked config v0.1 2021-02-27 04:40:47 +11:00
Kayne Ruse 648f8a16cc Added password changing 2021-02-27 04:38:59 +11:00
Kayne Ruse 2d7f6894ab Began writing the setup tutorial 2021-02-15 21:15:11 +11:00
Kayne Ruse 90abb6f6a3 Deleted an old file 2021-02-12 11:13:41 +11:00
Kayne Ruse 0c49ea4245 Shouldn't have deleted this 2021-02-12 11:12:32 +11:00
Kayne Ruse bb4564f3de Updated README.md 2021-02-12 11:07:22 +11:00
Kayne Ruse 1c456e70b6 Added markdown pages for privacy policy and credits 2021-02-12 06:03:41 +11:00
Kayne Ruse 0b6c372c55 Added unique UUIDs as keys 2021-02-11 22:14:27 +11:00
Kayne Ruse 27e0637a2d Added LICENSE 2021-02-11 21:59:28 +11:00
Kayne Ruse 8773665c65 Updated README.md 2021-02-11 16:03:41 +11:00
Kayne Ruse 615b686890 Added opt-in option for promotional emails 2021-02-11 16:01:39 +11:00
Kayne Ruse 7759a1cd40 Implemented default admin account 2021-02-11 13:18:18 +11:00
Kayne Ruse 01f17360b9 Updted README.md 2021-02-07 15:41:22 +11:00
Kayne Ruse 1aa047c3d9 Fixed a configuration issue with the news service
Turns out traefik handles port routing, so the project doesn't need
to know the news services' port.
2021-02-07 03:36:19 +00:00
Kayne Ruse 664e169796 Updated README.md 2021-02-07 13:55:26 +11:00
Kayne Ruse d1cd4f8248 Found an uncaught error 2021-02-04 21:02:31 +00:00
Kayne Ruse 142caf1dcc Making progress 2021-02-04 20:07:51 +00:00
Kayne Ruse dafcd3b833 Working on the config file
It's kind of working? Well, the program crashes due to a promise failure.
2021-02-04 13:42:53 +00:00
Kayne Ruse e5a81c79e1 Experimenting with docker and configuration 2021-02-04 20:58:35 +11:00
Kayne Ruse a1c76a23be Updated README.md 2021-02-04 02:19:39 +11:00
Kayne Ruse 217bcf08a6 Added news editor 2021-02-03 12:22:39 +11:00
Kayne Ruse 5a271fb127 Added dateFormat to the posts 2021-02-03 10:49:37 +11:00
Kayne Ruse 9d8c1fa038 Wrote news publisher panel 2021-02-03 10:01:26 +11:00