summaryrefslogtreecommitdiffstats
path: root/server/src/routes/federation.rs
AgeCommit message (Collapse)Author
2020-07-13Wrap each inbox route individually (#954)Riley
2020-07-10Split code into cargo workspaces (#67)nutomic
More fixes - fixed docker builds - fixed mentions regex test - fixed DATABASE_URL stuff - change schema path in diesel.toml Address review comments - add jsonb column back into activity table - remove authors field from cargo.toml - adjust LEMMY_DATABASE_URL env var usage - rename all occurences of LEMMY_DATABASE_URL to DATABASE_URL Decouple utils and db Split code into cargo workspaces Co-authored-by: Felix Ableitner <me@nutomic.com> Reviewed-on: https://yerbamate.dev/LemmyNet/lemmy/pulls/67
2020-07-06Revert "Verify activitypub payload digests (#885)"Felix Ableitner
This reverts commit 916592944af8e32f2044c9acf0d57eb7991427a5.
2020-07-03Verify activitypub payload digests (#885)Riley
2020-05-28get some more things workingFelix Ableitner
2020-05-28move logic to sharedinboxFelix
2020-05-16Rework importsFelix
2020-05-14Comment search and apub endpointFelix
2020-04-27Lots of additions to federation.Dessalines
- Added a shared inbox. - Added federated comments, comment updates, and tests. - Abstracted ap object sends into a common trait.
2020-04-24Some more cleanup.Dessalines
2020-04-22Fix header guard for apub responsesFelix
2020-04-21Change apub IDs to be consistent with html urlsFelix
2020-04-21Merge branch 'master' into federation_merge_from_master_1Dessalines
2020-04-19Adding websocket notification system.Dessalines
- HTTP and APUB clients can now send live updating messages to websocket clients - Rate limiting now affects both HTTP and websockets - Rate limiting / Websocket logic is now moved into the API Perform functions. - TODO This broke getting current online users, but that will have to wait for the perform trait to be made async. - Fixes #446
2020-04-17Some code cleanup and better loggingFelix
2020-04-17Remove instance followsFelix
2020-04-17Implement search for activitypub IDsFelix
2020-04-15Send activities to correct inbox, seperate community/user inboxesFelix
2020-04-14Implemented follow/acceptFelix
2020-04-13Get inbox working properlyFelix
2020-04-10Add to/cc (and a bunch of todo)Felix
2020-04-09Minor code cleanupFelix
2020-04-09Implement create activityFelix
2020-04-03Share list of communities over apub, some refactoringFelix Ableitner
2020-03-18Rewrite federation settingsFelix 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-02-05Merge branch 'federation' into dev_1Dessalines
2020-01-14Merge branch 'master' into federationFelix
2020-01-02Merge branch 'master' into federationFelix Ableitner
2019-12-31Use actix config to handle routes in seperate folders (#378)Felix Ableitner