Theis Gaedigk theis.gaedigk
theis.gaedigk pushed to main at theis.gaedigk/bikelane 2025-07-23 19:45:24 +02:00
e56278fa82 feat: add user update functionality and theme management
theis.gaedigk pushed to main at theis.gaedigk/bikelane 2025-07-23 14:57:44 +02:00
a7ee03bce0 updated scheme
theis.gaedigk pushed to main at theis.gaedigk/bikelane 2025-07-23 14:55:25 +02:00
4fed3d96f6 feat: implement user management features including user deletion and role-based access
theis.gaedigk pushed to main at theis.gaedigk/bikelane 2025-07-23 12:10:42 +02:00
584473ba41 changed ports and networking for new react frontend
theis.gaedigk pushed to main at theis.gaedigk/bikelane 2025-07-23 12:00:05 +02:00
d552f40c2d changed project struture.
theis.gaedigk pushed to main at theis.gaedigk/bikelane 2025-07-23 10:29:16 +02:00
2b4b554c24 Added some debugging to the token service file.
theis.gaedigk pushed to main at theis.gaedigk/bikelane 2025-07-22 21:15:13 +02:00
3ef99aebfe re formatted code
theis.gaedigk pushed to main at theis.gaedigk/bikelane 2025-07-22 21:14:04 +02:00
be7d49820d fix: ensure proper cleanup during logout by removing token and users from storage
theis.gaedigk pushed to main at theis.gaedigk/bikelane 2025-07-22 21:12:33 +02:00
f05bb4c23c added role column to table
theis.gaedigk pushed to main at theis.gaedigk/bikelane 2025-07-22 21:01:48 +02:00
eb28eed69b changed design and icons for the whole website
theis.gaedigk pushed to main at theis.gaedigk/login-page 2025-07-22 19:55:11 +02:00
211a130430 fix: correct node modules paths in .gitignore
theis.gaedigk pushed to main at theis.gaedigk/login-page 2025-07-22 19:53:58 +02:00
b79fb48425 update .gitignore to include additional patterns for node modules, build outputs, logs, and IDE settings
theis.gaedigk pushed to main at theis.gaedigk/bikelane 2025-07-22 19:47:58 +02:00
e019eb75be refactor: improve header component layout and button styling
theis.gaedigk pushed to main at theis.gaedigk/bikelane 2025-07-22 19:39:59 +02:00
b249c73aa4 added jwt service. Currently it has some bugs and it is not very functional.
theis.gaedigk pushed to main at theis.gaedigk/bikelane 2025-07-22 17:05:45 +02:00
c2a035ca34 added dependecies to later create the jwt token.
theis.gaedigk pushed to main at theis.gaedigk/bikelane 2025-07-22 16:53:13 +02:00
c35838b034 added Login function.
theis.gaedigk pushed to main at theis.gaedigk/bikelane 2025-07-22 12:41:58 +02:00
cb206c10bb added react layout with header, main and footer
theis.gaedigk pushed to main at theis.gaedigk/bikelane 2025-07-21 20:56:14 +02:00
b9699bd512 fix: update import path for App component in main.tsx
theis.gaedigk pushed to main at theis.gaedigk/bikelane 2025-07-21 20:42:14 +02:00
7ab62b8d13 Add circle-user-solid.svg icon from Font Awesome
theis.gaedigk pushed to main at theis.gaedigk/bikelane 2025-07-21 17:38:31 +02:00
e4bceb8258 Add CORS middleware and user database schema