Commit Graph

30 Commits

Author SHA1 Message Date
SadlyNotSappho 860399e4fc add username limits (no special characters, max and min size) and start working on image support for blog posts (because yes, this is a template, but i also want to get all the basic things for a blog working 2024-02-16 14:47:31 -08:00
SadlyNotSappho 17f46ce71d finish admin panel 2024-02-13 14:55:21 -08:00
SadlyNotSappho 2fb3edeb40 start working on admin panel 2024-02-13 12:18:04 -08:00
SadlyNotSappho 8e1d34595a fix crash on first startup due to making admin account, and allow creation of new users through a ui 2024-02-06 14:41:29 -08:00
SadlyNotSappho d6c418a899 its half broken but roles are somewhat implemented 2024-02-06 12:03:00 -08:00
SadlyNotSappho 59d0ed12c1 create admin user, partially rebrand to login template 2024-02-06 11:35:25 -08:00
SadlyNotSappho a97ee0586f fix logging in 2024-02-02 12:05:39 -08:00
SadlyNotSappho e46360eaa7 format some sql strings 2024-02-01 12:34:12 -08:00
SadlyNotSappho eeac92ec91 database based logins, i think the sha256 algorithm it uses for passwords isn't right but at least it's the same algorithm every time? 2024-01-30 12:08:46 -08:00
SadlyNotSappho 2dc38be1e1 probably make User::create hash the password before putting it in the database idk i havent tested it yet 2024-01-30 09:39:02 -08:00
SadlyNotSappho d01ee9ae73 rename User::get to User::get_by_id and add User::get_by_token 2024-01-30 09:15:29 -08:00
SadlyNotSappho 147d7a251f start implementing accounts 2024-01-30 09:07:27 -08:00
SadlyNotSappho 16c1fd028a technically, this can be used as a blogging software now. please do not do that though. 2024-01-26 11:59:39 -08:00
SadlyNotSappho 70f5ffd30c FINALLY run sql on the db at startup 2024-01-23 11:55:13 -08:00
SadlyNotSappho 3a5fbbfb9b i fucking hate this 2024-01-16 12:03:26 -08:00
SadlyNotSappho d124907f47 http.cat 2024-01-05 11:59:29 -08:00
SadlyNotSappho 03cda97a0d again, sorta get db working 2024-01-05 11:58:28 -08:00
SadlyNotSappho d1f4ae4c2c sorta get db working 2024-01-02 11:56:38 -08:00
SadlyNotSappho b9bf81a1be fix rocket config and add ./web as a volume in docker-compose.yml 2023-12-15 09:48:02 -08:00
SadlyNotSappho 2b79555032 fix a docker error 2023-12-15 08:37:12 -08:00
SadlyNotSappho 323084b5c2 get docker almost working 2023-12-12 12:16:09 -08:00
SadlyNotSappho 83c362ea8b add rocket db stuff 2023-12-05 11:59:00 -08:00
SadlyNotSappho e86169cac4 make css not burn out your eyes when you look at it 2023-12-05 11:18:36 -08:00
SadlyNotSappho 57f3fe601d add logout button and functionality 2023-12-05 11:18:14 -08:00
SadlyNotSappho c759787867 cookie work 2023-11-28 15:41:16 -08:00
SadlyNotSappho 0ea65fcddf so THATS how it works 2023-11-28 11:42:37 -08:00
SadlyNotSappho dfbe9e7b6c figure out how this shit actually works 2023-11-21 11:58:34 -08:00
SadlyNotSappho 3030ba3a5a init rust project 2023-11-14 10:53:19 -08:00
SadlyNotSappho 893a671f2d Update README.md 2023-11-14 10:52:33 -08:00
SadlyNotSappho 702105a4bc Initial commit 2023-11-14 10:52:16 -08:00