6d48a10c1dAdded background animation for homepage and similar other pages, started making body validation schemas on backend and removed delay when searching
main
Gu://em_
2025-05-25 23:21:15 +0200
ca96f57fb8Funcionnal custom checkboxes, fixed small card component and added the ability to launch both backend and frontend at once
Gu://em_
2025-05-25 13:16:10 +0200
f8bf646565Mod versions and version creation pages
Gu://em_
2025-05-18 18:50:57 +0200
45900e9033Functionnal basic versions implementation on the backend and made the emty small card component for frontend
Gu://em_
2025-05-18 15:46:13 +0200
683f8784a7Backend and frontend filtering (search and author), dashboard now displays creations
Gu://em_
2025-05-17 16:33:49 +0200
58268a94a9Fixed mod deletion and implemented database transactions support in backend
Gu://em_
2025-05-17 13:33:40 +0200
5af16b593cImplemented a delete button for mods and fixed an issue in the backend
Gu://em_
2025-05-17 02:27:56 +0200
60e557826eMade dashboard, fixed navbar icons and padding, implemented search bar in mods and other various fixes
Gu://em_
2025-05-17 00:27:49 +0200
93bf736ca9Functionnal register system, 404 page, splitted services into multiple files and various fixes
Gu://em_
2025-05-16 13:12:03 +0200
42a66ddda1Functionnal login system, tabs for settings, fixed nested anchors warnings and a lot of other things
Gu://em_
2025-05-16 01:46:51 +0200
b7f01446d7Added crypto and new validation utils (keeping legacy until new one is finished)
Gu://em_
2025-04-24 18:49:20 +0200
0374d7bccbAdded a sample implementation for validation schemas
Gu://em_
2025-04-24 18:39:35 +0200
988667bde8Updated database initialization and connection functions
Gu://em_
2025-04-24 18:33:05 +0200
72dbe04b3bUpdated config manager and app error utils (and main file accordingly), updated express version
Gu://em_
2025-04-24 18:28:00 +0200
575efff1cbfeat: Added authentication system and configManager bases fix: Fixed some errors related to users
Gu://em_
2025-03-31 17:00:28 +0200
491f16b8f9feat: Added base for users support
Gu://em_
2025-03-31 09:42:30 +0200
480df977fbfeat: Delete mod enpoint is functional feat: Sanitize, md converter and validate utilities feat: Ability to alidate, convert and sanitize CreateMod requests (still WIP)
Gu://em_
2025-03-30 22:53:50 +0200
36eeec2e6cfeat: functional POST / endpoint (createMod)
Gu://em_
2025-03-30 17:31:21 +0200
c0dff6df38feat: getModByName is functional
Gu://em_
2025-03-29 22:07:32 +0100
66d328e442feat: New database functions prepare() and exists() feat: Create an example mod by default when initializing database feat: Added config fields for default admin user fix: Init database working but yet still not complete fix: added .vscode to gitignore
Gu://em_
2025-03-29 20:01:57 +0100
a98b765b4bfix: do not create table if already exists
Gu://em_
2025-03-29 12:47:10 +0100
9e713146e1feat: initDatabase function
Gu://em_
2025-03-29 12:45:59 +0100
0590295e6bfix: forgot some changes
Gu://em_
2025-03-29 00:53:45 +0100
165bfd0497feat: made HelloWorld response when try to get root url refacto: changed routes/root.js to routes/index.js
Gu://em_
2025-03-29 00:53:14 +0100
306c87fca2feat: Error handling middleware feat: Ability to get the db variable from everywhere with getDatabase function feat: Hello world when getting root url fix: Now mods model is able to communicate with db fix: fixed a syntax error in routes/mods.js file which caused sending two responses to the client
Gu://em_
2025-03-29 00:31:25 +0100
0ee5eedcfdRestructured and organized the whole project, fixed SQLite database handler (now using better-sqlite3), made first model functions to interact with the database
Gu://em_
2025-03-10 22:51:57 +0100