Commit graph

19039 commits

Author SHA1 Message Date
KMY(雪あすか)
a60fa38b80
Merge pull request #571 from kmycode/kb-draft-10.5
Release: 10.5
2024-02-16 22:16:27 +09:00
KMY
4f64ba26dc Fix test 2024-02-16 21:49:55 +09:00
KMY
e20c9ad106 Bump version to 10.5 2024-02-16 20:29:22 +09:00
Claire
ed59271078 Bump version to v4.3.0-alpha.3 (#29241) 2024-02-16 20:29:12 +09:00
Claire
5d2f763f47 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 20:28:30 +09:00
KMY
eb1094143c Update dependency pg to v1.5.5 (#29230)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-02-16 20:28:23 +09:00
KMY(雪あすか)
fd72d4bed7
Merge pull request #547 from kmycode/kb-draft-10.4
Release: 10.4
2024-02-15 09:35:59 +09:00
Claire
8ce87662b0 Bump version to v4.3.0-alpha.2 (#29200) 2024-02-15 09:12:37 +09:00
Claire
ceff4265e1 Fix user creation failure handling in OAuth paths (#29207) 2024-02-15 08:55:35 +09:00
Claire
d9abcc61ff Fix OmniAuth tests (#29201) 2024-02-15 08:51:52 +09:00
KMY
8658079f0d Bump version to 10.4 2024-02-15 08:34:18 +09:00
Claire
a6997fab01 Merge pull request from GHSA-vm39-j3vx-pch3
* Prevent different identities from a same SSO provider from accessing a same account

* Lock auth provider changes behind `ALLOW_UNSAFE_AUTH_PROVIDER_REATTACH=true`

* Rename methods to avoid confusion between OAuth and OmniAuth
2024-02-15 08:33:55 +09:00
Emelia Smith
d5e14b2865 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: Claire <claire.github-309c@sitedethib.com>
2024-02-15 08:33:46 +09:00
Claire
1d546f4388 Add sidekiq_unique_jobs:delete_all_locks task and disable sidekiq-unique-jobs UI by default (#29199) 2024-02-15 08:33:35 +09:00
Emelia Smith
7c3c2d2444 Disable administrative doorkeeper routes (#29187) 2024-02-15 08:33:03 +09:00
renovate[bot]
6a57868e89 Update dependency sidekiq-unique-jobs to v7.1.33 (#29175)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-02-15 08:32:10 +09:00
renovate[bot]
a9f7667900 Update dependency nokogiri to v1.16.2 [SECURITY] (#29106)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-02-15 08:31:20 +09:00
KMY(雪あすか)
6f66145f9d Fix: リモートアカウント情報のNgWord検査でNULLが出る問題 (#541)
* Fix: リモートアカウント情報のNgWord検査でNULLが出る問題

* Add test
2024-02-15 08:17:13 +09:00
KMY(雪あすか)
8b0fd35955
Merge pull request #514 from kmycode/kb-draft-10.3
Release: 10.3
2024-02-02 09:58:54 +09:00
KMY
2e7e260ead Bump version to 10.3 2024-02-02 09:29:30 +09:00
KMY
76cf23dfd6 Fix: リモートからの参照を無限に受け入れる問題 2024-02-02 09:18:36 +09:00
Claire
23faeafe42 Merge pull request from GHSA-3fjr-858r-92rw
* Fix insufficient origin validation

* Bump version to 4.3.0-alpha.1
2024-02-02 07:37:05 +09:00
KMY(雪あすか)
e082a8f4a0
Merge pull request #507 from kmycode/kb-draft-10.2
Release: 10.2
2024-01-26 21:39:26 +09:00
KMY
d468b94158 Bump version to 10.2 2024-01-26 12:34:41 +09:00
KMY
1282a45c54 Fix: #504 docker buildが失敗する問題 2024-01-26 12:22:06 +09:00
KMY(雪あすか)
eac1d8ad5b
Merge pull request #487 from kmycode/kb-draft-10.1
Release: 10.1
2024-01-25 12:22:17 +09:00
KMY
48d091dd18 Set ruby version 2024-01-25 09:58:26 +09:00
Claire
018eb174e8 Bump version to v4.2.4 2024-01-25 08:08:00 +09:00
Claire
48f860945d Change PostgreSQL version check to check for PostgreSQL 10+ 2024-01-25 08:06:42 +09:00
Claire
72367f6848 Ignore the devise-two-factor advisory as we have rate limits in place (#28733) 2024-01-25 08:06:36 +09:00
Claire
fcb0ebdb5b Bump ruby version to 3.2.3 2024-01-25 08:06:28 +09:00
Claire
1ac58c3858 Update dependency puma to v6.4.2 2024-01-25 08:05:30 +09:00
Claire
58267dcfe9 Fix error when processing remote files with unusually long names (#28823) 2024-01-25 08:02:51 +09:00
Claire
1225c22810 Fix processing of compacted single-item JSON-LD collections (#28816) 2024-01-25 08:02:44 +09:00
Claire
8c23a8aa2b Add rate-limit of TOTP authentication attempts at controller level (#28801) 2024-01-25 08:00:45 +09:00
Jonathan de Jong
eec533e8cd Retry 401 errors on replies fetching (#28788)
Co-authored-by: Claire <claire.github-309c@sitedethib.com>
2024-01-25 08:00:37 +09:00
Jeong Arm
6bc4219f59 Ignore RecordNotUnique errors in LinkCrawlWorker (#28748) 2024-01-25 08:00:30 +09:00
Claire
2338fc4aec Fix potential redirection loop of streaming endpoint (#28665) 2024-01-25 08:00:20 +09:00
MitarashiDango
f40e951d29 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-25 07:56:50 +09:00
KMY
e83c4c5604 Bump version to 10.1 2024-01-24 21:41:48 +09:00
KMY
7d9d2e2e86 Fix test 2024-01-24 21:41:48 +09:00
KMY
d87a11bc7d Add: Misskeyに相互限定投稿を配送しないオプション 2024-01-24 20:38:19 +09:00
KMY(雪あすか)
201fd37bc3 Fix: ドメインブロックがOutboxにおいて動作しない問題 (#491) 2024-01-24 20:38:19 +09:00
KMY(雪あすか)
65cc1273aa Fix: 投稿ではないリンクを参照したときにリンクプレビューが生成されない問題 (#482) 2024-01-19 08:24:45 +09:00
KMY(雪あすか)
ef3eb48932 Fix: #303 限定投稿のスタンプがストリーミングできていない (#481) 2024-01-19 08:24:45 +09:00
KMY(雪あすか)
0fcf61ee0e Fix: フレンドサーバーにログインユーザーのみ投稿が配送されない問題 (#463) 2024-01-19 08:24:45 +09:00
KMY(雪あすか)
cc408a5e7d Fix: ブースト時に選択できる公開範囲に限定投稿が含まれる問題 (#460) 2024-01-19 08:24:45 +09:00
KMY(雪あすか)
8cd1d7e5d0 Remove: #454 リンクプレビューを生成する設定の削除、無効化 (#458) 2024-01-19 08:24:45 +09:00
KMY(雪あすか)
5bf543ca24 Add: Iceshrimpをスタンプ利用可能サーバーとして登録、襦袢を揃える (#451) 2024-01-19 08:24:45 +09:00
KMY(雪あすか)
2ef5fdb6fb
Merge pull request #413 from kmycode/kb-draft-10.0
Release: 10.0
2024-01-11 09:20:47 +09:00