summaryrefslogtreecommitdiff
path: root/src/models (follow)
Commit message (Collapse)AuthorAgeFilesLines
* refactoringsyuilo2021-11-12100-8283/+0
| | | | Resolve #7779
* feat: make possible to configure following/followers visibility (#7959)syuilo2021-11-072-3/+20
| | | | | | | | | | | | | * feat: make possible to configure following/followers visibility * add test * ap * add ap test * set Cache-Control * hide following/followers count
* ユーザー情報のhasUnreadChannelが常にfalseになってしまって ↵シアノン2021-10-311-1/+1
| | | | るのを修正 (#7938)
* feat: thread mute (#7930)syuilo2021-10-313-0/+41
| | | | | | | | | | | * feat: thread mute * chore: fix comment * fix test * fix * refactor
* feat(client): ↵syuilo2021-10-241-1/+9
| | | | | | メンションにユーザーのアバターを表示するように Resolve #350
* データベースにログを保存するのを廃止syuilo2021-10-222-48/+0
| | | | Close #7878
* 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>
* リアクション一覧の公開をオプトインにsyuilo2021-10-182-0/+6
|
* feat: ユーザーのリアクション一覧を見れるようにsyuilo2021-10-171-2/+12
|
* refactor: use path aliassyuilo2021-10-092-2/+2
|
* feat: ↵syuilo2021-10-083-0/+39
| | | | | | | | | | | | | | | アカウント作成にメールアドレス必須にするオプション (#7856) * feat: アカウント作成にメールアドレス必須にするオプション * ui * fix bug * fix bug * fix bug * :art:
* add todosyuilo2021-09-281-0/+1
|
* refactor: PackedHoge型をPacked<'Hoge'>型に書き換える (#7792)tamaina2021-09-2222-92/+273
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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-1214-53/+54
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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の型不整合を修正
* chore: APIドキュメントの修正 (#7771)tamaina2021-09-091-3/+37
| | | | | | | | | * packedNotificationSchemaを更新 * read:gallery, write:gallery, read:gallery-likes, write:gallery-likesに翻訳を追加 * fix * add header, choice, invitation
* fix(server): ↵syuilo2021-09-051-0/+50
| | | | ノート翻訳時に公開範囲が考慮されていない問題を修正
* fix: support DeepL pro accountsyuilo2021-08-241-0/+5
| | | | Fix #7648
* enhance(server): Use job queue for account delete (#7668)syuilo2021-08-212-0/+8
| | | | | | | | | | | | | | | | | | | | | | | * enhance(server): Use job queue for account delete Fix #5336 * ジョブをひとつに * remove done call * clean up * add User.isDeleted * コミット忘れ * Update 1629512953000-user-is-deleted.ts * show dialog * lint * Update 1629512953000-user-is-deleted.ts
* refactor: use path alias to improve readabilitysyuilo2021-08-1932-68/+68
|
* fix: mochaが動かないため拡張子なしに戻したsyuilo2021-08-1996-354/+354
|
* refactor: refactoring importssyuilo2021-08-1996-354/+354
| | | | | | | | 将来ESMに移行しやすいように Related: #7658 なんかmochaが起動しなくなってるけど理由不明 すぐ直したい
* チャンネルを作成しているとアカウントを削除できない ↵MeiMei2021-08-182-2/+3
| | | | | | | | | を修正 (#7653) * チャンネルを作成しているとアカウントを削除できないのを修正 * CHANGELOG * nullable
* feat: ノートの翻訳機能syuilo2021-08-151-0/+6
| | | | Resolve #5213
* AP Actorの修正 (#7573)MeiMei2021-07-101-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * AP Actorの修正 * Add ActivityPub test * Fix person * Test * ap test * Revert "Test" This reverts commit 3c493eff4e89f94fd33f25189ba3bc96ef4366b3. * Test comment * fix * fix * Update inbox * indent * nl * indent * TODO * Fix inbox * Update test
* Remove entity descriptionssyuilo2021-06-0816-79/+0
| | | | #6627
* Fix remote drive expire (#7543)MeiMei2021-05-301-0/+4
|
* Resolve #6563 (#7524)syuilo2021-05-211-0/+2
| | | | | | | * Resolve #6563 * Update note.ts * Update generate-visibility-query.ts
* Improve adsyuilo2021-05-071-0/+6
|
* Ad (#7495)syuilo2021-05-043-10/+56
| | | | | | | | | | | | | | | | | | | * wip * Update ad.vue * Update default.widgets.vue * wip * Create 1620019354680-ad.ts * wip * Update ads.vue * wip * Update ad.vue
* Password reset (#7494)syuilo2021-05-042-0/+32
| | | | | | | | | | | | | | | | | | | * wip * wip * Update well-known.ts * wip * clean up * Update request-reset-password.ts * Update forgot-password.vue * Update reset-password.ts * Update request-reset-password.ts
* Gallery (#7194)syuilo2021-04-245-0/+254
| | | | | | | | | | | | | | | | | | | | | | | * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip
* fix #7466syuilo2021-04-201-1/+1
|
* Implement user online statussyuilo2021-04-172-0/+25
| | | | | Resolve #7422 Fix #7424
* Improve clientsyuilo2021-04-171-0/+1
|
* 詳細ユーザー情報ページなどsyuilo2021-04-161-0/+1
|
* Use mfm-js for MFM parsing (#7415)syuilo2021-04-021-4/+9
| | | | | | | | | | | | | | | | | | | | | | | | | * wip * Update mfm.ts * wip * update mfmjs * refactor * nanka * Update mfm.ts * Update to-html.ts * Update to-html.ts * wip * fix test * fix test
* syuilo/misskey --> misskey-dev/misskeysyuilo2021-03-241-2/+2
|
* Refactor (#7394)syuilo2021-03-2418-50/+64
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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-2319-29/+29
|
* noteのread処理syuilo2021-03-231-3/+4
|
* fix bugsyuilo2021-03-221-1/+1
|
* perf(server): Reduce database querysyuilo2021-03-222-1/+6
|
* refactoringsyuilo2021-03-222-9/+9
|
* populateEmojisのリファクタと絵文字情報のキャッシュ (#7378)MeiMei2021-03-223-213/+11
| | | | | | | | | | | * revert * Refactor populateEmojis, Cache emojis * ん * fix typo * コメント
* fix bugsyuilo2021-03-211-1/+1
|
* wip #6441syuilo2021-03-211-2/+2
|
* perf(server): Reduce database querysyuilo2021-03-203-15/+156
| | | | Related: #6813
* perf(server): Reduce database querysyuilo2021-03-201-10/+57
|
* refactorsyuilo2021-03-192-2/+2
|
* perf: myReaction の取得をまとめて行うようにsyuilo2021-03-191-4/+43
| | | | Related #6813