freechat/json-api/src
shockrah 12936d5b1a Removing double log issue with client-tester
 Moving Messages struct in db-lib to root for less namespacing uglyness
 Removing an whole unused trait
 Message::get_time_range now returns a special 'UserMessage' struct that includes the name of the author
 More code must be removed from db-lib since a ton of the trait methods aren't used anymore
2021-03-07 13:29:10 -08:00
..
testing Renaming project to json-api for clarity sake 2021-01-24 13:34:17 -08:00
admin.rs Moving option parameters to the query string 2021-02-10 23:18:24 -08:00
auth.rs Moving option parameters to the query string 2021-02-10 23:18:24 -08:00
channels.rs * channels are now nested in "channels" key 2021-03-03 16:30:39 -08:00
http.rs Percent decoder func found on crates.io 2021-02-10 23:20:51 -08:00
invites.rs Passing tests for invite routes 2021-02-25 16:05:46 -08:00
main.rs New /members/single route 2021-03-05 19:23:50 -08:00
members.rs New /members/single route 2021-03-05 19:23:50 -08:00
messages.rs Removing double log issue with client-tester 2021-03-07 13:29:10 -08:00
meta.rs Ower creation now gives back prettier output + server meta vars as well 2021-02-25 14:03:34 -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