summaryrefslogtreecommitdiff
path: root/packages/backend/src/models/User.ts (follow)
Commit message (Collapse)AuthorAgeFilesLines
* match attributionDomains entity to database schemaHazelnoot2025-06-061-2/+2
|
* add relation from user->user_profile to speed up UserEntityService.pack and ↵Hazelnoot2025-06-041-0/+4
| | | | packMany
* merge develop and fix conflicts.piuvas2025-06-031-1/+12
|\
| * add foreign keys to note/user where instance is referencedHazelnoot2025-05-281-1/+12
| |
* | initial link attributions work.piuvas2025-05-261-0/+6
|/
* synchronize database entities and code modelsHazelnoot2025-05-221-2/+4
|
* merge upstream againHazelnoot2025-04-241-0/+4
|\
| * fix: avatarId が null のときにも avatarUrl が non null ↵anatawa122025-04-151-0/+4
| | | | | | | | 担ってることがある問題 (#15833)
* | merge upstreamHazelnoot2025-03-251-10/+15
|\|
| * Feat: Chat (#15686)syuilo2025-03-241-0/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * wip * wip * wip * wip * wip * wip * Update types.ts * Create 1742203321812-chat.js * wip * wip * Update room.vue * Update home.vue * Update home.vue * Update ja-JP.yml * Update index.d.ts * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * Update CHANGELOG.md * wip * Update home.vue * clean up * Update misskey-js.api.md * wip * wip * wip * wip * wip * wip * wip * wip * wip * lint fixes * lint * Update UserEntityService.ts * search * wip * 🎨 * wip * Update home.ownedRooms.vue * wip * Update CHANGELOG.md * Update style.scss * wip * improve performance * improve performance * Update timeline.test.ts
| * enhance(backend): refine system account (#15530)syuilo2025-03-021-6/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * wip * wip * wip * Update SystemAccountService.ts * Update 1740121393164-system-accounts.js * Update DeleteAccountService.ts * wip * wip * wip * wip * Update 1740121393164-system-accounts.js * Update RepositoryModule.ts * wip * wip * wip * Update ApRendererService.ts * wip * wip * Update SystemAccountService.ts * fix tests * fix tests * fix tests * fix tests * fix tests * fix tests * add print logs * ログが長すぎて出てないかもしれない * fix migration * refactor * fix fed-tests * Update RelayService.ts * merge * Update user.test.ts * chore: emit log * fix: tweak sleep duration * fix: exit 1 * fix: wait for misskey processes to become healthy * fix: longer sleep for user deletion * fix: make sleep longer again * デッドロック解消の試み https://github.com/misskey-dev/misskey/issues/15005 * Revert "デッドロック解消の試み" This reverts commit 266141f66fb584371bbb56ef7eba04e14bcff94d. * wip * Update SystemAccountService.ts --------- Co-authored-by: おさむのひと <46447427+samunohito@users.noreply.github.com> Co-authored-by: zyoshoka <107108195+zyoshoka@users.noreply.github.com>
| * update deps (#15311)syuilo2025-02-151-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * wip * bump misskey-dev/eslint-plugin * lint fixes (backend) * lint fixes (frontend) * lint fixes (frontend-embed) * rollback nsfwjs to 4.2.0 ref: infinitered/nsfwjs#904 * rollback openapi-typescript to v6 v7でOpenAPIのバリデーションが入るようになった関係でスコープ外での変更が避けられないため一時的に戻した * lint fixes (misskey-js) * temporarily disable errored lint rule (frontend-shared) * fix lint * temporarily ignore errored file for lint (frontend-shared) * rollback simplewebauthn/server to 12.0.0 v13 contains breaking changes that require some decision making * lint fixes (frontend-shared) * build misskey-js with types * fix(backend): migrate simplewebauthn/server to v12 * fix(misskey-js/autogen): ignore indent rules to generate consistent output * attempt to fix test changes due to capricorn86/happy-dom#1617 (XMLSerializer now produces valid XML) * attempt to fix test changes due to capricorn86/happy-dom#1617 (XMLSerializer now produces valid XML) * fix test * fix test * fix test * Apply suggestions from code review Co-authored-by: anatawa12 <anatawa12@icloud.com> * bump summaly to v5.2.0 * update tabler-icons to v3.30.0-based --------- Co-authored-by: かっこかり <67428053+kakkokari-gtyih@users.noreply.github.com> Co-authored-by: anatawa12 <anatawa12@icloud.com>
* | convert Authorized Fetch to a setting and add support for hybrid mode ↵Hazelnoot2025-03-161-2/+12
| | | | | | | | (essential metadata only)
* | add "reject quotes" toggle at user and instance levelHazelnoot2025-02-201-0/+9
| | | | | | | | | | | | + improve, cleanup, and de-duplicate quote resolution + add warning message when quote cannot be loaded + add "process error" framework to display warnings when a note cannot be correctly loaded from another instance
* | add user-level "force content warning" moderation featureHazelnoot2025-02-161-0/+9
| |
* | Merge branch 'develop' into feature/2024.10dakkar2024-12-121-2/+13
|\ \
| * | fix declaration of `User.enableRss` propertyHazelnoot2024-12-121-1/+1
| | |
| * | Add "enable RSS" user privacy toggleHazelnoot2024-12-121-0/+11
| | |
| * | enable hideOnlineStatus by default for new usersHazelnoot2024-12-091-2/+2
| | |
* | | Merge tag '2024.11.0' into feature/2024.10dakkar2024-11-221-0/+17
|\ \ \ | |/ / |/| / | |/
| * feat: ↵syuilo2024-10-221-0/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 過去のノートを非公開化/フォロワーのみ表示可能にできる機能 (#14814) * wip * Update CHANGELOG.md * wip * wip * wip * Update privacy.vue * wip
| * feat: ノートの閲覧にログイン必須にする設定 (#14799)syuilo2024-10-211-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * wip * wip * wip * Update packages/frontend/src/pages/note.vue Co-authored-by: かっこかり <67428053+kakkokari-gtyih@users.noreply.github.com> * wip * Update WebhookTestService.ts * Update privacy.vue * wip * rename * Update locales/ja-JP.yml Co-authored-by: Sayamame-beans <61457993+Sayamame-beans@users.noreply.github.com> * :art: * wip --------- Co-authored-by: かっこかり <67428053+kakkokari-gtyih@users.noreply.github.com> Co-authored-by: Sayamame-beans <61457993+Sayamame-beans@users.noreply.github.com>
* | Merge remote-tracking branch 'misskey/master' into feature/2024.9.0dakkar2024-10-091-0/+6
|\|
| * enhance(backend): add user.score for moderation purposesyuilo2024-09-281-0/+5
| |
| * feat: ↵syuilo2024-09-281-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | フォローされた際のメッセージを設定できるようにする (#14430) * feat: フォローされた際のメッセージを設定できるようにする Resolve #14425 * Update CHANGELOG.md * 既にフォローしているユーザーのメッセージも見れるように * Update packages/frontend/src/components/MkNotification.vue Co-authored-by: かっこかり <67428053+kakkokari-gtyih@users.noreply.github.com> * fix indent * Update users.ts * wip * Update users.ts --------- Co-authored-by: かっこかり <67428053+kakkokari-gtyih@users.noreply.github.com>
* | Implement "Show Below Avatar" for Avatar DecorationsCenTdemeern12024-10-021-0/+1
| |
* | merge: upstreamMarie2024-02-191-1/+1
|\|
| * (re) update SPDX-FileCopyrightTexttamaina2024-02-131-1/+1
| | | | | | | | Fix #13290
| * Revert "update SPDX-FileCopyrightText"tamaina2024-02-131-1/+1
| | | | | | | | This reverts commit 9b5aeb76d8c9372d67058c512597152b6bf222f2.
| * update SPDX-FileCopyrightTextsyuilo2024-02-121-1/+1
| |
* | merge: upstreamMarie2023-12-231-2/+4
|\|
| * enhance: ↵syuilo2023-12-141-2/+4
| | | | | | | | アイコンデコレーションの位置を微調整できるように
* | upd: completely change handling of `indexable`Mar0xy2023-11-171-3/+3
| |
* | feat: isIndexableMar0xy2023-11-071-0/+6
| |
* | merge: upstreamMar0xy2023-10-311-0/+9
|\|
| * enhance: improve avatar decorationsyuilo2023-10-221-3/+7
| |
| * feat: Avatar decoration (#12096)syuilo2023-10-211-0/+5
| | | | | | | | | | | | | | | | | | | | | | * wip * Update ja-JP.yml * Update profile.vue * .js * Update home.test.ts
* | merge: branch `develop`Mar0xy2023-10-181-0/+6
|\ \
| * | add: isSilenced handling to user and timelineMar0xy2023-10-181-0/+6
| | |
* | | add: Require Approval for SignupMar0xy2023-10-181-0/+10
|/ /
* | merge: upstream performance changes & instance silencingMar0xy2023-10-161-6/+0
|\|
| * perf(backend): createdAtをidから取得するように & ↵syuilo2023-10-161-6/+0
| | | | | | | | 無駄なDateインスタンスの生成を避けるように
* | merge: timeline 1syuilo2023-10-131-0/+5
| |
* | add: profile backgroundsMar0xy2023-10-061-0/+23
| |
* | fix: default in user modelMarie2023-10-041-1/+1
| |
* | add: speakAsCat extensionMar0xy2023-10-041-0/+6
| |
* | Revert "feat: improve tl performance"Mar0xy2023-10-031-5/+0
| |
* | merge: upstreamMar0xy2023-10-031-0/+5
|\|
| * feat: improve tl performance (#11946)syuilo2023-10-031-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * wip * wip * wip * wip * wip * wip * Update NoteCreateService.ts * wip * wip * wip * wip * Update NoteCreateService.ts * wip * Update NoteCreateService.ts * wip * Update user-notes.ts * wip * wip * wip * Update NoteCreateService.ts * wip * Update timeline.ts * Update timeline.ts * Update timeline.ts * Update timeline.ts * Update timeline.ts * wip * Update timelines.ts * Update timelines.ts * Update timelines.ts * wip * wip * wip * Update timelines.ts * Update misskey-js.api.md * Update timelines.ts * Update timelines.ts * wip * wip * wip * Update timelines.ts * wip * Update timelines.ts * wip * test * Update activitypub.ts * refactor: UserListJoining -> UserListMembership * Update NoteCreateService.ts * wip
* | upd: port ListenbrainzInsert5StarName2023-09-221-0/+1
|/