summaryrefslogtreecommitdiff
path: root/src/server/api/stream (follow)
Commit message (Collapse)AuthorAgeFilesLines
* refactoringsyuilo2021-11-1221-2102/+0
| | | | Resolve #7779
* refactor: publishHogeStreamとStreamのEventEmitterに型定義する (#7769)tamaina2021-10-216-40/+338
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * wip * wip * wip * :v: * add main stream * packedNotificationSchemaを更新 * read:gallery, write:gallery, read:gallery-likes, write:gallery-likesに翻訳を追加 * fix * ok * add header, choice, invitation * add header, choice, invitation * test * fix * fix * yatta * remove no longer needed "as PackedUser/PackedNote" * clean up * add simple-schema * fix lint * fix lint * wip * wip! * wip * fix * wip * wip * :v: * 送信側に型エラーがないことを3回確認した * :v: * wip * update typescript * define items in full Schema * edit comment * edit comment * edit comment * Update src/prelude/types.ts Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com> * https://github.com/misskey-dev/misskey/pull/7769#discussion_r703058458 * user packとnote packの型不整合を修正 * revert https://github.com/misskey-dev/misskey/pull/7772#discussion_r706627736 * revert https://github.com/misskey-dev/misskey/pull/7772#discussion_r706627736 * user packとnote packの型不整合を修正 * add prelude/types.ts * emoji * signin * game * matching * clean up * ev => data * refactor * clean up * add type * antenna * channel * fix * add Packed type * add PackedRef * fix lint * add emoji schema * add reversiGame * add reversiMatching * remove signin schema (use Signin entity) * add schemas refs, fix Packed type * wip PackedHoge => Packed<'Hoge'> * add Packed type * note-reaction * user * user-group * user-list * note * app, messaging-message * notification * drive-file * drive-folder * following * muting * blocking * hashtag * page * app (with modifying schema) * import user? * channel * antenna * clip * gallery-post * emoji * Packed * reversi-matching * update stream.ts * https://github.com/misskey-dev/misskey/pull/7769#issuecomment-917542339 * fix lint * clean up? * add changelog * add changelog * add changelog * fix: アンテナが既読にならないのを修正 * revert fix * https://github.com/misskey-dev/misskey/pull/7769#discussion_r711474875 * spec => payload * edit commetn Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com>
* refactor: PackedHoge型をPacked<'Hoge'>型に書き換える (#7792)tamaina2021-09-228-18/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * packedNotificationSchemaを更新 * read:gallery, write:gallery, read:gallery-likes, write:gallery-likesに翻訳を追加 * fix * add header, choice, invitation * test * fix * yatta * remove no longer needed "as PackedUser/PackedNote" * clean up * add simple-schema * fix lint * define items in full Schema * revert https://github.com/misskey-dev/misskey/pull/7772#discussion_r706627736 * user packとnote packの型不整合を修正 * add prelude/types.ts * emoji * signin * game * matching * fix * add emoji schema * add reversiGame * add reversiMatching * remove signin schema (use Signin entity) * add Packed type * note-reaction * user * user-group * user-list * note * app, messaging-message * notification * drive-file * drive-folder * following * muting * blocking * hashtag * page * app (with modifying schema) * import user? * channel * antenna * clip * gallery-post * emoji * Packed * reversi-matching * add changelog * add changelog * revert fix
* refactor: Expand schema (#7772)tamaina2021-09-125-10/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * packedNotificationSchemaを更新 * read:gallery, write:gallery, read:gallery-likes, write:gallery-likesに翻訳を追加 * fix * add header, choice, invitation * test * fix * yatta * remove no longer needed "as PackedUser/PackedNote" * clean up * add simple-schema * fix lint * define items in full Schema * revert https://github.com/misskey-dev/misskey/pull/7772#discussion_r706627736 * user packとnote packの型不整合を修正
* fix: mochaが動かないため拡張子なしに戻したsyuilo2021-08-1919-103/+103
|
* refactor: refactoring importssyuilo2021-08-1919-103/+103
| | | | | | | | 将来ESMに移行しやすいように Related: #7658 なんかmochaが起動しなくなってるけど理由不明 すぐ直したい
* enhance(server): Improve user block (#7640)syuilo2021-08-1710-1/+45
| | | | | | | | | | | | | | | | | | | | | * enhance(server): Improve user block * Update CHANGELOG.md * ユーザーリスト対応 * 相手から見れなくなるように * Update 1629004542760-chart-reindex.ts https://github.com/misskey-dev/misskey/commit/2365761ba5445f26c8b66b3b20ef4be44e70d549#commitcomment-54919821 * update test * add test * add todos * Update 1629004542760-chart-reindex.ts
* 認証の修正 (#7597)MeiMei2021-07-181-0/+5
| | | | | | | | | | | | | | | | | | | | | * authenticateのキャッシュを廃止 * 凍結ユーザーがサインイン出来てしまうのを修正 * 凍結ユーザーはストリーミング接続出来ないように * 他人のアクセストークンはrevoke出来ないように, 正常削除を待機するように * ユーザー/アクセストークンを無効化したらストリーミングを切断するように * Revert TODO * ストリーミングterminateは、ユーザー削除後に行うように * signinでsuspendは別のエラーにする * トークン再生成後のストリーミング切断は少し待つように * サスペンド後のストリーミング切断はローカルユーザーのみに
* improve typesyuilo2021-06-301-4/+4
|
* Refactor (#7394)syuilo2021-03-246-7/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * wip * wip * wip * wip * wip * Update define.ts * Update update.ts * Update user.ts * wip * wip * Update request.ts * URL * wip * wip * wip * wip * Update invite.ts * Update create.ts
* refactor: Use path aliassyuilo2021-03-238-16/+16
|
* noteのread処理syuilo2021-03-231-11/+4
|
* better note read handlingsyuilo2021-03-219-12/+68
|
* Revert "perf: Reduce database query"syuilo2021-03-211-27/+11
| | | | This reverts commit 87c8f9ff953499340496e9c5db09c93eaff08851.
* perf: 各ストリーミング接続ごとにポーリングしないようにsyuilo2021-03-211-17/+40
|
* add notesyuilo2021-03-211-0/+1
|
* perf: Reduce database querysyuilo2021-03-191-11/+27
|
* add notesyuilo2021-03-191-0/+2
|
* fix for lintsyuilo2021-02-211-1/+1
|
* Messagingの入力中インジケータを実装syuilo2021-02-212-4/+62
|
* チャンネルで入力中ユーザーを表示するように、Chat ↵syuilo2021-02-203-6/+52
| | | | UIでタイムラインでは投稿フォームを上に表示するように
* Resolve #7149syuilo2021-02-071-1/+2
|
* using set instead of array for search (#7126)Ehsan Javadynia2021-01-305-13/+13
| | | | | | | * Resolve #6905 * Resolve #6905 * Resolve #6905
* リバーシの観戦者を表示するようにsyuilo2020-11-031-2/+56
| | | | Resolve #1830
* Reversi (#6765)syuilo2020-10-271-4/+7
| | | | | | | | | | | | | | | | | | | | | | | | | * wip * wip * wip * wip * Update game.setting.vue * wip * wip * Update game.setting.vue * wip * Update game.board.vue * wip * Update sidebar.ts
* fix(server): Prevent error when recieve non-json data from websocketsyuilo2020-08-181-1/+9
| | | | Fix #6658
* Channel (#6621)syuilo2020-08-188-7/+91
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * wip * wip * wip * wip * wip * wip * wip * wip * wop * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * add notes * wip * wip * wip * wip * sound * wip * add kick_gaba2 * wip
* refactor: Rename functionsyuilo2020-07-287-14/+14
|
* ワードミュート (#6594)syuilo2020-07-276-1/+51
| | | | | | | | | | | | | | | | | | | * wip * wip * wip * wip * wip * wip * wip * wip * wip
* feat(streaming): Add emoji added eventsyuilo2020-04-021-0/+9
|
* Fix typesyuilo2020-03-291-1/+1
|
* Fix bugsyuilo2020-03-291-1/+1
|
* Refactor: Use ===syuilo2020-03-291-1/+1
|
* Resolve #6192syuilo2020-03-281-8/+5
|
* Implement MiAuthsyuilo2020-03-281-1/+4
|
* lintをGitHub Actions でするように (#6101)rinsuki2020-03-041-1/+2
| | | | | | | | | | * package.json の lint スクリプトを修正 * lint アクションを追加 * yarn lint --fix * 手動修正
* Fix: mainStreamのミュート情報が再接続まで反映されない (#6072)MeiMei2020-02-261-5/+3
|
* Fix #5935syuilo2020-02-134-0/+24
|
* Fix #5885syuilo2020-02-091-4/+5
|
* v12 (#5712)syuilo2020-01-306-71/+56
| | | | | Co-authored-by: MeiMei <30769358+mei23@users.noreply.github.com> Co-authored-by: Satsuki Yanagi <17376330+u1-liquid@users.noreply.github.com>
* userListチャンネルのオーナーチェック Fix #5772 (#5773)MeiMei2020-01-271-1/+8
| | | | | | * userListチャンネルのオーナーチェック Fix #5772 * comment
* Implement Talk has read federation (#5636)MeiMei2019-12-151-2/+12
| | | | | | | | | | * Talk read * fix * 複数のRead ActivityはCollectionとして送るように * あ
* Fix: ローカルにフォロワー限定投稿が流れてくる (#5598)MeiMei2019-11-241-20/+10
|
* Fix bug (#5453)syuilo2019-09-241-4/+12
|
* ユーザーグループsyuilo2019-05-181-4/+27
| | | | Resolve #3218
* Fix #4866syuilo2019-05-071-2/+2
|
* Clean upsyuilo2019-05-071-3/+0
|
* Fix: mention (あなた宛て) streaming にミュートが効かない (#4823)MeiMei2019-04-301-0/+1
|
* Cache metasyuilo2019-04-243-3/+3
|
* Refactor API (#4770)syuilo2019-04-236-9/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * Update description.ts * wip