summaryrefslogtreecommitdiff
path: root/src/models/repositories/note.ts (follow)
Commit message (Collapse)AuthorAgeFilesLines
* refactoringsyuilo2021-11-121-512/+0
| | | | Resolve #7779
* add todosyuilo2021-09-281-0/+1
|
* refactor: PackedHoge型をPacked<'Hoge'>型に書き換える (#7792)tamaina2021-09-221-5/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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-121-10/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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(server): ↵syuilo2021-09-051-0/+50
| | | | ノート翻訳時に公開範囲が考慮されていない問題を修正
* refactor: use path alias to improve readabilitysyuilo2021-08-191-4/+4
|
* fix: mochaが動かないため拡張子なしに戻したsyuilo2021-08-191-9/+9
|
* refactor: refactoring importssyuilo2021-08-191-9/+9
| | | | | | | | 将来ESMに移行しやすいように Related: #7658 なんかmochaが起動しなくなってるけど理由不明 すぐ直したい
* Remove entity descriptionssyuilo2021-06-081-6/+0
| | | | #6627
* 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
* 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-241-7/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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-231-3/+3
|
* perf(server): Reduce database querysyuilo2021-03-221-1/+3
|
* refactoringsyuilo2021-03-221-4/+3
|
* populateEmojisのリファクタと絵文字情報のキャッシュ (#7378)MeiMei2021-03-221-134/+6
| | | | | | | | | | | * revert * Refactor populateEmojis, Cache emojis * ん * fix typo * コメント
* perf(server): Reduce database querysyuilo2021-03-201-6/+80
| | | | Related: #6813
* perf: myReaction の取得をまとめて行うようにsyuilo2021-03-191-4/+43
| | | | Related #6813
* 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-131-3/+2
|
* Channel (#6621)syuilo2020-08-181-2/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* chore: Use kebab-case for file namessyuilo2020-04-261-1/+1
|
* リモートのカスタム絵文字リアクションを表示できるよ ↵MeiMei2020-04-141-18/+50
| | | | | | | | | | | | | | | | | | | に (#6239) * リモートのカスタム絵文字リアクションを表示できるように * AP * DBマイグレーション * ローカルのリアクションの. * fix * fix * fix * space
* refactor: Use ===syuilo2020-04-041-1/+1
|
* Use url if available (#6214)MeiMei2020-04-021-2/+3
| | | | | | | * Fix #6213 * other link * fix
* MFMをテキストに戻す (#6131)Oni-Men2020-03-061-2/+4
| | | | | | | | | | | | | * Disable Nyaize in quote * mfmを文字列に戻す、nyaizeにmfmを使用 * Revert "Disable Nyaize in quote" This reverts commit 1b238905a5535267d32d7e1aec8afd8bb07b0619. * refactor * use return type as string
* Fix #5984syuilo2020-02-191-2/+2
|
* Implement featured note injectionsyuilo2020-02-181-1/+2
|
* Resolve #5963syuilo2020-02-181-0/+1
|
* Clean upsyuilo2020-02-131-2/+1
|
* v12 (#5712)syuilo2020-01-301-8/+4
| | | | | Co-authored-by: MeiMei <30769358+mei23@users.noreply.github.com> Co-authored-by: Satsuki Yanagi <17376330+u1-liquid@users.noreply.github.com>
* カスタム絵文字リアクションでないものは絵文字クエリ ↵MeiMei2020-01-091-1/+3
| | | | | | | | | | | | しないように (#5693) * カスタム絵文字リアクションの絵文字がNoteに添付されないのを修正 * ねんのため * 記述順 * カスタム絵文字リアクションでないものは絵文字クエリをしないように
* カスタム絵文字リアクションの絵文字がNoteに添付されな ↵MeiMei2020-01-071-6/+26
| | | | | | | | | | いのを修正 (#5686) * カスタム絵文字リアクションの絵文字がNoteに添付されないのを修正 * ねんのため * 記述順
* Fix: AP object / actor type (#5086)MeiMei2019-06-281-2/+2
| | | | | | | | | | | | | | | | | | * attributedToがArrayの場合などに対応 * attachment以外で来るDocument系のObjectに対応 * Renote, Reply 対応 * 表示をいい感じに * fix type * revert as const * Fix Note / Question type * attributedToのtypeで複合配列を想定する
* Use as constsyuilo2019-06-271-53/+53
| | | | #5089
* Fix #5036syuilo2019-06-071-0/+1
|
* Refactorsyuilo2019-04-251-11/+11
|
* Refactor API (#4770)syuilo2019-04-231-13/+139
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * Update description.ts * wip
* Fix bugsyuilo2019-04-181-0/+1
|
* Clean upsyuilo2019-04-171-2/+1
|
* Refactorsyuilo2019-04-171-1/+1
|
* Clean packed responsessyuilo2019-04-131-1/+1
|
* Clean packed responsessyuilo2019-04-131-7/+7
|
* strictNullChecks (#4666)syuilo2019-04-131-8/+9
| | | | | | | | | | | | | | | | | | | | | | | | * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip
* Fix bugsyuilo2019-04-121-0/+1
|
* Fix bugsyuilo2019-04-091-0/+1
|
* Fix bugsyuilo2019-04-081-1/+1
|
* Fix bugsyuilo2019-04-081-0/+2
|
* Use PostgreSQL instead of MongoDB (#4572)syuilo2019-04-071-0/+210
* wip * Update note.ts * Update timeline.ts * Update core.ts * wip * Update generate-visibility-query.ts * wip * wip * wip * wip * wip * Update global-timeline.ts * wip * wip * wip * Update vote.ts * wip * wip * Update create.ts * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * Update files.ts * wip * wip * Update CONTRIBUTING.md * wip * wip * wip * wip * wip * wip * wip * wip * Update read-notification.ts * wip * wip * wip * wip * wip * wip * wip * Update cancel.ts * wip * wip * wip * Update show.ts * wip * wip * Update gen-id.ts * Update create.ts * Update id.ts * wip * wip * wip * wip * wip * wip * wip * Docker: Update files about Docker (#4599) * Docker: Use cache if files used by `yarn install` was not updated This patch reduces the number of times to installing node_modules. For example, `yarn install` step will be skipped when only ".config/default.yml" is updated. * Docker: Migrate MongoDB to Postgresql Misskey uses Postgresql as a database instead of Mongodb since version 11. * Docker: Uncomment about data persistence This patch will save a lot of databases. * wip * wip * wip * Update activitypub.ts * wip * wip * wip * Update logs.ts * wip * Update drive-file.ts * Update register.ts * wip * wip * Update mentions.ts * wip * wip * wip * Update recommendation.ts * wip * Update index.ts * wip * Update recommendation.ts * Doc: Update docker.ja.md and docker.en.md (#1) (#4608) Update how to set up misskey. * wip * :v: * wip * Update note.ts * Update postgre.ts * wip * wip * wip * wip * Update add-file.ts * wip * wip * wip * Clean up * Update logs.ts * wip * :pizza: * wip * Ad notes * wip * Update api-visibility.ts * Update note.ts * Update add-file.ts * tests * tests * Update postgre.ts * Update utils.ts * wip * wip * Refactor * wip * Refactor * wip * wip * Update show-users.ts * Update update-instance.ts * wip * Update feed.ts * Update outbox.ts * Update outbox.ts * Update user.ts * wip * Update list.ts * Update update-hashtag.ts * wip * Update update-hashtag.ts * Refactor * Update update.ts * wip * wip * :v: * clean up * docs * Update push.ts * wip * Update api.ts * wip * :v: * Update make-pagination-query.ts * :v: * Delete hashtags.ts * Update instances.ts * Update instances.ts * Update create.ts * Update search.ts * Update reversi-game.ts * Update signup.ts * Update user.ts * id * Update example.yml * :art: * objectid * fix * reversi * reversi * Fix bug of chart engine * Add test of chart engine * Improve test * Better testing * Improve chart engine * Refactor * Add test of chart engine * Refactor * Add chart test * Fix bug * コミットし忘れ * Refactoring * :v: * Add tests * Add test * Extarct note tests * Refactor * 存在しないユーザーにメンションできなくなっていた問題を修正 * Fix bug * Update update-meta.ts * Fix bug * Update mention.vue * Fix bug * Update meta.ts * Update CONTRIBUTING.md * Fix bug * Fix bug * Fix bug * Clean up * Clean up * Update notification.ts * Clean up * Add mute tests * Add test * Refactor * Add test * Fix test * Refactor * Refactor * Add tests * Update utils.ts * Update utils.ts * Fix test * Update package.json * Update update.ts * Update manifest.ts * Fix bug * Fix bug * Add test * :art: * Update endpoint permissions * Updaye permisison * Update person.ts #4299 * データベースと同期しないように * Fix bug * Fix bug * Update reversi-game.ts * Use a feature of Node v11.7.0 to extract a public key (#4644) * wip * wip * :v: * Refactoring #1540 * test * test * test * test * test * test * test * Fix bug * Fix test * :sushi: * wip * #4471 * Add test for #4335 * Refactor * Fix test * Add tests * :clock4: * Fix bug * Add test * Add test * rename * Fix bug