freechat/json-api
shockrah 34426038d9 * Fixing busted invite test in api client tester
+ Adding some more invite status checks
+ Adding a verbose invite usage check for sanity reasons

- Removing run-api-tests script as it now goes into the /scripts/ directory

+ Adding the wss-hmac setup from the command line arg
It was literally just 1 if statement that I forgot to write in
2021-04-27 13:27:39 -07:00
..
.vscode Updated target for debugger 2021-03-07 17:46:17 -08:00
client-tests * Fixing busted invite test in api client tester 2021-04-27 13:27:39 -07:00
db + db-lib::Channel::get added and Returns a Result<Option<Channel>> for simplicity 2021-04-21 21:33:30 -07:00
migrations No more jwt db checks 2021-03-30 22:45:39 -07:00
scripts Renaming project to json-api for clarity sake 2021-01-24 13:34:17 -08:00
src * Fixing busted invite test in api client tester 2021-04-27 13:27:39 -07:00
.env + Adding command line flag [-H/--hmac] to specify hmac file path 2021-04-26 01:58:18 -07:00
.gitignore Renaming project to json-api for clarity sake 2021-01-24 13:34:17 -08:00
Cargo.lock * More explicit query string guard in /channels/list endpoint handler 2021-04-10 16:44:24 -07:00
Cargo.toml * More explicit query string guard in /channels/list endpoint handler 2021-04-10 16:44:24 -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