{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":158622678,"defaultBranch":"my-v4.1.2","name":"mastodon","ownerLogin":"204504bySE","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2018-11-22T00:44:47.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/7770242?v=4","public":true,"private":false,"isOrgOwned":false},"refInfo":{"name":"","listCacheKey":"v0:1696447728.0","currentOid":""},"activityList":{"items":[{"before":"1329b0ca1fabd033af4c24a2b14e9283890b4d50","after":"bbbf767408034bc70f72e4f6b1f7c71c64ae6454","ref":"refs/heads/my-v4.1.2","pushedAt":"2024-02-23T12:14:49.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"204504bySE","name":null,"path":"/204504bySE","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7770242?s=80&v=4"},"commit":{"message":"faviconを設定し直す","shortMessageHtmlLink":"faviconを設定し直す"}},{"before":"7ac1282d16892183da07a4f302632475dfe3f606","after":"1329b0ca1fabd033af4c24a2b14e9283890b4d50","ref":"refs/heads/my-v4.1.2","pushedAt":"2024-02-19T05:06:27.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"204504bySE","name":null,"path":"/204504bySE","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7770242?s=80&v=4"},"commit":{"message":"スパムフィルターの不等号分かりにくいんじゃー","shortMessageHtmlLink":"スパムフィルターの不等号分かりにくいんじゃー"}},{"before":"6f1076ad1adac10d8c104b1c78c4ae74e9510056","after":"7ac1282d16892183da07a4f302632475dfe3f606","ref":"refs/heads/my-v4.1.2","pushedAt":"2024-02-19T03:33:50.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"204504bySE","name":null,"path":"/204504bySE","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7770242?s=80&v=4"},"commit":{"message":":sad:","shortMessageHtmlLink":":sad:"}},{"before":"c23b0233157ef7ed35e536a9e823c8787980186f","after":"6f1076ad1adac10d8c104b1c78c4ae74e9510056","ref":"refs/heads/my-v4.1.2","pushedAt":"2024-02-19T02:53:16.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"204504bySE","name":null,"path":"/204504bySE","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7770242?s=80&v=4"},"commit":{"message":"Make configurational with environment vars for Reject spammer","shortMessageHtmlLink":"Make configurational with environment vars for Reject spammer"}},{"before":"c41639d7e887d4194b7e049369475adea01812bd","after":"c23b0233157ef7ed35e536a9e823c8787980186f","ref":"refs/heads/my-v4.1.2","pushedAt":"2024-02-18T14:25:02.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"204504bySE","name":null,"path":"/204504bySE","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7770242?s=80&v=4"},"commit":{"message":"Add reject pattern to Admin setting","shortMessageHtmlLink":"Add reject pattern to Admin setting"}},{"before":"8136ac239cff8fcba58caa4b8b3bbe953c0f84a6","after":"c41639d7e887d4194b7e049369475adea01812bd","ref":"refs/heads/my-v4.1.2","pushedAt":"2024-02-17T23:15:37.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"204504bySE","name":null,"path":"/204504bySE","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7770242?s=80&v=4"},"commit":{"message":"Squashed commit of the following:\n\ncommit b7b03e8d26a4344ef331ba667c16311110a0d6dd\nAuthor: Claire \nDate: Thu Feb 15 11:57:34 2024 +0100\n\n Bump version to v4.1.15\n\ncommit a07fff079b184435b156cd9d4fb155cf02694fe9\nAuthor: Claire \nDate: Fri Feb 16 11:56:12 2024 +0100\n\n Merge pull request from GHSA-jhrq-qvrm-qr36\n\n * Fix insufficient Content-Type checking of fetched ActivityStreams objects\n\n * Allow JSON-LD documents with multiple profiles\n\ncommit 6f29d50aa51ab81ea4ab9d2b390549cae697927d\nAuthor: Claire \nDate: Fri Feb 16 09:42:31 2024 +0100\n\n Update dependency pg to 1.5.5\n\ncommit 9e5af6bb58241134a8ff313e40768b1b067e5715\nAuthor: Claire \nDate: Wed Feb 14 22:49:45 2024 +0100\n\n Fix user creation failure handling in OAuth paths (#29207)\n\n Co-authored-by: Matt Jankowski \n\ncommit 6499850ac45128a7f5836f4c97e5ce032130a5bd\nAuthor: Claire \nDate: Wed Feb 14 13:30:32 2024 +0100\n\n Bump version to v4.1.14\n\ncommit 6f36b633a7545a2cbbe5f28dc5c8e512aeb98ea9\nAuthor: Claire \nDate: Wed Feb 14 15:16:07 2024 +0100\n\n Merge pull request from GHSA-vm39-j3vx-pch3\n\n * Prevent different identities from a same SSO provider from accessing a same account\n\n * Lock auth provider changes behind `ALLOW_UNSAFE_AUTH_PROVIDER_REATTACH=true`\n\n * Rename methods to avoid confusion between OAuth and OmniAuth\n\ncommit d807b3960e96dc29669b7767cea1246ac68d508d\nAuthor: Claire \nDate: Wed Feb 14 15:15:34 2024 +0100\n\n Merge pull request from GHSA-7w3c-p9j8-mq3x\n\n * Ensure destruction of OAuth Applications notifies streaming\n\n 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.\n\n * Ensure password resets revoke access to Streaming API\n\n * Improve performance of deleting OAuth tokens\n\n ---------\n\n Co-authored-by: Emelia Smith \n\ncommit 2f6518cae2c5d19bfb5ccf46f7b1946f5dac6caf\nAuthor: Claire \nDate: Wed Feb 14 13:12:13 2024 +0100\n\n Add `sidekiq_unique_jobs:delete_all_locks` task and disable `sidekiq-unique-jobs` UI by default (#29199)\n\ncommit cdbe2855f3e33db3cea84b0c91a5f93c782125e2\nAuthor: Emelia Smith \nDate: Tue Feb 13 19:11:47 2024 +0100\n\n Disable administrative doorkeeper routes (#29187)\n\ncommit fdde3cdb4e0c9b2d625e22a2957317cae066e1fe\nAuthor: blah \nDate: Wed Feb 14 10:33:42 2024 +0000\n\n Update dependency sidekiq-unique-jobs to 7.1.33\n\ncommit ce9c641d9a0f55d3c718e701b220da272b0edc69\nAuthor: blah \nDate: Wed Feb 14 10:22:28 2024 +0000\n\n Update dependency nokogiri to 1.16.2\n\ncommit 5799bc4af76813294a9eee8164d64a96612c0c0d\nAuthor: Claire \nDate: Thu Feb 1 15:56:46 2024 +0100\n\n Merge pull request from GHSA-3fjr-858r-92rw\n\n * Fix insufficient origin validation\n\n * Bump version to v4.1.13\n\ncommit fc4e2eca9f48c2c50842e24453f3ad1d8e8e2238\nAuthor: Claire \nDate: Tue Jan 23 15:28:21 2024 +0100\n\n Bump version to v4.1.12\n\ncommit 2e8943aecd0462e8642befe4d1395c1fda9767d3\nAuthor: Claire \nDate: Fri Jan 19 13:19:49 2024 +0100\n\n Add rate-limit of TOTP authentication attempts at controller level (#28801)\n\ncommit e6072a8d13272179671128fa319e4f617106eb00\nAuthor: Claire \nDate: Fri Jan 19 19:52:59 2024 +0100\n\n Fix error when processing remote files with unusually long names (#28823)\n\ncommit 460e4fbdd62ed6bb8b04e037fb1359618f9150a7\nAuthor: Claire \nDate: Fri Jan 19 13:43:10 2024 +0100\n\n Fix processing of compacted single-item JSON-LD collections (#28816)\n\ncommit de6032271198e3c50852acc22447d7cc8732e00b\nAuthor: Jonathan de Jong \nDate: Fri Jan 19 10:18:21 2024 +0100\n\n Retry 401 errors on replies fetching (#28788)\n\n Co-authored-by: Claire \n\ncommit 90bb87068009121fe2824b0e3ef7d2229c895c46\nAuthor: Jeong Arm \nDate: Tue Jan 16 17:35:54 2024 +0900\n\n Ignore RecordNotUnique errors in LinkCrawlWorker (#28748)\n\ncommit 9292d998fe2ab523bb8ffbf6418e8cf7810b487d\nAuthor: Claire \nDate: Wed Jan 3 12:29:26 2024 +0100\n\n Fix Mastodon not correctly processing HTTP Signatures with query strings (#28476)\n\ncommit 92643f48de80992f1598a97250954c52897b3479\nAuthor: Claire \nDate: Fri Dec 22 19:56:22 2023 +0100\n\n Convert signature verification specs to request specs (#28443)\n\ncommit 458620bdd4d0b8af49b6eef02050b32814acf6e8\nAuthor: Claire \nDate: Wed Jan 10 16:05:46 2024 +0100\n\n Fix potential redirection loop of streaming endpoint (#28665)\n\ncommit a1a71263e09704ca84d30763a03512e2a59091bf\nAuthor: Claire \nDate: Tue Jan 2 13:27:51 2024 +0100\n\n Fix streaming API redirection ignoring the port of `streaming_api_base_url` (#28558)\n\ncommit 4c5575e8e050e69860dd775e8fa98be00d86008c\nAuthor: MitarashiDango \nDate: Sat Jan 13 00:58:28 2024 +0900\n\n Fix Undo Announce activity is not sent, when not followed by the reblogged post author (#18482)\n\n Co-authored-by: Claire \n\ncommit a2ddd849e273d6d28e5c85f8b0059a93146ba1a5\nAuthor: Claire \nDate: Tue Dec 12 09:29:46 2023 +0100\n\n Fix `LinkCrawlWorker` error when encountering empty OEmbed response (#28268)\n\ncommit 2e4d43933d2775be21bbdce6e904ca8d08c6cc0a\nAuthor: Claire \nDate: Mon Dec 18 11:03:20 2023 +0100\n\n Fix SQL query in `/api/v1/directory` (#28412)\n\ncommit 363bedd0504a29d444a585cd914e7f741915eb8f\nAuthor: Claire \nDate: Mon Nov 27 15:00:52 2023 +0100\n\n Bump version to v4.1.11\n\ncommit cc94c7097084bf8213130dfba96317ecada58c5f\nAuthor: Claire \nDate: Mon Nov 27 14:25:54 2023 +0100\n\n Clamp dates when serializing to Elasticsearch API (#28081)\n\ncommit 613d00706c3177b345feeafd0f797e31fd5ba2fe\nAuthor: Claire \nDate: Fri Nov 24 10:31:28 2023 +0100\n\n Change GIF max matrix size error to explicitly mention GIF files (#27927)\n\ncommit 8bbe2b970f8cd0c62c83616886c7084d9c93c167\nAuthor: Jonathan de Jong \nDate: Fri Oct 27 16:55:00 2023 +0200\n\n Have `Follow` activities bypass availability (#27586)\n\n Co-authored-by: Claire \n\ncommit 803e15a3cfe1a21661258b40e5276af29b676481\nAuthor: Claire \nDate: Mon Nov 6 10:28:14 2023 +0100\n\n Fix incoming status creation date not being restricted to standard ISO8601 (#27655)\n\ncommit 1d835c94232ede532f89d87fdcf573db2832d9a9\nAuthor: Claire \nDate: Mon Oct 30 23:32:25 2023 +0100\n\n Fix posts from force-sensitized accounts being able to trend (#27620)\n\ncommit ab68df9af087ac8fa0261a5de4c0d5a383de229c\nAuthor: Claire \nDate: Fri Oct 27 16:04:51 2023 +0200\n\n Fix hashtag matching pattern matching some URLs (#27584)\n\ncommit a89a25714dc07ace7dc1762f87faad5c9470f620\nAuthor: Claire \nDate: Mon Oct 23 14:19:38 2023 +0200\n\n Fix some link anchors being recognized as hashtags (#27271)\n\ncommit 1210524a3d897565e1de9dc0d3051d68f94f9c70\nAuthor: Claire \nDate: Fri Oct 20 10:45:46 2023 +0200\n\n Fix processing LDSigned activities from actors with unknown public keys (#27474)\n\ncommit ff3a9dad0de79dff981ded4a3691917521e90b4e\nAuthor: Claire \nDate: Fri Oct 27 10:35:21 2023 +0200\n\n Fix error and incorrect URLs in `/api/v1/accounts/:id/featured_tags` for remote accounts (#27459)\n\ncommit 3ef0a19baceb6ace5201fa1f8a39a324feef11ac\nAuthor: Claire \nDate: Thu Oct 26 19:03:31 2023 +0200\n\n Fix report processing notice not mentioning the report number when performing a custom action (#27442)\n\ncommit 78e457614cae328f73555f11d77dc4cf341019b1\nAuthor: Claire \nDate: Mon Oct 23 14:27:07 2023 +0200\n\n Change Content-Security-Policy to be tighter on media paths (#26889)\n\ncommit 1e896e99d2b85968eaee87b601bd04b8cf0f35bc\nAuthor: Claire \nDate: Tue Oct 10 15:32:42 2023 +0200\n\n Update dependencies (#27354)\n\ncommit df60d04dc170edf9d1203894958a181caf1910f1\nAuthor: Claire \nDate: Sun Oct 8 16:27:12 2023 +0200\n\n Bump version to v4.1.10\n\ncommit 335982325e32430858da8112cb86e382e1eaeaa2\nAuthor: Matt Jankowski \nDate: Tue Oct 3 11:01:45 2023 -0400\n\n Dont match mention in url query string (#25656)\n\n Co-authored-by: Claire \n\ncommit 15c5727f71eeeb321802f3d3ed264a15e1934c01\nAuthor: Claire \nDate: Tue Oct 3 12:21:32 2023 +0200\n\n Add a short-lived lock to trend refresh scheduler (#27253)\n\ncommit f8154cf732ed07b276fc303e620943e15caf70d6\nAuthor: David Aaron <1858430+suddjian@users.noreply.github.com>\nDate: Tue Oct 3 02:48:57 2023 -0700\n\n Change min age of backup policy from 1 week to 6 days (#27200)\n\ncommit 45669ac5e6564301446ab5b22217cc4fbc653b12\nAuthor: Jakob Gillich \nDate: Tue Oct 3 10:47:50 2023 +0200\n\n Fix importer returning negative row estimates (#27258)\n\ncommit 8d73fbee87c18300c1b088ae4cb55912075588e2\nAuthor: Claire \nDate: Tue Oct 3 10:09:00 2023 +0200\n\n Change some worker lock TTLs (#27246)\n\ncommit f1d3eda159fcc9341a19d1d8060a556f8801d7d4\nAuthor: Claire \nDate: Thu Sep 28 13:41:24 2023 +0200\n\n Fix filtering audit log for entries about disabling 2FA (#27186)\n\ncommit c97fbabb614e6b775a2d13e187ab0375414deb06\nAuthor: Essem \nDate: Mon Sep 25 12:21:07 2023 -0500\n\n Properly remove tIME chunk from PNG uploads (#27111)\n\ncommit f2fff6be669d6fcf66a8bd5f46f9db3e3492bc37\nAuthor: Claire \nDate: Fri Oct 6 12:58:16 2023 +0200\n\n Fix crash when filtering for “dormant” relationships (#27306)\n\ncommit b40c42fd1ef57f24a56cc17b20da8aa151e3b117\nAuthor: Claire \nDate: Mon Sep 25 15:06:43 2023 +0200\n\n Fix inefficient queries in “Follows and followers” as well as several admin pages (#27116)\n\ncommit 9950e59578f59f7e0d2edbb7e4eb26273087c2c4\nAuthor: Claire \nDate: Thu Sep 21 18:14:24 2023 +0200\n\n Disable setting the `latest` tag for 4.1 docker builds (#27023)\n\ncommit e4c0aaf6264907de2efd46924946d2281d80e3d4\nAuthor: Claire \nDate: Wed Sep 20 17:25:05 2023 +0200\n\n Bump version to v4.1.9 (#26997)\n\ncommit 5d93c5f0196b556c1faf18fe6cc7ad38ae6e0fc2\nAuthor: Claire \nDate: Wed Sep 20 15:59:57 2023 +0200\n\n Fix post translation erroring out (v4.1.x) (#26990)\n\ncommit af0ee129082bc9c57ec0606dc1899ec13d2dfffb\nAuthor: Claire \nDate: Wed Sep 20 12:54:08 2023 +0200\n\n Disable ruby linting for 4.1.x branch (#26993)\n\ncommit 46bd58f74d11591a0180319285b0c79b2212ef69\nAuthor: Claire \nDate: Tue Sep 19 12:11:33 2023 +0200\n\n Bump version to v4.1.8\n\ncommit d6c0ae995c45fe5e5e0a8acfc10dff04a774fa75\nAuthor: Claire \nDate: Fri Sep 15 19:54:32 2023 +0200\n\n Fix post edits not being forwarded as expected (#26936)\n\ncommit 5fd89e53d2039cf3062fcae3b25fcbdfa7da0333\nAuthor: Claire \nDate: Wed Sep 6 16:40:19 2023 +0200\n\n Fix moderator rights inconsistencies (#26729)\n\ncommit 5caade9fb0754fa13ae11f86145cd0ca1dcb830b\nAuthor: Claire \nDate: Wed Sep 6 12:17:51 2023 +0200\n\n Fix crash when encountering invalid URL (#26814)\n\ncommit 34959eccd2094500539bbad5c5f03a3723debc18\nAuthor: Claire \nDate: Thu Aug 17 16:11:48 2023 +0200\n\n Fix cached posts including stale stats (#26409)\n\ncommit 21bf42bca14907284cb03ad3ba1be47124d66866\nAuthor: Nicolai Søborg \nDate: Fri Aug 18 08:32:47 2023 +0200\n\n Fix `frame_rate` for videos where `ffprobe` reports 0/0 (#26500)\n\ncommit 780283788515bb13007f4574fb6d9f8c82281da2\nAuthor: yufushiro <62991447+yufushiro@users.noreply.github.com>\nDate: Wed Aug 23 15:44:56 2023 +0900\n\n Fix unexpected audio stream transcoding when uploaded video is eligible to passthrough (#26608)\n\n Co-authored-by: Claire \n\ncommit 48ee3ae13de9125beaee726ac737a770a5160961\nAuthor: Claire \nDate: Tue Sep 19 16:53:58 2023 +0200\n\n Merge pull request from GHSA-v3xf-c9qf-j667\n\ncommit 5f9511c389041570d21c383ce07dd2786df9cc2d\nAuthor: Claire \nDate: Tue Sep 19 16:53:21 2023 +0200\n\n Merge pull request from GHSA-2693-xr3m-jhqr\n\ncommit 38a5d92f3814b071803c046144d94643a3ecb934\nAuthor: Claire \nDate: Mon Sep 18 08:32:04 2023 +0200\n\n Change Dockerfile to upgrade packages when building (#26929)\n\n Co-authored-by: Renaud Chaput \n\ncommit 7f7e068975315b094a67b49d52241480e6b5db76\nAuthor: Claire \nDate: Wed Sep 6 12:19:02 2023 +0200\n\n Update actions for stable-4.1 (#26815)\n\n Co-authored-by: Renaud Chaput \n\ncommit 5f88a2d70bee2a48b43bb34f0fde780ae9749162\nAuthor: Claire \nDate: Tue Sep 5 14:50:09 2023 +0200\n\n Bump version to v4.1.7\n\ncommit cf80d54cbae952705af250a9764c6e25e77cc3c7\nAuthor: Emelia Smith \nDate: Mon May 22 13:15:21 2023 +0200\n\n Allow reports with long comments from remote instances, but truncate (#25028)\n\ncommit ea7fa048f374b31956211b87e265800e83574476\nAuthor: Daniel M Brasil \nDate: Thu Aug 31 08:53:24 2023 -0300\n\n Fix `/api/v1/timelines/tag/:hashtag` allowing for unauthenticated access when public preview is disabled (#26237)\n\ncommit 6339806f05cbbe630639df69421394119433896a\nAuthor: Claire \nDate: Wed Aug 9 09:39:36 2023 +0200\n\n Fix blocking subdomains of an already-blocked domain (#26392)\n\ncommit 86afbf25d01349bd2fe0ee98f1d60890ef71b7b9\nAuthor: Claire \nDate: Wed Aug 30 17:36:16 2023 +0200\n\n Change text extraction in `PlainTextFormatter` to be faster (#26727)\n\ncommit 1ad64b5557f8980b8ec54ac09cd79ac51223a2ea\nAuthor: Claire \nDate: Thu Aug 31 19:54:10 2023 +0200\n\n Backport container build changes to the stable-4.1 branch (#26738)\n\n Co-authored-by: Renaud Chaput \n\ncommit ac7d40b561101084baf4688167d155600eefe9dc\nAuthor: Claire \nDate: Thu Jul 27 17:08:09 2023 +0200\n\n Bump version to v4.1.6\n\ncommit 2fc6117d1b5643c0de908706d22702a35388a2a4\nAuthor: Renaud Chaput \nDate: Fri Jul 28 19:11:58 2023 +0200\n\n Fix missing return values in streaming (#26233)\n\ncommit 2eb1a5b7b6d8b6a0b9426e7ee5a1fd04519dd7e2\nAuthor: Emelia Smith \nDate: Fri Jul 28 12:06:29 2023 +0200\n\n Fix: Streaming server memory leak in HTTP EventSource cleanup (#26228)\n\ncommit 6c321bb5e1543c78dbd0fa8e4962e95e544e1f63\nAuthor: Claire \nDate: Sat Jul 22 20:42:31 2023 +0200\n\n Fix incorrect connect timeout in outgoing requests (#26116)\n\ncommit da230600acda1d1a151eab4caa3d536ce828a097\nAuthor: Emelia Smith \nDate: Thu Jul 27 15:38:18 2023 +0200\n\n Refactor streaming's filtering logic & improve documentation (#26213)\n\ncommit 1792be342a3cfad7bdfa54311b3962a8051962bb\nAuthor: Claire \nDate: Thu Jul 27 15:12:10 2023 +0200\n\n Fix wrong filters sometimes applying in streaming (#26159)\n\ncommit ebf4f034c2e3841fde2d0109667c036fb352f3a8\nAuthor: Claire \nDate: Fri Jul 21 14:30:46 2023 +0200\n\n Bump version to v4.1.5\n\ncommit 889102013fd687113cec75fe252b5328707e8cc1\nAuthor: Claire \nDate: Fri Jul 21 13:34:15 2023 +0200\n\n Fix CSP headers being unintendedly wide (#26105)\n\ncommit d94a2c8aca731b4986e20401ae8ce5255e041b80\nAuthor: Claire \nDate: Tue Jul 18 20:51:20 2023 +0200\n\n Change request timeout handling to use a longer deadline (#26055)\n\ncommit efd066670d67676d5f5e73a75c268a2bd09c59c7\nAuthor: Claire \nDate: Mon Jul 10 18:42:10 2023 +0200\n\n Fix moderation interface for remote instances with a .zip TLD (#25885)\n\ncommit 13ec425b721c959415921046d7a24ed8c9994cee\nAuthor: Claire \nDate: Mon Jul 10 18:42:19 2023 +0200\n\n Fix remote accounts being possibly persisted to database with incomplete protocol values (#25886)\n\ncommit 7a99f0744d7c69a69b7552e31f6bb3914a6a03e8\nAuthor: Michael Stanclift \nDate: Thu Jul 13 04:12:51 2023 -0500\n\n Fix trending publishers table not rendering correctly on narrow screens (#25945)\n\ncommit 69c8f26946a5cdeff09ca8fe410bc11be78c158c\nAuthor: Claire \nDate: Fri Jul 21 14:18:04 2023 +0200\n\n Add check preventing Sidekiq workers from running with Makara configured (#25850)\n\n Co-authored-by: Eugen Rochko \n\ncommit 3f5af768c8f1401f77d14ad5b6aeccdb7e02a9f0\nAuthor: Claire \nDate: Fri Jul 7 18:21:10 2023 +0200\n\n Bump version to v4.1.4\n\ncommit cb8ab46302ad783869078ab4a26de04c09417a09\nAuthor: Claire \nDate: Fri Jul 7 18:22:50 2023 +0200\n\n Update dependencies\n\ncommit 53b979d5c73f0b28b161581ec3e824d89f66633c\nAuthor: Claire \nDate: Fri Jul 7 13:35:22 2023 +0200\n\n Fix processing of media files with unusual names (#25788)\n\ncommit f2bbac3f9fb37f6f870f25362e140d647d60caf5\nAuthor: Claire \nDate: Fri Jul 7 18:10:17 2023 +0200\n\n Fix crash in admin interface when viewing a remote user with verified links (#25796)\n\ncommit 015ed99612241b8dbf2810db478b1485f4c31031\nAuthor: Claire \nDate: Fri Jul 7 18:10:00 2023 +0200\n\n Fix branding:generate_app_icons failing because of disallowed ICO coder (#25794)\n\ncommit cf58535193708d9a4bd584266423168cda75f415\nAuthor: nemobis \nDate: Fri Jul 7 15:15:54 2023 +0300\n\n Fix typo in CHANGELOG.md (#25764)\n\ncommit 0d5781ca7609590a6d5340bb685bb1804056bb46\nAuthor: Claire \nDate: Wed Jun 21 09:13:30 2023 +0200\n\n Bump version to v4.1.3\n\ncommit 32ebeed59ba424732130073474fe03699efe07fc\nAuthor: Claire \nDate: Thu Jul 6 15:06:50 2023 +0200\n\n Merge pull request from GHSA-55j9-c3mp-6fcq\n\ncommit e75ad1de0f95f38b45748cafb1212560fe7587f5\nAuthor: Claire \nDate: Thu Jul 6 15:06:24 2023 +0200\n\n Merge pull request from GHSA-9pxv-6qvf-pjwc\n\n * Fix timeout handling of outbound HTTP requests\n\n * Use CLOCK_MONOTONIC instead of Time.now\n\ncommit 0aa0b71f2cae9e35cff613b13d05ee3aeaf9f944\nAuthor: Claire \nDate: Thu Jul 6 15:05:05 2023 +0200\n\n Merge pull request from GHSA-9928-3cp5-93fm\n\n * Fix attachments getting processed despite failing content-type validation\n\n * Add a restrictive ImageMagick security policy tailored for Mastodon\n\n * Fix misdetection of MP3 files with large cover art\n\n * Reject unprocessable audio/video files instead of keeping them unchanged\n\ncommit c4f2609f7a604daef1648e164ef8181d858bd058\nAuthor: Claire \nDate: Thu Jul 6 15:03:33 2023 +0200\n\n Merge pull request from GHSA-ccm4-vgcc-73hp\n\n * Tighten allowed HTML in oEmbed-based preview cards\n\n * Sanitize preview cards at render time\n\n * Add `sandbox` attribute to preview card iframes\n\ncommit 9b6c0cac7d435905bdbea6e3b0cbb47da9490270\nAuthor: Claire \nDate: Thu Jul 6 14:31:37 2023 +0200\n\n Add hardened headers to user-uploaded files (#25756)\n\ncommit fac2c9eb7d904e44244e20a8e1e8f6feb3b9db5b\nAuthor: Claire \nDate: Wed Jun 28 12:47:00 2023 +0200\n\n Update rack, rails, nokogiri and doorkeeper gems\n\ncommit a3d69a2c5d3fcc0df61929684fe31567860e7f2e\nAuthor: Claire \nDate: Tue Jul 4 18:58:23 2023 +0200\n\n Fix OAuth apps page crashing when listing apps with certain admin API scopes (#25713)\n\ncommit 8eb1bb8ba697bce5b72027a0a5263db29fa5e34b\nAuthor: Renaud Chaput \nDate: Thu Jun 1 12:14:49 2023 +0200\n\n Allow carets in URL search params (#25216)\n\ncommit 652ff76462f33f90e257e331009f89c41d600409\nAuthor: Vyr Cossont \nDate: Fri Mar 31 23:28:35 2023 -0700\n\n Fix Redis client and type errors introduced in #24285 (#24342)\n\ncommit 6f484fbbd280294bd8e43b5a9d0e54d6e34604b9\nAuthor: Vyr Cossont \nDate: Fri Mar 31 05:38:47 2023 -0700\n\n IndexingScheduler: fetch and import in batches (#24285)\n\n Co-authored-by: Claire \n\ncommit 79f5b8f156f65c25ada4712f8415c8d5f1f6dde7\nAuthor: Claire \nDate: Thu Jun 29 14:48:54 2023 +0200\n\n Fix ResolveURLService not resolving local URLs for remote content (#25637)\n\ncommit f8930a67a05f9adcaef5bc3f6e874d86f3228415\nAuthor: Claire \nDate: Thu Jun 22 14:56:14 2023 +0200\n\n Change /api/v1/statuses/:id/history to always return at least one item (#25510)\n\ncommit e65e3a6d14174378b8bf58f5997cde3de40c3ca7\nAuthor: Claire \nDate: Thu Jun 22 14:52:25 2023 +0200\n\n Add finer permission requirements for managing webhooks (#25463)\n\ncommit 8acbfc6ab1b1a1f026fd85208089b9f31255aba6\nAuthor: Claire \nDate: Tue Jun 20 18:15:35 2023 +0200\n\n Fix wrong view being displayed when a webhook fails validation (#25464)\n\ncommit 3ef53958b27da2edd1f1eba27ef2316fef64099f\nAuthor: Emelia Smith \nDate: Tue Jun 20 18:04:35 2023 +0200\n\n Prevent UserCleanupScheduler from overwhelming streaming (#25519)\n\ncommit fd1ffd72ebec4c435b5e4406c1eafa80da69b317\nAuthor: Daniel M Brasil \nDate: Mon Jun 19 03:53:05 2023 -0300\n\n Fix incorrect pagination headers in `/api/v2/admin/accounts` (#25477)\n\ncommit 7bd34f8b23f26fc4ebd10bcc3f2e0bae7cdd6520\nAuthor: Claire \nDate: Thu May 4 10:13:00 2023 +0200\n\n Fix infinite loop in AccountsStatusesCleanupScheduler (#24840)\n\ncommit 7012bf6ed3188148e91870d83c446c529d46907d\nAuthor: Claire \nDate: Wed May 3 10:31:40 2023 +0200\n\n Improve automatic post cleanup worker performances (#24785)\n\ncommit d9e45f2fa94449fe367a92b34f12775a0c85a8ee\nAuthor: Claire \nDate: Sun Apr 23 22:25:40 2023 +0200\n\n Fix AccountsStatusesCleanupScheduler not spreading deletes across accounts correctly (#24607)\n\ncommit 0e139e3c4d8faa94fe0357d235f84a3f4c2abb50\nAuthor: Claire \nDate: Fri Apr 21 18:14:19 2023 +0200\n\n Change automatic post deletion thresholds and load detection (#24614)\n\ncommit 23e7b4d28dc94ef927f6db4e5832a45e333b252e\nAuthor: Emelia Smith \nDate: Sat Jun 10 18:24:37 2023 +0200\n\n Fix logging of messages that are binary before closing their connection (#25361)\n\ncommit e78ee582f7b845c16cdcada44c96ed7053f07ff1\nAuthor: Emelia Smith \nDate: Fri Jun 9 19:29:16 2023 +0200\n\n Fix performance of streaming by parsing message JSON once (#25278)\n\ncommit a197fc094f9f55379d34a46bb530a7ce97d530b6\nAuthor: Claire \nDate: Mon Jun 5 17:35:05 2023 +0200\n\n Fix CSP headers when S3_ALIAS_HOST includes a path component (#25273)\n\ncommit bd7cbeeadfbb7d087c71cd6e0a016d44ca39a786\nAuthor: Daniel M Brasil \nDate: Sun Apr 30 01:50:58 2023 -0300\n\n Fix `tootctl accounts approve --number N` not aproving N earliest registrations (#24605)\n\ncommit 2779bce9a22f556b6c7a2e39eab82ab7438ac240\nAuthor: Claire \nDate: Tue May 2 17:42:42 2023 +0200\n\n Add fallback redirection when getting a webfinger query `LOCAL_DOMAIN@LOCAL_DOMAIN` (#23600)\n\n Co-authored-by: Eugen Rochko \n\ncommit 210ff368605c6752dcd8740b088570f393d322cf\nAuthor: Claire \nDate: Thu May 11 04:40:03 2023 +0200\n\n Change AccessTokensVacuum to also delete expired tokens (#24868)\n\ncommit 99c2bbbec9bb004fd54d4f0920c1109e960ebb04\nAuthor: Claire \nDate: Fri May 12 13:13:04 2023 +0200\n\n Change profile updates to be sent to recently-mentioned servers (#24852)\n\ncommit 7e587793004c0558d5131ff8eff359a77617a206\nAuthor: Claire \nDate: Tue May 16 14:56:49 2023 +0200\n\n Fix reports not being closed when performing batch suspensions (#24988)\n\ncommit cca464bce3c2ac43e2759d6a0ab0c977b4098d90\nAuthor: Claire \nDate: Wed May 17 00:08:42 2023 +0200\n\n Fix being able to vote on your own polls (#25015)\n\ncommit 1301af60e042fb9db39172977fb3a5d720ca7a31\nAuthor: Claire \nDate: Wed May 17 00:09:21 2023 +0200\n\n Fix race condition when reblogging a status (#25016)\n\ncommit f962e838567143640036c9a4f01e161e2a88941b\nAuthor: Claire \nDate: Mon May 22 12:25:56 2023 +0200\n\n Change OpenGraph-based embeds to allow fullscreen (#25058)\n\ncommit b3cbcd744719cd3a8a65f6dbefbc0f3912827a55\nAuthor: Claire \nDate: Mon May 22 14:03:38 2023 +0200\n\n Fix “Authorized applications” inefficiently and incorrectly getting last use date (#25060)\n\ncommit 72d96bf17a6c44344f5896b2b26d751315650f0e\nAuthor: Claire \nDate: Tue May 23 14:27:17 2023 +0200\n\n Remove invalid X-Frame-Options: ALLOWALL (#25070)\n\ncommit b1ac3562dff4c2e21a51bacf7cf963e3203097b8\nAuthor: Claire \nDate: Tue May 23 15:00:36 2023 +0200\n\n Change Identity to not destroy associated User on destroy (#25098)\n\ncommit 4c6c790f80f598d80e4fce44c06309a17dfd65e6\nAuthor: Claire \nDate: Tue Jun 20 18:32:26 2023 +0200\n\n Fix /api/v1/conversations sometimes returning empty accounts (#25499)\n\ncommit 036ac5b5c9597f8a2042a102439f14eaa9474f6c\nAuthor: Claire \nDate: Wed Jun 14 08:54:52 2023 +0200\n\n Fix ArgumentError when loading newer Private Mentions (#25399)\n\ncommit 3e1724e97282a2725778eccdf46d7756773d2771\nAuthor: Claire \nDate: Thu Jun 1 02:41:51 2023 +0200\n\n Fix multiple N+1s in ConversationsController (#25134)\n\ncommit bc8592627bc7effa94c12d17bd8ee7e0b6ff52be\nAuthor: Claire \nDate: Wed Apr 5 19:31:49 2023 +0200\n\n Fix user archive takeouts when using OpenStack Swift (#24431)","shortMessageHtmlLink":"Squashed commit of the following:"}},{"before":"1934426998d454f1bcfe4770e9f5ac9f7aeddefb","after":"8136ac239cff8fcba58caa4b8b3bbe953c0f84a6","ref":"refs/heads/my-v4.1.2","pushedAt":"2024-02-14T16:24:38.000Z","pushType":"push","commitsCount":3,"pusher":{"login":"204504bySE","name":null,"path":"/204504bySE","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7770242?s=80&v=4"},"commit":{"message":"Squashed commit of the following:\n\ncommit 6499850ac45128a7f5836f4c97e5ce032130a5bd\nAuthor: Claire \nDate: Wed Feb 14 13:30:32 2024 +0100\n\n Bump version to v4.1.14\n\ncommit 6f36b633a7545a2cbbe5f28dc5c8e512aeb98ea9\nAuthor: Claire \nDate: Wed Feb 14 15:16:07 2024 +0100\n\n Merge pull request from GHSA-vm39-j3vx-pch3\n\n * Prevent different identities from a same SSO provider from accessing a same account\n\n * Lock auth provider changes behind `ALLOW_UNSAFE_AUTH_PROVIDER_REATTACH=true`\n\n * Rename methods to avoid confusion between OAuth and OmniAuth\n\ncommit d807b3960e96dc29669b7767cea1246ac68d508d\nAuthor: Claire \nDate: Wed Feb 14 15:15:34 2024 +0100\n\n Merge pull request from GHSA-7w3c-p9j8-mq3x\n\n * Ensure destruction of OAuth Applications notifies streaming\n\n 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.\n\n * Ensure password resets revoke access to Streaming API\n\n * Improve performance of deleting OAuth tokens\n\n ---------\n\n Co-authored-by: Emelia Smith \n\ncommit 2f6518cae2c5d19bfb5ccf46f7b1946f5dac6caf\nAuthor: Claire \nDate: Wed Feb 14 13:12:13 2024 +0100\n\n Add `sidekiq_unique_jobs:delete_all_locks` task and disable `sidekiq-unique-jobs` UI by default (#29199)\n\ncommit cdbe2855f3e33db3cea84b0c91a5f93c782125e2\nAuthor: Emelia Smith \nDate: Tue Feb 13 19:11:47 2024 +0100\n\n Disable administrative doorkeeper routes (#29187)\n\ncommit fdde3cdb4e0c9b2d625e22a2957317cae066e1fe\nAuthor: blah \nDate: Wed Feb 14 10:33:42 2024 +0000\n\n Update dependency sidekiq-unique-jobs to 7.1.33\n\ncommit ce9c641d9a0f55d3c718e701b220da272b0edc69\nAuthor: blah \nDate: Wed Feb 14 10:22:28 2024 +0000\n\n Update dependency nokogiri to 1.16.2\n\ncommit 5799bc4af76813294a9eee8164d64a96612c0c0d\nAuthor: Claire \nDate: Thu Feb 1 15:56:46 2024 +0100\n\n Merge pull request from GHSA-3fjr-858r-92rw\n\n * Fix insufficient origin validation\n\n * Bump version to v4.1.13\n\ncommit fc4e2eca9f48c2c50842e24453f3ad1d8e8e2238\nAuthor: Claire \nDate: Tue Jan 23 15:28:21 2024 +0100\n\n Bump version to v4.1.12\n\ncommit 2e8943aecd0462e8642befe4d1395c1fda9767d3\nAuthor: Claire \nDate: Fri Jan 19 13:19:49 2024 +0100\n\n Add rate-limit of TOTP authentication attempts at controller level (#28801)\n\ncommit e6072a8d13272179671128fa319e4f617106eb00\nAuthor: Claire \nDate: Fri Jan 19 19:52:59 2024 +0100\n\n Fix error when processing remote files with unusually long names (#28823)\n\ncommit 460e4fbdd62ed6bb8b04e037fb1359618f9150a7\nAuthor: Claire \nDate: Fri Jan 19 13:43:10 2024 +0100\n\n Fix processing of compacted single-item JSON-LD collections (#28816)\n\ncommit de6032271198e3c50852acc22447d7cc8732e00b\nAuthor: Jonathan de Jong \nDate: Fri Jan 19 10:18:21 2024 +0100\n\n Retry 401 errors on replies fetching (#28788)\n\n Co-authored-by: Claire \n\ncommit 90bb87068009121fe2824b0e3ef7d2229c895c46\nAuthor: Jeong Arm \nDate: Tue Jan 16 17:35:54 2024 +0900\n\n Ignore RecordNotUnique errors in LinkCrawlWorker (#28748)\n\ncommit 9292d998fe2ab523bb8ffbf6418e8cf7810b487d\nAuthor: Claire \nDate: Wed Jan 3 12:29:26 2024 +0100\n\n Fix Mastodon not correctly processing HTTP Signatures with query strings (#28476)\n\ncommit 92643f48de80992f1598a97250954c52897b3479\nAuthor: Claire \nDate: Fri Dec 22 19:56:22 2023 +0100\n\n Convert signature verification specs to request specs (#28443)\n\ncommit 458620bdd4d0b8af49b6eef02050b32814acf6e8\nAuthor: Claire \nDate: Wed Jan 10 16:05:46 2024 +0100\n\n Fix potential redirection loop of streaming endpoint (#28665)\n\ncommit a1a71263e09704ca84d30763a03512e2a59091bf\nAuthor: Claire \nDate: Tue Jan 2 13:27:51 2024 +0100\n\n Fix streaming API redirection ignoring the port of `streaming_api_base_url` (#28558)\n\ncommit 4c5575e8e050e69860dd775e8fa98be00d86008c\nAuthor: MitarashiDango \nDate: Sat Jan 13 00:58:28 2024 +0900\n\n Fix Undo Announce activity is not sent, when not followed by the reblogged post author (#18482)\n\n Co-authored-by: Claire \n\ncommit a2ddd849e273d6d28e5c85f8b0059a93146ba1a5\nAuthor: Claire \nDate: Tue Dec 12 09:29:46 2023 +0100\n\n Fix `LinkCrawlWorker` error when encountering empty OEmbed response (#28268)\n\ncommit 2e4d43933d2775be21bbdce6e904ca8d08c6cc0a\nAuthor: Claire \nDate: Mon Dec 18 11:03:20 2023 +0100\n\n Fix SQL query in `/api/v1/directory` (#28412)\n\ncommit 363bedd0504a29d444a585cd914e7f741915eb8f\nAuthor: Claire \nDate: Mon Nov 27 15:00:52 2023 +0100\n\n Bump version to v4.1.11\n\ncommit cc94c7097084bf8213130dfba96317ecada58c5f\nAuthor: Claire \nDate: Mon Nov 27 14:25:54 2023 +0100\n\n Clamp dates when serializing to Elasticsearch API (#28081)\n\ncommit 613d00706c3177b345feeafd0f797e31fd5ba2fe\nAuthor: Claire \nDate: Fri Nov 24 10:31:28 2023 +0100\n\n Change GIF max matrix size error to explicitly mention GIF files (#27927)\n\ncommit 8bbe2b970f8cd0c62c83616886c7084d9c93c167\nAuthor: Jonathan de Jong \nDate: Fri Oct 27 16:55:00 2023 +0200\n\n Have `Follow` activities bypass availability (#27586)\n\n Co-authored-by: Claire \n\ncommit 803e15a3cfe1a21661258b40e5276af29b676481\nAuthor: Claire \nDate: Mon Nov 6 10:28:14 2023 +0100\n\n Fix incoming status creation date not being restricted to standard ISO8601 (#27655)\n\ncommit 1d835c94232ede532f89d87fdcf573db2832d9a9\nAuthor: Claire \nDate: Mon Oct 30 23:32:25 2023 +0100\n\n Fix posts from force-sensitized accounts being able to trend (#27620)\n\ncommit ab68df9af087ac8fa0261a5de4c0d5a383de229c\nAuthor: Claire \nDate: Fri Oct 27 16:04:51 2023 +0200\n\n Fix hashtag matching pattern matching some URLs (#27584)\n\ncommit a89a25714dc07ace7dc1762f87faad5c9470f620\nAuthor: Claire \nDate: Mon Oct 23 14:19:38 2023 +0200\n\n Fix some link anchors being recognized as hashtags (#27271)\n\ncommit 1210524a3d897565e1de9dc0d3051d68f94f9c70\nAuthor: Claire \nDate: Fri Oct 20 10:45:46 2023 +0200\n\n Fix processing LDSigned activities from actors with unknown public keys (#27474)\n\ncommit ff3a9dad0de79dff981ded4a3691917521e90b4e\nAuthor: Claire \nDate: Fri Oct 27 10:35:21 2023 +0200\n\n Fix error and incorrect URLs in `/api/v1/accounts/:id/featured_tags` for remote accounts (#27459)\n\ncommit 3ef0a19baceb6ace5201fa1f8a39a324feef11ac\nAuthor: Claire \nDate: Thu Oct 26 19:03:31 2023 +0200\n\n Fix report processing notice not mentioning the report number when performing a custom action (#27442)\n\ncommit 78e457614cae328f73555f11d77dc4cf341019b1\nAuthor: Claire \nDate: Mon Oct 23 14:27:07 2023 +0200\n\n Change Content-Security-Policy to be tighter on media paths (#26889)\n\ncommit 1e896e99d2b85968eaee87b601bd04b8cf0f35bc\nAuthor: Claire \nDate: Tue Oct 10 15:32:42 2023 +0200\n\n Update dependencies (#27354)\n\ncommit df60d04dc170edf9d1203894958a181caf1910f1\nAuthor: Claire \nDate: Sun Oct 8 16:27:12 2023 +0200\n\n Bump version to v4.1.10\n\ncommit 335982325e32430858da8112cb86e382e1eaeaa2\nAuthor: Matt Jankowski \nDate: Tue Oct 3 11:01:45 2023 -0400\n\n Dont match mention in url query string (#25656)\n\n Co-authored-by: Claire \n\ncommit 15c5727f71eeeb321802f3d3ed264a15e1934c01\nAuthor: Claire \nDate: Tue Oct 3 12:21:32 2023 +0200\n\n Add a short-lived lock to trend refresh scheduler (#27253)\n\ncommit f8154cf732ed07b276fc303e620943e15caf70d6\nAuthor: David Aaron <1858430+suddjian@users.noreply.github.com>\nDate: Tue Oct 3 02:48:57 2023 -0700\n\n Change min age of backup policy from 1 week to 6 days (#27200)\n\ncommit 45669ac5e6564301446ab5b22217cc4fbc653b12\nAuthor: Jakob Gillich \nDate: Tue Oct 3 10:47:50 2023 +0200\n\n Fix importer returning negative row estimates (#27258)\n\ncommit 8d73fbee87c18300c1b088ae4cb55912075588e2\nAuthor: Claire \nDate: Tue Oct 3 10:09:00 2023 +0200\n\n Change some worker lock TTLs (#27246)\n\ncommit f1d3eda159fcc9341a19d1d8060a556f8801d7d4\nAuthor: Claire \nDate: Thu Sep 28 13:41:24 2023 +0200\n\n Fix filtering audit log for entries about disabling 2FA (#27186)\n\ncommit c97fbabb614e6b775a2d13e187ab0375414deb06\nAuthor: Essem \nDate: Mon Sep 25 12:21:07 2023 -0500\n\n Properly remove tIME chunk from PNG uploads (#27111)\n\ncommit f2fff6be669d6fcf66a8bd5f46f9db3e3492bc37\nAuthor: Claire \nDate: Fri Oct 6 12:58:16 2023 +0200\n\n Fix crash when filtering for “dormant” relationships (#27306)\n\ncommit b40c42fd1ef57f24a56cc17b20da8aa151e3b117\nAuthor: Claire \nDate: Mon Sep 25 15:06:43 2023 +0200\n\n Fix inefficient queries in “Follows and followers” as well as several admin pages (#27116)\n\ncommit 9950e59578f59f7e0d2edbb7e4eb26273087c2c4\nAuthor: Claire \nDate: Thu Sep 21 18:14:24 2023 +0200\n\n Disable setting the `latest` tag for 4.1 docker builds (#27023)\n\ncommit e4c0aaf6264907de2efd46924946d2281d80e3d4\nAuthor: Claire \nDate: Wed Sep 20 17:25:05 2023 +0200\n\n Bump version to v4.1.9 (#26997)\n\ncommit 5d93c5f0196b556c1faf18fe6cc7ad38ae6e0fc2\nAuthor: Claire \nDate: Wed Sep 20 15:59:57 2023 +0200\n\n Fix post translation erroring out (v4.1.x) (#26990)\n\ncommit af0ee129082bc9c57ec0606dc1899ec13d2dfffb\nAuthor: Claire \nDate: Wed Sep 20 12:54:08 2023 +0200\n\n Disable ruby linting for 4.1.x branch (#26993)\n\ncommit 46bd58f74d11591a0180319285b0c79b2212ef69\nAuthor: Claire \nDate: Tue Sep 19 12:11:33 2023 +0200\n\n Bump version to v4.1.8\n\ncommit d6c0ae995c45fe5e5e0a8acfc10dff04a774fa75\nAuthor: Claire \nDate: Fri Sep 15 19:54:32 2023 +0200\n\n Fix post edits not being forwarded as expected (#26936)\n\ncommit 5fd89e53d2039cf3062fcae3b25fcbdfa7da0333\nAuthor: Claire \nDate: Wed Sep 6 16:40:19 2023 +0200\n\n Fix moderator rights inconsistencies (#26729)\n\ncommit 5caade9fb0754fa13ae11f86145cd0ca1dcb830b\nAuthor: Claire \nDate: Wed Sep 6 12:17:51 2023 +0200\n\n Fix crash when encountering invalid URL (#26814)\n\ncommit 34959eccd2094500539bbad5c5f03a3723debc18\nAuthor: Claire \nDate: Thu Aug 17 16:11:48 2023 +0200\n\n Fix cached posts including stale stats (#26409)\n\ncommit 21bf42bca14907284cb03ad3ba1be47124d66866\nAuthor: Nicolai Søborg \nDate: Fri Aug 18 08:32:47 2023 +0200\n\n Fix `frame_rate` for videos where `ffprobe` reports 0/0 (#26500)\n\ncommit 780283788515bb13007f4574fb6d9f8c82281da2\nAuthor: yufushiro <62991447+yufushiro@users.noreply.github.com>\nDate: Wed Aug 23 15:44:56 2023 +0900\n\n Fix unexpected audio stream transcoding when uploaded video is eligible to passthrough (#26608)\n\n Co-authored-by: Claire \n\ncommit 48ee3ae13de9125beaee726ac737a770a5160961\nAuthor: Claire \nDate: Tue Sep 19 16:53:58 2023 +0200\n\n Merge pull request from GHSA-v3xf-c9qf-j667\n\ncommit 5f9511c389041570d21c383ce07dd2786df9cc2d\nAuthor: Claire \nDate: Tue Sep 19 16:53:21 2023 +0200\n\n Merge pull request from GHSA-2693-xr3m-jhqr\n\ncommit 38a5d92f3814b071803c046144d94643a3ecb934\nAuthor: Claire \nDate: Mon Sep 18 08:32:04 2023 +0200\n\n Change Dockerfile to upgrade packages when building (#26929)\n\n Co-authored-by: Renaud Chaput \n\ncommit 7f7e068975315b094a67b49d52241480e6b5db76\nAuthor: Claire \nDate: Wed Sep 6 12:19:02 2023 +0200\n\n Update actions for stable-4.1 (#26815)\n\n Co-authored-by: Renaud Chaput \n\ncommit 5f88a2d70bee2a48b43bb34f0fde780ae9749162\nAuthor: Claire \nDate: Tue Sep 5 14:50:09 2023 +0200\n\n Bump version to v4.1.7\n\ncommit cf80d54cbae952705af250a9764c6e25e77cc3c7\nAuthor: Emelia Smith \nDate: Mon May 22 13:15:21 2023 +0200\n\n Allow reports with long comments from remote instances, but truncate (#25028)\n\ncommit ea7fa048f374b31956211b87e265800e83574476\nAuthor: Daniel M Brasil \nDate: Thu Aug 31 08:53:24 2023 -0300\n\n Fix `/api/v1/timelines/tag/:hashtag` allowing for unauthenticated access when public preview is disabled (#26237)\n\ncommit 6339806f05cbbe630639df69421394119433896a\nAuthor: Claire \nDate: Wed Aug 9 09:39:36 2023 +0200\n\n Fix blocking subdomains of an already-blocked domain (#26392)\n\ncommit 86afbf25d01349bd2fe0ee98f1d60890ef71b7b9\nAuthor: Claire \nDate: Wed Aug 30 17:36:16 2023 +0200\n\n Change text extraction in `PlainTextFormatter` to be faster (#26727)\n\ncommit 1ad64b5557f8980b8ec54ac09cd79ac51223a2ea\nAuthor: Claire \nDate: Thu Aug 31 19:54:10 2023 +0200\n\n Backport container build changes to the stable-4.1 branch (#26738)\n\n Co-authored-by: Renaud Chaput \n\ncommit ac7d40b561101084baf4688167d155600eefe9dc\nAuthor: Claire \nDate: Thu Jul 27 17:08:09 2023 +0200\n\n Bump version to v4.1.6\n\ncommit 2fc6117d1b5643c0de908706d22702a35388a2a4\nAuthor: Renaud Chaput \nDate: Fri Jul 28 19:11:58 2023 +0200\n\n Fix missing return values in streaming (#26233)\n\ncommit 2eb1a5b7b6d8b6a0b9426e7ee5a1fd04519dd7e2\nAuthor: Emelia Smith \nDate: Fri Jul 28 12:06:29 2023 +0200\n\n Fix: Streaming server memory leak in HTTP EventSource cleanup (#26228)\n\ncommit 6c321bb5e1543c78dbd0fa8e4962e95e544e1f63\nAuthor: Claire \nDate: Sat Jul 22 20:42:31 2023 +0200\n\n Fix incorrect connect timeout in outgoing requests (#26116)\n\ncommit da230600acda1d1a151eab4caa3d536ce828a097\nAuthor: Emelia Smith \nDate: Thu Jul 27 15:38:18 2023 +0200\n\n Refactor streaming's filtering logic & improve documentation (#26213)\n\ncommit 1792be342a3cfad7bdfa54311b3962a8051962bb\nAuthor: Claire \nDate: Thu Jul 27 15:12:10 2023 +0200\n\n Fix wrong filters sometimes applying in streaming (#26159)\n\ncommit ebf4f034c2e3841fde2d0109667c036fb352f3a8\nAuthor: Claire \nDate: Fri Jul 21 14:30:46 2023 +0200\n\n Bump version to v4.1.5\n\ncommit 889102013fd687113cec75fe252b5328707e8cc1\nAuthor: Claire \nDate: Fri Jul 21 13:34:15 2023 +0200\n\n Fix CSP headers being unintendedly wide (#26105)\n\ncommit d94a2c8aca731b4986e20401ae8ce5255e041b80\nAuthor: Claire \nDate: Tue Jul 18 20:51:20 2023 +0200\n\n Change request timeout handling to use a longer deadline (#26055)\n\ncommit efd066670d67676d5f5e73a75c268a2bd09c59c7\nAuthor: Claire \nDate: Mon Jul 10 18:42:10 2023 +0200\n\n Fix moderation interface for remote instances with a .zip TLD (#25885)\n\ncommit 13ec425b721c959415921046d7a24ed8c9994cee\nAuthor: Claire \nDate: Mon Jul 10 18:42:19 2023 +0200\n\n Fix remote accounts being possibly persisted to database with incomplete protocol values (#25886)\n\ncommit 7a99f0744d7c69a69b7552e31f6bb3914a6a03e8\nAuthor: Michael Stanclift \nDate: Thu Jul 13 04:12:51 2023 -0500\n\n Fix trending publishers table not rendering correctly on narrow screens (#25945)\n\ncommit 69c8f26946a5cdeff09ca8fe410bc11be78c158c\nAuthor: Claire \nDate: Fri Jul 21 14:18:04 2023 +0200\n\n Add check preventing Sidekiq workers from running with Makara configured (#25850)\n\n Co-authored-by: Eugen Rochko \n\ncommit 3f5af768c8f1401f77d14ad5b6aeccdb7e02a9f0\nAuthor: Claire \nDate: Fri Jul 7 18:21:10 2023 +0200\n\n Bump version to v4.1.4\n\ncommit cb8ab46302ad783869078ab4a26de04c09417a09\nAuthor: Claire \nDate: Fri Jul 7 18:22:50 2023 +0200\n\n Update dependencies\n\ncommit 53b979d5c73f0b28b161581ec3e824d89f66633c\nAuthor: Claire \nDate: Fri Jul 7 13:35:22 2023 +0200\n\n Fix processing of media files with unusual names (#25788)\n\ncommit f2bbac3f9fb37f6f870f25362e140d647d60caf5\nAuthor: Claire \nDate: Fri Jul 7 18:10:17 2023 +0200\n\n Fix crash in admin interface when viewing a remote user with verified links (#25796)\n\ncommit 015ed99612241b8dbf2810db478b1485f4c31031\nAuthor: Claire \nDate: Fri Jul 7 18:10:00 2023 +0200\n\n Fix branding:generate_app_icons failing because of disallowed ICO coder (#25794)\n\ncommit cf58535193708d9a4bd584266423168cda75f415\nAuthor: nemobis \nDate: Fri Jul 7 15:15:54 2023 +0300\n\n Fix typo in CHANGELOG.md (#25764)\n\ncommit 0d5781ca7609590a6d5340bb685bb1804056bb46\nAuthor: Claire \nDate: Wed Jun 21 09:13:30 2023 +0200\n\n Bump version to v4.1.3\n\ncommit 32ebeed59ba424732130073474fe03699efe07fc\nAuthor: Claire \nDate: Thu Jul 6 15:06:50 2023 +0200\n\n Merge pull request from GHSA-55j9-c3mp-6fcq\n\ncommit e75ad1de0f95f38b45748cafb1212560fe7587f5\nAuthor: Claire \nDate: Thu Jul 6 15:06:24 2023 +0200\n\n Merge pull request from GHSA-9pxv-6qvf-pjwc\n\n * Fix timeout handling of outbound HTTP requests\n\n * Use CLOCK_MONOTONIC instead of Time.now\n\ncommit 0aa0b71f2cae9e35cff613b13d05ee3aeaf9f944\nAuthor: Claire \nDate: Thu Jul 6 15:05:05 2023 +0200\n\n Merge pull request from GHSA-9928-3cp5-93fm\n\n * Fix attachments getting processed despite failing content-type validation\n\n * Add a restrictive ImageMagick security policy tailored for Mastodon\n\n * Fix misdetection of MP3 files with large cover art\n\n * Reject unprocessable audio/video files instead of keeping them unchanged\n\ncommit c4f2609f7a604daef1648e164ef8181d858bd058\nAuthor: Claire \nDate: Thu Jul 6 15:03:33 2023 +0200\n\n Merge pull request from GHSA-ccm4-vgcc-73hp\n\n * Tighten allowed HTML in oEmbed-based preview cards\n\n * Sanitize preview cards at render time\n\n * Add `sandbox` attribute to preview card iframes\n\ncommit 9b6c0cac7d435905bdbea6e3b0cbb47da9490270\nAuthor: Claire \nDate: Thu Jul 6 14:31:37 2023 +0200\n\n Add hardened headers to user-uploaded files (#25756)\n\ncommit fac2c9eb7d904e44244e20a8e1e8f6feb3b9db5b\nAuthor: Claire \nDate: Wed Jun 28 12:47:00 2023 +0200\n\n Update rack, rails, nokogiri and doorkeeper gems\n\ncommit a3d69a2c5d3fcc0df61929684fe31567860e7f2e\nAuthor: Claire \nDate: Tue Jul 4 18:58:23 2023 +0200\n\n Fix OAuth apps page crashing when listing apps with certain admin API scopes (#25713)\n\ncommit 8eb1bb8ba697bce5b72027a0a5263db29fa5e34b\nAuthor: Renaud Chaput \nDate: Thu Jun 1 12:14:49 2023 +0200\n\n Allow carets in URL search params (#25216)\n\ncommit 652ff76462f33f90e257e331009f89c41d600409\nAuthor: Vyr Cossont \nDate: Fri Mar 31 23:28:35 2023 -0700\n\n Fix Redis client and type errors introduced in #24285 (#24342)\n\ncommit 6f484fbbd280294bd8e43b5a9d0e54d6e34604b9\nAuthor: Vyr Cossont \nDate: Fri Mar 31 05:38:47 2023 -0700\n\n IndexingScheduler: fetch and import in batches (#24285)\n\n Co-authored-by: Claire \n\ncommit 79f5b8f156f65c25ada4712f8415c8d5f1f6dde7\nAuthor: Claire \nDate: Thu Jun 29 14:48:54 2023 +0200\n\n Fix ResolveURLService not resolving local URLs for remote content (#25637)\n\ncommit f8930a67a05f9adcaef5bc3f6e874d86f3228415\nAuthor: Claire \nDate: Thu Jun 22 14:56:14 2023 +0200\n\n Change /api/v1/statuses/:id/history to always return at least one item (#25510)\n\ncommit e65e3a6d14174378b8bf58f5997cde3de40c3ca7\nAuthor: Claire \nDate: Thu Jun 22 14:52:25 2023 +0200\n\n Add finer permission requirements for managing webhooks (#25463)\n\ncommit 8acbfc6ab1b1a1f026fd85208089b9f31255aba6\nAuthor: Claire \nDate: Tue Jun 20 18:15:35 2023 +0200\n\n Fix wrong view being displayed when a webhook fails validation (#25464)\n\ncommit 3ef53958b27da2edd1f1eba27ef2316fef64099f\nAuthor: Emelia Smith \nDate: Tue Jun 20 18:04:35 2023 +0200\n\n Prevent UserCleanupScheduler from overwhelming streaming (#25519)\n\ncommit fd1ffd72ebec4c435b5e4406c1eafa80da69b317\nAuthor: Daniel M Brasil \nDate: Mon Jun 19 03:53:05 2023 -0300\n\n Fix incorrect pagination headers in `/api/v2/admin/accounts` (#25477)\n\ncommit 7bd34f8b23f26fc4ebd10bcc3f2e0bae7cdd6520\nAuthor: Claire \nDate: Thu May 4 10:13:00 2023 +0200\n\n Fix infinite loop in AccountsStatusesCleanupScheduler (#24840)\n\ncommit 7012bf6ed3188148e91870d83c446c529d46907d\nAuthor: Claire \nDate: Wed May 3 10:31:40 2023 +0200\n\n Improve automatic post cleanup worker performances (#24785)\n\ncommit d9e45f2fa94449fe367a92b34f12775a0c85a8ee\nAuthor: Claire \nDate: Sun Apr 23 22:25:40 2023 +0200\n\n Fix AccountsStatusesCleanupScheduler not spreading deletes across accounts correctly (#24607)\n\ncommit 0e139e3c4d8faa94fe0357d235f84a3f4c2abb50\nAuthor: Claire \nDate: Fri Apr 21 18:14:19 2023 +0200\n\n Change automatic post deletion thresholds and load detection (#24614)\n\ncommit 23e7b4d28dc94ef927f6db4e5832a45e333b252e\nAuthor: Emelia Smith \nDate: Sat Jun 10 18:24:37 2023 +0200\n\n Fix logging of messages that are binary before closing their connection (#25361)\n\ncommit e78ee582f7b845c16cdcada44c96ed7053f07ff1\nAuthor: Emelia Smith \nDate: Fri Jun 9 19:29:16 2023 +0200\n\n Fix performance of streaming by parsing message JSON once (#25278)\n\ncommit a197fc094f9f55379d34a46bb530a7ce97d530b6\nAuthor: Claire \nDate: Mon Jun 5 17:35:05 2023 +0200\n\n Fix CSP headers when S3_ALIAS_HOST includes a path component (#25273)\n\ncommit bd7cbeeadfbb7d087c71cd6e0a016d44ca39a786\nAuthor: Daniel M Brasil \nDate: Sun Apr 30 01:50:58 2023 -0300\n\n Fix `tootctl accounts approve --number N` not aproving N earliest registrations (#24605)\n\ncommit 2779bce9a22f556b6c7a2e39eab82ab7438ac240\nAuthor: Claire \nDate: Tue May 2 17:42:42 2023 +0200\n\n Add fallback redirection when getting a webfinger query `LOCAL_DOMAIN@LOCAL_DOMAIN` (#23600)\n\n Co-authored-by: Eugen Rochko \n\ncommit 210ff368605c6752dcd8740b088570f393d322cf\nAuthor: Claire \nDate: Thu May 11 04:40:03 2023 +0200\n\n Change AccessTokensVacuum to also delete expired tokens (#24868)\n\ncommit 99c2bbbec9bb004fd54d4f0920c1109e960ebb04\nAuthor: Claire \nDate: Fri May 12 13:13:04 2023 +0200\n\n Change profile updates to be sent to recently-mentioned servers (#24852)\n\ncommit 7e587793004c0558d5131ff8eff359a77617a206\nAuthor: Claire \nDate: Tue May 16 14:56:49 2023 +0200\n\n Fix reports not being closed when performing batch suspensions (#24988)\n\ncommit cca464bce3c2ac43e2759d6a0ab0c977b4098d90\nAuthor: Claire \nDate: Wed May 17 00:08:42 2023 +0200\n\n Fix being able to vote on your own polls (#25015)\n\ncommit 1301af60e042fb9db39172977fb3a5d720ca7a31\nAuthor: Claire \nDate: Wed May 17 00:09:21 2023 +0200\n\n Fix race condition when reblogging a status (#25016)\n\ncommit f962e838567143640036c9a4f01e161e2a88941b\nAuthor: Claire \nDate: Mon May 22 12:25:56 2023 +0200\n\n Change OpenGraph-based embeds to allow fullscreen (#25058)\n\ncommit b3cbcd744719cd3a8a65f6dbefbc0f3912827a55\nAuthor: Claire \nDate: Mon May 22 14:03:38 2023 +0200\n\n Fix “Authorized applications” inefficiently and incorrectly getting last use date (#25060)\n\ncommit 72d96bf17a6c44344f5896b2b26d751315650f0e\nAuthor: Claire \nDate: Tue May 23 14:27:17 2023 +0200\n\n Remove invalid X-Frame-Options: ALLOWALL (#25070)\n\ncommit b1ac3562dff4c2e21a51bacf7cf963e3203097b8\nAuthor: Claire \nDate: Tue May 23 15:00:36 2023 +0200\n\n Change Identity to not destroy associated User on destroy (#25098)\n\ncommit 4c6c790f80f598d80e4fce44c06309a17dfd65e6\nAuthor: Claire \nDate: Tue Jun 20 18:32:26 2023 +0200\n\n Fix /api/v1/conversations sometimes returning empty accounts (#25499)\n\ncommit 036ac5b5c9597f8a2042a102439f14eaa9474f6c\nAuthor: Claire \nDate: Wed Jun 14 08:54:52 2023 +0200\n\n Fix ArgumentError when loading newer Private Mentions (#25399)\n\ncommit 3e1724e97282a2725778eccdf46d7756773d2771\nAuthor: Claire \nDate: Thu Jun 1 02:41:51 2023 +0200\n\n Fix multiple N+1s in ConversationsController (#25134)\n\ncommit bc8592627bc7effa94c12d17bd8ee7e0b6ff52be\nAuthor: Claire \nDate: Wed Apr 5 19:31:49 2023 +0200\n\n Fix user archive takeouts when using OpenStack Swift (#24431)","shortMessageHtmlLink":"Squashed commit of the following:"}},{"before":null,"after":"a0f3fedfab20a6b8ec43eeb5f04fc32074837a3e","ref":"refs/heads/dependabot/npm_and_yarn/postcss-8.4.31","pushedAt":"2023-10-04T19:28:48.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"Bump postcss from 8.4.21 to 8.4.31\n\nBumps [postcss](https://github.com/postcss/postcss) from 8.4.21 to 8.4.31.\n- [Release notes](https://github.com/postcss/postcss/releases)\n- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/postcss/postcss/compare/8.4.21...8.4.31)\n\n---\nupdated-dependencies:\n- dependency-name: postcss\n dependency-type: direct:production\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump postcss from 8.4.21 to 8.4.31"}},{"before":"3a2b5efb81678c92dad1996b8496d2b429ff7bfe","after":null,"ref":"refs/heads/dependabot/bundler/aws-sdk-s3-1.135.0","pushedAt":"2023-10-02T16:14:35.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"}},{"before":null,"after":"8fc26f8b9897bdd120e4f2b6b4b2fd24432bb3bc","ref":"refs/heads/dependabot/bundler/aws-sdk-s3-1.136.0","pushedAt":"2023-10-02T16:14:26.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"Bump aws-sdk-s3 from 1.119.0 to 1.136.0\n\nBumps [aws-sdk-s3](https://github.com/aws/aws-sdk-ruby) from 1.119.0 to 1.136.0.\n- [Release notes](https://github.com/aws/aws-sdk-ruby/releases)\n- [Changelog](https://github.com/aws/aws-sdk-ruby/blob/version-3/gems/aws-sdk-s3/CHANGELOG.md)\n- [Commits](https://github.com/aws/aws-sdk-ruby/commits)\n\n---\nupdated-dependencies:\n- dependency-name: aws-sdk-s3\n dependency-type: direct:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump aws-sdk-s3 from 1.119.0 to 1.136.0"}},{"before":"b575578fe74f636253afecd61647d00b9c5918a0","after":null,"ref":"refs/heads/dependabot/bundler/rubocop-1.56.3","pushedAt":"2023-10-02T16:10:12.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"}},{"before":null,"after":"546cd3fa1994cd2017a495005a61a8f064442cc3","ref":"refs/heads/dependabot/bundler/rubocop-1.56.4","pushedAt":"2023-10-02T16:10:03.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"Bump rubocop from 1.44.1 to 1.56.4\n\nBumps [rubocop](https://github.com/rubocop/rubocop) from 1.44.1 to 1.56.4.\n- [Release notes](https://github.com/rubocop/rubocop/releases)\n- [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md)\n- [Commits](https://github.com/rubocop/rubocop/compare/v1.44.1...v1.56.4)\n\n---\nupdated-dependencies:\n- dependency-name: rubocop\n dependency-type: direct:development\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump rubocop from 1.44.1 to 1.56.4"}},{"before":"99b59dbe395bff33145173fdbabacd4f2144cb61","after":null,"ref":"refs/heads/dependabot/bundler/sidekiq-7.1.3","pushedAt":"2023-10-02T16:05:36.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"}},{"before":null,"after":"09fdd9d439548c7a18007125c5ccfdfba977b2f5","ref":"refs/heads/dependabot/bundler/sidekiq-6.5.10","pushedAt":"2023-10-02T16:05:29.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"Bump sidekiq from 6.5.8 to 6.5.10\n\nBumps [sidekiq](https://github.com/sidekiq/sidekiq) from 6.5.8 to 6.5.10.\n- [Changelog](https://github.com/sidekiq/sidekiq/blob/main/Changes.md)\n- [Commits](https://github.com/sidekiq/sidekiq/compare/v6.5.8...v6.5.10)\n\n---\nupdated-dependencies:\n- dependency-name: sidekiq\n dependency-type: direct:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump sidekiq from 6.5.8 to 6.5.10"}},{"before":"d0346d4bbab8bea9bc5a407b606fed1b4503dcc2","after":null,"ref":"refs/heads/dependabot/bundler/rubocop-rails-2.21.1","pushedAt":"2023-10-02T15:50:25.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"}},{"before":null,"after":"1b7b50811f0ca723177168de02096cd1a0446085","ref":"refs/heads/dependabot/bundler/rubocop-rails-2.21.2","pushedAt":"2023-10-02T15:50:17.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"Bump rubocop-rails from 2.17.4 to 2.21.2\n\nBumps [rubocop-rails](https://github.com/rubocop/rubocop-rails) from 2.17.4 to 2.21.2.\n- [Release notes](https://github.com/rubocop/rubocop-rails/releases)\n- [Changelog](https://github.com/rubocop/rubocop-rails/blob/master/CHANGELOG.md)\n- [Commits](https://github.com/rubocop/rubocop-rails/compare/v2.17.4...v2.21.2)\n\n---\nupdated-dependencies:\n- dependency-name: rubocop-rails\n dependency-type: direct:development\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump rubocop-rails from 2.17.4 to 2.21.2"}},{"before":"28aeb2b26b89fa8ac71db86f55f5f6f9d5c0b648","after":null,"ref":"refs/heads/dependabot/npm_and_yarn/rimraf-5.0.1","pushedAt":"2023-10-02T15:29:25.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"}},{"before":null,"after":"1c2af3450e3be02f246a07786da1de03c7bba5f3","ref":"refs/heads/dependabot/npm_and_yarn/rimraf-5.0.5","pushedAt":"2023-10-02T15:29:18.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"Bump rimraf from 4.1.2 to 5.0.5\n\nBumps [rimraf](https://github.com/isaacs/rimraf) from 4.1.2 to 5.0.5.\n- [Changelog](https://github.com/isaacs/rimraf/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/isaacs/rimraf/compare/v4.1.2...v5.0.5)\n\n---\nupdated-dependencies:\n- dependency-name: rimraf\n dependency-type: direct:production\n update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump rimraf from 4.1.2 to 5.0.5"}},{"before":"e9313218a93abb1c7904c77b1300ba7f702f4f13","after":null,"ref":"refs/heads/dependabot/npm_and_yarn/react-select-5.7.5","pushedAt":"2023-10-02T15:28:15.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"}},{"before":null,"after":"a3e3ed5504b9d54dc8145b45c470e1b3fedc03e3","ref":"refs/heads/dependabot/npm_and_yarn/react-select-5.7.7","pushedAt":"2023-10-02T15:28:07.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"Bump react-select from 5.7.0 to 5.7.7\n\nBumps [react-select](https://github.com/JedWatson/react-select) from 5.7.0 to 5.7.7.\n- [Release notes](https://github.com/JedWatson/react-select/releases)\n- [Changelog](https://github.com/JedWatson/react-select/blob/master/docs/CHANGELOG.md)\n- [Commits](https://github.com/JedWatson/react-select/compare/react-select@5.7.0...react-select@5.7.7)\n\n---\nupdated-dependencies:\n- dependency-name: react-select\n dependency-type: direct:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump react-select from 5.7.0 to 5.7.7"}},{"before":"a96e690653d7b4e70036a7d39544b40a8738f0e8","after":null,"ref":"refs/heads/dependabot/npm_and_yarn/tesseract.js-4.1.2","pushedAt":"2023-10-02T15:25:35.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"}},{"before":null,"after":"8c4681606f5dfc40347c486f4df033a033fe5b9f","ref":"refs/heads/dependabot/npm_and_yarn/tesseract.js-5.0.0","pushedAt":"2023-10-02T15:25:28.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"Bump tesseract.js from 2.1.1 to 5.0.0\n\nBumps [tesseract.js](https://github.com/naptha/tesseract.js) from 2.1.1 to 5.0.0.\n- [Release notes](https://github.com/naptha/tesseract.js/releases)\n- [Commits](https://github.com/naptha/tesseract.js/compare/v2.1.1...v5.0.0)\n\n---\nupdated-dependencies:\n- dependency-name: tesseract.js\n dependency-type: direct:production\n update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump tesseract.js from 2.1.1 to 5.0.0"}},{"before":"cbc5126a95f2a1b66f2f766c2e5e8a1eb44b22a9","after":null,"ref":"refs/heads/dependabot/npm_and_yarn/react-redux-8.1.2","pushedAt":"2023-10-02T15:25:16.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"}},{"before":null,"after":"79a695d5bb1dc004eddec9a5b43984dcf2595f6c","ref":"refs/heads/dependabot/npm_and_yarn/react-redux-8.1.3","pushedAt":"2023-10-02T15:25:07.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"Bump react-redux from 7.2.9 to 8.1.3\n\nBumps [react-redux](https://github.com/reduxjs/react-redux) from 7.2.9 to 8.1.3.\n- [Release notes](https://github.com/reduxjs/react-redux/releases)\n- [Changelog](https://github.com/reduxjs/react-redux/blob/master/CHANGELOG.md)\n- [Commits](https://github.com/reduxjs/react-redux/compare/v7.2.9...v8.1.3)\n\n---\nupdated-dependencies:\n- dependency-name: react-redux\n dependency-type: direct:production\n update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump react-redux from 7.2.9 to 8.1.3"}},{"before":"e0351178506684bac24f1f4097eda353ffa307e5","after":null,"ref":"refs/heads/dependabot/npm_and_yarn/axios-1.5.0","pushedAt":"2023-10-02T15:21:22.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"}},{"before":null,"after":"094d937e11dcb588589be7d4a6a0f4ee5bcd56ee","ref":"refs/heads/dependabot/npm_and_yarn/axios-1.5.1","pushedAt":"2023-10-02T15:21:14.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"Bump axios from 1.3.2 to 1.5.1\n\nBumps [axios](https://github.com/axios/axios) from 1.3.2 to 1.5.1.\n- [Release notes](https://github.com/axios/axios/releases)\n- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)\n- [Commits](https://github.com/axios/axios/compare/v1.3.2...v1.5.1)\n\n---\nupdated-dependencies:\n- dependency-name: axios\n dependency-type: direct:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump axios from 1.3.2 to 1.5.1"}},{"before":"b72bb8bfbbd2a22bd264a5eb3c3302669123763f","after":null,"ref":"refs/heads/dependabot/bundler/strong_migrations-1.6.2","pushedAt":"2023-09-25T15:40:59.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"}},{"before":null,"after":"4428e57725ba0ada6ecc4dcc8d6a6180e57a9306","ref":"refs/heads/dependabot/bundler/strong_migrations-1.6.3","pushedAt":"2023-09-25T15:40:51.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"Bump strong_migrations from 0.7.9 to 1.6.3\n\nBumps [strong_migrations](https://github.com/ankane/strong_migrations) from 0.7.9 to 1.6.3.\n- [Changelog](https://github.com/ankane/strong_migrations/blob/master/CHANGELOG.md)\n- [Commits](https://github.com/ankane/strong_migrations/compare/v0.7.9...v1.6.3)\n\n---\nupdated-dependencies:\n- dependency-name: strong_migrations\n dependency-type: direct:production\n update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump strong_migrations from 0.7.9 to 1.6.3"}},{"before":"ef5d6f88a55f875a82268eb529e224cf9e46e8f2","after":null,"ref":"refs/heads/dependabot/bundler/aws-sdk-s3-1.134.0","pushedAt":"2023-09-25T15:31:56.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"}},{"before":null,"after":"3a2b5efb81678c92dad1996b8496d2b429ff7bfe","ref":"refs/heads/dependabot/bundler/aws-sdk-s3-1.135.0","pushedAt":"2023-09-25T15:31:47.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"Bump aws-sdk-s3 from 1.119.0 to 1.135.0\n\nBumps [aws-sdk-s3](https://github.com/aws/aws-sdk-ruby) from 1.119.0 to 1.135.0.\n- [Release notes](https://github.com/aws/aws-sdk-ruby/releases)\n- [Changelog](https://github.com/aws/aws-sdk-ruby/blob/version-3/gems/aws-sdk-s3/CHANGELOG.md)\n- [Commits](https://github.com/aws/aws-sdk-ruby/commits)\n\n---\nupdated-dependencies:\n- dependency-name: aws-sdk-s3\n dependency-type: direct:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump aws-sdk-s3 from 1.119.0 to 1.135.0"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEAwsKxQA","startCursor":null,"endCursor":null}},"title":"Activity · 204504bySE/mastodon"}