summaryrefslogtreecommitdiff
path: root/packages/backend/src/core/entities (follow)
Commit message (Expand)AuthorAgeFilesLines
* feat: 公開リスト (#10842)Chocolate Pie2023-05-191-0/+1
* tweak of 7ce569424syuilo2023-05-181-1/+2
* feat: カスタム絵文字ごとにそれをリアクションとして使...syuilo2023-05-181-0/+4
* enhance: タイムラインにフォロイーの行った他人へのリプ...syuilo2023-05-161-1/+0
* fix typosyuilo2023-05-111-1/+1
* feat: 投稿したコンテンツのAIによる学習を軽減するオプシ...syuilo2023-05-101-0/+1
* fix(backend): 13.11を経験しない状態で13.12にアップデートし...syuilo2023-05-091-0/+18
* fix testsyuilo2023-05-071-1/+1
* fix testsyuilo2023-05-071-1/+1
* fix typesyuilo2023-05-061-2/+2
* enhance(backend/frontend): モデレーションノートをユーザーの...syuilo2023-05-061-1/+3
* clean upsyuilo2023-05-061-18/+0
* feat: チャンネルの削除syuilo2023-05-061-0/+1
* fix(backend): フォローリクエストの通知が残る問題を修正syuilo2023-05-021-1/+13
* feat: チャンネルに色を設定できるようにsyuilo2023-05-022-0/+2
* enhance: account migration (#10592)Namekuji2023-04-301-6/+19
* Role timeline setting (#10677)nenohi2023-04-201-0/+1
* fix typessyuilo2023-04-141-1/+1
* fix(backend): user.memoはdetailがtrueな時だけにsyuilo2023-04-131-9/+4
* refactor(backend): tweak repository namesyuilo2023-04-131-3/+3
* feat: 自分用メモ機能 (#10516)Ebise Lutica2023-04-131-1/+13
* fix(backend): チャンネルのピン留めされたノートの順番が正...syuilo2023-04-131-1/+1
* feat: account migration (#10507)Namekuji2023-04-081-2/+7
* perf(backend): improve cache of federated instancessyuilo2023-04-071-10/+4
* perf(backend): improve cache of instance of usersyuilo2023-04-071-7/+10
* perf(backend): reduce db querysyuilo2023-04-071-1/+1
* Merge branch 'develop' of https://github.com/misskey-dev/misskey into developsyuilo2023-04-061-0/+2
|\
| * perf(backend): prevent emit needless db queriessyuilo2023-04-061-0/+2
* | perf(backend): cache avatar and banner url to dbsyuilo2023-04-063-40/+22
|/
* perf(backend): reduce db querysyuilo2023-04-061-1/+7
* fix(backend): fix pack of notification behavioursyuilo2023-04-061-3/+7
* perf(backend): cache local custom emojissyuilo2023-04-061-1/+25
* enhance(backend): チャンネルの既読管理を削除syuilo2023-04-051-13/+1
* enhance(backend): improve cachesyuilo2023-04-042-1/+1
* refactor(backend): rename Cache -> MemoryCachesyuilo2023-04-041-3/+3
* perf(backend): 通知をRedisに保存するようにsyuilo2023-04-042-47/+60
* perf(backend): store notes of an antenna to redis instead of postgresqlsyuilo2023-04-032-11/+6
* feat: チャンネルにノートをピン留めできるようにsyuilo2023-03-311-3/+19
* feat: チャンネルをお気に入りに登録できるようにsyuilo2023-03-311-1/+10
* refactor(backend): rename cache classsyuilo2023-03-241-3/+3
* enhance: 使われてないアンテナは自動停止されるようにsyuilo2023-03-201-0/+1
* feat: clip favoritesyuilo2023-03-161-2/+11
* enhance: カスタム絵文字にライセンス情報を付与できるよ...syuilo2023-03-161-0/+1
* fix: Do not use avif (#10301)tamaina2023-03-121-1/+1
* enhance: ロールの並び順を設定可能にsyuilo2023-03-122-2/+5
* enhance(server): 画像圧縮周り(主にサムネイルの仕様)の変...tamaina2023-03-111-2/+2
* refactor: rename schema to json-schemasyuilo2023-03-1021-32/+32
* fix(server): videoThumbnailGeneratorが適用されない問題を修正tamaina2023-03-081-3/+1
* feat: Reaction acceptance (#10256)syuilo2023-03-081-0/+1
* feat: Per-user renote mute (#10249)syuilo2023-03-082-1/+59