lemmy/lemmy_apub/src
Felix Ableitner b469b6d8d3 Separate logic for user and community inbox
more refactoring with tons of changes:

- inbox functions return LemmyError instead of HttpResponse
- announce is done directly in community inbox
- reorganized functions for handling inbox activities
- additional checks for private messages
- moved inbox handler functions for post, comment, vote into separete file
- ensure that posts, comments etc are addressed to public (ref #1220)
- probably more
2020-11-09 13:42:08 +01:00
..
activities Separate logic for user and community inbox 2020-11-09 13:42:08 +01:00
extensions Create rustdoc for activitypub code 2020-10-19 16:29:35 +02:00
http In activity table, remove user_id and add sensitive (#127) 2020-11-06 13:06:47 +00:00
inbox Separate logic for user and community inbox 2020-11-09 13:42:08 +01:00
objects Limit amount of HTTP requests to handle activities (fixes #1221) 2020-10-22 20:27:32 +02:00
activity_queue.rs In activity table, remove user_id and add sensitive (#127) 2020-11-06 13:06:47 +00:00
fetcher.rs Fix federation of community removal/deletion, added docs (#125) 2020-11-05 20:19:06 +00:00
lib.rs In activity table, remove user_id and add sensitive (#127) 2020-11-06 13:06:47 +00:00