Commit Graph

  • d3d2510f7a add GET /api/posts/<id>, returns json post data main SadlyNotSappho 2024-04-15 12:00:31 -0700
  • a9cbf77eaa polish error handling for GET /images/by-user SadlyNotSappho 2024-04-12 11:57:33 -0700
  • 0e4d5210f0 add POST /posts (pun not intended) SadlyNotSappho 2024-04-12 11:35:08 -0700
  • 518dd26b0f start working on routes for posts SadlyNotSappho 2024-04-05 11:55:00 -0700
  • 7462a36515 clean up tables SadlyNotSappho 2024-04-05 11:24:41 -0700
  • 4ea44b3639 clean up main.rs SadlyNotSappho 2024-03-29 12:01:20 -0700
  • bfb63afa7e start working on posts SadlyNotSappho 2024-03-29 11:39:44 -0700
  • 314c1bec7d add delete button to GET /myimages SadlyNotSappho 2024-03-29 11:16:27 -0700
  • ac21b0ef00 fix DELETE /images/<uuid> SadlyNotSappho 2024-03-26 11:59:52 -0700
  • 4ffc45d5f7 rewrite GET /account and add GET /myimages SadlyNotSappho 2024-03-26 11:43:57 -0700
  • 3a5fb7bcd0 i am going insane SadlyNotSappho 2024-03-22 12:10:51 -0700
  • 92671eb0c8 update error messages in GET /images/<image> SadlyNotSappho 2024-03-22 11:24:11 -0700
  • 085878f9f8 update error messages in POST /login SadlyNotSappho 2024-03-22 11:19:22 -0700
  • 2cd4cf784e update POST /upload error messages, fix a few other things SadlyNotSappho 2024-03-19 13:46:43 -0700
  • ab7b102045 update GET /perms/<username> error messages SadlyNotSappho 2024-03-19 13:23:38 -0700
  • c5934c6fb8 update GET /adminpanel error messages SadlyNotSappho 2024-03-19 13:19:24 -0700
  • 68e18b89a1 update POST /logout error messages SadlyNotSappho 2024-03-19 13:17:06 -0700
  • 2c128a1e1f update GET /account error messages SadlyNotSappho 2024-03-19 13:15:15 -0700
  • 6e69be35b8 update POST /createuser error messages SadlyNotSappho 2024-03-19 13:13:58 -0700
  • 57d558e254 start working on removing stupid shit i made and fixing errors n' all that SadlyNotSappho 2024-03-19 12:10:47 -0700
  • 8d9d3bcd13 fix like two lines' formatting SadlyNotSappho 2024-03-03 17:51:02 -0800
  • f3935a8f0c FUCK SadlyNotSappho 2024-03-01 14:02:37 -0800
  • 0644f034a8 finish image paths, you can now create, delete, etc. images SadlyNotSappho 2024-03-01 13:11:09 -0800
  • 82a42ad0df uploading 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
  • f0cc5de640 GET /images/<image>.<filetype> works, pulls images from ./images/<image>.png SadlyNotSappho 2024-02-23 11:21:07 -0800
  • a5417649b1 oops v2 SadlyNotSappho 2024-02-20 11:57:52 -0800
  • 723736f900 oops SadlyNotSappho 2024-02-20 11:56:56 -0800
  • 951372a60a start implementing images SadlyNotSappho 2024-02-20 11:56:18 -0800
  • 3fc9ea19eb add port to .env.example SadlyNotSappho 2024-02-20 09:52:25 -0800
  • 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 SadlyNotSappho 2024-02-16 14:47:31 -0800
  • 17f46ce71d finish admin panel SadlyNotSappho 2024-02-13 14:55:21 -0800
  • 2fb3edeb40 start working on admin panel SadlyNotSappho 2024-02-13 12:18:04 -0800
  • 8e1d34595a fix 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
  • d6c418a899 its half broken but roles are somewhat implemented SadlyNotSappho 2024-02-06 12:03:00 -0800
  • 59d0ed12c1 create admin user, partially rebrand to login template SadlyNotSappho 2024-02-06 11:35:25 -0800
  • a97ee0586f fix logging in SadlyNotSappho 2024-02-02 12:05:39 -0800
  • e46360eaa7 format some sql strings SadlyNotSappho 2024-02-01 12:34:12 -0800
  • 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? SadlyNotSappho 2024-01-30 12:08:46 -0800
  • 2dc38be1e1 probably 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
  • d01ee9ae73 rename User::get to User::get_by_id and add User::get_by_token SadlyNotSappho 2024-01-30 09:15:29 -0800
  • 147d7a251f start implementing accounts SadlyNotSappho 2024-01-30 09:07:27 -0800
  • 16c1fd028a technically, this can be used as a blogging software now. please do not do that though. SadlyNotSappho 2024-01-26 11:59:39 -0800
  • 70f5ffd30c FINALLY run sql on the db at startup SadlyNotSappho 2024-01-23 11:55:13 -0800
  • 3a5fbbfb9b i fucking hate this SadlyNotSappho 2024-01-16 12:03:26 -0800
  • d124907f47 http.cat SadlyNotSappho 2024-01-05 11:59:29 -0800
  • 03cda97a0d again, sorta get db working SadlyNotSappho 2024-01-05 11:58:28 -0800
  • d1f4ae4c2c sorta get db working SadlyNotSappho 2024-01-02 11:56:38 -0800
  • b9bf81a1be fix rocket config and add ./web as a volume in docker-compose.yml SadlyNotSappho 2023-12-15 09:48:02 -0800
  • 2b79555032 fix a docker error SadlyNotSappho 2023-12-15 08:37:12 -0800
  • 323084b5c2 get docker almost working SadlyNotSappho 2023-12-12 12:16:09 -0800
  • 83c362ea8b add rocket db stuff SadlyNotSappho 2023-12-05 11:59:00 -0800
  • e86169cac4 make css not burn out your eyes when you look at it SadlyNotSappho 2023-12-05 11:18:36 -0800
  • 57f3fe601d add logout button and functionality SadlyNotSappho 2023-12-05 11:18:14 -0800
  • c759787867 cookie work SadlyNotSappho 2023-11-28 15:41:16 -0800
  • 0ea65fcddf so THATS how it works SadlyNotSappho 2023-11-28 11:42:37 -0800
  • dfbe9e7b6c figure out how this shit actually works SadlyNotSappho 2023-11-21 11:58:34 -0800
  • 3030ba3a5a init rust project SadlyNotSappho 2023-11-14 10:53:19 -0800
  • 893a671f2d Update README.md SadlyNotSappho 2023-11-14 10:52:33 -0800
  • 702105a4bc Initial commit SadlyNotSappho 2023-11-14 10:52:16 -0800