1
0
Fork 0
forked from gitea/nas
nas/app/javascript/mastodon/reducers
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
..
accounts.ts Fixes website not loading for unlogged users (#27698) 2023-11-04 21:52:56 +00:00
accounts_map.js Use Immutable Record for accounts in Redux state (#26559) 2023-11-03 15:00:03 +00:00
alerts.js Add toast with option to open post after publishing in web UI (#25564) 2023-07-08 20:01:08 +02:00
announcements.js Enforce import order with ESLint (#25096) 2023-05-23 17:15:17 +02:00
antenna_adder.js Merge remote-tracking branch 'parent/main' into kb-merge-231010 2023-10-10 22:17:15 +09:00
antenna_editor.js Add antenna exclusion adder dialog 2023-08-22 20:06:00 +09:00
antennas.js Add antenna tag editor 2023-08-22 07:35:09 +09:00
blocks.js Add explanation to mute dialog, refactor and clean up mute/block UI (#11992) 2019-09-29 21:46:05 +02:00
bookmark_categories.js Fix status is added bookmark category statuses list on bottom when bookmark 2023-09-24 12:27:28 +09:00
bookmark_category_adder.js Add bookmarl_category_needed setting 2023-08-26 18:27:17 +09:00
bookmark_category_editor.js Add title editor and delete button 2023-08-26 14:13:45 +09:00
boosts.js Add dropdown for boost privacy in boost confirmation modal (#15704) 2021-02-11 00:53:12 +01:00
circle_adder.js Add circle adder 2023-08-22 15:41:22 +09:00
circle_editor.js Add circle editor 2023-08-21 16:37:35 +09:00
circles.js Fix: #154 サークル投稿履歴が遡れない問題 (#156) 2023-10-21 10:15:58 +09:00
compose.js Add: #8 サークル投稿の転送 (#294) 2023-11-30 09:29:24 +09:00
contexts.js Merge remote-tracking branch 'parent/main' into upstream-20231104 2023-11-04 09:10:13 +09:00
conversations.js Use Immutable Record for accounts in Redux state (#26559) 2023-11-03 15:00:03 +00:00
custom_emojis.js Enforce import order with ESLint (#25096) 2023-05-23 17:15:17 +02:00
domain_lists.js Use Immutable Record for accounts in Redux state (#26559) 2023-11-03 15:00:03 +00:00
dropdown_menu.ts Convert dropdown_menu state to Typescript (#25585) 2023-09-22 18:18:46 +02:00
filters.js 編集時にフィルターが機能しない問題を修正 2023-10-02 11:58:12 +09:00
followed_tags.js Enforce import order with ESLint (#25096) 2023-05-23 17:15:17 +02:00
height_cache.js Enforce import order with ESLint (#25096) 2023-05-23 17:15:17 +02:00
history.js Enforce import order with ESLint (#25096) 2023-05-23 17:15:17 +02:00
index.ts Merge remote-tracking branch 'parent/main' into upstream-20231104 2023-11-04 09:10:13 +09:00
list_adder.js Add: #189 本家由来の独自機能作成時に参考にしたファイルにマーカー (#225) 2023-11-03 08:38:49 +09:00
list_editor.js Add: #189 本家由来の独自機能作成時に参考にしたファイルにマーカー (#225) 2023-11-03 08:38:49 +09:00
lists.js Add: #189 本家由来の独自機能作成時に参考にしたファイルにマーカー (#225) 2023-11-03 08:38:49 +09:00
markers.js Enforce import order with ESLint (#25096) 2023-05-23 17:15:17 +02:00
media_attachments.js Feature - Prevents multiple audio/video attachments from being played at the same time (#24717) 2023-11-07 23:37:58 +00:00
meta.js Enforce import order with ESLint (#25096) 2023-05-23 17:15:17 +02:00
modal.ts Improve modals reducer types (#26610) 2023-09-22 16:41:50 +02:00
mutes.js Add duration parameter to muting. (#13831) 2020-10-13 01:01:14 +02:00
notifications.js Merge remote-tracking branch 'parent/main' into upstream-20231124 2023-11-24 09:07:40 +09:00
picture_in_picture.js Enforce import order with ESLint (#25096) 2023-05-23 17:15:17 +02:00
polls.js Translate CW, poll options and media descriptions (#24175) 2023-06-01 00:10:21 +02:00
push_notifications.js Enforce import order with ESLint (#25096) 2023-05-23 17:15:17 +02:00
reaction_deck.js Add reaction deck 2023-05-26 15:15:48 +09:00
relationships.ts Use Immutable Record for accounts in Redux state (#26559) 2023-11-03 15:00:03 +00:00
search.js Fix original mastodon bug 2023-09-19 09:50:28 +09:00
server.js Prevent duplicate concurrent calls of /api/*/instance in web UI (#25663) 2023-07-02 11:12:16 +02:00
settings.js Add: #95 リストへの新着投稿通知 (#192) 2023-10-31 08:59:31 +09:00
status_lists.js Merge remote-tracking branch 'parent/main' into upstream-20231104 2023-11-04 09:10:13 +09:00
statuses.js Wip: bookmark statuses view and adder 2023-08-26 13:25:57 +09:00
suggestions.js Use Immutable Record for accounts in Redux state (#26559) 2023-11-03 15:00:03 +00:00
tags.js Enforce import order with ESLint (#25096) 2023-05-23 17:15:17 +02:00
timelines.js Use Immutable Record for accounts in Redux state (#26559) 2023-11-03 15:00:03 +00:00
trends.js Enforce import order with ESLint (#25096) 2023-05-23 17:15:17 +02:00
user_lists.js Merge remote-tracking branch 'parent/main' into upstream-20231104 2023-11-04 09:10:13 +09:00