silverpill
|
3dbb922f3c
|
Return error if trying to sign activity which is already signed
|
2022-11-02 16:08:34 +00:00 |
|
silverpill
|
4193ba94a5
|
Write warning to log if request signer differs from activity signer
|
2022-10-31 22:33:14 +00:00 |
|
silverpill
|
8c1d871d9e
|
Return HTTP 405 in reponse to POST request to outbox
ActivityPub C2S is not supported.
|
2022-10-31 19:11:00 +00:00 |
|
silverpill
|
c8b8a5ffe5
|
Remove name attribute from link tag
|
2022-10-28 15:34:30 +00:00 |
|
silverpill
|
2e7403ef14
|
Add redirection views for /profile/{id} and /post/{id} paths
|
2022-10-27 22:13:53 +00:00 |
|
silverpill
|
367e3f37c7
|
Verify signed activities
|
2022-10-27 20:45:49 +00:00 |
|
silverpill
|
077d942573
|
Add error type for AP authentication errors
|
2022-10-27 20:09:47 +00:00 |
|
silverpill
|
a67a7b9b17
|
Remove character limit check
|
2022-10-25 19:49:48 +00:00 |
|
silverpill
|
a3723e2e6d
|
Sign outgoing activities
|
2022-10-24 21:20:41 +00:00 |
|
silverpill
|
295150361c
|
Improve reporting of JSON parsing error
|
2022-10-24 21:19:48 +00:00 |
|
silverpill
|
01d3f54939
|
Move verify_signed_request function to activitypub::authentication module
|
2022-10-23 23:51:51 +00:00 |
|
silverpill
|
256e225742
|
Rename ImportError to HandlerError
|
2022-10-23 23:51:51 +00:00 |
|
silverpill
|
1e575b2f6f
|
Rewrite receive_activity to return ImportError instead of HttpError
|
2022-10-23 23:51:50 +00:00 |
|
silverpill
|
862415d49b
|
Refactor http_signatures module
|
2022-10-23 23:49:16 +00:00 |
|
silverpill
|
0063a14264
|
Send notifications when actor moves to another instance
|
2022-10-23 17:56:32 +00:00 |
|
silverpill
|
9b31395853
|
Handle Move(Person) activity
https://codeberg.org/silverpill/mitra/issues/10
|
2022-10-23 17:56:23 +00:00 |
|
silverpill
|
65661698c7
|
Pass instance as ref to activity builders
|
2022-10-22 11:33:23 +00:00 |
|
silverpill
|
8f7dd5d88c
|
Write message to log if remote actor has aliases
|
2022-10-22 11:33:09 +00:00 |
|
silverpill
|
f92428e509
|
Add support for SOCKS proxy
|
2022-10-19 20:29:24 +00:00 |
|
silverpill
|
36730be03b
|
Replace actor image fetchers with a single function
|
2022-10-19 19:47:06 +00:00 |
|
silverpill
|
dbe54f0924
|
Sort inboxes before delivering activity
|
2022-10-18 21:35:59 +00:00 |
|
silverpill
|
f0dace197b
|
Allow instance URI to be onion, i2p or yggdrasil address
|
2022-10-18 19:10:30 +00:00 |
|
silverpill
|
eef20f6b7c
|
Write list of unreachable instances to log after finishing delivery
|
2022-10-18 00:20:02 +00:00 |
|
silverpill
|
09d025d461
|
Add get_hostname function
|
2022-10-18 00:06:26 +00:00 |
|
silverpill
|
879e284403
|
Fetch posts quoted in replies
Previously only quotes in top-level posts were processed.
|
2022-10-17 19:00:56 +00:00 |
|
silverpill
|
762b3e053e
|
Refactor fetcher loop in import_post
|
2022-10-17 18:55:09 +00:00 |
|
silverpill
|
374d17c8cf
|
Prevent panic in import_post
|
2022-10-17 00:01:44 +00:00 |
|
silverpill
|
22d4695614
|
Add get_post_by_object_id helper
|
2022-10-15 14:20:45 +00:00 |
|
silverpill
|
a74736d29f
|
Ignore Update(Note) if it tries to update local post
|
2022-10-15 14:13:12 +00:00 |
|
silverpill
|
0ce634564b
|
Rename some functions
|
2022-10-15 13:08:50 +00:00 |
|
silverpill
|
03ebf75da2
|
Wrap markdown in remote object content in <p> tag
|
2022-10-13 16:52:06 +00:00 |
|
silverpill
|
47149e5379
|
Fix panic during post deletion
|
2022-10-11 19:52:41 +00:00 |
|
silverpill
|
81910f9591
|
Rename instance field in ActorAddress to hostname
|
2022-10-09 14:28:30 +00:00 |
|
silverpill
|
0a62fdac2b
|
Remove target="_blank" and add rel="noopener" during HTML cleaning
|
2022-10-09 13:06:57 +00:00 |
|
silverpill
|
448b5afa88
|
Add line break before inline-quote block
|
2022-10-06 22:50:34 +00:00 |
|
silverpill
|
9bc53b6734
|
Don't add FEP-e232 link tags to outgoing activities
|
2022-10-05 18:52:06 +00:00 |
|
silverpill
|
c7499cb0dc
|
Fix creation date in reposts
|
2022-10-04 23:29:29 +00:00 |
|
silverpill
|
fa49e2b4c2
|
Remove acct field from ProfileCreateData struct
|
2022-10-04 21:18:55 +00:00 |
|
silverpill
|
5c56f831db
|
Rewrite DbActorProfile.actor_address() to return ActorAddress object
|
2022-10-04 21:18:38 +00:00 |
|
silverpill
|
0c00dca7d3
|
Use actor address regexp for parsing acct: URI
|
2022-10-04 00:31:25 +00:00 |
|
silverpill
|
8b6aef2b7a
|
Validate acct during profile creation
|
2022-10-04 00:31:21 +00:00 |
|
silverpill
|
429f530a71
|
Refactor ActorAddress type
|
2022-10-03 21:21:20 +00:00 |
|
silverpill
|
7fdf1e7400
|
Add quoteUrl property to outgoing notes with object links
|
2022-10-02 21:23:16 +00:00 |
|
silverpill
|
a685829472
|
Implement FEP-e232 and allow to add quotes to posts
|
2022-10-02 21:23:16 +00:00 |
|
silverpill
|
5b7979b9d4
|
Use add_related_posts helper in outbox and object views
|
2022-10-02 21:23:16 +00:00 |
|
silverpill
|
feca43dea7
|
Rename constants
|
2022-10-02 21:23:16 +00:00 |
|
silverpill
|
81c590559e
|
Use u16 when working with page size
|
2022-09-29 21:47:35 +00:00 |
|
silverpill
|
f9465693a3
|
Allow remote posts without content
|
2022-09-29 15:37:26 +00:00 |
|
silverpill
|
b53a1298a2
|
Limit number of attachments in remote posts
|
2022-09-27 23:40:24 +00:00 |
|
silverpill
|
ce28c2e9fb
|
Add totalItems property to followers, following and subscribers collections
|
2022-09-25 21:11:18 +00:00 |
|
silverpill
|
c488d5b5d4
|
Log attachment fetching errors
|
2022-09-19 18:39:56 +00:00 |
|
silverpill
|
4bc4a5c2f8
|
Ignore Announce(Update) activities
|
2022-09-17 17:29:31 +00:00 |
|
silverpill
|
24303f00d0
|
Allow tag property value to be an object
|
2022-09-17 16:35:23 +00:00 |
|
silverpill
|
6a5bf06d74
|
Ignore Announce(Like) activities
|
2022-09-15 21:40:24 +00:00 |
|
silverpill
|
7600efccb5
|
Add subscribers_count field to Account object
|
2022-09-13 19:15:58 +00:00 |
|
silverpill
|
5e8a95c646
|
Ignore Announce(Create) activities
|
2022-09-13 13:38:02 +00:00 |
|
silverpill
|
9aafe0eaf4
|
Ignore Accept(Follow) if follow request is already accepted
|
2022-09-12 23:39:08 +00:00 |
|
silverpill
|
43eda37322
|
Replace Person object with target actor ID in Follow() activity
Following Lemmy communities.
|
2022-09-12 18:31:01 +00:00 |
|
silverpill
|
9f3b95c41d
|
Mention all subscribers when creating subscribers-only post
|
2022-09-11 14:25:30 +00:00 |
|
silverpill
|
ed98648756
|
Truncate inbox response text before logging it
|
2022-09-04 11:59:07 +00:00 |
|
silverpill
|
0d7325f8f6
|
Increase max download size
|
2022-09-01 12:38:39 +00:00 |
|
silverpill
|
423eec0a2c
|
Add MoneroSubscription payment option
|
2022-08-31 20:42:57 +00:00 |
|
silverpill
|
c5c3911de6
|
Require chain ID field in payment options of ethereum type
|
2022-08-29 22:28:34 +00:00 |
|
silverpill
|
742e731b95
|
Convert PaymentOption type into enum
|
2022-08-25 19:16:38 +00:00 |
|
silverpill
|
f4d1e756d4
|
Fetch object referenced by quoteUrl property and create a link between posts
|
2022-08-21 23:45:49 +00:00 |
|
silverpill
|
d9def75b32
|
Create post_link table to store links between posts
|
2022-08-21 22:36:31 +00:00 |
|
silverpill
|
fcf7db97cb
|
Rename posts::tags module to posts::hashtags
|
2022-08-21 21:35:12 +00:00 |
|
silverpill
|
e51f5fa3bb
|
Set limit on the size of remote media files
|
2022-08-18 22:57:58 +00:00 |
|
silverpill
|
3b56b29785
|
Refactor utils::files and move upload helpers to mastodon_api::uploads module
|
2022-08-18 21:26:24 +00:00 |
|
silverpill
|
a804d0e8bb
|
Add "published" property to outgoing Announce(Note) activities
|
2022-08-08 17:51:46 +00:00 |
|
silverpill
|
fd632b4816
|
Use custom type for building Announce(Note) activity
|
2022-08-08 15:45:49 +00:00 |
|
silverpill
|
bdcdb06c51
|
Add pagination headers to followers/following API responses
|
2022-08-07 18:27:28 +00:00 |
|
silverpill
|
272ee9997b
|
Don't return error after receiving Add() or Remove() with "featured" collection as target
|
2022-08-04 12:34:30 +00:00 |
|
silverpill
|
980d65fa5e
|
Use exponential backoff when waiting for delivery retry
|
2022-08-04 12:34:25 +00:00 |
|
silverpill
|
eb5e6b969b
|
Make subscribers part of primary audience of Note
|
2022-07-29 09:33:40 +00:00 |
|
silverpill
|
edc64bbbb2
|
Add tests for Delete(Note) activity builder
|
2022-07-29 09:31:15 +00:00 |
|
silverpill
|
a70c841955
|
Fix audience of private Delete(Note) activity
|
2022-07-28 23:50:27 +00:00 |
|
silverpill
|
aefed2479e
|
Fix audience of private Undo(Like) activity
|
2022-07-28 22:42:43 +00:00 |
|
silverpill
|
ecc4afe568
|
Append object URL to post content if object type is not Note
|
2022-07-28 22:04:14 +00:00 |
|
silverpill
|
67c6b76bcb
|
Refactor profile importers
|
2022-07-27 13:30:13 +00:00 |
|
silverpill
|
bc1b73dd24
|
Ignore error if profile re-fetching fails
|
2022-07-27 12:36:42 +00:00 |
|
silverpill
|
33a711b91c
|
Attach subscription page link to actor object
|
2022-07-25 21:39:06 +00:00 |
|
silverpill
|
e573ecb27b
|
Add payment_options field to actor profile
|
2022-07-25 17:44:36 +00:00 |
|
silverpill
|
cef026f89a
|
Retry activity delivery on failure
|
2022-07-24 21:21:29 +00:00 |
|
silverpill
|
42cbe44357
|
Move functions for working with actor attachments to actors::attachments module
|
2022-07-23 22:03:09 +00:00 |
|
silverpill
|
a00b704cf4
|
Rename actor module to actors::types
|
2022-07-23 21:41:49 +00:00 |
|
silverpill
|
b185e1f391
|
Remove "capabilities" property from actor object
|
2022-07-23 20:26:40 +00:00 |
|
silverpill
|
5b0cfe1f6b
|
Ignore errors when fetching avatar or banner of remote actor
|
2022-07-22 23:02:46 +00:00 |
|
silverpill
|
09b06c4fdb
|
Allow to like private posts
|
2022-07-20 21:53:40 +00:00 |
|
silverpill
|
672ff5f0ac
|
Handle incoming Add(Person) and Remove(Person) activities
|
2022-07-17 02:01:11 +00:00 |
|
silverpill
|
0a8e06995b
|
Send Remove(Person) activity when subscription expires
|
2022-07-17 00:11:02 +00:00 |
|
silverpill
|
acdb51e6f4
|
Add builder for Add(Person) activity
|
2022-07-17 00:11:02 +00:00 |
|
silverpill
|
dcb5736d74
|
Use tokio::spawn instead of actix_rt::spawn
|
2022-07-17 00:03:43 +00:00 |
|
silverpill
|
fd4d56c82b
|
Make deliverer accept any serializable object
|
2022-07-16 14:48:37 +00:00 |
|
silverpill
|
9a38fb25bf
|
Move AP ID parsers to activitypub::identifiers module
|
2022-07-16 14:10:56 +00:00 |
|
silverpill
|
d2ba86315c
|
Move AP ID helpers to activitypub::identifiers module
|
2022-07-16 01:49:48 +00:00 |
|
silverpill
|
34ecf56ccd
|
Add actor collections enum
|
2022-07-15 23:53:31 +00:00 |
|
silverpill
|
75e4bfaaf7
|
Add tests for get_instance_actor()
|
2022-07-15 23:53:31 +00:00 |
|
silverpill
|
85899e020f
|
Set connect timeout to 30 secs in fetcher module
|
2022-07-14 17:47:18 +00:00 |
|
silverpill
|
9aa9130d05
|
Move audience helpers to activitypub::builders
|
2022-07-14 14:14:14 +00:00 |
|