Commit Graph

44 Commits

Author SHA1 Message Date
Dennis Brentjes 9e84a62c41 Added Avanlonia frontend. 2023-08-15 11:31:58 +02:00
Dennis Brentjes 22f05c00c1 Added a client (From generator) and a basic login page to test it. 2023-04-30 20:51:42 +02:00
Dennis Brentjes b2aba31264 Added initial Uno Platform frontend project. 2023-04-30 17:23:00 +02:00
Dennis Brentjes 1296f363af Re-added auto migrations 2023-03-30 17:08:44 +02:00
Dennis Brentjes 70ae15f655 Fixes the ugly Register User post handler. 2023-03-30 09:32:24 +02:00
Dennis Brentjes 3509a70a6a Abstracted away getting a PgConnection with expect(). 2023-03-26 11:25:15 +02:00
Dennis Brentjes 217e5ee64b Adds get for a single gamenight. 2023-03-25 23:32:41 +01:00
Dennis Brentjes 5216f55a14 Adds the post gamenight handler. 2023-03-25 22:44:58 +01:00
Dennis Brentjes 534e6867d8 Adds user authorization to the actix backend. 2023-03-25 19:20:38 +01:00
Dennis Brentjes 1c8110cdb0 Added Login and Register handlers for actix backend 2023-03-24 22:28:18 +01:00
Dennis Brentjes d961896242 Started reimplementation of the Rest api in actix-web 2023-03-17 22:20:26 +01:00
Roflin 7741c1dbae Merge pull request 'Adds an AdminPanel with currently active registration tokens.' (#9) from admin-panel into main
Reviewed-on: #9
2022-06-05 16:15:50 +02:00
Dennis Brentjes 65d2dece55 Adds an AdminPanel with currently active registration tokens. 2022-06-04 21:57:54 +02:00
Dennis Brentjes 34737bfb6b Updates all libraries and some cleanup in the Rust part. 2022-06-04 13:10:09 +02:00
Roflin 5ace39d820 Merge pull request 'join_gamenight' (#8) from join_gamenight into main
Reviewed-on: #8
2022-06-03 19:47:02 +02:00
Dennis Brentjes b7f981e3a6 Adds the ability to join or leave a gamenight. 2022-05-31 21:27:35 +02:00
Dennis Brentjes f7f9f7456b Adds a Apihelper to cleanup the react components. 2022-05-31 19:56:44 +02:00
Roflin cfaa6ebdb1 Merge pull request 'Adds some basic styling' (#7) from some-styling-work into main
Reviewed-on: #7
2022-05-30 21:35:58 +02:00
Roflin 8a318e877f Merge pull request 'gamenight-participants' (#6) from gamenight-participants into main
Reviewed-on: #6
2022-05-30 21:32:47 +02:00
Roflin bcfcf66df5 Merge pull request 'Adds the ability to add games with suggestions from known games.' (#3) from game-adding-to-gamenight into main
Reviewed-on: #3
2022-05-30 21:31:01 +02:00
Dennis Brentjes 83a0b5ad9d Adds some basic styling 2022-05-29 18:26:08 +02:00
Dennis Brentjes 9de8ffaa2d Some Cleaup. 2022-05-29 10:46:05 +02:00
Dennis Brentjes 102a3e6082 Formatting commit 2022-05-29 10:33:55 +02:00
Dennis Brentjes 639405bf9f Adds a details page for a single gamenight. 2022-05-29 10:33:19 +02:00
Dennis Brentjes 2ba2026e21 Gamenights also return their game list. 2022-05-29 10:33:19 +02:00
Dennis Brentjes 86cdbedd41 Adds the participants part of the API. 2022-05-29 10:33:19 +02:00
Dennis Brentjes 836a4ab59f Formatting commit. 2022-05-29 10:33:19 +02:00
Dennis Brentjes 5c27be0191 Schema rewrite to split up the schema.rs file. 2022-05-29 10:33:19 +02:00
Dennis Brentjes 1a6ead4760 Adds the ability to add games with suggestions from known games. 2022-05-29 10:32:20 +02:00
Roflin 5ffeea6553 Merge pull request 'initial-frontend-work' (#2) from initial-frontend-work into main
Reviewed-on: #2
2022-05-27 20:30:06 +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