Commit Graph

55 Commits

Author SHA1 Message Date
SadlyNotSappho 7462a36515 clean up tables 2024-04-05 11:24:41 -07:00
SadlyNotSappho 4ea44b3639 clean up main.rs 2024-03-29 12:01:20 -07:00
SadlyNotSappho bfb63afa7e start working on posts 2024-03-29 11:39:44 -07:00
SadlyNotSappho 314c1bec7d add delete button to GET /myimages 2024-03-29 11:16:27 -07:00
SadlyNotSappho ac21b0ef00 fix DELETE /images/<uuid> 2024-03-26 11:59:52 -07:00
SadlyNotSappho 4ffc45d5f7 rewrite GET /account and add GET /myimages 2024-03-26 11:43:57 -07:00
SadlyNotSappho 3a5fb7bcd0 i am going insane 2024-03-22 12:10:51 -07:00
SadlyNotSappho 92671eb0c8 update error messages in GET /images/<image> 2024-03-22 11:24:11 -07:00
SadlyNotSappho 085878f9f8 update error messages in POST /login 2024-03-22 11:19:22 -07:00
SadlyNotSappho 2cd4cf784e update POST /upload error messages, fix a few other things 2024-03-19 13:46:43 -07:00
SadlyNotSappho ab7b102045 update GET /perms/<username> error messages 2024-03-19 13:23:38 -07:00
SadlyNotSappho c5934c6fb8 update GET /adminpanel error messages 2024-03-19 13:19:24 -07:00
SadlyNotSappho 68e18b89a1 update POST /logout error messages 2024-03-19 13:17:06 -07:00
SadlyNotSappho 2c128a1e1f update GET /account error messages 2024-03-19 13:15:15 -07:00
SadlyNotSappho 6e69be35b8 update POST /createuser error messages 2024-03-19 13:13:58 -07:00
SadlyNotSappho 57d558e254 start working on removing stupid shit i made and fixing errors n' all that 2024-03-19 12:10:47 -07:00
SadlyNotSappho 8d9d3bcd13 fix like two lines' formatting 2024-03-03 17:51:02 -08:00
SadlyNotSappho f3935a8f0c FUCK 2024-03-01 14:02:37 -08:00
SadlyNotSappho 0644f034a8 finish image paths, you can now create, delete, etc. images 2024-03-01 13:11:09 -08:00
SadlyNotSappho 82a42ad0df uploading stuff sorta works but also permissions dont, i'll fix that later when i'm not fighting with my parents 2024-02-23 12:12:15 -08:00
SadlyNotSappho f0cc5de640 GET /images/<image>.<filetype> works, pulls images from ./images/<image>.png 2024-02-23 11:21:07 -08:00
SadlyNotSappho a5417649b1 oops v2 2024-02-20 11:57:52 -08:00
SadlyNotSappho 723736f900 oops 2024-02-20 11:56:56 -08:00
SadlyNotSappho 951372a60a start implementing images 2024-02-20 11:56:18 -08:00
SadlyNotSappho 3fc9ea19eb add port to .env.example 2024-02-20 09:52:25 -08:00
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