Commit graph

988 commits

Author SHA1 Message Date
Jamie Bliss
5dcc714e25
Merge branch 'main' into httpy 2024-05-21 15:15:02 -04:00
Jamie Bliss
024b01a144
Add myself to a few docs (#713)
* Add myself to a few docs

* Update conf.py
2024-05-21 14:11:53 -04:00
Henri Dickson
8f17b81912
fix 500 when save edited annoucements (#708) 2024-05-21 13:55:17 -04:00
Andrew Godwin
7c34ac78ed Write a release checklist and do a couple things on it 2024-02-06 14:49:35 -07:00
Henri Dickson
72eb6a6271
add application/activity+json to accept header to improve compatibility (#694) 2024-02-05 21:40:04 -05:00
Jamie Bliss
b2223ddf42
Back out push notification changes 2024-02-05 21:18:59 -05:00
Jamie Bliss
045a499ddf
Fix docs 2024-02-05 20:59:22 -05:00
Jamie Bliss
0fa48578f2
Write release notes for 0.11.0 2024-02-05 20:53:09 -05:00
Jamie Bliss
e46992448d
Handle socket errors, sign Digest header
It turns out, signing the header about the content is pretty important.
2024-01-14 19:06:13 +00:00
Jamie Bliss
3c6820cfe3
Add header allowlist 2024-01-14 18:46:02 +00:00
Jamie Bliss
1dec02f89c
Fix follow_redirects handling 2024-01-12 00:19:49 -05:00
Jamie Bliss
cd160050ac
Update files, emoji, fan_out 2024-01-12 00:05:30 -05:00
Jamie Bliss
d8acdf4005
Add Client extensions to get, request, post2 2024-01-12 00:02:44 -05:00
Jamie Bliss
bbc5cd989f
Use httpx_mock instead of httpbin 2024-01-11 23:20:15 -05:00
Jamie Bliss
e4b2ec5d0d
Test request-based signing 2024-01-11 23:07:37 -05:00
Jamie Bliss
28bf2540fc
Add test for blocking localhost 2024-01-11 21:49:14 -05:00
Jamie Bliss
a13d023750
Fix calling the wrapped transport 2024-01-10 23:28:44 -05:00
Jamie Bliss
17f109176e
Can't unify Header and dict
And that makes me sad
2024-01-11 04:07:09 +00:00
Jamie Bliss
0f033832d6
Merge branch 'main' into httpy 2024-01-10 23:02:45 -05:00
Jamie Bliss
5b1edda5a0
Correctly reference BaseClient 2024-01-11 04:01:54 +00:00
Jamie Bliss
2404a2a3e8
Add some basic tests. 2024-01-11 03:57:37 +00:00
Jamie Bliss
c2ecb53bb3
Actually implement range blocking. 2024-01-11 03:45:04 +00:00
Henri Dickson
f86f3a49e4
Fix when report ap message does not have content field (#689) 2024-01-08 19:48:21 -07:00
Henri Dickson
2f4daa02bd
Add missing validator to initial migration (#687) 2024-01-04 08:59:26 -07:00
Henri Dickson
798222dcdb
Post update/delete also fanout to those who liked/boosted it but not following the author (#684) 2023-12-31 11:06:30 -07:00
Henri Dickson
74b3ac551a
Fix accept/reject follow request (#683) 2023-12-27 11:48:09 -07:00
Henri Dickson
4a09379e09
Fix federating with GoToSocial (#682) 2023-12-26 10:26:03 -07:00
Henri Dickson
448092d6d9
Improve identity deletion (#678) 2023-12-16 23:49:59 +00:00
Henri Dickson
5d508a17ec
Basic protection against invalid domain names (#680) 2023-12-13 09:04:41 +00:00
Jamie Bliss
6ebc23e24b
Actually implement signing in the httpy client. 2023-12-12 20:20:55 +00:00
Jamie Bliss
d4058faf55
Start framing out httpy 2023-12-12 19:11:38 +00:00
Jamie Bliss
d07482f5a8
Allow statusless posts (#677) 2023-12-07 16:32:18 -07:00
Henri Dickson
123c20efb1
When remote follows local, hold off sending Accept if remote identity is not fully fetched (#676) 2023-12-06 11:08:41 -07:00
Karthik Balakrishnan
83607779cd
Fix README: 0.10.1 is latest release (#675) 2023-12-01 09:11:18 -07:00
Andrew Godwin
837320f461 Invert pruning exit codes 2023-12-01 00:03:09 -07:00
Rob
5f28d702f8
Make max_media_attachments configurable by admin (#669) 2023-11-28 09:52:04 -07:00
Henri Dickson
ac7fef4b28
Do not fetch webfinger if when querying identity on local domain (#668) 2023-11-26 21:00:58 -07:00
Henri Dickson
6855e74c6f
Do not retry unmute if mute never expires 2023-11-26 12:46:31 -07:00
Henri Dickson
a58d7ccd8f
Do not make local identities outdated (#667) 2023-11-26 11:19:18 -07:00
Rob
1a728ea023
Add s3-insecure to pydantic checker (#665) 2023-11-26 11:13:55 -07:00
Humberto Rocha
b031880e41
Extract json parser to core and use in fetch_actor (#663) 2023-11-20 11:46:51 -07:00
Humberto Rocha
81d019ad0d
Improve search api json parsing (#662) 2023-11-19 11:32:35 -07:00
Henri Dickson
5267e4108c
Allow unicode characters in hashtag (#659) 2023-11-19 09:58:20 -07:00
Henri Dickson
b122e2beda
Fix fetching post from another takahe by searching its url (#661) 2023-11-18 21:03:51 -07:00
Rob
ae1bfc49a7
Add s3-insecure for S3 backend (#658) 2023-11-17 21:49:06 -07:00
Osma Ahvenlampi
1ceef59bec
Module-specific loggers and minor reformatting (#657) 2023-11-16 10:27:20 -07:00
Humberto Rocha
2f546dfa74
Do not canonicalise non json content in the search endpoint (#654) 2023-11-15 15:00:56 -07:00
Andrew Godwin
cc9e397f60 Ensure post pruning has a random selection element 2023-11-14 00:04:18 -07:00
Andrew Godwin
dc397903b2 Fix release date formatting 2023-11-13 12:18:30 -07:00
Andrew Godwin
debf4670e8 Releasing 0.10.1 2023-11-13 12:16:40 -07:00