summaryrefslogtreecommitdiff
path: root/packages/backend/src/server/api/stream (follow)
Commit message (Collapse)AuthorAgeFilesLines
* LTLに特定条件下でチャンネル投稿が混ざり込む現象の修 ↵おさむのひと2023-11-161-1/+1
| | | | | | | | | | | (#12347) * LTLにチャンネル投稿を含まないように修正 * fix CHANGELOG.md --------- Co-authored-by: osamu <46447427+sam-osamu@users.noreply.github.com>
* fix(backend): ↵_2023-10-312-2/+2
| | | | | | | 自身の宛先なしダイレクト投稿がストリーミングで流れてこない問題を修正 (#12203) * fix: dm stream * add CHANGELOG
* lint fixsyuilo2023-10-301-0/+2
|
* Fix: ↵おさむのひと2023-10-271-1/+3
| | | | | | | | | | | | | チャンネルのフォロー・アンフォローの反映速度を改善 (#12149) * チャンネルのフォロー・アンフォローの反映速度を改善 * fix lint * userFollowingChannelsCacheの場所をCacheServiceからChannelFollowingServiceに移動 --------- Co-authored-by: osamu <46447427+sam-osamu@users.noreply.github.com>
* fix(backend): ↵syuilo2023-10-233-12/+24
| | | | | | 自分のフォローしているユーザーの自分のフォローしていないユーザーの visibility: followers な投稿への返信がストリーミングで流れてくる問題を修正 Fix #12117
* fix(backend): ↵syuilo2023-10-203-8/+14
| | | | | | 自分のフォロワー限定ノートがWebsoketに乗ってこない Fix #12081
* perf(backend): ↵syuilo2023-10-197-7/+8
| | | | ノートのリアクション情報をキャッシュすることでDBへのクエリを削減
* refactorsyuilo2023-10-197-7/+7
|
* perf(backend): reduce needless populateMyReaction callssyuilo2023-10-197-14/+28
|
* Remove unnecessary nullish coalescing (#12058)woxtu2023-10-182-2/+2
|
* perf(backend): improve streaming api performance (#12033)syuilo2023-10-157-109/+49
| | | | | | | | | | | | | * wip * Update NoteEntityService.ts * wip * wip * wip * wip
* enhance: ↵syuilo2023-10-112-2/+6
| | | | | | ローカルタイムライン、ソーシャルタイムラインで返信を含むかどうか設定可能に Resolve #12001
* fix(backend): ↵syuilo2023-10-095-1/+21
| | | | | | 「ファイル付きのみ」のTLでファイル無しの新着ノートが表示される Fix #11939
* fix(backend): ↵syuilo2023-10-084-4/+4
| | | | | | 同じ種類のTLのストリーミングを複数接続できない問題を修正 Fix #11985
* feat: improve tl performance (#11946)syuilo2023-10-036-53/+30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * wip * wip * wip * wip * wip * wip * Update NoteCreateService.ts * wip * wip * wip * wip * Update NoteCreateService.ts * wip * Update NoteCreateService.ts * wip * Update user-notes.ts * wip * wip * wip * Update NoteCreateService.ts * wip * Update timeline.ts * Update timeline.ts * Update timeline.ts * Update timeline.ts * Update timeline.ts * wip * Update timelines.ts * Update timelines.ts * Update timelines.ts * wip * wip * wip * Update timelines.ts * Update misskey-js.api.md * Update timelines.ts * Update timelines.ts * wip * wip * wip * Update timelines.ts * wip * Update timelines.ts * wip * test * Update activitypub.ts * refactor: UserListJoining -> UserListMembership * Update NoteCreateService.ts * wip
* feat: 通知の受信設定を強化syuilo2023-09-294-266/+7
|
* feat: note editsyuilo2023-09-281-0/+4
|
* enhance: タイムラインからRenoteを除外するオプションを追加syuilo2023-09-284-4/+20
|
* refactor(backend): update directory structure for modelssyuilo2023-09-203-16/+16
|
* update deps (#11820)syuilo2023-09-154-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * update deps * fix * wip * wip * wip * Update docker-compose.yml.example * Delete reviewer-lottery.yml * Update RepositoryModule.ts * wip * wip * clean up * update deps * wip * wip
* update deps (#11764)syuilo2023-09-042-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * update deps * node16 * wip * wip * wip * Update test-utils.ts * wip * Update tsconfig.json * wip * Update package.json * wip * Update following.vue * Update followers.vue * Update index.vue * Update share.vue * Update MkUserPopup.vue * Update MkPostForm.vue * wip * Update MkTokenGenerateWindow.vue * Update MkPagination.vue * refactor * update deps * update deps * Update sw.ts * wip * wip * wip * Update FetchInstanceMetadataService.ts * Update FetchInstanceMetadataService.ts * update node * update deps * :art:
* chore(backend): Resolve `import/no-default-export` rule violations (#11732)woxtu2023-08-172-0/+2
| | | | | * Disable `import/no-default-export` properly * Disable `import/no-default-export`
* refactor: prefix Mi for all entities (#11719)syuilo2023-08-163-73/+73
| | | | | | | | | | | | | | | | | | | | | * wip * wip * wip * wip * Update RepositoryModule.ts * wip * wip * wip * Revert "wip" This reverts commit c1c13b37d2aaf3c65bc148212da302b0eb7868bf.
* feat: refine announcement (#11497)syuilo2023-08-131-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * wip * Update read-announcement.ts * wip * wip * wip * Update index.d.ts * wip * Create 1691649257651-refine-announcement.js * wip * wip * wip * wip * wip * wip * Update announcements.vue * wip * wip * Update announcements.vue * wip * Update announcements.vue * wip * Update misskey-js.api.md * Update users.ts * Create MkAnnouncementDialog.stories.impl.ts * wip * wip * Create AnnouncementService.ts
* chore: ↵Shun Sakai2023-07-2718-0/+90
| | | | | | | | | | | | | | 著作権とライセンスについての情報を各ファイルに追加する (#11348) * chore: Add the SPDX information to each file Add copyright and licensing information as defined in version 3.0 of the REUSE Specification. * tweak format --------- Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* Fix auto-fixable issues (#11314)woxtu2023-07-191-1/+1
|
* refactor(backend): 存在確認の`findOneBy`を`exist`に置き換え (#11224)okayurisotto2023-07-111-4/+6
| | | | | * refactor(backend): 存在確認の`findOneBy`を`exist`に置き換え * cleanup
* cleanup: trim trailing whitespace (#11136)okayurisotto2023-07-085-5/+5
| | | | | | | | | * cleanup: trim trailing whitespace * update(`.editorconfig`) --------- Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* refactor(backend): use node16 for moduleResolution (#10938)syuilo2023-06-252-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | * refactor(backend): use node16 for moduleResolution * update deps * Update tsconfig.json * :v: * revive KEYWORD * restore strict-event-emitter-types dependency * restore ms dependency * cancel redundant import reorder * fix * Delete ms.ts * remove rndstr --------- Co-authored-by: Kagami Sascha Rosylight <saschanaz@outlook.com>
* perf(backend): use websockets/ws instead of theturtle32/WebSocket-Node (#10884)syuilo2023-05-291-11/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * perf(backend): use websockets/ws instead of theturtle32/WebSocket-Node Resolve #10883 * refactor * Update StreamingApiServerService.ts * Update StreamingApiServerService.ts * :v: * Update StreamingApiServerService.ts * fix main stream init * fix timing 2 * setIntervalの重複を避ける(気休め) * add comment * :v: --------- Co-authored-by: tamaina <tamaina@hotmail.co.jp>
* fix:ロールタイムライン無効に関する修正 (#10843)nenohi2023-05-191-1/+10
| | | | | | | | | | | * 修正 * note visibility change * public投稿のみ * update changelog * RN非表示機能がうごかないところだった
* fix streamin errorsyuilo2023-05-171-1/+1
|
* enhance: ↵syuilo2023-05-164-4/+16
| | | | | | タイムラインにフォロイーの行った他人へのリプライを含めるかどうかの設定をアカウントに保存するのをやめるように Resolve #10646
* fix type in CustomEmojiService 2tamaina2023-04-121-1/+1
|
* feat: role timelinesyuilo2023-04-123-0/+86
| | | | Resolve #10581
* fix(backend): ↵syuilo2023-04-091-2/+2
| | | | ストリーミングのLTLチャンネルでサーバー側にエラーログが出るのを修正
* enhance(backend): improve cachesyuilo2023-04-0512-196/+81
|
* enhance(backend): チャンネルの既読管理を削除syuilo2023-04-052-6/+1
| | | | | | - 現状上手く機能していない - パフォーマンス上の理由 - 実装するにしてももっと効率的な方法がある
* enhance(backend): improve cachesyuilo2023-04-041-1/+1
|
* perf(backend): 通知をRedisに保存するようにsyuilo2023-04-041-2/+1
| | | | Resolve #10168
* refactor: rename schema to json-schemasyuilo2023-03-109-9/+9
|
* feat: Per-user renote mute (#10249)syuilo2023-03-0810-1/+37
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * feat: per-user renote muting From FoundKey/c414f24a2c https://akkoma.dev/FoundKeyGang/FoundKey * Update ja-JP.yml * Delete renote-muting.ts * rename * fix ids * lint * fix * Update CHANGELOG.md * リノートをミュートしたユーザー一覧を見れるように * :art: * add test * fix test --------- Co-authored-by: Hélène <pleroma-dev@helene.moe>
* fix Serialized typesyuilo2023-02-281-1/+8
|
* refactor: fix typessyuilo2023-02-171-2/+2
|
* refactor: remove all unused imports (#9951)Kagami Sascha Rosylight2023-02-1615-25/+15
| | | Co-authored-by: tamaina <tamaina@hotmail.co.jp>
* drop group (#9942)syuilo2023-02-152-2/+0
| | | | | * drop group * Update operations.ts
* drop messaging (#9919)syuilo2023-02-156-314/+1
| | | | | * drop messaging (from backend) * wip
* refactorsyuilo2023-02-131-2/+2
|
* perf(server): cache blockingsyuilo2023-02-041-0/+2
|
* refactor: fix typesyuilo2023-02-011-37/+41
|