Commit graph

1076 commits

Author SHA1 Message Date
Claire
20f06798a0 Change Mastodon to issue correctly-signed queries by default () 2024-09-30 13:28:03 +02:00
Claire
d675803f07
Fix broken notifications for mentions from local moderators in 4.2.11 () 2024-08-19 09:52:32 +02:00
Jeong Arm
8fe1cefe4c Handle featured collections without items () 2024-08-16 12:30:59 +02:00
Jonathan de Jong
9d2e59bb45 Fix error when encountering malformed Tag objects from Kbin () 2024-08-16 12:30:59 +02:00
Claire
0a345ad5e1 Fix logic of block/mute bypass for mentions from moderators () 2024-08-16 12:30:59 +02:00
Claire
13bab94265 Fix duplicate orderedItems in user archive's outbox.json () 2024-08-16 12:30:59 +02:00
Adam Niedzielski
161aa0f8f6 Select correct self link when parsing Webfinger response () 2024-08-16 12:30:59 +02:00
Claire
6cd9bd6ae1 fix: Return HTTP 422 when scheduled status time is less than 5 minutes () 2024-07-03 10:57:46 +02:00
David Roetzel
846f59c6e9 Add size limit for link preview URLs () 2024-07-03 10:57:46 +02:00
Claire
19ed22dc58 Fix duplicate @context attribute in user export () 2024-06-18 15:37:41 +02:00
Claire
943792c187
Merge pull request from GHSA-5fq7-3p3j-9vrf 2024-05-30 14:03:13 +02:00
Claire
51ef619140 Fix Idempotency-Key ignored when scheduling a post () 2024-05-17 12:30:00 +02:00
Claire
f3ad918950
Fix processing of Link objects in Image objects () 2024-02-23 09:53:04 +01:00
Claire
9a7802655f
Fix link verifications when page size exceeds 1MB () 2024-02-22 19:12:53 +01:00
Claire
15de520201
Merge pull request from GHSA-jhrq-qvrm-qr36
* Fix insufficient Content-Type checking of fetched ActivityStreams objects

* Allow JSON-LD documents with multiple profiles
2024-02-16 11:56:12 +01:00
Claire
a6641f828b
Merge pull request from GHSA-3fjr-858r-92rw
* Fix insufficient origin validation

* Bump version to v4.2.5
2024-02-01 15:56:46 +01:00
Claire
b377f82b1d Fix processing of compacted single-item JSON-LD collections () 2024-01-24 15:31:13 +01:00
Jonathan de Jong
2dbf176d23 Retry 401 errors on replies fetching ()
Co-authored-by: Claire <claire.github-309c@sitedethib.com>
2024-01-24 15:31:13 +01:00
MitarashiDango
0a01bc01d2 Fix Undo Announce activity is not sent, when not followed by the reblogged post author ()
Co-authored-by: Claire <claire.github-309c@sitedethib.com>
2024-01-24 15:31:13 +01:00
Claire
a12b7551cf Fix N+1s because of association preloaders not actually getting called () 2024-01-24 15:31:13 +01:00
Claire
279be07679 Fix LinkCrawlWorker error when encountering empty OEmbed response () 2024-01-24 15:31:13 +01:00
Jonathan de Jong
252ea2fc67 Have Follow activities bypass availability ()
Co-authored-by: Claire <claire.github-309c@sitedethib.com>
2023-12-04 15:28:15 +01:00
Claire
54a07731d1 Fix posts from threads received out-of-order sometimes not being inserted into timelines () 2023-12-04 15:28:15 +01:00
Claire
74dd325112
Fix duplicate reports being sent when reporting some remote posts (port to v4.2.1) () 2023-10-10 18:23:31 +02:00
Claire
8a6fa34040 Fix incorrectly keeping outdated update notices absent from the API endpoint () 2023-10-10 13:52:41 +02:00
Claire
ff32475f5f
Merge pull request from GHSA-2693-xr3m-jhqr 2023-09-19 16:53:21 +02:00
Claire
6273416292
Fix post edits not being forwarded as expected () 2023-09-15 19:54:32 +02:00
Claire
9693c271f1
Fix processing of min_id and max_id parameters in /api/v2/search () 2023-09-15 10:23:24 +02:00
Claire
20ac5be1c1
Fix error on status type notification (bell icon) () 2023-09-11 20:23:13 +02:00
Eugen Rochko
3a679844e4
Fix account_id, max_id and min_id params not working in search () 2023-09-08 14:25:00 +02:00
Claire
cab4cbfa5c
Fix “Scoped order is ignored, it's forced to be batch order.” warnings () 2023-09-05 15:37:23 +02:00
Eugen Rochko
ece1ff77d6
Add in:library syntax to search ()
Co-authored-by: Claire <claire.github-309c@sitedethib.com>
2023-09-04 17:20:35 +02:00
Claire
16681e0f20
Add admin notifications for new Mastodon versions () 2023-09-01 17:47:07 +02:00
Claire
9e26cd5503
Add authorized_fetch server setting in addition to env var () 2023-09-01 15:41:10 +02:00
Eugen Rochko
872145d1c2
Fix not being able to invoke phrase search using unicode quotation marks () 2023-09-01 09:27:03 +02:00
Eugen Rochko
2304cc6456
Fix bad search type heuristic () 2023-08-28 17:08:37 +02:00
Eugen Rochko
67166de865
Add from:me syntax to search () 2023-08-28 12:43:00 +02:00
jsgoldstein
8e8747c564
Update ordering to use id from body of document instead of deprecated _id () 2023-08-25 18:16:08 +02:00
Claire
82ec6f162b
Fix statuses search Elasticsearch query () 2023-08-25 17:01:56 +02:00
jsgoldstein
30c191aaa0
Add new public status index ()
Co-authored-by: Eugen Rochko <eugen@zeonfederated.com>
Co-authored-by: Claire <claire.github-309c@sitedethib.com>
2023-08-24 16:40:04 +02:00
jsgoldstein
85057865b4
Update Account Search to prioritize username over display name () 2023-08-23 15:40:09 +02:00
Robert R George
cf6f70799b
Add support for federating memorial attribute () 2023-08-23 08:27:24 +02:00
Claire
90ec88d58b
Add support for indexable attribute on remote actors ()
Co-authored-by: Eugen Rochko <eugen@zeonfederated.com>
2023-08-14 18:54:51 +02:00
Eugen Rochko
72423bc8f6
Change account search tokenizer and queries () 2023-08-08 09:09:14 +02:00
Claire
30c64bf616
Fix list import concurrently creating lists of the same name () 2023-08-07 17:59:20 +02:00
Claire
6b896b20cc
Add primary key to preview_cards_statuses join table (includes deduplication migration) () 2023-08-03 11:12:52 +02:00
Emelia Smith
e258b4cb64
Refactor: replace whitelist_mode mentions with limited_federation_mode () 2023-08-02 19:32:48 +02:00
Christian Schmidt
f96e4b3047
Use original URL in preview if it redirects to 4xx page () 2023-07-28 23:02:08 +02:00
Misty De Méo
12a6cf569e
Storage: add :azure to remaining callers () 2023-07-27 16:13:45 +02:00
Claire
1e3b19230a
Add stricter protocol fields validation for accounts () 2023-07-20 18:23:48 +02:00