summaryrefslogtreecommitdiff
path: root/packages/backend/src/models (follow)
Commit message (Expand)AuthorAgeFilesLines
* show signup reason in user admin screenHazelnoot2025-06-131-10/+10
* remove IDX_instance_host_filters as it slowed down queries more than it helpedHazelnoot2025-06-061-1/+0
* match attributionDomains entity to database schemaHazelnoot2025-06-061-2/+2
* create IDX_note_url over note.urlHazelnoot2025-06-061-0/+1
* remove report -> profile relations to avoid TypeORM bug https://github.com/ty...Hazelnoot2025-06-041-22/+0
* add relations from abuse_user_report->user_profile to speed up admin/abuse-us...Hazelnoot2025-06-041-0/+22
* add relation from user->user_profile to speed up UserEntityService.pack and p...Hazelnoot2025-06-042-1/+5
* add targetInstance to abuse report schemaHazelnoot2025-06-041-0/+21
* merge: Rework queries and add indexes to improve timeline performance (!1091)Hazelnoot2025-06-043-2/+8
|\
| * create IDX_instance_host_filtersHazelnoot2025-06-031-1/+2
| * create IDX_note_for_timelinesHazelnoot2025-06-031-0/+1
| * replace index on note.userHostHazelnoot2025-06-031-1/+1
| * add instance.isSilenced to PackedUserLiteHazelnoot2025-06-031-0/+4
* | merge develop and fix conflicts.piuvas2025-06-035-1/+119
|\|
| * merge: Instance admin UX improvements (!1059)Hazelnoot2025-06-011-0/+4
| |\
| | * disable status badge strip in admin-user and instance-infoHazelnoot2025-05-291-0/+4
| * | add foreign keys to following where instance is referencedHazelnoot2025-05-281-0/+21
| * | add foreign keys to note/user where instance is referencedHazelnoot2025-05-282-1/+43
| * | add instance properties for persisted block dataHazelnoot2025-05-281-0/+50
| * | add IDX_instance_host_keyHazelnoot2025-05-281-0/+1
| |/
* | requested changes.piuvas2025-05-281-1/+2
* | requested changes.piuvas2025-05-271-1/+1
* | initial link attributions work.piuvas2025-05-262-0/+13
|/
* make meta.defaultLike non-nullableHazelnoot2025-05-221-2/+2
* synchronize database entities and code modelsHazelnoot2025-05-229-21/+39
* add role policy to allow note trendingHazelnoot2025-05-141-0/+4
* merge: Cache note translations in Redis (!1027)Marie2025-05-141-0/+4
|\
| * add hasText type guard for notesHazelnoot2025-05-121-0/+4
* | add configurable timeout for note translationsHazelnoot2025-05-121-0/+6
|/
* add "is from local bubble instance" role conditionHazelnoot2025-05-121-0/+8
* add new role conditions for local/remote followers/followeesHazelnoot2025-05-101-0/+72
* add isFromInstance role conditionHazelnoot2025-05-091-0/+10
* resolve mentioned user handles on the backendHazelnoot2025-05-081-0/+10
* add setting to disable proxy account (resolves #766)Hazelnoot2025-05-011-0/+5
* Merge branch 'misskey-develop' into merge/2025-03-24Hazelnoot2025-04-291-0/+4
|\
| * feat: アップロード可能な最大ファイルサイズをロールご...syuilo2025-04-271-0/+4
* | merge upstream againHazelnoot2025-04-243-29/+66
|\|
| * enhance(backend): DB note (userId) インデクス -> (userId, id) 複合イ...饺子w (Yumechi)2025-04-231-1/+1
| * fix: avatarId が null のときにも avatarUrl が non null 担ってるこ...anatawa122025-04-151-0/+4
| * レプリケーション設定時におけるinsertOne()の挙動を調整 (#...おさむのひと2025-04-131-25/+58
* | Make NoteEdit entity match the database schemaHazelnoot2025-04-131-6/+7
* | Merge tag '2025.4.0' into merge/2025-03-24Hazelnoot2025-04-133-4/+5
|\|
| * hideNotesInSensitiveChannel -> excludeNotesInSensitiveChannelsyuilo2025-04-082-2/+2
| * enhance: チャットの閲覧を無効化できるように (#15765)かっこかり2025-04-071-2/+3
* | Merge branch 'misskey-develop' into merge/2025-03-24Hazelnoot2025-04-033-1/+121
|\|
| * Copy role on move (#15745)anatawa122025-04-032-0/+10
| * fix: チャット周りの修正 (#15741)かっこかり2025-04-031-1/+111
* | merge from misskey-developHazelnoot2025-04-023-0/+42
|\|
| * feat: アンテナでセンシティブなチャンネルからのノート...Nanashi.2025-04-022-0/+10
| * enhance: implement `sentryForFrontend` (#15433)zyoshoka2025-04-021-0/+32