Commit Graph

33 Commits

Author SHA1 Message Date
williamp a578beea0d change fake db package name to make way for db being split out 2025-04-07 16:38:32 -04:00
williamp 3ac7e488af fix username in login field -- should be 'username' not 'name' 2025-04-07 16:26:12 -04:00
williamp 253f3dcdac update routes docs 2025-04-07 16:18:11 -04:00
williamp b44d59bd21 chore: add bashInteractive to buildInputs in dev shell 2025-04-06 23:34:06 -04:00
williamp a3c1ae5615 chore: update flake, move to nixos-unstable 2025-04-06 21:48:58 -04:00
williamp a601f1ceec split auth functions to auth.go 2025-04-06 21:45:01 -04:00
williamp ccc0a58f88 implement authentication 2025-04-06 21:36:03 -04:00
williamp 824ca781d4 create password auth skeleton 2025-03-30 20:54:41 -04:00
williamp cd4ebf9dc7 update vendor files 2025-03-30 12:57:39 -04:00
williamp 71164ee85a cleanup dotfiles that should never have been tracked 2025-03-27 22:05:05 -04:00
williamp 841f7aa0de add direnv and vscode dotfiles to gitignore 2025-03-27 22:04:27 -04:00
williamp 3a968df15b update routes doc 2025-03-27 21:21:34 -04:00
williamp e8d8e8d70b list all users method 2025-03-27 21:20:46 -04:00
williamp 25ee1d3299 methods for creating and getting users 2025-03-27 21:07:33 -04:00
williamp 9d7ad260f2 change user type from int to uuid string 2025-03-27 20:33:48 -04:00
williamp 732fbacc61 add license 2025-03-27 19:11:38 -04:00
williamp 9478437262 new test data 2025-03-27 19:07:06 -04:00
williamp d8878eba09 update api docs 2025-03-27 18:48:18 -04:00
williamp c55052ad5b create db update message function 2025-03-27 14:50:44 -04:00
williamp a7466e5c77 implement message updates 2025-03-27 14:41:02 -04:00
williamp b86ee0dac4 refactor to have all DB executive functions be in api/ 2025-03-27 14:12:10 -04:00
williamp ec90717ad7 implement editing messages 2025-03-27 14:06:40 -04:00
williamp 3f417b0088 use formdata instead of url encoded valus 2025-03-27 13:28:03 -04:00
williamp 9870b79854 implement message deletion 2025-03-25 13:26:19 -04:00
williamp 02643c1197 use form data for new messages 2025-03-24 21:33:56 -04:00
williamp 2ec1738721 implement POST message creation 2025-03-24 15:02:24 -04:00
williamp e45b426e68 remove sample data 2025-03-24 14:11:24 -04:00
williamp 8948640311 implement proper timestamps 2025-03-24 11:45:54 -04:00
williamp d1e77ad4e2 create fake database until real DB is implemented 2024-12-30 16:31:48 -05:00
williamp cad40565b0 API docs 2024-12-29 23:29:33 -05:00
williamp c2df6028b3 list all messages 2024-12-29 20:01:05 -05:00
williamp 0b36bcbd6a abstraction 2024-12-29 19:48:41 -05:00
williamp fe4b5b6033 initial commit 2024-12-29 18:06:39 -05:00