freechat/json-api/src
shockrah 98803eec26 First pass of using hashmaps in /invite/create handler
+ Adding allowed_perm_invite, a helper function pulling permissions form the database to check if the user can make invites
2021-02-03 20:50:06 -08:00
..
testing Renaming project to json-api for clarity sake 2021-01-24 13:34:17 -08:00
admin.rs Renaming project to json-api for clarity sake 2021-01-24 13:34:17 -08:00
auth.rs Setting payload for jwt with http:set_json_body 2021-02-03 19:30:12 -08:00
channels.rs Renaming project to json-api for clarity sake 2021-01-24 13:34:17 -08:00
http.rs * using hashmap instead serde::ValueMap for extract_uid 2021-02-03 19:30:46 -08:00
invites.rs First pass of using hashmaps in /invite/create handler 2021-02-03 20:50:06 -08:00
main.rs Port now defaults to 4536 and is configurable with -p 2021-02-01 16:47:43 -08:00
members.rs Renaming project to json-api for clarity sake 2021-01-24 13:34:17 -08:00
messages.rs Renaming project to json-api for clarity sake 2021-01-24 13:34:17 -08:00
meta.rs Port now defaults to 4536 and is configurable with -p 2021-02-01 16:47:43 -08:00
perms.rs Inlining helper func for permission checking 2021-02-03 19:31:38 -08:00
routes.rs Renaming project to json-api for clarity sake 2021-01-24 13:34:17 -08:00
schema.rs Renaming project to json-api for clarity sake 2021-01-24 13:34:17 -08:00