Claire
|
7faa27e17d
|
Change dismissed banners to be stored server-side (#27055)
|
2023-11-30 11:45:54 +00:00 |
|
Matt Jankowski
|
ce78a9c9ac
|
Clean up two_factor_authentication/confirmations controller spec (#28128)
|
2023-11-30 11:44:42 +00:00 |
|
Filippo Giunchedi
|
e6fd9a59e6
|
Fix FamiliarFollowersController test response comparison (#28121)
Co-authored-by: Filippo Giunchedi <filippo@debian.org>
|
2023-11-30 10:58:40 +00:00 |
|
renovate[bot]
|
c761cc4738
|
fix(deps): update babel monorepo to v7.23.5 (#28122)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2023-11-30 10:53:49 +00:00 |
|
Matt Jankowski
|
b696ca6b1a
|
Move self destruct CLI command definition code to module (#28131)
|
2023-11-30 10:48:46 +00:00 |
|
Filippo Giunchedi
|
6e55ff9643
|
Change Vagrant to install Node 20 (#28100)
Co-authored-by: Filippo Giunchedi <filippo@debian.org>
|
2023-11-30 10:46:06 +00:00 |
|
KMY(雪あすか)
|
780426db31
|
Fix: 限定投稿新規追加時の負荷 (#321)
|
2023-11-30 18:38:48 +09:00 |
|
KMY(雪あすか)
|
39446f1357
|
Fix: 既知の投稿の参照・引用が認識されない問題 (#320)
|
2023-11-30 17:39:04 +09:00 |
|
KMY(雪あすか)
|
87bd76453a
|
Fix: 他サーバーからのconversation が正常に認識されない問題 (#319)
|
2023-11-30 13:01:49 +09:00 |
|
KMY(雪あすか)
|
eb7cf381ba
|
Fix: ancestor_status_id 検索によるDB負荷 (#318)
|
2023-11-30 12:55:50 +09:00 |
|
KMY(雪あすか)
|
a88349af55
|
Add: #8 サークル投稿の転送 (#294)
* Add: `conversations`テーブルに`ancestor_status`プロパティ
* Fix test
* Fix test more
* Add: `limited_visibility`に`Reply`を追加、`context`のURI
* Add: 外部からの`context`受信処理
* Fix test
* Add: 公開範囲「返信」
* Fix test
* Fix: 返信に返信以外の公開範囲を設定できない問題
* Add: ローカル投稿時にメンション追加・他サーバーへの転送
* Fix test
* Fix test
* Test: ローカルスレッドへの返信投稿の転送
* Test: 未知のアカウントからのメンション
* Add: 編集・削除の連合に対応
* Remove: 重複テスト
* Fix: 改善
* Add: 編集削除の転送処理・返信なのにsilentなメンションでの通知
* Fix: リプライが第三者に届かない問題
* Add: `always_sign_unsafe`
* Add: Subject
* Remove space
* Fix: 他人のスレッドの送信先一覧を非表示
* Fix: おかしいコード
|
2023-11-30 09:29:24 +09:00 |
|
Matt Jankowski
|
e48ecd2929
|
Remove default_scope from Admin::ActionLog (#28026)
|
2023-11-29 10:39:59 +00:00 |
|
Matt Jankowski
|
291dc04e67
|
Remove un-needed action and template options to render in controllers (#28022)
|
2023-11-29 10:38:05 +00:00 |
|
Matt Jankowski
|
a1636fce7f
|
Move lib/devise/* to lib/devise/strategies/* (#27638)
|
2023-11-29 10:10:21 +00:00 |
|
Matt Jankowski
|
31bef99b9e
|
Move lib/mastodon/premailer_webpack_strategy to lib/ (#27636)
|
2023-11-29 10:08:55 +00:00 |
|
Matt Jankowski
|
72b7cd349c
|
Extract helper methods for form label in admin/ area views (#27575)
|
2023-11-29 10:06:19 +00:00 |
|
Matt Jankowski
|
9b47c5d53c
|
Extract helper methods for labels from filters/_filter_fields (#27574)
|
2023-11-29 10:02:59 +00:00 |
|
Matt Jankowski
|
186895fc88
|
Refactor, lint fix, and bug fix on admin/roles/form partial (#27558)
|
2023-11-29 10:00:52 +00:00 |
|
renovate[bot]
|
3e1e41054b
|
chore(deps): update dependency pghero to v3.4.0 (#28117)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2023-11-29 09:00:07 +00:00 |
|
Emelia Smith
|
603b245cc6
|
Add VAPID public key to instance serializer (#28006)
Co-authored-by: Renaud Chaput <renchap@gmail.com>
|
2023-11-29 08:34:36 +00:00 |
|
KMY(雪あすか)
|
a52a8ce214
|
Merge pull request #315 from kmycode/upstream-20231129
Upstream 20231129
|
2023-11-29 13:38:12 +09:00 |
|
KMY(雪あすか)
|
bcd80942c0
|
Fix: スタンプを外すとき、自分が外したスタンプが投稿から全部消える問題 (#314)
|
2023-11-29 13:37:53 +09:00 |
|
KMY
|
16914f5f02
|
Merge commit 'c40cfc5d09 ' into upstream-20231129
|
2023-11-29 12:43:01 +09:00 |
|
KMY(雪あすか)
|
49da93aa55
|
Test: ドメインブロック先カラーのブースト拒否のテスト(保留中)を削除 (#313)
|
2023-11-29 09:49:02 +09:00 |
|
KMY(雪あすか)
|
de02926490
|
Test: フォロワーに限定投稿を配送しない (#311)
* Test: フォロワーに限定投稿を配送しない
* Fix: message
|
2023-11-29 09:48:50 +09:00 |
|
S.H
|
90fcc93f28
|
Fix: #298 Supress Elasticsearch warnings for GitHub Actions (#312)
|
2023-11-29 09:48:33 +09:00 |
|
Michael Stanclift
|
c40cfc5d09
|
Fix apt cache not being properly utilized in Dockerfile (#28115)
|
2023-11-28 22:23:44 +00:00 |
|
Michael Stanclift
|
7a3b41eb54
|
Fix incorrect apt-get install block in Dockerfile (#28112)
|
2023-11-28 20:44:04 +00:00 |
|
Matt Jankowski
|
6b46bf9953
|
Handle scenario when webfinger response subject is missing host value (#28088)
|
2023-11-28 18:37:54 +00:00 |
|
Matt Jankowski
|
b9492d84a0
|
Update bcrypt to version 3.1.20 (#28084)
|
2023-11-28 18:36:21 +00:00 |
|
Matt Jankowski
|
b45fe15c06
|
Update temple to version 0.10.3 (#28086)
|
2023-11-28 18:36:16 +00:00 |
|
Josh Goldberg ✨
|
3a7f10c3f1
|
Converted hashtag.jsx to TypeScript (#27872)
Co-authored-by: Claire <claire.github-309c@sitedethib.com>
Co-authored-by: Renaud Chaput <renchap@gmail.com>
|
2023-11-28 18:20:10 +00:00 |
|
Josh Goldberg ✨
|
1142f4c79e
|
Converted app/javascript/mastodon/utils/ folder to TypeScript (#27895)
|
2023-11-28 17:47:55 +00:00 |
|
Renaud Chaput
|
cdc7894243
|
Fix devcontainer by not forcing NODE_ENV (#28099)
|
2023-11-28 14:47:32 +00:00 |
|
Emelia Smith
|
a4de0e364b
|
Refactor streaming to simplify for logging change (#28056)
|
2023-11-28 14:24:41 +00:00 |
|
Emelia Smith
|
4949b6da58
|
Fix streaming eslint configuration (#28055)
|
2023-11-28 14:09:21 +00:00 |
|
S.H
|
d18b233239
|
Fix: #304 rubocop:disable Style/OptionalBooleanParameter (#310)
|
2023-11-28 21:27:55 +09:00 |
|
Michael Stanclift
|
a80530d1df
|
Dockerfile rewrite based on Ruby image with performance optimizations and size reduction, dedicated Streaming image (#26850)
Co-authored-by: “Michael <“mx@vmstan.com>
Co-authored-by: Emelia Smith <ThisIsMissEm@users.noreply.github.com>
|
2023-11-28 10:04:40 +00:00 |
|
Renaud Chaput
|
8ebc94dd22
|
Ignore @svgr/webpack updates as they require a Webpacker upgrade (#28098)
|
2023-11-28 10:03:32 +00:00 |
|
Matt Jankowski
|
baf3b71e3b
|
Extract path_without_format private methd in accounts controller (#28091)
|
2023-11-28 09:17:26 +00:00 |
|
renovate[bot]
|
c824d98cec
|
chore(deps): update dependency fabrication to v2.31.0 (#28089)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2023-11-28 09:17:00 +00:00 |
|
github-actions[bot]
|
af02484714
|
New Crowdin Translations (automated) (#28096)
Co-authored-by: GitHub Actions <noreply@github.com>
|
2023-11-28 08:59:48 +00:00 |
|
Matt Jankowski
|
9072896ae5
|
Avoid unnecessary i-var for account rss page url generation (#28092)
|
2023-11-28 08:19:08 +00:00 |
|
Matt Jankowski
|
dfc7154767
|
Remove unused cached_filtered_status_page method from accounts controller (#28090)
|
2023-11-28 07:43:16 +00:00 |
|
Matt Jankowski
|
2d536bb05f
|
Use admin_mailer layout with initial salutation (#28085)
|
2023-11-28 07:41:26 +00:00 |
|
KMY(雪あすか)
|
6dd40ad7cd
|
Merge pull request #309 from kmycode/kbtopic-connect-lts-to-dev
Connect lts to dev
|
2023-11-28 13:13:45 +09:00 |
|
KMY(雪あすか)
|
855d3c4026
|
Fix: #301 カスタム絵文字編集時、カテゴリ選択の初期値の異常 (#306)
|
2023-11-28 12:38:04 +09:00 |
|
KMY
|
aec0f0a328
|
Merge empty
|
2023-11-28 12:37:30 +09:00 |
|
KMY
|
b22513ca07
|
Fix test
|
2023-11-28 12:35:54 +09:00 |
|
KMY
|
ab299ab670
|
Merge
|
2023-11-28 12:20:11 +09:00 |
|