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
nutomic
7c51a36012
In activity table, remove user_id
and add sensitive
( #127 )
...
Forgot to add migrations
Add `sensitive` column to activities table, so PMs arent served over HTTP
Remove user_id column from actvity table
Co-authored-by: Felix Ableitner <me@nutomic.com>
Reviewed-on: https://yerbamate.ml/LemmyNet/lemmy/pulls/127
2020-11-06 13:06:47 +00:00
nutomic
b7d2dac9bf
Fix federation of community removal/deletion, added docs ( #125 )
...
Adding a federation test for community deletes / removes.
Add missing docs for community deletion/removal (fixes #1250 )
Fix federation of community deletion/removal (fixes #1253 )
Co-authored-by: Dessalines <tyhou13@gmx.com>
Co-authored-by: Felix Ableitner <me@nutomic.com>
Reviewed-on: https://yerbamate.dev/LemmyNet/lemmy/pulls/125
2020-11-05 20:19:06 +00:00
Dessalines
7ef044231f
Update cargo deps, upgrading lettre. #789 ( #1234 )
...
* Update cargo deps, upgrading lettre. #789
* Adding a comment
* Adding some better expect messages.
* Fixing lettre email.
2020-10-30 13:19:00 -04:00
dessalines
3bf885329d
Merge pull request 'Ignore incoming activities which have been received before, add /activities
endpoint' ( #118 ) from activity-checks into main
...
Reviewed-on: https://yerbamate.dev/LemmyNet/lemmy/pulls/118
2020-10-27 16:26:16 +00:00
9e24eda752
In comment create/update, include parent creator in cc (ref #698 )
2020-10-27 16:57:44 +01:00
dessalines
53c9094d46
Merge pull request 'Limit amount of HTTP requests to handle activities ( fixes #1221 )' ( #117 ) from request-limit into main
...
Reviewed-on: https://yerbamate.dev/LemmyNet/lemmy/pulls/117
2020-10-26 15:35:39 +00:00
99abc49040
Add /activities endpoint (ref #1220 )
2020-10-26 12:54:27 +01:00
6d17d5ead2
Ignore incoming activities which have been received before (ref #1220 )
2020-10-23 14:29:56 +02:00
dessalines
73ccbb1bc8
Merge pull request 'Organise activity receive files by object type, not by activity type' ( #115 ) from inbox-refactoring-2 into main
...
Reviewed-on: https://yerbamate.dev/LemmyNet/lemmy/pulls/115
2020-10-22 18:55:28 +00:00
3d5647b16f
Limit amount of HTTP requests to handle activities ( fixes #1221 )
2020-10-22 20:27:32 +02:00
b08e0a6415
Dont allow localhost or raw IPs in activitypub IDs (ref #1221 )
2020-10-22 18:12:43 +02:00
1a3b96b054
Organise activity receive files by object type, not by activity type
2020-10-21 19:37:50 +02:00
Dessalines
18b3eab909
Merge pull request #1209 from LemmyNet/fix-actor-name-confusion
...
Swap name and preferredUsername apub fields
2020-10-19 11:52:35 -04:00
695272f980
Create rustdoc for activitypub code
2020-10-19 16:29:35 +02:00
06a6bab2c1
Swap name and preferredUsername apub fields
2020-10-16 22:44:40 +02:00
Dessalines
571c71392e
Adding API and APUB URL checks for banners and icons. Fixes #1199 ( #1200 )
...
* Adding API and APUB URL checks for banners and icons. Fixes #1199
* Adding a check optional url.
* Missed a few.
2020-10-15 18:23:56 +00:00
fe15ff3c51
Also verify activity domains in shared inbox ( fixes #1196 )
2020-10-15 15:38:49 +02:00
39cbe5f31f
Add method verify_activity_domains_valid() (ref #1196 )
2020-10-15 15:38:03 +02:00
3f9ede79ed
Add domain checks for private message inbox
2020-10-13 18:06:26 +02:00
ac0cd7bc68
Dont include full objects with remove/delete activities
2020-10-13 17:47:05 +02:00
7cfcf0acec
Change the way that to
is set in apub
2020-10-12 18:02:28 +02:00
2ad60379e4
Add to
field for follow, undo follow
2020-10-12 16:45:40 +02:00
0dda2577e1
Refactor apub code, split up large files
2020-10-12 16:10:09 +02:00
70f7dd876f
Merge pull request #1188 from LemmyNet/fix_blocked_creator_outbox
...
Fixed an issue with blocked post creators in outbox.
2020-10-12 10:30:48 +00:00
907f8fff4c
Updating deps.
2020-10-09 22:51:47 -05:00
cb4a3a03a2
Fixed an issue with blocked post creators in outbox.
...
- Fixes #1186
2020-10-09 12:46:27 -05:00
c90c96fbf6
Respect disable downvotes setting when federating
2020-10-09 15:41:40 +02:00
Dessalines
8d0580461b
Merge pull request #1180 from LemmyNet/no_conflict_triggers
...
No send blocked and no conflict triggers
2020-10-08 14:51:04 -04:00
7fbad900d7
Addressing a few comments.
2020-10-08 12:38:44 -05:00
e9ce14069e
Removing some unecessary logging.
2020-10-07 21:55:15 -05:00
c08d891742
Merge branch 'main' into no_conflict_triggers
2020-10-07 20:57:29 -05:00
299598f0c4
Remove unused fields on community/user json ( #1178 )
2020-10-07 14:19:12 -04:00
26883208cd
Create separate SendActivityTask for each destination
2020-10-06 19:19:53 +02:00
60730e81d9
Avoid duplicate comment send, better activity logging
2020-10-06 18:28:31 +02:00
ca4868cefd
Adding a boolean check to send_activity_internal
2020-10-06 10:19:01 -05:00
9e84fe20e6
Dont send mentions to inbox of local community
...
also, dont start SendActivityTask for empty `to`, and remove
useless comment
2020-10-06 14:58:37 +02:00
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
2020-10-05 15:25:09 +00:00
048fe287c2
Running cargo fmt.
2020-10-03 09:50:06 -05:00
9fa2092a21
Adding some logging.
2020-10-03 09:47:06 -05:00
2e2b6eacd7
Fixing pretty print again.
2020-10-02 10:15:26 -05:00
eef0a5c7e8
Adding pretty print for activities.
2020-10-02 09:21:14 -05:00
15adc21e1f
Only search locally for Community::read_from_name and similar (ref #698 )
2020-10-02 14:18:20 +02:00
f5b511ccce
Merge branch 'main' into no-send-blocked-dess
2020-10-01 15:57:47 -05:00
2ad137c280
Merge branch 'remove-hardcoded-https-dess' into main
2020-10-01 12:56:04 -05:00
3a24adc57f
Renaming to sign_and_send
2020-10-01 12:54:20 -05:00
a4cb067130
Dont send to blocked instances, rewrite activity_sender
2020-09-30 20:35:02 +02:00
Dessalines
0ebd830814
More overwriteable fields ( #1155 )
...
* Adding more overwriteable fields for user. Fixes #1154
* Adding a note for bio.
2020-09-30 20:28:58 +02:00
1fc21aed1c
Use http-signature-normalization-reqwest
2020-09-29 20:08:50 -05:00
c1db1042ad
Also sign the digest header
2020-09-29 16:46:49 +02:00