01436cf161
Merge tag 'v4.2.13'
2024-10-02 10:18:05 +10:00
Claire
245a74f9ca
Add “A Mastodon update is available.” message on admin dashboard for non-bugfix updates ( #32106 )
2024-09-30 13:28:03 +02:00
Claire
20f06798a0
Change Mastodon to issue correctly-signed queries by default ( #31994 )
2024-09-30 13:28:03 +02:00
Claire
e66aaee1a4
Fix security context sometimes not being added in LD-Signed activities ( #31871 )
2024-09-30 13:28:03 +02:00
Claire
9bfbba3224
Fix issue when encountering reblog of deleted post in feed rebuild ( #32001 )
2024-09-30 13:28:03 +02:00
9bcb7630b3
Merge tag 'v4.2.12' into chinwag-next
2024-09-24 20:03:33 +10:00
Claire
a2c7f7f690
Fix division by zero on some video/GIF files ( #30600 )
2024-08-16 12:30:59 +02:00
Claire
13bab94265
Fix duplicate orderedItems
in user archive's outbox.json
( #31099 )
2024-08-16 12:30:59 +02:00
Adam Niedzielski
161aa0f8f6
Select correct self link when parsing Webfinger response ( #31110 )
2024-08-16 12:30:59 +02:00
Claire
fe92b241b2
Fix status processing failing halfway when a remote post has a malformed replies
attribute ( #31246 )
2024-08-16 12:30:59 +02:00
Claire
a1c7aae28a
Merge pull request from GHSA-xjvf-fm67-4qc3
2024-07-04 16:45:52 +02:00
Claire
d4bf22b632
Merge pull request from GHSA-xjvf-fm67-4qc3
2024-07-04 16:45:52 +02:00
Claire
122740047a
Merge pull request from GHSA-vp5r-5pgw-jwqx
...
* Fix streaming sessions not being closed when revoking access to an app
* Add tests for GHSA-7w3c-p9j8-mq3x
2024-07-04 16:11:28 +02:00
Claire
df974a912b
Merge pull request from GHSA-vp5r-5pgw-jwqx
...
* Fix streaming sessions not being closed when revoking access to an app
* Add tests for GHSA-7w3c-p9j8-mq3x
2024-07-04 16:11:28 +02:00
David Roetzel
6cf83a2a64
Improve encoding detection for link cards ( #30780 )
2024-07-03 11:13:40 +02:00
Eugen Rochko
2a5819e8bb
Change search modifiers to be case-insensitive ( #30865 )
2024-07-03 11:13:40 +02:00
David Roetzel
9b6219c48f
Improve encoding detection for link cards ( #30780 )
2024-07-03 10:57:46 +02:00
Eugen Rochko
88b2d6eca5
Change search modifiers to be case-insensitive ( #30865 )
2024-07-03 10:57:46 +02:00
Emelia Smith
186f916192
Fix: remove broken OAuth Application vacuuming & throttle OAuth Application registrations ( #30316 )
...
Co-authored-by: Claire <claire.github-309c@sitedethib.com>
2024-05-29 16:39:26 +02:00
Claire
ba240cea0c
Normalize language code of incoming posts ( #30403 )
2024-05-29 15:31:34 +02:00
Claire
f9c41ae43b
Normalize language code of incoming posts ( #30403 )
2024-05-29 15:31:26 +02:00
Tim Rogers
a6089cdfca
Fixed crash when supplying FFMPEG_BINARY environment variable ( #30022 )
2024-05-17 12:30:07 +02:00
Tim Rogers
e69780ec59
Fixed crash when supplying FFMPEG_BINARY environment variable ( #30022 )
2024-05-17 12:30:00 +02:00
Claire
d807b3960e
Merge pull request from GHSA-7w3c-p9j8-mq3x
...
* Ensure destruction of OAuth Applications notifies streaming
Due to doorkeeper using a dependent: delete_all relationship, the destroy of an OAuth Application bypassed the existing AccessTokenExtension callbacks for announcing destructing of access tokens.
* Ensure password resets revoke access to Streaming API
* Improve performance of deleting OAuth tokens
---------
Co-authored-by: Emelia Smith <ThisIsMissEm@users.noreply.github.com>
2024-02-14 15:15:34 +01:00
Claire
0b0c7af2c1
Merge pull request from GHSA-7w3c-p9j8-mq3x
...
* Ensure destruction of OAuth Applications notifies streaming
Due to doorkeeper using a dependent: delete_all relationship, the destroy of an OAuth Application bypassed the existing AccessTokenExtension callbacks for announcing destructing of access tokens.
* Ensure password resets revoke access to Streaming API
* Improve performance of deleting OAuth tokens
---------
Co-authored-by: Emelia Smith <ThisIsMissEm@users.noreply.github.com>
2024-02-14 15:15:34 +01:00
Claire
5799bc4af7
Merge pull request from GHSA-3fjr-858r-92rw
...
* Fix insufficient origin validation
* Bump version to v4.1.13
2024-02-01 15:56:46 +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
3837ec2227
Fix Mastodon not correctly processing HTTP Signatures with query strings ( #28476 )
2024-01-24 15:31:13 +01:00
Claire
c609b726cb
Fix error when processing link preview with an array as inLanguage
( #28252 )
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 ( #18482 )
...
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 ( #28339 )
2024-01-24 15:31:13 +01:00
Claire
9292d998fe
Fix Mastodon not correctly processing HTTP Signatures with query strings ( #28476 )
2024-01-24 15:31:06 +01:00
MitarashiDango
4c5575e8e0
Fix Undo Announce activity is not sent, when not followed by the reblogged post author ( #18482 )
...
Co-authored-by: Claire <claire.github-309c@sitedethib.com>
2024-01-24 15:31:06 +01:00
Claire
1076a6cd62
Fix incoming status creation date not being restricted to standard ISO8601 ( #27655 )
2023-12-04 15:28:15 +01:00
Claire
de86e822f4
Fix error when trying to delete already-deleted file with OpenStack Swift ( #27569 )
2023-12-04 15:28:15 +01:00
Claire
4c38706474
Fix batch attachment deletion when using OpenStack Swift ( #27554 )
2023-12-04 15:28:15 +01:00
Claire
c66ade7de8
Fix processing LDSigned activities from actors with unknown public keys ( #27474 )
2023-12-04 15:28:15 +01:00
Claire
13205b54fd
Fix handling of inLanguage
attribute in preview card processing ( #27423 )
2023-12-04 15:28:15 +01:00
KMY(雪あすか)
8be33d4316
Fix when unfollow a tag, my post also disappears from the home timeline ( #27391 )
2023-12-04 15:28:15 +01:00
Claire
aa69ca74ed
Fix incorrect serialization of regional languages in contentMap
( #27207 )
2023-12-04 15:28:15 +01:00
Claire
803e15a3cf
Fix incoming status creation date not being restricted to standard ISO8601 ( #27655 )
2023-12-04 15:28:02 +01:00
Claire
1210524a3d
Fix processing LDSigned activities from actors with unknown public keys ( #27474 )
2023-12-04 15:28:02 +01:00
Claire
0619ec1592
Fix boosts of local users being filtered in account timelines ( #27204 )
2023-10-10 13:52:41 +02:00
Jakob Gillich
16dcdfcb4e
Fix importer returning negative row estimates ( #27258 )
2023-10-10 13:52:41 +02:00
Claire
6c25730024
Add redirection on /deck
URLs for logged-out users ( #27128 )
2023-10-10 13:52:41 +02:00
Renaud Chaput
238a17b145
Fix the search documentation URL in system checks ( #27036 )
2023-10-10 13:52:41 +02:00
Jakob Gillich
45669ac5e6
Fix importer returning negative row estimates ( #27258 )
2023-10-10 13:51:56 +02:00
Claire
5d93c5f019
Fix post translation erroring out (v4.1.x) ( #26990 )
2023-09-20 15:59:57 +02:00
Claire
d6c0ae995c
Fix post edits not being forwarded as expected ( #26936 )
2023-09-19 17:01:44 +02:00
Claire
5fd89e53d2
Fix moderator rights inconsistencies ( #26729 )
2023-09-19 17:01:44 +02:00