summaryrefslogtreecommitdiff
path: root/src/models (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
* DB上で壊れたドライブファイルを無視するように (#7345)MeiMei2021-03-161-14/+16
|
* Fix Schema (#7347)MeiMei2021-03-133-8/+16
|
* 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-132-1/+15
|
* お知らせメールを受け取るかどうかの設定を追加syuilo2021-02-062-0/+6
|
* Parse followers audience from followers URI (#7112)InspectorCaracal2021-02-061-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * add followersUri * add followersUri to audience parse * fetch followersUri * followersUri db migration * update followersUri * Rename 1611354329133-followersUri to 1611354329133-followersUri.ts * typo * Update person.ts * create/update person consistency * Update audience.ts * missing paren * tabs * use strict equality * Update audience.ts
* s3ForcePathStyle (#7122)MeiMei2021-02-061-0/+5
| | | Co-authored-by: ybw2016v <dogcraft@126.com>
* Registry (#7073)syuilo2021-01-114-1/+61
| | | | | | | | | | | | | | | | | | | | | | | * wip * wip * wip * wip * wip * Update registry.value.vue * wip * wip * wip * wip * typo
* Resolve #6806 (#6935)syuilo2020-12-112-0/+8
| | | | | | | * :v: * :v: * Update privacy.vue
* トップページデザインを改修syuilo2020-12-051-0/+7
|