summaryrefslogtreecommitdiffstats
path: root/server/src/routes/feeds.rs
AgeCommit message (Expand)Author
2020-07-10Split code into cargo workspaces (#67)nutomic
2020-07-01Federation async (#848)Riley
2020-05-16Merge branch 'yerba_rework-imports' into federationDessalines
2020-05-16Rework importsFelix
2020-05-15Federated mentions. Fixes #681 (#717)Dessalines
2020-04-27Adding activity table inserts.Dessalines
2020-04-24Some fed fixes.Dessalines
2020-04-21Fixing closures.Dessalines
2020-04-21Adding web::blocks to routes.Dessalines
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-01-12Trying to add r2d2 connection pooling to websockets.Dessalines
2020-01-11Make various functions asyncFelix
2020-01-02Apply changes suggested by cargo clippy (fixes #395)Felix Ableitner
2019-12-31Use actix config to handle routes in seperate folders (#378)Felix Ableitner