Commit Graph

41 Commits

Author SHA1 Message Date
Joe Ardent a46a2e8847 add configfile stuff 2024-02-03 17:09:18 -08:00
Joe Ardent a680d01d7f add config for base url 2024-02-02 21:18:27 -08:00
Joe Ardent 8f9b7b413c update deps 2024-01-29 22:14:42 -08:00
Joe Ardent c2bad4bb94 update julid version 2024-01-14 17:02:25 -08:00
Joe Ardent a8efdac3dd add invitation support to the db 2024-01-14 16:56:52 -08:00
Joe Ardent e05d74d143 remove unused deps from cargo 2024-01-06 16:53:49 -08:00
Joe Ardent 64474c8673 update tower_sessions, allow insecure cookies 2023-12-30 13:33:14 -08:00
Joe Ardent dd5ae09ab8 simplify auth and login 2023-12-24 16:21:55 -08:00
Joe Ardent c133031123 update lockfile 2023-12-24 15:53:06 -08:00
Joe Ardent 57eb4001ee almost works, still need to impl auth 2023-12-17 16:41:04 -08:00
Joe Ardent d4a684de29 non-working update to latest deps 2023-12-10 13:52:27 -08:00
Joe Ardent cc7afb3533 Get CSS working by adding a route to serve it. 2023-09-24 11:47:09 -07:00
Joe Ardent bc9f5c29cb add axum-htmx to deps because yolo 2023-09-21 21:47:39 -07:00
Joe Ardent 14c36397d1 fuckin' with shit 2023-09-21 16:58:41 -07:00
Joe Ardent b8481dc106 finish the migration to julids 2023-07-28 16:15:27 -07:00
Joe Ardent 7aefedf993 Use Julids for DbId.
First phase just does a typedef of "DbId = Julid", and confirms the plugin will load into
sqlite. All tests pass. Next phase removes client-side generation of IDs.
2023-07-26 17:10:52 -07:00
Joe Ardent 8a23272cfe update deps 2023-07-26 12:49:32 -07:00
Joe Ardent c824a2b07a update to sqlx 0.7, using personal fork of axum-login 2023-07-26 12:46:53 -07:00
Joe Ardent 4ea285abb5 no witches in src or db 2023-07-08 21:21:12 -07:00
Joe Ardent 4f0540a903 super duper slowly adds watchquests 2023-07-06 08:48:42 -07:00
Joe Ardent 87fe035971 refactored omega code, same results as before 2023-07-05 16:26:20 -07:00
Joe Ardent 5e4f5c07d8 Update db config to production-friendly.
Four seconds to insert 10k records, with a prod-safe config. Stick with this design.
2023-07-04 16:24:28 -07:00
Joe Ardent e93e43786f inserts 10k rows in 6 seconds 2023-07-04 11:30:42 -07:00
Joe Ardent 825db88039 imports 10k random movies 2023-07-03 15:20:19 -07:00
Joe Ardent 1f8e642612 add `created_at()` on IDs 2023-06-29 16:27:21 -07:00
Joe Ardent 656e6dceed add working ULID-based IDs for primary keys 2023-06-21 16:30:13 -07:00
Joe Ardent be96100237 mostly done, but logins aren't working 2023-06-20 16:32:36 -07:00
Joe Ardent 695f450c64 Use proc macro for optional optional user. 2023-06-13 15:56:15 -07:00
Joe Ardent e310e547f6 shit is fucked up, probably abandoning 2023-06-13 12:34:54 -07:00
Joe Ardent 8b1eef17f7 Simplify form input handling.
The form input values were coming to the handlers already-urldecoded, so no need to re-decode them.
2023-06-10 15:30:36 -07:00
Joe Ardent 453a126b95 Add generic handlers tests, remove broken doctests for session store. 2023-05-31 15:58:03 -07:00
Joe Ardent 559e277d9e fix deps 2023-05-28 17:06:09 -07:00
Joe Ardent 151719daf1 update sqlx to actual latest version 2023-05-27 22:55:00 -07:00
Joe Ardent 60862a5d6a minor tidy 2023-05-24 17:08:40 -07:00
Joe Ardent 091ddbf48a Working user signup, looks ugly.
Still no login or sessions, though.
2023-05-18 10:05:29 -07:00
Joe Ardent 93deaff565 add username validation (length only) 2023-05-16 12:24:53 -07:00
Joe Ardent 772f1471ba clean up deps 2023-05-12 12:44:13 -07:00
Joe Ardent d9aee1a87f add lib crate 2023-05-12 12:08:18 -07:00
Joe Ardent fdf2b1e910 update deps 2023-04-28 12:53:44 -07:00
Joe Ardent 15a5249cda use sqlx example 2023-04-25 22:19:49 -07:00
Joe Ardent e63248da73 add hodge-podge shit. 2022-04-09 23:00:33 -07:00