SadlyNotSappho
|
d3d2510f7a
|
add GET /api/posts/<id>, returns json post data
|
2024-04-15 12:00:31 -07:00 |
SadlyNotSappho
|
a9cbf77eaa
|
polish error handling for GET /images/by-user
|
2024-04-12 11:57:33 -07:00 |
SadlyNotSappho
|
0e4d5210f0
|
add POST /posts (pun not intended)
|
2024-04-12 11:35:08 -07:00 |
SadlyNotSappho
|
518dd26b0f
|
start working on routes for posts
|
2024-04-05 11:55:00 -07:00 |
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
|
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
|
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
|
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
|
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
|
323084b5c2
|
get docker almost working
|
2023-12-12 12:16:09 -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 |