freechat/json-api
shockrah 181b1cadc4 + Exposing serde_json to db-lib lyaer
This dep was already there but just being used (as we're using serde). Now we can use it at the db layer which makes neighbor struct creation easier
* Cargo locks are being updated to reflect new dependancy changes
These changes actually reduce the dependancy count overall
+ Adding a very simple table to hold all the neighbors that an instance may want to reference
At some point we may want to support vanity join urls and this would be a good place to reference those
There would also need to be a way for admins to add/edit/remove vanity urls but that's for another patch
2021-05-06 13:29:32 -07:00
..
.vscode Updated target for debugger 2021-03-07 17:46:17 -08:00
client-tests * Adding some safey into the mock-client tester so that it doesn't just explode in pipelines 2021-05-03 13:24:24 -07:00
db + Exposing serde_json to db-lib lyaer 2021-05-06 13:29:32 -07:00
migrations + Exposing serde_json to db-lib lyaer 2021-05-06 13:29:32 -07:00
scripts Renaming project to json-api for clarity sake 2021-01-24 13:34:17 -08:00
src - Removing dotenv from required dependancies 2021-05-05 15:50:39 -07:00
.env - Removing dotenv from required dependancies 2021-05-05 15:50:39 -07:00
.gitignore Renaming project to json-api for clarity sake 2021-01-24 13:34:17 -08:00
Cargo.lock + Exposing serde_json to db-lib lyaer 2021-05-06 13:29:32 -07:00
Cargo.toml - Removing dotenv from required dependancies 2021-05-05 15:50:39 -07:00
config.json - Removing dotenv from required dependancies 2021-05-05 15:50:39 -07:00
Makefile Comfy dev scripts to make life a little bit easier 2021-03-30 22:49:46 -07:00
run-client.sh * Fixing busted invite test in api client tester 2021-04-27 13:27:39 -07:00