summaryrefslogtreecommitdiff
path: root/src/models/repositories (follow)
Commit message (Collapse)AuthorAgeFilesLines
* refactoringsyuilo2021-11-1234-3621/+0
| | | | Resolve #7779
* feat: make possible to configure following/followers visibility (#7959)syuilo2021-11-071-2/+13
| | | | | | | | | | | | | * 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(client): ↵syuilo2021-10-241-1/+9
| | | | | | メンションにユーザーのアバターを表示するように Resolve #350
* 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-181-0/+1
|
* feat: ユーザーのリアクション一覧を見れるようにsyuilo2021-10-171-2/+12
|
* 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
| | | | ノート翻訳時に公開範囲が考慮されていない問題を修正
* enhance(server): Use job queue for account delete (#7668)syuilo2021-08-211-0/+1
| | | | | | | | | | | | | | | | | | | | | | | * 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-1933-130/+130
|
* refactor: refactoring importssyuilo2021-08-1933-130/+130
| | | | | | | | 将来ESMに移行しやすいように Related: #7658 なんかmochaが起動しなくなってるけど理由不明 すぐ直したい
* チャンネルを作成しているとアカウントを削除できない ↵MeiMei2021-08-181-1/+1
| | | | | | | | | を修正 (#7653) * チャンネルを作成しているとアカウントを削除できないのを修正 * CHANGELOG * nullable
* 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
|
* Ad (#7495)syuilo2021-05-041-10/+1
| | | | | | | | | | | | | | | | | | | * wip * Update ad.vue * Update default.widgets.vue * wip * Create 1620019354680-ad.ts * wip * Update ads.vue * wip * Update ad.vue
* Gallery (#7194)syuilo2021-04-242-0/+138
| | | | | | | | | | | | | | | | | | | | | | | * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip
* fix #7466syuilo2021-04-201-1/+1
|
* Implement user online statussyuilo2021-04-171-0/+14
| | | | | 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
* 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
|
* 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
* DB上で壊れたドライブファイルを無視するように (#7345)MeiMei2021-03-161-14/+16
|
* Fix Schema (#7347)MeiMei2021-03-132-7/+15
|
* APIドキュメントの改善 (#6757)YuzuRyo612021-03-066-65/+496
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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>
* packedNoteSchemaの更新漏れを修正 (#7174) (#7190)Cj-bc2021-02-131-0/+58
| | | | | | | | | | | | | | | | | | | | | | | | | | | Add 'localOnly' to packedNoteSchema Related: #7174 Add 'emojis' to packedNoteSchema Add 'reactions' to packedNoteSchema Related: #7174 Add 'renoteCount' to packedNoteSchema Related: #7174 Add 'repliesCount' to packedNoteSchema Add 'uri' to packedNoteSchema Add 'url' to packedNoteSchema Add: _featuredId_ to packedNoteSchema Add '_prId_' to packedNoteSchema Add 'myReaction' to packedNoteSchema
* refactor: resolve #7139syuilo2021-02-1327-57/+30
|
* wip: email notificationsyuilo2021-02-131-1/+3
|
* お知らせメールを受け取るかどうかの設定を追加syuilo2021-02-061-0/+1
|
* Registry (#7073)syuilo2021-01-111-1/+0
| | | | | | | | | | | | | | | | | | | | | | | * wip * wip * wip * wip * wip * Update registry.value.vue * wip * wip * wip * wip * typo
* Resolve #6806 (#6935)syuilo2020-12-111-0/+1
| | | | | | | * :v: * :v: * Update privacy.vue
* wipsyuilo2020-11-291-0/+6
|
* nanka iroiro (#6853)syuilo2020-11-252-4/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * wip * Update maps.ts * wip * wip * wip * wip * Update base.vue * wip * wip * wip * wip * Update link.vue * wip * wip * wip * wip * wip * wip * wip * wip * wip * Update privacy.vue * wip * wip * wip * wip * Update range.vue * wip * wip * wip * wip * Update profile.vue * wip * Update a.vue * Update index.vue * wip * Update sidebar.vue * wip * wip * Update account-info.vue * Update a.vue * wip * wip * Update sounds.vue * wip * wip * wip * wip * wip * wip * wip * wip * Update account-info.vue * Update account-info.vue * wip * wip * wip * Update d-persimmon.json5 * wip