|
db631005d3
|
Fix error due to same activity being inserted in database twice
|
2021-11-16 19:13:05 +01:00 |
|
|
c1f1b8aa0f
|
Activities in community should also be sent to actors in cc
|
2021-11-16 18:07:45 +01:00 |
|
|
23641fcd06
|
Use serde_json::to_value
|
2021-11-15 21:11:44 -05:00 |
|
|
1b9414f292
|
More federation compat (#1894)
* Make HTTP signatures compatible with Pleroma
* Send Announce/Page, Announce/Note for Pleroma compatibility
* remove unused code
|
2021-11-11 14:49:15 -05:00 |
|
|
2edf8ba157
|
Move ObjectId to library
|
2021-11-05 21:37:46 +01:00 |
|
|
b396344eae
|
Merge two functions into one
|
2021-11-02 21:39:06 +01:00 |
|
|
03d8ac75ef
|
Move activity structs to protocol folder
|
2021-10-29 12:50:32 +02:00 |
|
|
d89156810d
|
Move @context out of object/activity definitions
|
2021-10-29 12:50:32 +02:00 |
|
|
271785b7fb
|
When receiving activity, dont read community from cc (for pleroma compat and better verification)
|
2021-10-29 12:50:30 +02:00 |
|
|
1aa0e1997b
|
Major refactor, adding newtypes for apub crate
- this allows moving FromApub/ToApub traits into apub lib
|
2021-10-20 12:28:09 +02:00 |
|
|
b96ce81f89
|
Move code to apub library (#1795)
* Remove dependency of apub_lib on LemmyContext
* Move ApubObject trait to library
* Reorganize files in apub lib
* Move ActorType, signatures, activity_queue to apub library
|
2021-10-06 16:20:05 -04:00 |
|
|
8708ad1b44
|
Moving settings and secrets to context.
|
2021-09-27 11:25:26 +02:00 |
|
|
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 |
|
|
28d6370c35
|
Rewrite delete activities (#1699)
* 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
|
2021-08-17 14:04:58 -04:00 |
|
Dessalines
|
7b8cbbba85
|
Simplify config using macros (#1686)
Co-authored-by: Felix Ableitner <me@nutomic.com>
|
2021-08-04 21:13:51 +00:00 |
|
|
ff265c7ebc
|
Rewrite apub post (de)serialization using structs (ref #1657)
|
2021-07-30 23:16:32 +02:00 |
|
|
c1db86925f
|
Merge apub, apub_receive crates (fixes #1621)
|
2021-07-17 18:20:44 +02:00 |
|