|
f6f169b4eb
|
Rewrite remaining activities (#1712)
* Limit type/method visibility in apub code
* Simplify db_queries traits by removing generics
* Simplify delete activity implementation
* Rewrite delete activities
* Implement helper functions for websocket message sending
* When receiving delete reason as empty string, change to none
* Rewrite remaining activities
* Simplify inbox
* Remove struct ActivityCommonFields, derive ActivityFields trait instead
* Community should announce received activities to followers
|
2021-08-19 17:24:33 -04:00 |
|
|
6b57d716e1
|
Rewrite private message apub and merge create/update
|
2021-07-31 22:58:11 +02:00 |
|
|
57b6ecaf40
|
Simplify lemmy_context() function (dont return errors)
|
2021-07-30 23:16:33 +02:00 |
|
|
c1db86925f
|
Merge apub, apub_receive crates (fixes #1621)
|
2021-07-17 18:20:44 +02:00 |
|
|
722cdb78ba
|
Split lemmy_apub crate into two parts apub and apub_receive
|
2021-03-30 22:29:16 +02:00 |
|
|
249fcc5066
|
Split api crate into api_structs and api
|
2021-03-25 20:19:40 +01:00 |
|
|
0c484e8c76
|
Move moderators collection to separate HTTP endpoint
|
2021-03-09 18:14:15 +01:00 |
|
|
3bdd78f341
|
Rename lemmy_structs to lemmy_api_structs
|
2021-03-01 14:08:41 +01:00 |
|
nutomic
|
1a4e35eb50
|
Store activitypub endpoints in database (#162)
Address review comments
Store Activitypub urls in database (fixes #808)
Co-authored-by: Felix Ableitner <me@nutomic.com>
Reviewed-on: https://yerbamate.ml/LemmyNet/lemmy/pulls/162
Co-Authored-By: nutomic <nutomic@noreply.yerbamate.ml>
Co-Committed-By: nutomic <nutomic@noreply.yerbamate.ml>
|
2021-02-04 16:34:58 +00:00 |
|
|
c09c462a6e
|
Serve activities in community outbox (fixes #1216)
|
2021-01-29 14:48:42 +01:00 |
|
|
3b64c58198
|
Move most code into crates/ subfolder
|
2021-01-20 16:21:27 +01:00 |
|