freechat/json-api/src
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
..
testing Renaming project to json-api for clarity sake 2021-01-24 13:34:17 -08:00
admin.rs Removal of chrono and async_trait as dependancy in db-lib 2021-03-20 14:59:06 -07:00
auth.rs + Adding command line flag [-H/--hmac] to specify hmac file path 2021-04-26 01:58:18 -07:00
channels.rs * api::channels::list_channels has more relevant docs 2021-04-21 17:14:33 -07:00
http.rs Percent decoder func found on crates.io 2021-02-10 23:20:51 -08:00
invites.rs + Adding command line flag [-H/--hmac] to specify hmac file path 2021-04-26 01:58:18 -07:00
main.rs * Fixing busted invite test in api client tester 2021-04-27 13:27:39 -07:00
members.rs Adding rtc notifications to relevant endpoints 2021-04-02 13:56:44 -07:00
messages.rs + db-lib::Channel::get added and Returns a Result<Option<Channel>> for simplicity 2021-04-21 21:33:30 -07:00
meta.rs + rtc::new_message now takes a Pool ref to make the second call for the user name 2021-04-14 22:46:31 -07:00
perms.rs Inlining helper func for permission checking 2021-02-03 19:31:38 -08:00
routes.rs - Removing /messages/from_id as its no longer usable with the new id generation model 2021-04-20 12:09:05 -07:00
rtc.rs + Adding command line flag [-H/--hmac] to specify hmac file path 2021-04-26 01:58:18 -07:00
schema.rs Renaming project to json-api for clarity sake 2021-01-24 13:34:17 -08:00