Commit Graph

364 Commits

Author SHA1 Message Date
Dessalines d0c38b0927 Merge branch 'abstract_websocket_sends' 2020-04-20 15:39:34 -04:00
Dessalines ac03cfe2a1 Merge branch 'asonix-abstract_websocket_sends' into abstract_websocket_sends 2020-04-20 15:03:32 -04:00
Dessalines 8050f97379 Making websocket create community do register rate limit. 2020-04-20 14:55:37 -04:00
asonix 7fa97614f8 Remove unused methods 2020-04-20 13:09:10 -05:00
asonix 63f4283017 post -> register 2020-04-20 13:05:07 -05:00
asonix 63b2bde448 Use get_ip in ratelimit middleware 2020-04-20 13:02:25 -05:00
asonix e66b07b96c Give ratelimit fields explicit names 2020-04-20 12:51:42 -05:00
asonix 98f90d6800 Guard CreateCommunity, represent impossible error with Infallible 2020-04-20 12:31:22 -05:00
asonix 0e0ea559f0 Add websockets into the api scope 2020-04-20 10:25:47 -05:00
Dessalines b283faf22d Changing warn to debug for rate limiting message. 2020-04-20 10:45:14 -04:00
asonix 3b49acda16 Allow rustfmt on api config 2020-04-19 23:47:20 -05:00
asonix 2a0f170d58 appease clippy 2020-04-19 23:43:30 -05:00
asonix 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
charleshthomasiii f5f8d2d7be Add apache benchmark installation check 2020-04-15 13:52:46 -04:00
Dessalines e876f1b17d Version v0.6.50 2020-04-14 19:38:20 -04:00
Dessalines 5e9475c6ef Merge branch 'dev' into admin_settings 2020-04-14 10:54:04 -04:00
Dessalines ec5471aaec Version v0.6.49 2020-04-12 14:57:37 -04:00
Dessalines 9b329d42f7 Version v0.6.48 2020-04-12 14:08:02 -04:00
Dessalines d9d52d7d06 Removing redundant to_owned 2020-04-11 14:10:33 -04:00
Dessalines 938c61b94f Adding live reloading of config.hjson changes through UI.
- https://stackoverflow.com/questions/61159698/update-re-initialize-a-var-defined-in-lazy-static/61161271#61161271
- https://stackoverflow.com/questions/29654927/how-do-i-assign-a-string-to-a-mutable-static-variable/47181804#47181804
2020-04-11 14:06:04 -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 37036e68b5 Version v0.6.45 2020-04-03 14:44:30 -04:00
Dessalines f907420ec5 Merge branch 'nutomic-auto-setup' into dev 2020-03-31 16:29:57 -04:00
Felix c12fd12d9c Automatic instance setup based on config variables (fixes #404) 2020-03-29 00:13:13 +01:00
Dessalines b0affad981 Changing markdown parser to comrak. Moving crate imports to lib.rs. 2020-03-28 18:02:49 -04:00
Felix 0090ae63e5 Convert md to html for feeds, try to deduplicate code 2020-03-28 16:56:20 +01:00
Dessalines 844b31a507 Version v0.6.44 2020-03-24 10:47:38 -04:00
Dessalines 52b062720f Version v0.6.43 2020-03-21 10:38:42 -04:00
Dessalines df1445f0e4 Version v0.6.42 2020-03-20 19:33:11 -04:00
Dessalines b13febd34a Version v0.6.41 2020-03-19 12:17:26 -04:00
Dessalines b797c2b3ae Version v0.6.40 2020-03-19 00:53:34 -04:00
Dessalines 72a50aae07 Updating chttp to isahc. 2020-03-18 23:11:37 -04:00
Dessalines 43b954c5af Updating rust, rust deps, yarn deps. Fixes #605 2020-03-18 22:30:16 -04:00
Dessalines 902676a9f8 Adding full logging. 2020-03-13 11:08:42 -04:00
Felix Ableitner 2aa3353b98 Proper error logging for websocket 2020-03-12 12:03:04 +01:00
Dessalines c8e19fa7bf Version v0.6.39 2020-03-09 23:26:15 -04:00
Dessalines d932aaa27f Version v0.6.38 2020-03-09 23:24:06 -04:00
Dessalines 760bf3c77f Version v0.6.37 2020-03-09 23:22:24 -04:00
Dessalines 73cd755788 Version v0.6.36 2020-03-09 23:21:24 -04:00
Dessalines 3c578d8420 Version v0.6.35 2020-03-09 23:20:13 -04:00
Dessalines ed57418e91 Version v0.6.34 2020-03-09 23:16:19 -04:00
Dessalines 43cbc3de1f Merge branch 'yerba_master' 2020-03-09 12:54:22 -04:00
nutomic 8431f53805 Move volumes into subfolder (ref #474) (#23)
Change ports and container names

Move volumes into subfolder (ref #474)

Merge pull request #587 from StaticallyTypedRice/patch-2

Clarify that content violating this code of conduct will likely be removed.
Clarify that content violating this code of conduct will likely be removed.

Lemmy has a general policy of removing any content that violates the rules whenever possible, which is typically a good thing, and I felt it important to mention that in the code of conduct.

Co-authored-by: Felix <me@nutomic.com>
Co-authored-by: Dessalines <dessalines@users.noreply.github.com>
Co-authored-by: Richie Zhang <12566991+StaticallyTypedRice@users.noreply.github.com>
2020-03-09 16:50:28 +00:00
Dessalines ac95bdd8b5 Adding community title and description searching. Fixes #589 2020-03-08 19:14:52 -04:00
Dessalines c5e9e9b674 Version v0.6.33 2020-03-08 00:46:15 -05:00
Dessalines cfdf33b9d5 Version v0.6.32 2020-03-07 22:02:25 -05:00
Dessalines 072952e1a6 Running cargo update. 2020-03-07 19:52:00 -05:00
Dessalines 966a6fc70b Iframely and pictshare backend mostly done. 2020-03-07 18:31:13 -05:00
Dessalines 52f5178649 Version v0.6.31 2020-03-06 15:08:04 -05:00