freechat/json-api/src
shockrah 522890fa00 + rtc::new_message now takes a Pool ref to make the second call for the user name
! Start taking public user params like this in the JWT to reduce on network hits
It's cheap and reliable enough but the idea just now came to me so do that at some point
2021-04-14 22:46:31 -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 User JWT's now have nbf field in claims set in seconds 2021-04-02 12:06:17 -07:00
channels.rs * More explicit query string guard in /channels/list endpoint handler 2021-04-10 16:45:13 -07:00
http.rs Percent decoder func found on crates.io 2021-02-10 23:20:51 -08:00
invites.rs More warning removals and more db-lib result wrapping 2021-03-30 23:00:50 -07:00
main.rs + Better logging in main 2021-04-07 21:06:08 -07:00
members.rs Adding rtc notifications to relevant endpoints 2021-04-02 13:56:44 -07:00
messages.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
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 New /members/single route 2021-03-05 19:23:50 -08:00
rtc.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
schema.rs Renaming project to json-api for clarity sake 2021-01-24 13:34:17 -08:00