freechat/json-api/src
shockrah fadc7d6dc1 Removing more unused trait methods in db-lib's channel module
 /channels/list now takes a "type" parameter which defaults to TEXT_CHANNEL(1)
 Refactoring db::Channel::filter to use a more latency friendly approach
 db::Channel::Filter now returns Result<Response<Self>, SqlError>
2021-03-07 14:26:50 -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 Removing more unused trait methods in db-lib's channel module 2021-03-07 14:26:50 -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 Removing more unused trait methods in db-lib's channel module 2021-03-07 14:26: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