summaryrefslogtreecommitdiffstats
path: root/server/src/routes/nodeinfo.rs
AgeCommit message (Expand)Author
2020-07-10Split code into cargo workspaces (#67)nutomic
2020-07-01Federation async (#848)Riley
2020-05-16Rework importsFelix
2020-04-27Adding activity table inserts.Dessalines
2020-04-24Some fed fixes.Dessalines
2020-04-21Fixing nodeinfo error type.Dessalines
2020-04-21Merge branch 'master' into merge_master_2Dessalines
2020-04-21Fixing closures.Dessalines
2020-04-21Adding web::blocks to routes.Dessalines
2020-04-21Merge branch 'master' into federation_merge_from_master_1Dessalines
2020-04-19Adding websocket notification system.Dessalines
2020-04-17Remove instance followsFelix
2020-04-08Use Url instead of StringFelix Ableitner
2020-04-03Merge branch 'federation_add_fed_columns' of https://yerbamate.dev/dessalines...Felix Ableitner
2020-04-03Share list of communities over apub, some refactoringFelix Ableitner
2020-04-02Merge branch 'master' into federationDessalines
2020-03-28Changing markdown parser to comrak. Moving crate imports to lib.rs.Dessalines
2020-03-18Rewrite federation settingsFelix Ableitner
2020-03-18Read remote nodeinfo before doing anythingFelix Ableitner
2020-01-19Use actual structs for nodeinfoFelix
2020-01-12Fixing nodeinfo endpoint.Dessalines
2020-01-12Cleaning up nodeinfo.Dessalines
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-31Adding open_registration to nodeinfo.Dessalines
2019-12-31Use actix config to handle routes in seperate folders (#378)Felix Ableitner