summaryrefslogtreecommitdiff
path: root/packages/backend/src/server/api/stream (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* | fix lint errors in Connection.tsHazelnoot2025-02-041-4/+4
| |
* | comment :3piuvas2025-01-121-2/+5
| |
* | requested changespiuvas2025-01-101-3/+2
| |
* | comment codepiuvas2025-01-081-0/+2
| |
* | small refactorpiuvas2025-01-081-8/+8
| |
* | shallow clonepiuvas2025-01-086-85/+47
| |
* | requested change.piuvas2024-12-265-5/+10
| |
* | improvementpiuvas2024-12-261-2/+1
| |
* | turn task into a functionpiuvas2024-12-256-72/+50
| |
* | improvements.piuvas2024-12-235-10/+40
| |
* | populate myreaction on replies for streams.piuvas2024-12-235-0/+35
| |
* | thank you lintersdakkar2024-10-111-5/+4
| |
* | fix some DI mistakes after the mergedakkar2024-10-101-1/+1
| |
* | fix imports in channels bubble-timelinedakkar2024-10-091-0/+1
| |
* | fix type in channel.tsdakkar2024-10-091-1/+1
| |
* | use injected meta in stream bubble-timelinedakkar2024-10-091-5/+6
| |
* | remove duplicate linedakkar2024-08-301-2/+0
| |
* | Merge remote-tracking branch 'misskey/master' into feature/misskey-2024.8dakkar2024-08-304-18/+30
|\|
| * fix(backend): ↵syuilo2024-08-171-0/+6
| | | | | | | | 無制限にストリーミングのチャンネルに接続できる問題を修正
| * fix(backend): リバーシの設定変更が反映されないのを修正 ↵かっこかり2024-08-161-3/+5
| | | | | | | | | | | | | | | | | | (#14404) * fix(backend): リバーシの設定変更が反映されないのを修正 * Update Changelog * add bindthis
| * fix: readAllNotifications message not working (#14374)anatawa122024-08-094-16/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * refactor: add and use isJsonObject * fix: readNotification message without body is not working * docs(changelog): WSの`readAllNotifications` メッセージが `body` を持たない場合に動作しない問題 * Update CHANGELOG.md Co-authored-by: Sayamame-beans <61457993+Sayamame-beans@users.noreply.github.com> --------- Co-authored-by: Sayamame-beans <61457993+Sayamame-beans@users.noreply.github.com>
* | merge: misskey 2024.7 (!583)dakkar2024-08-1819-85/+150
|\ \ | | | | | | | | | | | | | | | View MR for information: https://activitypub.software/TransFem-org/Sharkey/-/merge_requests/583 Approved-by: Marie <github@yuugi.dev> Approved-by: Julia Johannesen <julia@insertdomain.name>
| * \ Merge branch 'develop' into feature/misskey-2024.07dakkar2024-08-181-0/+39
| |\ \
| * \ \ Merge branch 'develop' into feature/misskey-2024.07dakkar2024-08-061-0/+12
| |\ \ \ | | | | | | | | | | | | | | | fixing conflicts in `package.json`
| * | | | copy from global-timeline to bubble-timelinedakkar2024-08-021-4/+5
| | | | |
| * | | | Merge remote-tracking branch 'misskey/master' into feature/misskey-2024.07dakkar2024-08-0218-80/+144
| |\ \ \ \ | | | |_|/ | | |/| |
| | * | | 自分のフォロワー限定投稿に対するリプライがホームタ ↵anatawa122024-07-302-4/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ムラインで見えないことが有る問題を修正 (#13835) * fix: reply to my follower notes are not shown on the home timeline * fix: reply to follower note by non-following is on social timeline * docs: changelog * test: add endpoint test for changes * test(e2e): 自分のfollowers投稿に対するリプライが流れる * test(e2e/streaming): 自分のfollowers投稿に対するリプライが流れる * test(e2e/streaming): フォローしていないユーザによるフォロワー限定投稿に対するリプライがソーシャルタイムラインで表示されることがある問題 * test(e2e/timelines): try fixing typecheck error --------- Co-authored-by: Sayamame-beans <61457993+Sayamame-beans@users.noreply.github.com>
| | * | | kill any from streaming API Implementation (#14251)anatawa122024-07-1818-72/+128
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * chore: add JsonValue type * refactor: kill any from Connection.ts * refactor: fix StreamEventEmitter contains undefined instead of null * refactor: kill any from channels * docs(changelog): Fix: Steaming APIが不正なデータを受けた場合の動作が不安定である問題 * fix license header * fix lints
* | | | | make the cap of `activeRateLimitRequests` match the rate limitdakkar2024-08-181-1/+3
| |_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | It's trivial to have more than 128 requests in flight: open a busy timeline, scroll a bit down, wait for many notes to arrive, scroll to the top. The frontend will send "subscribe to note" messages for each new note that it accumulated, all at once. We don't want to shut down the connection in those common cases!
* | | | Add IP and user ID to connection close messageJulia Johannesen2024-08-171-1/+5
| | | |
* | | | Fix logging stuffJulia Johannesen2024-08-171-1/+1
| | | |
* | | | fix(backend): ↵syuilo2024-08-171-0/+6
| | | | | | | | | | | | | | | | 無制限にストリーミングのチャンネルに接続できる問題を修正
* | | | Limit number of rate limit requestsJulia Johannesen2024-08-161-2/+24
| | | |
* | | | rough rate limiting for websocketsdakkar2024-08-151-0/+7
| |_|/ |/| |
* | | don't send real-time updates of replies to blocked usersdakkar2024-07-061-0/+12
|/ / | | | | | | | | this is in line with the behaviour of a note's detailed view, which does not show me replies from users who blocked me
* | Merge branch 'develop' into futuredakkar2024-05-311-0/+8
|\ \
| * | more timeline filters - #228dakkar2024-05-231-0/+8
| | |
* | | port changes from global timeline to bubble timelinedakkar2024-05-111-25/+5
| | |
* | | re-instate "followed users from muted instances are not muted"dakkar2024-04-251-1/+1
| | |
* | | Merge remote-tracking branch 'misskey/develop' into future-2024-04-25dakkar2024-04-2510-114/+49
|\ \ \ | |/ / |/| / | |/
| * 細かいミュートの処理の修正 (#13695)anatawa122024-04-1710-102/+49
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * fix: some replies are removed from global timeline * refactor: 各チャンネルのミュートとブロックの処理をまとめる * fix: リノートをミュートでその人のノートのリノートをミュートしていたを修正 * refactor: isPureRenotePackedを他のところでも使う * docs(changelog): CHANGELOGを更新 * test: withReplies = falseでフォローしてる人によるリプライが流れてくる * test: ノートミュートしているユーザーの通常ノートのリノートが流れてくる/含まれる
| * fix(backend): ↵zyoshoka2024-02-281-1/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | リノート時のHTLへのストリーミングの意図しない挙動を修正 (#13425) * fix(backend): リノート時のストリーミングの意図しない挙動を修正 * Update CHANGELOG.md * fix: 不要な返り値 * fix: 不適切な条件分岐を修正 * test(backend): add htl tests --------- Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
* | merge upstream for 2024.2.1dakkar2024-03-021-2/+10
| |
* | merge: upstreamMarie2024-02-1919-19/+19
|\|
| * (re) update SPDX-FileCopyrightTexttamaina2024-02-1319-19/+19
| | | | | | | | Fix #13290
| * Revert "update SPDX-FileCopyrightText"tamaina2024-02-1319-19/+19
| | | | | | | | This reverts commit 9b5aeb76d8c9372d67058c512597152b6bf222f2.
| * update SPDX-FileCopyrightTextsyuilo2024-02-1219-19/+19
| |
* | merge: latest changesMarie2024-02-091-1/+1
|\|
| * refactor(backend): exist -> exists (#13203)かっこかり2024-02-081-1/+1
| | | | | | | | | | * refactor(backend): exist -> exists * fix
* | fix: don't show mentions and boosts towards muted user posts in timelineMarie2024-01-265-0/+15
| | | | | | | | Closes #336