williamp
  • Joined on 2022-02-24
williamp pushed to main at williamp/cellula.rs 2025-04-11 00:25:14 +00:00
3c2f3365e8 port more from osmocom-analog
williamp pushed to main at williamp/cellula.rs 2025-04-10 00:35:48 +00:00
8a6e51c877 start amps enums
5a3798732c chore: fix flake
Compare 2 commits »
williamp pushed to master at williamp/chatservice_concept 2025-04-09 01:32:54 +00:00
252b49ae6a chore: add debug bin to gitignore
williamp pushed to master at williamp/chatservice_concept 2025-04-09 01:30:45 +00:00
4b3d64c5cd add logout method
799bf784aa allow LoginCtx to handle anonymous users
Compare 2 commits »
williamp pushed to master at williamp/chatservice_concept 2025-04-08 02:18:58 +00:00
14c78536de use login context with newmessage
32bfd109b9 add user identification
Compare 2 commits »
williamp pushed to master at williamp/chatservice_concept 2025-04-07 20:38:38 +00:00
a578beea0d change fake db package name to make way for db being split out
williamp pushed to master at williamp/chatservice_concept 2025-04-07 20:26:18 +00:00
3ac7e488af fix username in login field -- should be 'username' not 'name'
williamp pushed to master at williamp/chatservice_concept 2025-04-07 20:18:15 +00:00
253f3dcdac update routes docs
williamp pushed to master at williamp/chatservice_concept 2025-04-07 03:34:10 +00:00
b44d59bd21 chore: add bashInteractive to buildInputs in dev shell
williamp pushed to master at williamp/chatservice_concept 2025-04-07 01:49:02 +00:00
a3c1ae5615 chore: update flake, move to nixos-unstable
williamp pushed to master at williamp/chatservice_concept 2025-04-07 01:45:05 +00:00
a601f1ceec split auth functions to auth.go
ccc0a58f88 implement authentication
Compare 2 commits »
williamp pushed to master at williamp/chatservice_concept 2025-03-31 00:54:43 +00:00
824ca781d4 create password auth skeleton
williamp pushed to master at williamp/chatservice_concept 2025-03-30 17:00:26 +00:00
cd4ebf9dc7 update vendor files
williamp pushed to master at williamp/chatservice_concept 2025-03-28 02:05:08 +00:00
71164ee85a cleanup dotfiles that should never have been tracked
williamp pushed to master at williamp/chatservice_concept 2025-03-28 02:04:31 +00:00
841f7aa0de add direnv and vscode dotfiles to gitignore
williamp pushed to master at williamp/chatservice_concept 2025-03-28 01:21:37 +00:00
3a968df15b update routes doc
e8d8e8d70b list all users method
25ee1d3299 methods for creating and getting users
9d7ad260f2 change user type from int to uuid string
Compare 4 commits »
williamp pushed to master at williamp/chatservice_concept 2025-03-27 23:11:41 +00:00
732fbacc61 add license
williamp pushed to master at williamp/chatservice_concept 2025-03-27 23:07:10 +00:00
9478437262 new test data
d8878eba09 update api docs
Compare 2 commits »
williamp pushed to master at williamp/chatservice_concept 2025-03-27 18:50:48 +00:00
c55052ad5b create db update message function
a7466e5c77 implement message updates
b86ee0dac4 refactor to have all DB executive functions be in api/
ec90717ad7 implement editing messages
Compare 4 commits »
williamp pushed to master at williamp/chatservice_concept 2025-03-27 17:28:09 +00:00
3f417b0088 use formdata instead of url encoded valus