summaryrefslogtreecommitdiffstats
path: root/server
AgeCommit message (Expand)Author
2020-04-14Updating views to add apub actor_id and local columns.Dessalines
2020-04-14Fixing unwrap crash with site_view.rsDessalines
2020-04-14Implemented follow/acceptFelix
2020-04-13Get inbox working properlyFelix
2020-04-13Use summary field for post titleFelix
2020-04-12Added comments about how to federate additional post/user fieldsFelix
2020-04-10Federate actor public keysFelix
2020-04-10more todosFelix
2020-04-10Rename federation-test to federation, puller.rs to fetcher.rsFelix
2020-04-10Add to/cc (and a bunch of todo)Felix
2020-04-09Minor code cleanupFelix
2020-04-09Implement create activityFelix
2020-04-08Simplify fetch_posts codeFelix Ableitner
2020-04-08Use instance struct instead of raw stringFelix Ableitner
2020-04-08Use Url instead of StringFelix Ableitner
2020-04-08Some refactoring of puller.rsFelix Ableitner
2020-04-08Improve error handlingFelix Ableitner
2020-04-07Get users federatedFelix Ableitner
2020-04-07remove debug log for post creationFelix Ableitner
2020-04-07Store remote communities/posts in db, federate posts!Felix Ableitner
2020-04-07Revert apub endpoint change (again)Felix Ableitner
2020-04-07Merge branch 'federation_add_fed_columns' of https://yerbamate.dev/dessalines...Felix Ableitner
2020-04-07Set accept header and timeout for outgoing apub requestsFelix Ableitner
2020-04-07Removing community name unique constraint. Removing useless fedi_name column ...Dessalines
2020-04-07Revert apub endpoint url changesFelix
2020-04-03Adding post and comment ap_id columns.Dessalines
2020-04-03Move and rename some functionsFelix Ableitner
2020-04-03Avoid using database views in federation codeFelix 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-03Federation DB Changes.Dessalines
2020-04-02Merge branch 'master' into federationDessalines
2020-03-31Merge branch 'nutomic-auto-setup' into devDessalines
2020-03-29Automatic instance setup based on config variables (fixes #404)Felix
2020-03-28Changing markdown parser to comrak. Moving crate imports to lib.rs.Dessalines
2020-03-28Merge branch 'master' into federationDessalines
2020-03-28Convert md to html for feeds, try to deduplicate codeFelix
2020-03-24Version v0.6.44Dessalines
2020-03-21Version v0.6.43Dessalines
2020-03-20Version v0.6.42Dessalines
2020-03-20Merge branch 'federation' of ssh://yerbamate.dev:222/nutomic/lemmy into feder...Felix Ableitner
2020-03-20Replace reqwest with chttpFelix
2020-03-19Adjust for updated Rust versionFelix Ableitner
2020-03-19Populate post data from apubFelix Ableitner
2020-03-19Version v0.6.41Dessalines
2020-03-19Version v0.6.40Dessalines
2020-03-18Updating chttp to isahc.Dessalines
2020-03-18Updating rust, rust deps, yarn deps. Fixes #605Dessalines
2020-03-18Merge branch 'federation' of https://yerbamate.dev/nutomic/lemmy into federationasonix
2020-03-18Upgraded to latest activitystreamsasonix