Commit Graph

84 Commits (05c3e471ae57d7565cc0e7131cf8f63b75cb79b2)

Author SHA1 Message Date
Felix Ableitner 7cfcf0acec Change the way that `to` is set in apub 4 years ago
Felix Ableitner 2ad60379e4 Add `to` field for follow, undo follow 4 years ago
Felix Ableitner 0dda2577e1 Refactor apub code, split up large files 4 years ago
Nutomic 70f7dd876f
Merge pull request #1188 from LemmyNet/fix_blocked_creator_outbox
Fixed an issue with blocked post creators in outbox.
4 years ago
Dessalines 907f8fff4c Updating deps. 4 years ago
Dessalines cb4a3a03a2 Fixed an issue with blocked post creators in outbox.
- Fixes #1186
4 years ago
Felix Ableitner c90c96fbf6 Respect disable downvotes setting when federating 4 years ago
Dessalines 8d0580461b
Merge pull request #1180 from LemmyNet/no_conflict_triggers
No send blocked and no conflict triggers
4 years ago
Dessalines 7fbad900d7 Addressing a few comments. 4 years ago
Dessalines e9ce14069e Removing some unecessary logging. 4 years ago
Dessalines c08d891742 Merge branch 'main' into no_conflict_triggers 4 years ago
Nutomic 299598f0c4
Remove unused fields on community/user json (#1178) 4 years ago
Felix Ableitner 26883208cd Create separate SendActivityTask for each destination 4 years ago
Felix Ableitner 60730e81d9 Avoid duplicate comment send, better activity logging 4 years ago
Dessalines ca4868cefd Adding a boolean check to send_activity_internal 4 years ago
Felix Ableitner 9e84fe20e6 Dont send mentions to inbox of local community
also, dont start SendActivityTask for empty `to`, and remove
useless comment
4 years ago
dessalines 75ace1192a Merge pull request 'Only search locally for Community::read_from_name and similar (ref #698)' (#110) from read-only-local into main
Reviewed-on: https://yerbamate.dev/LemmyNet/lemmy/pulls/110
4 years ago
Dessalines 048fe287c2 Running cargo fmt. 4 years ago
Dessalines 9fa2092a21 Adding some logging. 4 years ago
Dessalines 2e2b6eacd7 Fixing pretty print again. 4 years ago
Dessalines eef0a5c7e8 Adding pretty print for activities. 4 years ago
Felix Ableitner 15adc21e1f Only search locally for Community::read_from_name and similar (ref #698) 4 years ago
Dessalines f5b511ccce Merge branch 'main' into no-send-blocked-dess 4 years ago
Dessalines 2ad137c280 Merge branch 'remove-hardcoded-https-dess' into main 4 years ago
Dessalines 3a24adc57f Renaming to sign_and_send 4 years ago
Felix Ableitner a4cb067130 Dont send to blocked instances, rewrite activity_sender 4 years ago
Dessalines 0ebd830814 More overwriteable fields (#1155)
* Adding more overwriteable fields for user. Fixes #1154

* Adding a note for bio.
4 years ago
asonix 1fc21aed1c Use http-signature-normalization-reqwest 4 years ago
Felix Ableitner c1db1042ad Also sign the digest header 4 years ago
Felix Ableitner 0aa0ea19fb Use reqwest to send activities 4 years ago
Felix Ableitner 927ab1f040 Remove hardcoded usage of https (fixes #1126) 4 years ago
Dessalines 8bea13d651
More overwriteable fields (#1155)
* Adding more overwriteable fields for user. Fixes #1154

* Adding a note for bio.
4 years ago
nutomic bfed8a8be4 Dont federate embeds, but refetch them for security (#106)
Dont federate embeds, but refetch them for security (#ref 647)

Co-authored-by: Felix Ableitner <me@nutomic.com>
Reviewed-on: https://yerbamate.dev/LemmyNet/lemmy/pulls/106
4 years ago
nutomic 442369a041 Move websocket code into workspace (#107)
Adjust dockerfiles, fix cargo.toml and remove unused deps

Merge branch 'main' into move-websocket-to-workspace

Move api code into workspace

Move apub to separate workspace

Move websocket code into separate workspace

Some code cleanup

Remove websocket dependency on API

Co-authored-by: Felix Ableitner <me@nutomic.com>
Reviewed-on: https://yerbamate.dev/LemmyNet/lemmy/pulls/107
4 years ago