freechat/json-api/src
shockrah 03c41b6833 - Removed joindate from members schema
+ Auth module now uses std::time for time based calculations
! All time notations are i64 and rounded to the Millisecond

* Moving db pool to a lazy static to avoid constructing a whole pool on every request

+ Adding more logging per request, even if its lazy logging
* Content-Types are now correctly written per type
2021-03-20 19:47:59 -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 - Removed joindate from members schema 2021-03-20 19:47:59 -07:00
channels.rs Removal of chrono and async_trait as dependancy in db-lib 2021-03-20 14:59:06 -07:00
http.rs Percent decoder func found on crates.io 2021-02-10 23:20:51 -08:00
invites.rs Removal of chrono and async_trait as dependancy in db-lib 2021-03-20 14:59:06 -07:00
main.rs - Removed joindate from members schema 2021-03-20 19:47:59 -07:00
members.rs Removal of chrono and async_trait as dependancy in db-lib 2021-03-20 14:59:06 -07:00
messages.rs - Removed joindate from members schema 2021-03-20 19:47:59 -07:00
meta.rs SERVER_PROTOCOL is now an official env variable for the json-api to read 2021-03-07 23:55:38 -08: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
schema.rs Renaming project to json-api for clarity sake 2021-01-24 13:34:17 -08:00