summaryrefslogtreecommitdiff
path: root/packages/backend/src/server/api/stream/channels (follow)
Commit message (Collapse)AuthorAgeFilesLines
* re-type userFollowingsCache to match the othersHazelnoot2025-06-097-9/+9
|
* copy changes to list channelHazelnoot2025-06-031-12/+14
|
* fix user-list channel authHazelnoot2025-06-031-2/+3
|
* copy changes to role channelHazelnoot2025-06-031-0/+22
|
* copy changes to bubble channelHazelnoot2025-06-031-8/+22
|
* fix null check in local/global/list channelsHazelnoot2025-06-033-4/+4
|
* copy changes to global channelHazelnoot2025-06-031-6/+22
|
* copy changes to hybrid channelHazelnoot2025-06-031-13/+5
|
* copy changes to local channelHazelnoot2025-06-031-11/+20
|
* remove duplicate checks from home channelHazelnoot2025-06-031-4/+1
|
* copy changes to main channelHazelnoot2025-06-031-4/+4
|
* handle silenced notes in Channel.isNoteMutedOrBlockedHazelnoot2025-06-032-11/+0
|
* fix antenna channelHazelnoot2025-06-031-5/+2
|
* copy changes to home channelHazelnoot2025-06-031-11/+6
|
* copy changes to antenna channelHazelnoot2025-06-031-1/+9
|
* sync up bubble timeline endpoint and streamHazelnoot2025-06-031-2/+0
|
* sync up logic between notes/bubble-timeline.ts and channels/bubble-timeline.tsHazelnoot2025-06-011-2/+9
|
* Merge tag '2025.4.0' into merge/2025-03-24Hazelnoot2025-04-132-0/+4
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # .github/workflows/storybook.yml # locales/index.d.ts # package.json # packages/backend/src/models/json-schema/role.ts # packages/frontend/src/components/MkPageWindow.vue # packages/frontend/src/pages/admin/roles.editor.vue # packages/frontend/src/pages/admin/roles.vue # packages/frontend/src/pages/settings/preferences.vue # packages/frontend/src/pages/settings/privacy.vue # packages/frontend/src/pages/timeline.vue # packages/frontend/src/pref-migrate.ts # packages/frontend/src/ui/_common_/common.vue # packages/frontend/src/ui/deck.vue # packages/frontend/src/ui/universal.vue # packages/misskey-js/src/autogen/types.ts
| * fix(backend): ↵syuilo2025-04-072-0/+4
| | | | | | | | 非ログインでタイムラインのストリームに接続した際、表示にログイン必須のノートが流れる場合がある問題を修正
* | Merge branch 'misskey-develop' into merge/2025-03-24Hazelnoot2025-04-033-0/+3
|\| | | | | | | | | | | | | | | | | # Conflicts: # package.json # packages/backend/src/core/AccountMoveService.ts # packages/frontend/src/components/MkDateSeparatedList.vue # packages/misskey-js/etc/misskey-js.api.md # pnpm-lock.yaml
| * fix(backend): ↵syuilo2025-04-032-0/+2
| | | | | | | | 非ログインでタイムラインのストリームに接続した際、表示にログイン必須のノートが流れる場合がある問題を修正
* | refactor bubble-timeline.ts to match global-timeline.ts and local-timeline.tsHazelnoot2025-04-031-2/+3
| |
* | remove no-op Connection.cachedNotes and Connection.cacheNoteHazelnoot2025-04-0111-22/+0
| |
* | fix backend type errorsHazelnoot2025-04-012-2/+10
| |
* | Merge branch 'misskey-develop' into merge/2025-03-24Hazelnoot2025-03-262-2/+2
|\| | | | | | | | | # Conflicts: # .github/workflows/storybook.yml
| * lintsyuilo2025-03-262-2/+2
| |
* | merge upstreamHazelnoot2025-03-252-0/+156
|\|
| * Feat: Chat (#15686)syuilo2025-03-242-0/+156
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * wip * wip * wip * wip * wip * wip * Update types.ts * Create 1742203321812-chat.js * wip * wip * Update room.vue * Update home.vue * Update home.vue * Update ja-JP.yml * Update index.d.ts * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * Update CHANGELOG.md * wip * Update home.vue * clean up * Update misskey-js.api.md * wip * wip * wip * wip * wip * wip * wip * wip * wip * lint fixes * lint * Update UserEntityService.ts * search * wip * 🎨 * wip * Update home.ownedRooms.vue * wip * Update CHANGELOG.md * Update style.scss * wip * improve performance * improve performance * Update timeline.test.ts
| * よくわからないリアクションに関するログが流れっぱな ↵果物リン2025-01-171-1/+0
| | | | | | | | なのを修正 (#15303)
* | call NoteEntityService.hideNote from streaming APIHazelnoot2025-02-259-0/+9
| |
* | use assignMyReaction in channel, hashtag, role-timeline, and user-list channelsHazelnoot2025-02-254-27/+14
| |
* | pass NoteEntityService through Channel constructor instead of method argsHazelnoot2025-02-2517-33/+53
| |
* | fix lint errors in stream/channel/bubble-timeline.tsHazelnoot2025-02-041-3/+1
| |
* | shallow clonepiuvas2025-01-085-80/+15
| |
* | requested change.piuvas2024-12-265-5/+10
| |
* | turn task into a functionpiuvas2024-12-255-72/+41
| |
* | 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
| |
* | Merge remote-tracking branch 'misskey/master' into feature/misskey-2024.8dakkar2024-08-303-7/+12
|\|
| * fix(backend): リバーシの設定変更が反映されないのを修正 ↵かっこかり2024-08-161-3/+5
| | | | | | | | | | | | | | | | | | (#14404) * fix(backend): リバーシの設定変更が反映されないのを修正 * Update Changelog * add bindthis
| * fix: readAllNotifications message not working (#14374)anatawa122024-08-093-5/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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>
* | copy from global-timeline to bubble-timelinedakkar2024-08-021-4/+5
| |
* | Merge remote-tracking branch 'misskey/master' into feature/misskey-2024.07dakkar2024-08-0216-53/+101
|\|
| * 自分のフォロワー限定投稿に対するリプライがホームタ ↵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-1816-45/+85
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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