summaryrefslogtreecommitdiff
path: root/packages/backend/src/server/api/stream (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* | merge: upstreamMarie2024-01-251-15/+1
|\|
| * enhance(reversi): improve desync handlingsyuilo2024-01-231-15/+1
| |
* | merge: upstreamMarie2024-01-221-5/+3
|\|
| * enhance(reversi): some tweakssyuilo2024-01-221-5/+3
| |
* | merge: upstream (1)Marie2024-01-213-0/+185
|\|
| * enhance(reversi): tweak reversisyuilo2024-01-211-0/+8
| |
| * enhance(reversi): tweak reversisyuilo2024-01-211-33/+16
| |
| * enhance(reversi): tweak reversisyuilo2024-01-201-4/+10
| |
| * enhance(reversi): tweak reversisyuilo2024-01-201-3/+3
| |
| * feat: reversisyuilo2024-01-193-0/+188
| | | | | | | | Resolve #12962
* | merge: upstreamMarie2024-01-091-0/+4
|\|
| * Fix: ↵_2024-01-071-0/+4
| | | | | | | | | | | | | | リストライムラインの「リノートを表示」が正しく機能しない問題を修正 (#12932) * fix: list timeline withRenotes * add CHANGELOG
| * Merge pull request from GHSA-7pxq-6xx9-xpgmChocolate Pie2023-12-2717-43/+77
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * fix: fix improper authorization when accessing with third-party application * refactor: refactor type definitions * fix: get rid of unnecessary access limitation * enhance: サードパーティアプリケーションがWebsocket APIを使えるように * fix: add missing parentheses * Revert "fix(backend): add missing kind definition for admin endpoints to improve security" This reverts commit 5150053275594278e9eb23e72d98b16593c4c230. * frontend: 翻訳の抜けを訂正, read:adminとwrite:adminはアクセス発行トークンのデフォルトでは非表示にする * enhance(test): misskey-ghsa-7pxq-6xx9-xpgmに関するテストを追加 * enhance(test): Websocket APIに対するテストも追加 * enhance(refactor): `@/misc/api-permissions.ts`を`misskey-js/permissions`に統合 * fix(frontend): アクセストークン発行UIで全ての権限を有効にした際、管理者用APIへのアクセスも許可してしまう問題を修正 * enhance(backend): Websocketの接続に最低限必要な権限を変更 * fix(backend): `/api/admin/meta`をサードパーティアプリケーションからはアクセスできないように * fix(backend): エンドポイントにアクセスするために必要な権限を変更 * fix(frontend/locale): Add missing type declaration * chore: update `misskey-js/src/autogen` --------- Co-authored-by: tamaina <tamaina@hotmail.co.jp>
* | fix: typecheckMarie2023-12-281-3/+4
| |
* | Merge pull request from GHSA-7pxq-6xx9-xpgmChocolate Pie2023-12-2817-43/+77
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * fix: fix improper authorization when accessing with third-party application * refactor: refactor type definitions * fix: get rid of unnecessary access limitation * enhance: サードパーティアプリケーションがWebsocket APIを使えるように * fix: add missing parentheses * Revert "fix(backend): add missing kind definition for admin endpoints to improve security" This reverts commit 5150053275594278e9eb23e72d98b16593c4c230. * frontend: 翻訳の抜けを訂正, read:adminとwrite:adminはアクセス発行トークンのデフォルトでは非表示にする * enhance(test): misskey-ghsa-7pxq-6xx9-xpgmに関するテストを追加 * enhance(test): Websocket APIに対するテストも追加 * enhance(refactor): `@/misc/api-permissions.ts`を`misskey-js/permissions`に統合 * fix(frontend): アクセストークン発行UIで全ての権限を有効にした際、管理者用APIへのアクセスも許可してしまう問題を修正 * enhance(backend): Websocketの接続に最低限必要な権限を変更 * fix(backend): `/api/admin/meta`をサードパーティアプリケーションからはアクセスできないように * fix(backend): エンドポイントにアクセスするために必要な権限を変更 * fix(frontend/locale): Add missing type declaration * chore: update `misskey-js/src/autogen` --------- Co-authored-by: tamaina <tamaina@hotmail.co.jp>
* | merge: upstreamMarie2023-12-233-1/+13
|\|
| * リストタイムラインでミュートが貫通してしまう問題に ↵おさむのひと2023-12-033-1/+13
| | | | | | | | | | | | | | | | | | | | | | 処 (#12534) * ユーザリストTL系の各種動作を修正・統一 * fix * fix CHANGELOG.md * テスト追加
* | fix: websocket for timelines not checking following for muted instance usersMarie2023-12-214-4/+4
| | | | | | | | Closes #233
* | add: Bubble timelineMar0xy2023-12-042-0/+127
| | | | | | | | Closes transfem-org/Sharkey#154
* | merge: upstreamMar0xy2023-11-221-1/+1
|\|
| * LTLに特定条件下でチャンネル投稿が混ざり込む現象の修 ↵おさむのひと2023-11-161-1/+1
| | | | | | | | | | | | | | | | | | | | | | (#12347) * LTLにチャンネル投稿を含まないように修正 * fix CHANGELOG.md --------- Co-authored-by: osamu <46447427+sam-osamu@users.noreply.github.com>
* | merge: upstreamMar0xy2023-10-319-34/+71
|\|
| * 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
| |
* | merge: upstream changesMar0xy2023-10-182-2/+2
|\|
| * Remove unnecessary nullish coalescing (#12058)woxtu2023-10-182-2/+2
| |
* | add: isSilenced handling to user and timelineMar0xy2023-10-184-0/+8
| |
* | add: Bot Trending Toggle, Hide Bot in Timeline client optionMar0xy2023-10-183-0/+9
|/
* 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
|