63f4283017
post -> register
2020-04-20 13:05:07 -05:00
98f90d6800
Guard CreateCommunity, represent impossible error with Infallible
2020-04-20 12:31:22 -05:00
0e0ea559f0
Add websockets into the api scope
2020-04-20 10:25:47 -05:00
3b49acda16
Allow rustfmt on api config
2020-04-19 23:47:20 -05:00
b55e9c08df
Change RateLimit to act as a middleware
2020-04-19 22:59:07 -05:00
Dessalines
6f14f0756b
Adding websocket notification system.
...
- HTTP and APUB clients can now send live updating messages to websocket
clients
- Rate limiting now affects both HTTP and websockets
- Rate limiting / Websocket logic is now moved into the API Perform
functions.
- TODO This broke getting current online users, but that will have to
wait for the perform trait to be made async.
- Fixes #446
2020-04-19 18:08:25 -04:00
Dessalines
0a6da1109d
Adding an admin settings page.
...
- Fixes #620
- Adding a UserListing component. Fixes #627
2020-04-10 16:55:57 -04:00
Dessalines
f74d7b0368
Removing PostLikeResponse in favor of PostResponse. Consolidating comment and post_sends.
2020-02-02 12:45:41 -05:00
752318fdf3
api fixes
2020-01-23 15:22:17 +01:00
047ec97e18
rewrite api endpoint urls
2020-01-18 14:26:05 +01:00
2fb4900b0c
fix typo
2020-01-18 14:26:05 +01:00
cba8081579
fix formatting
2020-01-18 14:26:05 +01:00
415040a1e9
working!
2020-01-18 14:26:04 +01:00
7a97c981a0
try to simplify code with higher order functions
2020-01-18 14:23:44 +01:00
c41082f98f
Implement HTTP API using generics ( fixes #380 )
2020-01-18 14:23:43 +01:00