Commit Graph

15 Commits

Author SHA1 Message Date
Dennis Brentjes 1a6ead4760 Adds the ability to add games with suggestions from known games. 2022-05-29 10:32:20 +02:00
Dennis Brentjes cc26aed9a5 Reworked the database code to make use of the ? operator. 2022-05-14 23:44:40 +02:00
Dennis Brentjes 92e0257e74 Added gamenight owners and some ui and api functions to delete gamenights. 2022-05-14 23:36:35 +02:00
Dennis Brentjes 0a214ca388 Fixes the infinite loop and refactores some statechanges into useEffect hooks 2022-05-01 17:51:28 +02:00
Dennis Brentjes 2cfaf2b4cc Adds an add gamenight control and fixes the fetch gamenight Effect,
Introduces an infinite fetch gamenights loop
2022-04-29 22:40:10 +02:00
Dennis Brentjes bf796201bf move to function based react components 2022-04-29 20:27:54 +02:00
Dennis Brentjes 56d0889963 A start on a frontend application in React. 2022-04-23 23:30:26 +02:00
Roflin d80f705b5d Merge pull request 'Added a user system with no proper user validation but working authorisation.' (#1) from user-system into main
Reviewed-on: #1
2022-04-23 13:17:28 +02:00
Dennis Brentjes aab60dcc11 Fixes 3 potential panics when querying the user and pwd table. 2022-04-21 21:51:57 +02:00
Dennis Brentjes b5e9420c1f Makes seperate function for authorized and unauthorized request. 2022-04-21 21:35:14 +02:00
Dennis Brentjes 5f73d556c6 Fixes the review comments 2022-04-21 20:02:15 +02:00
Dennis Brentjes 81e65b1619 Ran rust fmt. 2022-04-21 19:12:16 +02:00
Dennis Brentjes df8b553345 Adds some validation to new user registration. 2022-04-21 18:51:13 +02:00
Dennis Brentjes af0dcee159 Added a user system with no proper user validation but working authorisation. 2022-04-20 22:28:00 +02:00
Dennis Brentjes ee500203e2 Initial commit 2022-03-20 22:09:15 +01:00