David Roetzel
6f509d71c3
Make sure collection exists before items are added ( #38424 )
2026-03-26 14:42:44 +00:00
Claire
e81a4e258c
Add support for FEP-2c59 ( #38239 )
2026-03-26 13:33:16 +00:00
Claire
19806be8ec
Fix processing keys from separate documents ( #38407 )
2026-03-25 22:03:33 +00:00
Claire
15dbf8040e
Add support for multiple keypairs for remote accounts ( #38279 )
2026-03-25 14:52:12 +00:00
David Roetzel
a0f6b6d365
Fix off-by-one error when creating collection items ( #38394 )
2026-03-25 14:29:11 +00:00
Matt Jankowski
52a8bf4118
Add constants for delay in services ( #38375 )
2026-03-25 09:59:38 +00:00
Claire
4559e4ed1a
Merge commit from fork
2026-03-24 15:44:08 +01:00
Claire
ca08c040b0
Federate new profile settings ( #38314 )
2026-03-24 09:20:17 +00:00
David Roetzel
3c47020f93
Allow service to update existing Collections ( #38329 )
2026-03-23 14:09:10 +00:00
Claire
39d9da3b82
Tag linked FeaturedCollection objects over ActivityPub ( #38115 )
2026-03-23 13:11:33 +00:00
Claire
d48470a1fc
Change media description length limit for remote media attachments from 1500 to 10000 characters ( #37921 )
2026-03-23 10:32:41 +00:00
David Roetzel
7aa696149f
Fetch an actor's featured collections ( #38306 )
2026-03-20 15:34:04 +00:00
David Roetzel
f43969a0eb
New service to fetch remote collections ( #38298 )
2026-03-19 14:27:02 +00:00
David Roetzel
96c93ba835
Only persist a collection item's approval URI once it is verified ( #38255 )
2026-03-17 15:14:30 +00:00
Matt Jankowski
f07e84f9de
Rescue JSON::ParserError where already converted ( #38244 )
2026-03-17 08:57:10 +00:00
Matt Jankowski
3832030711
Convert Oj.load -> JSON.parse in most places ( #38236 )
2026-03-16 16:38:19 +00:00
Matt Jankowski
703f2d0263
Use implicit to_json call in app/services ( #38225 )
2026-03-16 15:17:57 +00:00
David Roetzel
12c63a382c
Handle adding already approved collection items ( #38213 )
2026-03-16 10:35:07 +00:00
David Roetzel
84d8020165
Store a remote actor's featuredCollections URI ( #38166 )
2026-03-12 09:11:32 +00:00
David Roetzel
3091e2e525
Ingestion of remote collections ( #38144 )
2026-03-11 14:29:00 +00:00
David Roetzel
1d46558e8d
Ingestion of remote collection items ( #38106 )
2026-03-09 14:59:57 +00:00
Claire
9b4a09f760
Fix poll expiration notification being re-triggered on implicit updates ( #38078 )
2026-03-05 14:53:00 +00:00
Shlee
6ab24de659
trustworthy_attribution - Bounce bad URIs ( #37372 )
2026-03-02 10:03:21 +00:00
Nicholas La Roux
438602c488
Upgrade rubocop from v1.84.0 to v1.84.2, update config, and correct offences ( #37795 )
2026-02-17 14:56:46 +00:00
Claire
9129f98776
Process actor public keys when they are in a separate document without the ActivityStreams context ( #37826 )
2026-02-11 15:47:24 +00:00
Claire
040555be7f
Fix NoMethodError in ActivityPub::FetchFeaturedTagsCollectionService ( #37806 )
2026-02-10 15:24:54 +00:00
Jonny Saunders
e17bbed88f
Change: Consolidate collection handling in jsonld helper ( #34595 )
2026-02-09 15:19:36 +00:00
Claire
5b24f4097d
Fix processing of object updates with duplicate hashtags ( #37756 )
2026-02-06 10:09:42 +00:00
Claire
6af4696c70
Add backend support for storing remote actors profile pic and header descriptions ( #37634 )
2026-01-28 09:32:59 +00:00
Claire
7af5ba271d
Fix error when encountering invalid tag in updated object ( #37635 )
2026-01-27 16:01:22 +00:00
Claire
028e76f770
Merge commit from fork
...
* Add limit on inbox payload size
The 1MB limit is consistent with the limit we use when fetching remote resources
* Add limit to number of options from federated polls
* Add a limit to the number of federated profile fields
* Add limit on federated username length
* Add hard limits for federated display name and account bio
* Add hard limits for `alsoKnownAs` and `attributionDomains`
* Add hard limit on federated custom emoji shortcode
* Highlight most destructive limits and expand on their reasoning
2026-01-20 15:14:45 +01:00
Claire
9b6500f74a
Skip tombstone creation on deleting from 404 ( #37533 )
2026-01-19 10:36:58 +00:00
David Roetzel
4e63958914
Federated "featureable in collections" preference ( #37298 )
2025-12-19 13:44:27 +00:00
Renaud Chaput
795aaa14bf
Remove environment variables to config Fetch All Replies behaviour ( #36627 )
2025-10-28 15:58:18 +00:00
Claire
8fb524e07f
Add support for Update of converted object types ( #36322 )
2025-10-28 14:05:14 +00:00
Claire
405a49df44
Merge commit from fork
...
* Refuse granting quote authorization for reblogs
* Add validation to reject quotes of reblogs
* Do not process quotes of reblogs as potentially valid quotes
* Refuse to serve quoted reblogs over REST API
2025-10-21 15:00:28 +02:00
Claire
d4a4a7177a
Fix crash when serializing quotes of deleted posts for ActivityPub ( #36381 )
2025-10-09 13:52:38 +00:00
Claire
b7c5e60426
Fix quote post state sometimes not being updated through streaming server ( #36408 )
2025-10-09 09:53:45 +00:00
Claire
a0a56a4c7b
Fix processing of out-of-order Update as implicit updates ( #36190 )
2025-09-19 09:52:17 +00:00
Claire
e4bb0fc43a
Add server-side support for handling posts with a quote policy allowing followers to quote ( #36127 )
2025-09-15 15:03:44 +00:00
Claire
f5591346cc
Add following_url to accounts ( #36093 )
2025-09-15 13:45:57 +00:00
fiona
e665cc68f4
Fix handling of edited status with new media and no text ( #35970 )
2025-09-02 12:25:55 +00:00
Claire
c00ed9c913
Add digest re-check before removing followers in synchronization mechanism ( #34273 )
2025-08-27 12:12:55 +00:00
Claire
3fd629cf84
Do not mark remote quotes of local posts as approved before request ( #35860 )
2025-08-22 23:59:18 +00:00
Claire
258e5c4938
Fix interaction policy changes in implicit updates not being saved ( #35751 )
2025-08-12 12:19:29 +00:00
Claire
0153a239db
Avoid nested transactions when fetching quote posts ( #35657 )
2025-08-04 14:34:05 +00:00
Claire
591df1f205
Add support for local quote stamps ( #35626 )
2025-08-01 14:55:25 +00:00
Claire
0e249cba4b
Revoke quote posts when those get deleted ( #35614 )
2025-07-31 14:23:36 +00:00
Claire
572a0e128d
Change quote verification to not bypass authorization flow for mentions ( #35528 )
2025-07-31 07:39:53 +00:00
Claire
efc0d237af
Fix synchronous recursive fetching of deeply-nested quoted posts ( #35600 )
2025-07-30 14:39:30 +00:00