1
0
Fork 0
mirror of https://github.com/LemmyNet/lemmy.git synced 2025-03-30 07:05:28 +00:00
Commit graph

11 commits

Author SHA1 Message Date
Dessalines
bc523abd62
Add a simple linked instances page. Fixes ()
* Add a simple linked instances page. Fixes 

* Changing allowed_instances to federated_instances.
2020-08-11 10:58:32 -04:00
nutomic
80aef61aed Split code into cargo workspaces ()
More fixes

- fixed docker builds
- fixed mentions regex test
- fixed DATABASE_URL stuff
- change schema path in diesel.toml

Address review comments

- add jsonb column back into activity table
- remove authors field from cargo.toml
- adjust LEMMY_DATABASE_URL env var usage
- rename all occurences of LEMMY_DATABASE_URL to DATABASE_URL

Decouple utils and db

Split code into cargo workspaces

Co-authored-by: Felix Ableitner <me@nutomic.com>
Reviewed-on: https://yerbamate.dev/LemmyNet/lemmy/pulls/67
2020-07-10 18:15:41 +00:00
Felix
9e61c3be94 Rework imports 2020-05-16 20:04:17 +02:00
Dessalines
d98c936295 Adding web::blocks to routes. 2020-04-21 16:40:03 -04:00
Dessalines
f300c67a4d 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 
2020-04-19 18:08:25 -04:00
Dessalines
61815bce2e 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
bb287cbd07 Adding an admin settings page.
- Fixes 
- Adding a UserListing component. Fixes 
2020-04-10 16:55:57 -04:00
Dessalines
ecd10482a6 Add new comments views to main and community pages. Fixes 2020-02-07 23:05:15 -05:00
Dessalines
253bc3e0af Adding private messaging, and matrix user ids.
- Fixes 
2020-01-22 16:38:16 -05:00
Felix
d8c84e2541 Upgrade actix to 2.0 (fixes ) 2020-01-10 23:41:08 +01:00
Felix Ableitner
80f76f2efd Use actix config to handle routes in seperate folders () 2019-12-31 14:17:24 +01:00