Commit Graph

156 Commits

Author SHA1 Message Date
d9ad903798 feat: add back files in new location 2025-03-21 14:48:55 +01:00
b28752830a feat: towards multi-team support
also testing at different points whether team association is correct
2025-03-21 14:44:55 +01:00
7f4f6142c9 feat: don't rely on secure JWT when it comes to scopes 2025-03-20 17:04:20 +01:00
ded2b79db7 feat: begin to add support for multiple teams 2025-03-19 15:08:18 +01:00
c246a0b264 fix: teams type 2025-03-17 19:27:32 +01:00
054508cf6a feat: show teams 2025-03-17 19:26:09 +01:00
3441e405a6 feat: keep states between tab switches 2025-03-17 11:09:29 +01:00
8f355c0cf3 fix: show all available players in undecided when restoring 2025-03-16 21:50:52 +01:00
4252e737d7 feat: add ability to change password 2025-03-16 18:11:28 +01:00
39630725a4 feat: simplify visible button placement
always 40px wide anyway
2025-03-16 13:30:06 +01:00
641ae50265 feat: improve on data privacy 2025-03-16 12:40:50 +01:00
2500a8d293 feat: round text inputs 2025-03-16 11:54:48 +01:00
719c57200d feat: username colour 2025-03-14 14:00:44 +01:00
a663b34500 feat: change style a little more 2025-03-14 13:58:28 +01:00
8191587115 feat: add themes 2025-03-14 12:08:07 +01:00
9ec457bb7a feat: playing with colours 2025-03-14 11:55:21 +01:00
953a166ec5 feat: button style/visibility 2025-03-13 21:31:52 +01:00
453d7ca951 feat: loads of improvements (see comments)
1) check whether submitting user is submitting for himself
2) some refactoring of the tabs in `Ranking`
3) get chemistry and mvps from DB
4) restore previous
5) start over
6) (hopefully) improve logout
2025-03-13 20:11:34 +01:00
9afa4a88a8 feat: querySelector -> useRef 2025-03-13 15:01:22 +01:00
630986d49c feat: rewrite of tabs component 2025-03-13 13:11:52 +01:00
4f30888c5c feat: show popularity score 2025-03-12 14:39:42 +01:00
5b8f476997 feat: button to make password visible 2025-03-11 19:14:34 +01:00
e4c95c37ee feat: add Maintenance page, just in case 2025-03-11 15:46:03 +01:00
2a396457aa chore: remove unused stuff 2025-03-11 15:43:36 +01:00
34c030c1e9 feat: adjust submission function to new DB 2025-03-11 13:52:54 +01:00
6eb2563068 feat: implement one-time token 2025-03-11 13:37:23 +01:00
1067b12be8 feat: adjust mvp function to new DB 2025-03-11 12:40:12 +01:00
c42231907d feat: adjust Sociogram to new DB 2025-03-11 12:37:16 +01:00
95e66e5d73 feat: adjust graph_json 2025-03-11 12:34:45 +01:00
6d2bf057a5 feat: more robust context menu 2025-03-11 12:33:35 +01:00
b07c2fd8ab fix: remove un-controlled checked warning 2025-03-11 11:57:58 +01:00
82ffa06a00 feat: view profile 2025-03-11 11:45:48 +01:00
00442be4b5 fix: context menu and dialog didn't play nice 2025-03-11 11:14:07 +01:00
26ee4b84a9 feat: update context menu to use references 2025-03-11 11:04:42 +01:00
aa3c3df5da fix: enable all sub-routes 2025-03-11 10:35:39 +01:00
401ac316c1 feat: adjust Rankings to new auth + User 2025-03-11 10:34:58 +01:00
53fc8bb6e3 feat: add more User props 2025-03-11 10:34:39 +01:00
92a98064e5 feat: add jwt token handler 2025-03-11 10:34:18 +01:00
1773a9885a fix: remove max-age seconds 2025-03-11 10:32:49 +01:00
9996752d94 fix: check location.state first 2025-03-11 08:42:44 +01:00
b386ee365f feat: automatically switch to index and fill in newly given creds 2025-03-11 08:25:33 +01:00
045c26d258 feat: setup for setting first password 2025-03-11 08:12:29 +01:00
a37971ed86 feat: set first password page 2025-03-10 13:16:41 +01:00
f3e6382101 feat: set first password with token 2025-03-10 13:15:41 +01:00
59e2fc4502 feat: User -> Player 2025-03-10 11:24:03 +01:00
33c505fee4 feat: change DB, represent players by id 2025-03-10 11:23:19 +01:00
cfe2df01f7 feat: Cookie and Header auth 2025-03-09 18:47:22 +01:00
7580a4f1e6 feat: remove unnecessary info in User response 2025-03-09 16:53:11 +01:00
7bf35b65fb fix: logout bug 2025-03-09 16:34:05 +01:00
d3f5c3cb82 feat: roll back refresh tokens, use single token only 2025-03-07 18:24:25 +01:00