Commit graph

10111 commits

Author SHA1 Message Date
KMY(雪あすか)
cfa9b1877a
Change: #186 概要画面のkmyblue capabilities表示改善 (#252) 2023-11-08 10:57:00 +09:00
KMY(雪あすか)
408da2c42a
Change: スタンプのidをお気に入り特別できるよう変更 (#251) 2023-11-08 10:30:20 +09:00
KMY(雪あすか)
ec0002c732
Fix: フレンドサーバーに投稿削除が配送されない問題 (#249) 2023-11-07 19:05:00 +09:00
KMY(雪あすか)
d7f07ae80f
Fix: #241 リスト新着通知で、数日前の古い投稿についての通知が来る場合がある (#242)
* Fix: #241 リスト通知の重複についてとりあえずの対処

* Fix: 本家の通知バグ
2023-11-07 17:16:10 +09:00
KMY
64578feeb4 Merge remote-tracking branch 'parent/main' into upstream-20231107 2023-11-07 11:35:05 +09:00
Matt Jankowski
d6f50839e1
Fix RSpec/SpecFilePathFormat cops (#27730) 2023-11-06 16:25:40 +00:00
Matt Jankowski
0c4e7c06dc
Fix Rails/FindEach cop (#26886) 2023-11-06 15:53:29 +00:00
Matt Jankowski
fe26f33e0a
Fix Rails/RedundantActiveRecordAllMethod cop (#26885) 2023-11-06 15:51:52 +00:00
zunda
e4e752c26e
Adjust transform origin for favorite star (#27700) 2023-11-06 11:14:46 +00:00
Claire
c0989b78f8
Fix incoming status creation date not being restricted to standard ISO8601 (#27655) 2023-11-06 09:28:14 +00:00
Renaud Chaput
6712bf86cd
Fixes website not loading for unlogged users (#27698) 2023-11-04 21:52:56 +00:00
KMY(雪あすか)
9416eeae98
Fix: #208 リスト通知で投稿者のアイコンが二重に表示される問題 (#235) 2023-11-04 22:21:29 +09:00
KMY(雪あすか)
7d4d2afdae
Fix: #202 画像拡大表示したときの右下のボタンが機能しない問題(本家由来) (#234) 2023-11-04 22:21:15 +09:00
KMY(雪あすか)
0b04b7a8c6
Fix: #199 投稿フォームでの検索許可アイコン表示崩れ (#233) 2023-11-04 22:20:36 +09:00
KMY(雪あすか)
24909f9760
Change: #185 『スタンプをつけられた人』ではなく『スタンプをつけた人』のフォロワーにスタンプを転送 (#232)
* Change: #185 『スタンプをつけられた人』ではなく『スタンプをつけた人』のフォロワーにスタンプを転送

* Fix: 絵文字削除が届かない問題

* Test: 送る方にも同じテストを追加
2023-11-04 21:27:59 +09:00
KMY
7e088863b4 Fix test 2023-11-04 10:11:06 +09:00
KMY
52dac50826 Merge remote-tracking branch 'parent/main' into upstream-20231104 2023-11-04 09:10:13 +09:00
Renaud Chaput
3bf2a7296e
Use Immutable Record for accounts in Redux state (#26559) 2023-11-03 15:00:03 +00:00
github-actions[bot]
2d548e273e
New Crowdin Translations (automated) (#27646)
Co-authored-by: GitHub Actions <noreply@github.com>
2023-11-03 10:10:13 +00:00
KMY(雪あすか)
0f85ed243c
Fix: #221 投稿フォームの時限投稿メニューが動作しない問題 (#223) 2023-11-03 09:50:01 +09:00
KMY(雪あすか)
4fdbb159fe
Merge pull request #226 from kmycode/upstream-20231103
Upstream 20231103
2023-11-03 09:49:44 +09:00
KMY(雪あすか)
10dc6c478c
Add: #189 本家由来の独自機能作成時に参考にしたファイルにマーカー (#225) 2023-11-03 08:38:49 +09:00
KMY(雪あすか)
c3578970e1
Fix: #220 インスタンス情報更新時に、スタンプ利用可否のキャッシュをクリアする処理 (#224) 2023-11-03 08:22:56 +09:00
KMY
76c4acdd20 Merge remote-tracking branch 'parent/main' into upstream-20231103 2023-11-03 07:51:14 +09:00
Claire
0337df3a42
Fix posts from threads received out-of-order sometimes not being inserted into timelines (#27653) 2023-11-02 14:58:37 +00:00
KMY(雪あすか)
37779910df
Fix: ローカルサーバーのスタンプ利用可否が正しく反映できない問題 (#219)
* Fix: ローカルサーバーのスタンプ利用可否が正しく反映できない問題

* 不要な分岐を削除

* Fix: Presenterの使用を中止(どうせキャッシュしてるので)
2023-11-02 13:56:26 +09:00
KMY(雪あすか)
86afcdbc4d
Fix: #217 スタンプ利用可能なソフトウェア名からkmyblueを削除 (#218) 2023-11-02 13:20:07 +09:00
KMY
eba304a47b Fix test 2023-11-02 10:43:58 +09:00
KMY
f33dd979a3 Merge commit '45cc8fff7a' into upstream-20231102 2023-11-02 10:35:23 +09:00
KMY(雪あすか)
45cc8fff7a
Add: #90 スタンプに対応していないと思われるサーバーの投稿からスタンプボタンを隠す設定 (#215) 2023-11-02 10:29:00 +09:00
KMY
991c0dfddf Merge remote-tracking branch 'parent/main' into kb_development 2023-11-02 10:24:38 +09:00
mogaminsk
ac8e4ed38d
Fix inserting emojis from emoji picker fails with TypeError (#27647) 2023-11-01 07:22:02 +00:00
KMY(雪あすか)
77a1cabb97
Fix: 同じ投稿を返信かつ参照している時、同じ投稿がcontextに複数含まれる問題 (#210)
* Add: #198 `context`のAPIについて`with_references`対応

* Fix: 同じ投稿を参照かつ返信していると、`context`に同じ投稿が複数含まれる問題
2023-11-01 10:34:28 +09:00
KMY(雪あすか)
99511ee1b5
Add: #198 contextのAPIについてwith_references対応 (#209) 2023-11-01 10:00:22 +09:00
Renaud Chaput
277e6968f5
Use helpers to check environment in frontend (#27633) 2023-10-31 16:05:44 +00:00
Renaud Chaput
0e3401bc1c
Improve Babel configuration and automatically load polyfills (#27333) 2023-10-31 10:55:13 +00:00
Claire
9c8891b39a
Rewrite AutosuggestTextarea as Functional Component (#27618) 2023-10-31 10:17:37 +00:00
Claire
d649bbf28f
Add some more tests and clean up domain block controller (#27469) 2023-10-31 09:40:30 +00:00
github-actions[bot]
e5b7ae9576
New Crowdin Translations (automated) (#27630)
Co-authored-by: GitHub Actions <noreply@github.com>
2023-10-31 08:43:17 +00:00
KMY(雪あすか)
cc938d76a7
Fix: 投稿の更新が他サーバーに配信されない問題 (#204) 2023-10-31 12:34:49 +09:00
KMY(雪あすか)
30edea43fc
Change: #197 非収載のアイコン変更 (#203) 2023-10-31 09:01:42 +09:00
KMY(雪あすか)
f8280ca5d9
Add: #95 リストへの新着投稿通知 (#192)
* Add: テーブル定義、内部処理

* Add: 通知の定期削除処理、自動削除、テスト

* Add: Web画面の表示、設定

* Fix test
2023-10-31 08:59:31 +09:00
Claire
6c52f8286b
Fix posts from force-sensitized accounts being able to trend (#27620) 2023-10-30 22:32:25 +00:00
github-actions[bot]
a918208ec6
New Crowdin Translations (automated) (#27596)
Co-authored-by: GitHub Actions <noreply@github.com>
2023-10-30 14:19:25 +00:00
Ricardo Trindade
33f8c1c5eb
Remove version check from update cache_concern.rb (#27592) 2023-10-30 14:04:12 +00:00
Matt Jankowski
2cc60253c4 Extract class from CSP configuration/initialization (#26905) 2023-10-30 13:23:10 +09:00
Jonathan de Jong
b0785c9423 Have Follow activities bypass availability (#27586)
Co-authored-by: Claire <claire.github-309c@sitedethib.com>
2023-10-30 13:23:10 +09:00
Claire
eb63ba61ba Fix hashtag matching pattern matching some URLs (#27584) 2023-10-30 13:23:10 +09:00
SouthFox
881febca15 Fix account click on detailed status (#27587) 2023-10-30 13:23:10 +09:00
Renaud Chaput
c7b7a4e2e4 Simplify column headers (#27557) 2023-10-30 13:23:10 +09:00