summaryrefslogtreecommitdiff
path: root/packages/backend/src/models/Instance.ts (follow)
Commit message (Collapse)AuthorAgeFilesLines
* remove IDX_instance_host_filters as it slowed down queries more than it helpedHazelnoot2025-06-061-1/+0
|
* create IDX_instance_host_filtersHazelnoot2025-06-031-1/+2
|
* add instance properties for persisted block dataHazelnoot2025-05-281-0/+50
|
* add IDX_instance_host_keyHazelnoot2025-05-281-0/+1
|
* 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 option to reject reports from an instanceHazel K2024-10-051-1/+6
|
* Merge remote-tracking branch 'misskey/release/2024.5.0' into futuredakkar2024-05-311-4/+13
|\
| * feat: suspend instance improvements (#13861)anatawa122024-05-231-4/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * feat(backend): dead instance detection * feat(backend): suspend type detection * feat(frontend): show suspend reason on frontend * feat(backend): resume federation automatically if the server is automatically suspended * docs(changelog): 配信停止まわりの改善 * lint: fix lint errors * Update packages/frontend/src/pages/instance-info.vue * lint: fix lint error * chore: suspendedState => suspensionState --------- Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
* | merge: upstreamMarie2024-02-231-0/+5
|\|
| * enhance: ↵syuilo2024-02-221-0/+5
| | | | | | | | サーバーごとにモデレーションノートを残せるように
* | 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
| |
* | add: mark instance as NSFWMar0xy2023-12-051-0/+5
|/ | | | Closes transfem-org/Sharkey#197
* refactor(backend): update directory structure for modelssyuilo2023-09-201-0/+147