Commit Graph

31 Commits (eb72ace854c1aa5581b49100179ac7989c0c62bf)

Author SHA1 Message Date
Dessalines 2f7a4ecdb2 Updating Cargo deps. Fixes #666 4 years ago
asonix ac43b86b60 Change RateLimit to act as a middleware 4 years ago
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 #446
4 years ago
Dessalines 1571a4acd4 Changing markdown parser to comrak. Moving crate imports to lib.rs. 5 years ago
Felix bafc2fc7ac Convert md to html for feeds, try to deduplicate code 5 years ago
Dessalines d2cf36bf02 Updating chttp to isahc. 5 years ago
Dessalines dc14719b08 Updating rust, rust deps, yarn deps. Fixes #605 5 years ago
Felix Ableitner ef6df1339f Proper error logging for websocket 5 years ago
Dessalines 5396cb2f5c Running cargo update. 5 years ago
Dessalines ac280782b2 Iframely and pictshare backend mostly done. 5 years ago
Dessalines 8036474dda Starting to work on user message scope. 5 years ago
Felix 4361f48b98 Make various functions async 5 years ago
Felix d8c84e2541 Upgrade actix to 2.0 (fixes #392) 5 years ago
Dessalines a68fd4f2aa Updating cargo deps. 5 years ago
Felix Ableitner 4e952af00c Replace rust-crypto with sha2 crate (fixes #372) 5 years ago
Felix Ableitner 8589b6c0bd Implement SQL connection pool 5 years ago
Felix Ableitner cf3ae15ee9 Implement config (fixes #351) 5 years ago
Felix Ableitner de313fc977 Implement RSS feeds (fixes #118) 5 years ago
Felix Ableitner 20966e085a preserve json order 5 years ago
Dessalines 68e4b61808 Password reset mostly working. 5 years ago
Dessalines 9f35b33dc7 Halfway done with email, not fully working yet. 5 years ago
Dessalines 5204b96d2f Cargo lock updates. 5 years ago
jonnnh 28b69fb1fc upgrade 5 years ago
Dessalines 026af39053 Formatting fixes. 5 years ago
Dessalines cbec13eecc Reorganizing files before splitting out API 5 years ago
Dessalines 92670d1a5e Adding slur filter.
- Fixes #45
6 years ago
Dessalines e826f631d8 Adding docker.
- Adding docker support. Fixes #6
- Completing the name change to lemmy. Fixes #36
- Running DB migrations from code. Fixes #38
6 years ago
Dessalines 38fa7969f9 Adding a front page / fetching subscribed forums.
- Adding subscribed to post view. Fixes #25
6 years ago
Dessalines e570c70701 Adding login and Register
- Login and Register  mostly working.
- Starting to work on creating communities.
6 years ago
Dessalines 816aa0b15f Adding initial UI and Websocket server. 6 years ago
Dessalines 92ea945619 Starting to work on Rust Diesel Schema. #5 6 years ago