Commit Graph

26 Commits

Author SHA1 Message Date
ec126bbdc4 Formatted project 2025-10-27 08:45:45 +01:00
0fe13b6ce7 Added database to AppState 2025-10-27 08:45:35 +01:00
9c79881c4b Added link to the repository on the project page 2025-10-26 22:36:20 +01:00
f6b6b0a80b Fixed issues with Content-Type headers. If one is present it should be modified without adding a new one (which would be disregarded by the browser) 2025-10-26 22:25:00 +01:00
146509efdf Refactored project to use Builder pattern. 2025-10-26 22:01:13 +01:00
a908bf0e8a Added comment to explicit the usage of a custom config file 2025-10-25 14:04:12 +02:00
aeff2b1759 Reworking elements to implement the Builder pattern 2025-10-25 14:03:37 +02:00
b1cb7dff27 Followed clippy recommendations 2025-10-24 12:13:36 +02:00
d50a6a3d76 Changed "application" section to "server" 2025-10-24 12:13:20 +02:00
f9726f7b35 Added command line argument for the config file location 2025-10-24 12:13:02 +02:00
48d59b6f90 Added service file to run server on linux (systemd) 2025-10-06 22:33:48 +02:00
f01659ea50 Changed file serving to use asset directory from config 2025-10-06 22:33:32 +02:00
2500fdc79b Added configuration file 2025-10-06 22:32:59 +02:00
99ebee7f35 Modified css 2025-10-06 22:32:37 +02:00
3e2987ad0c Updated pages to use the changed html elements 2025-10-06 22:32:18 +02:00
bcd50d3a17 Changed requirements for values that implement Into<String> 2025-10-06 22:31:41 +02:00
e63edda9ca Added Projects page 2025-10-06 16:46:49 +02:00
a457efb97e Added middleware for mimetype 2025-10-06 16:46:06 +02:00
4eaf54dd8f Move common css to base 2025-10-06 16:45:45 +02:00
94b68982f6 Modified elements to take static str (will change to &str) 2025-10-06 16:45:07 +02:00
cba44c144d Added routes to app 2025-10-05 23:29:29 +02:00
71911f2662 Added assets 2025-10-05 23:29:22 +02:00
4b10832591 Added main page and static files 2025-10-05 23:29:11 +02:00
af6fb8fd68 Added html elements 2025-10-05 23:29:00 +02:00
59305ce83c Added dependencies 2025-10-05 23:28:44 +02:00
cab1c45385 Initial commit 2025-10-05 15:58:18 +02:00