|
|
33cc5b03e9
|
idiomatic file paths for modules
https://doc.rust-lang.org/book/ch07-05-separating-modules-into-different-files.html#alternate-file-paths
|
2023-03-05 11:18:15 +01:00 |
|
|
|
fa1498bb67
|
tests: testing getting default logo
|
2023-03-05 00:42:36 +01:00 |
|
|
|
a4ff4bca20
|
refactor main into lib, with function to set up rocket
|
2023-03-05 00:35:34 +01:00 |
|
|
|
279f0bfaa3
|
Enum Page to render templates with content from a struct, set html titles, with rocket responder
For each Struct to be rendered in template, put in a mod called "content" for easy importing
|
2023-03-03 22:02:32 +01:00 |
|
|
|
49a46acef3
|
removed StatusCode, use Status directly
|
2023-03-01 22:54:13 +01:00 |
|
|
|
65bfd02fbf
|
error templates: use tabler, and use same template for all errors
|
2023-02-28 22:21:31 +01:00 |
|
|
|
05b1a597ea
|
added tabler static files, serving them from /
|
2023-02-28 22:20:10 +01:00 |
|
|
|
7ed2f4c922
|
first route! get logo from database
|
2023-02-28 17:28:55 +01:00 |
|
|
|
a85f29d3a8
|
error: added error catchers, error responder to respond with template, basic error templates
|
2023-02-28 17:28:16 +01:00 |
|
|
|
27cc4c0956
|
added file_from_bytes
|
2023-02-28 17:24:57 +01:00 |
|
|
|
95b908836e
|
added response_timer
|
2023-02-28 17:24:40 +01:00 |
|
|
|
a85c1431c8
|
added settings crate, creating settings on web startup
|
2023-02-27 16:17:51 +01:00 |
|
|
|
9c2b43ec3c
|
added database crate, "settings" with migrations and queries, running migrations on web startup
|
2023-02-27 16:07:18 +01:00 |
|
|
|
f60eb616d3
|
added database_pool crate, for pool handling and migrations
|
2023-02-27 14:36:48 +01:00 |
|
|
|
27d02a0d5c
|
initial commit, empty rocket server
|
2023-02-27 12:25:58 +01:00 |
|