0644f034a8finish image paths, you can now create, delete, etc. images
SadlyNotSappho
2024-03-01 13:11:09 -0800
82a42ad0dfuploading stuff sorta works but also permissions dont, i'll fix that later when i'm not fighting with my parents
SadlyNotSappho
2024-02-23 12:12:15 -0800
860399e4fcadd 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
SadlyNotSappho
2024-02-16 14:47:31 -0800
2fb3edeb40start working on admin panel
SadlyNotSappho
2024-02-13 12:18:04 -0800
8e1d34595afix crash on first startup due to making admin account, and allow creation of new users through a ui
SadlyNotSappho
2024-02-06 14:41:29 -0800
d6c418a899its half broken but roles are somewhat implemented
SadlyNotSappho
2024-02-06 12:03:00 -0800
a97ee0586ffix logging in
SadlyNotSappho
2024-02-02 12:05:39 -0800
e46360eaa7format some sql strings
SadlyNotSappho
2024-02-01 12:34:12 -0800
eeac92ec91database based logins, i think the sha256 algorithm it uses for passwords isn't right but at least it's the same algorithm every time?
SadlyNotSappho
2024-01-30 12:08:46 -0800
2dc38be1e1probably make User::create hash the password before putting it in the database idk i havent tested it yet
SadlyNotSappho
2024-01-30 09:39:02 -0800
d01ee9ae73rename User::get to User::get_by_id and add User::get_by_token
SadlyNotSappho
2024-01-30 09:15:29 -0800