|
bdb693c361
|
feat: add edit_game endpoint to allow users to update game title and image
|
2024-09-02 11:42:20 +02:00 |
|
|
874e190eba
|
docs: aktualisiere README.md zur Beschreibung der Benutzerbearbeitung und Passwortoption
|
2024-09-02 11:14:48 +02:00 |
|
|
bb4f7c2d08
|
feat: allow admin to update user password without viewing it
|
2024-09-02 11:14:15 +02:00 |
|
|
d7cf96978a
|
docs: update README to include user edit and delete endpoints information
|
2024-09-02 11:12:54 +02:00 |
|
|
1a90920cd3
|
feat: add user editing and deletion functionality for admins
|
2024-09-02 11:12:18 +02:00 |
|
|
fb301ab9a7
|
docs: aktualisiere die README-Datei zur Benutzererstellung und Authentifizierung
|
2024-09-02 11:10:57 +02:00 |
|
|
b7fb379984
|
fix: restrict user creation to admin users only
|
2024-09-02 11:09:26 +02:00 |
|
|
99fc0e2cf8
|
feat: implement authentication for adding and retrieving games
|
2024-09-02 11:08:07 +02:00 |
|
|
f078c27cb5
|
feat: implement JWT authentication for user management
|
2024-09-02 10:51:50 +02:00 |
|
|
3d172fb5af
|
docs: update README to include password encryption and default user creation details
|
2024-09-02 10:48:07 +02:00 |
|
|
78c13051d0
|
feat: create default admin user when initializing the database
|
2024-09-02 10:45:58 +02:00 |
|
|
7047f7c7e8
|
feat: implement password hashing for user authentication and storage
|
2024-09-02 10:43:07 +02:00 |
|
|
54061aac2c
|
feat: add authentication middleware to restrict access to logged-in users only
|
2024-09-02 10:40:44 +02:00 |
|
|
67e0624c68
|
docs: update README to include database structure for users table
|
2024-09-02 10:35:36 +02:00 |
|
|
204ceb489a
|
docs: update README to include user management features and endpoints
|
2024-09-02 10:32:59 +02:00 |
|
|
069b318f0b
|
feat: implement user management with roles and last login tracking
|
2024-09-02 10:32:26 +02:00 |
|
|
58254c4973
|
feat: set current date automatically when adding a new game to the database
|
2024-09-02 09:49:10 +02:00 |
|
|
8345ac4e64
|
fix: correct table name in Game model to 'games' to resolve OperationalError
|
2024-09-02 09:42:47 +02:00 |
|
|
30933ed2d5
|
fix: update database path to use instance folder for SQLite files
|
2024-09-02 09:35:10 +02:00 |
|
|
275df31213
|
fix: ensure database is initialized before operations to resolve OperationalError
|
2024-09-02 09:32:28 +02:00 |
|
|
0f547aa1dc
|
feat: create database initialization script with games and users tables
|
2024-09-02 09:31:38 +02:00 |
|
|
4161c30327
|
docs: add API documentation for game collection endpoints in README.md
|
2024-09-02 09:07:06 +02:00 |
|
|
e61fac0b34
|
feat: implement backend with Flask for game collection management using SQLite database
|
2024-09-02 09:02:32 +02:00 |
|
|
2a0512d094
|
chore: erweitere .gitignore um unnötige Dateien und Verzeichnisse für macOS
|
2024-09-02 08:54:03 +02:00 |
|
|
b451092dd4
|
chore: add .gitignore file to exclude unnecessary files from version control
|
2024-09-02 08:54:02 +02:00 |
|