summaryrefslogtreecommitdiffstats
path: root/server/src/routes
AgeCommit message (Expand)Author
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-19Adjust for updated Rust versionFelix Ableitner
2020-03-18Merge branch 'master' into federationFelix Ableitner
2020-03-18Rewrite federation settingsFelix Ableitner
2020-03-18Read remote nodeinfo before doing anythingFelix Ableitner
2020-03-16Serve post data in apub format, some cleanupFelix Ableitner
2020-03-14Implemented basics for post federation, plus a bunch of other stuffFelix Ableitner
2020-03-14WIP: federate posts between instancesFelix Ableitner
2020-03-13Adding full logging.Dessalines
2020-02-29Merge branch 'master' into federationFelix
2020-02-07Add new comments views to main and community pages. Fixes #480Dessalines
2020-02-05Merge branch 'federation' into dev_1Dessalines
2020-02-02Removing PostLikeResponse in favor of PostResponse. Consolidating comment and...Dessalines
2020-01-23Done merging http-api and private_messageDessalines
2020-01-23Merge remote-tracking branch 'nutomic/http-api' into dessalines-http-apiDessalines
2020-01-23api fixesFelix
2020-01-22Adding private messaging, and matrix user ids.Dessalines
2020-01-19Merge branch 'master' into dessalines-http-apiDessalines
2020-01-19Use actual structs for nodeinfoFelix
2020-01-18rewrite api endpoint urlsFelix
2020-01-18fix typoFelix
2020-01-18fix formattingFelix
2020-01-18working!Felix
2020-01-18try to simplify code with higher order functionsFelix
2020-01-18Implement HTTP API using generics (fixes #380)Felix
2020-01-15Fix issue with adding multiple instances of chatserver.Dessalines
2020-01-14Merge branch 'master' into federationFelix
2020-01-13A first pass at using materialized views.Dessalines
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-10Upgrade actix to 2.0 (fixes #392)Felix
2020-01-02Merge branch 'master' into federationFelix Ableitner
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