summaryrefslogtreecommitdiff
path: root/src/server/api/endpoints/antennas (follow)
Commit message (Collapse)AuthorAgeFilesLines
* refactoringsyuilo2021-11-126-481/+0
| | | | Resolve #7779
* refactor: publishHogeStreamとStreamのEventEmitterに型定義する (#7769)tamaina2021-10-211-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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>
* fix: アンテナの既読 (#7803)sousuke04222021-09-181-0/+5
| | | from: https://gitlab.com/xianon/misskey/-/commit/a89742319caea378f9cdd70c8ebd83bdf2178ff6
* fix: mochaが動かないため拡張子なしに戻したsyuilo2021-08-196-30/+30
|
* refactor: refactoring importssyuilo2021-08-196-30/+30
| | | | | | | | 将来ESMに移行しやすいように Related: #7658 なんかmochaが起動しなくなってるけど理由不明 すぐ直したい
* enhance(server): Improve user block (#7640)syuilo2021-08-171-0/+2
| | | | | | | | | | | | | | | | | | | | | * 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
* Remove endpoint descriptionssyuilo2021-06-086-30/+0
| | | | #6627
* Refactor (#7394)syuilo2021-03-242-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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-235-6/+6
|
* noteのread処理syuilo2021-03-233-2/+11
|
* fix(server): Use inner joinsyuilo2021-03-211-1/+1
|
* Revert "fix(server): Use inner join"syuilo2021-03-211-5/+5
| | | | This reverts commit d7e7848c9206b68ab86d2d566ec4247db87827c0.
* fix(server): Use inner joinsyuilo2021-03-211-5/+5
| | | | https://github.com/syuilo/misskey/issues/6813#issuecomment-803400023
* perf(server): Reduce database querysyuilo2021-03-201-0/+4
| | | | Related: #6813
* APIドキュメントの改善 (#6757)YuzuRyo612021-03-066-0/+68
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Update api document in admin/announcements * Update api document in announcements * Update api document in i/read-announcements * Update api document in username/available * Update api document & Fix typo in API 403 error * Update api document * Update api document * Update api document * Fix API permission definition * Update api document * Update api document * Update api document * Update api document * Update api document * Update api document * Update api document * Update api document * Fix bug in users (api) * Apply reviews #6757 * Apply reviews #6757 Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* refactor: Rename functionsyuilo2020-07-281-2/+2
|
* APIリファレンスのカテゴリ処理の修正 (#6218)MeiMei2020-04-031-1/+1
| | | | | * APIリファレンスのカテゴリ処理の修正 * tune
* lintをGitHub Actions でするように (#6101)rinsuki2020-03-042-4/+4
| | | | | | | | | | * package.json の lint スクリプトを修正 * lint アクションを追加 * yarn lint --fix * 手動修正
* Resolve #6043syuilo2020-02-212-0/+10
|
* Refactoringsyuilo2020-02-156-6/+6
|
* Resolve #5939syuilo2020-02-152-4/+46
|
* v12 (#5712)syuilo2020-01-306-0/+371
Co-authored-by: MeiMei <30769358+mei23@users.noreply.github.com> Co-authored-by: Satsuki Yanagi <17376330+u1-liquid@users.noreply.github.com>