summaryrefslogtreecommitdiffstats
path: root/server/Cargo.lock
AgeCommit message (Expand)Author
2020-04-19Change RateLimit to act as a middlewareasonix
2020-04-19Adding websocket notification system.Dessalines
2020-03-28Changing markdown parser to comrak. Moving crate imports to lib.rs.Dessalines
2020-03-28Convert md to html for feeds, try to deduplicate codeFelix
2020-03-18Updating chttp to isahc.Dessalines
2020-03-18Updating rust, rust deps, yarn deps. Fixes #605Dessalines
2020-03-12Proper error logging for websocketFelix Ableitner
2020-03-07Running cargo update.Dessalines
2020-03-07Iframely and pictshare backend mostly done.Dessalines
2020-01-31Starting to work on user message scope.Dessalines
2020-01-11Make various functions asyncFelix
2020-01-10Upgrade actix to 2.0 (fixes #392)Felix
2020-01-03Updating cargo deps.Dessalines
2019-12-27Replace rust-crypto with sha2 crate (fixes #372)Felix Ableitner
2019-12-27Implement SQL connection poolFelix Ableitner
2019-12-27Implement config (fixes #351)Felix Ableitner
2019-11-23Implement RSS feeds (fixes #118)Felix Ableitner
2019-11-16preserve json orderFelix Ableitner
2019-11-01Password reset mostly working.Dessalines
2019-10-29Halfway done with email, not fully working yet.Dessalines
2019-07-22Cargo lock updates.Dessalines
2019-07-17upgradejonnnh
2019-07-13Formatting fixes.Dessalines
2019-05-02Reorganizing files before splitting out APIDessalines
2019-04-09Adding slur filter.Dessalines
2019-04-05Adding docker.Dessalines
2019-04-05Adding a front page / fetching subscribed forums.Dessalines
2019-03-22Adding login and RegisterDessalines
2019-03-20Adding initial UI and Websocket server.Dessalines
2019-02-27Starting to work on Rust Diesel Schema. #5Dessalines