summaryrefslogtreecommitdiff
path: root/packages/backend/migration (follow)
Commit message (Collapse)AuthorAgeFilesLines
* feat: 公開リスト (#10842)Chocolate Pie2023-05-192-0/+32
| | | | | | | | | | | | | | | | | | | | | | | * feat: まず公開できるように (misskey-dev/misskey#10447) * feat: 公開したリストのページを作成 (misskey-dev/misskey#10447) * feat: いいねできるように * feat: インポートに対応 * wip * wip * CHANGELOGを編集 * add note * refactor --------- Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* feat: ↵syuilo2023-05-181-0/+15
| | | | カスタム絵文字ごとにそれをリアクションとして使えるロールを設定できるように
* enhance: ↵syuilo2023-05-161-0/+11
| | | | | | タイムラインにフォロイーの行った他人へのリプライを含めるかどうかの設定をアカウントに保存するのをやめるように Resolve #10646
* fix typosyuilo2023-05-111-0/+11
|
* enhance(backend): publicReactionsをデフォルトtrueにsyuilo2023-05-101-0/+11
|
* feat: ↵syuilo2023-05-101-0/+11
| | | | | | 投稿したコンテンツのAIによる学習を軽減するオプションを追加 Resolve #10819
* feat: チャンネルの削除syuilo2023-05-061-0/+13
| | | | | Resolve #7171 Resolve #9935
* feat: チャンネルに色を設定できるようにsyuilo2023-05-021-0/+11
|
* enhance: account migration (#10592)Namekuji2023-04-301-0/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * copy block and mute then create follow and unfollow jobs * copy block and mute and update lists when detecting an account has moved * no need to care promise orders * refactor updating actor and target * automatically accept if a locked account had accepted an old account * fix exception format * prevent the old account from calling some endpoints * do not unfollow when moving * adjust following and follower counts * check movedToUri when receiving a follow request * skip if no need to adjust * Revert "disable account migration" This reverts commit 2321214c98591bcfe1385c1ab5bf0ff7b471ae1d. * fix translation specifier * fix checking alsoKnownAs and uri * fix updating account * fix refollowing locked account * decrease followersCount if followed by the old account * adjust following and followers counts when unfollowing * fix copying mutings * prohibit moved account from moving again * fix move service * allow app creation after moving * fix lint * remove unnecessary field * fix cache update * add e2e test * add e2e test of accepting the new account automatically * force follow if any error happens * remove unnecessary joins * use Array.map instead of for const of * ユーザーリストの移行は追加のみを行う * nanka iroiro * fix misskey-js? * :v: * 移行を行ったアカウントからのフォローリクエストの自動許可を調整 * newUriを外に出す * newUriを外に出す2 * clean up * fix newUri * prevent moving if the destination account has already moved * set alsoKnownAs via /i/update * fix database initialization * add return type * prohibit updating alsoKnownAs after moving * skip to add to alsoKnownAs if toUrl is known * skip adding to the list if it already has * use Acct.parse instead * rename error code * :art: * 制限を5から10に緩和 * movedTo(Uri), alsoKnownAsはユーザーidを返すように * test api res * fix * 元アカウントはミュートし続ける * :art: * unfollow * fix * getUserUriをUserEntityServiceに * ? * job! * :art: * instance => server * accountMovedShort, forbiddenBecauseYouAreMigrated * accountMovedShort * fix test * import, pin禁止 * 実績を凍結する * clean up * :v: * change message * ブロック, フォロー, ミュート, リストのインポートファイルの制限を32MiBに * Revert "ブロック, フォロー, ミュート, リストのインポートファイルの制限を32MiBに" This reverts commit 3bd7be35d8aa455cb01ae58f8172a71a50485db1. * validateAlsoKnownAs * 移行後2時間以内はインポート可能なファイルサイズを拡大 * clean up * どうせactorをupdatePersonで更新するならupdatePersonしか移行処理を発行しないことにする * handle error? * リモートからの移行処理の条件を是正 * log, port * fix * fix * enhance(dev): non-production環境でhttpサーバー間でもユーザー、ノートの連合が可能なように * refactor (use checkHttps) * MISSKEY_WEBFINGER_USE_HTTP * Environment Variable readme * NEVER USE IN PRODUCTION * fix punyHost * fix indent * fix * experimental --------- Co-authored-by: tamaina <tamaina@hotmail.co.jp> Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* feat: preserved usernamessyuilo2023-04-291-0/+11
| | | | Resolve #10704
* Role timeline setting (#10677)nenohi2023-04-201-0/+12
| | | | | | | | | | | | | | | | | | | | | | | * ロールタイムライン設定 * isRoleTimeline to isExplorable * ポリシーではないので削除 * 型からも * wip * 足りてなかった説 * wip * listはpublicを表示 * 前回の記載修正( #10671 ) --------- Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* feat: Server rules (#10660)syuilo2023-04-191-0/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * enhance(frontend): サーバールールのデザイン調整 * enhance(frontend): i18n * enhance(frontend): 利用規約URLの設定を「モデレーション」ページへ移動 * enhance(frontend): サーバールールのデザイン調整 * Update CHANGELOG.md * 不要な差分を削除 * fix(frontend): lint * ui tweak * test: add stories * tweak * test: bind args * test: add interaction tests * fix bug * Update packages/frontend/src/pages/admin/server-rules.vue Co-authored-by: Ebise Lutica <7106976+EbiseLutica@users.noreply.github.com> * Update misskey-js.api.md * chore: windowを明示 * :art: * refactor * :art: * :art: * fix e2e test * :art: * :art: * fix icon * fix e2e --------- Co-authored-by: Ebise Lutica <7106976+EbiseLutica@users.noreply.github.com> Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com>
* feat: 自分用メモ機能 (#10516)Ebise Lutica2023-04-131-0/+18
| | | | | | | | | | | | | | | * 自分用メモを作成する機能 * 不要なCSSを削除 * メモ: デザイン調整 * デザイン崩れを修正 * fix: メモ機能のe2eテストで見つかった不具合を修正 * デザイン調整 * fix(frontend): 自分用メモtextareaにline-heightが適用されない問題を修正
* Create 1680931179228-account-move.jssyuilo2023-04-081-0/+17
|
* perf(backend): cache avatar and banner url to dbsyuilo2023-04-061-0/+17
|
* perf(backend): 通知をRedisに保存するようにsyuilo2023-04-041-0/+11
| | | | Resolve #10168
* perf(backend): store notes of an antenna to redis instead of postgresqlsyuilo2023-04-031-0/+10
| | | | Resolve #10169
* feat: チャンネルにノートをピン留めできるようにsyuilo2023-03-311-0/+11
| | | | Resolve #7740
* feat: チャンネルをお気に入りに登録できるようにsyuilo2023-03-311-0/+21
| | | | Resolve #10097
* enhance(backend): ↵syuilo2023-03-241-0/+11
| | | | リモートサーバーのチャート生成を無効にするオプションを追加
* enhance(backend): use :heart: for reaction fallbacksyuilo2023-03-241-0/+11
|
* enhance(backend): ↵syuilo2023-03-241-0/+11
| | | | リモートユーザーのチャート生成を無効にするオプションを追加
* enhance: 使われてないアンテナは自動停止されるようにsyuilo2023-03-201-0/+17
| | | | Resolve #9373
* Fix: foreignkey on reports (#9753)atsuchan2023-03-191-0/+15
|
* feat: clip favoritesyuilo2023-03-161-0/+23
| | | | Resolve #10337
* enhance: ↵syuilo2023-03-161-0/+11
| | | | | | カスタム絵文字にライセンス情報を付与できるように Resolve #10091
* fix: tweak retention rate aggregationsyuilo2023-03-151-0/+14
|
* feat: sensitive wordsyuilo2023-03-131-0/+11
|
* enhance: ロールの並び順を設定可能にsyuilo2023-03-121-0/+11
|
* tweak postgresql entitiessyuilo2023-03-102-0/+81
| | | | Fix #10266
* feat: Reaction acceptance (#10256)syuilo2023-03-081-0/+11
| | | | | | | * wip * wip * デフォルト設定
* feat: Per-user renote mute (#10249)syuilo2023-03-081-0/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * feat: per-user renote muting From FoundKey/c414f24a2c https://akkoma.dev/FoundKeyGang/FoundKey * Update ja-JP.yml * Delete renote-muting.ts * rename * fix ids * lint * fix * Update CHANGELOG.md * リノートをミュートしたユーザー一覧を見れるように * :art: * add test * fix test --------- Co-authored-by: Hélène <pleroma-dev@helene.moe>
* feat: 時限ロール (#10145)syuilo2023-03-011-0/+13
| | | | | | | | | | | | | | | * feat: 時限ロール * クライアントから期限を確認できるように * リファクタとか * fix test * fix test * fix test * clean up
* fix(server): 全ての通知が削除されてしまうのを修正tamaina2023-02-231-1/+0
|
* Merge branch 'master' into developsyuilo2023-02-231-0/+1
|\
| * Release: 13.7.2 (#10035)syuilo2023-02-231-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * ci: swcにしたためtypecheckは別途実施 * :art: * Update package.json * マイグレーションが失敗することがあるのを修正 * refactor ci * use tsc for build Windowsだとエラーが出るため * feat: swc build in windows (#10032) * feat: add optional swc * fix: windowsで動かない現象を修正 * fix: fix swc path alias * fix: docker build時に`Host key verification failed`と言われてgitリポジトリからパッケージをインストールできないのでssh -> htpsに変更 * use swc * chore(client): tweak custom emoji size * enhance: make pwa icon maskable (#10033) * :art: * feat(server): add @swc/core-android-arm64 to optional (#10034) * feat: add optional swc * fix: windowsで動かない現象を修正 * fix: fix swc path alias * fix: docker build時に`Host key verification failed`と言われてgitリポジトリからパッケージをインストールできないのでssh -> htpsに変更 * feat(server): add @swc/core-android-arm64 to optional * fix: conflict * Update package.json * chore(backend): fix indent * Update CHANGELOG.md * compress png --------- Co-authored-by: CaffeinePower <86540016+cffnpwr@users.noreply.github.com> Co-authored-by: Shogo Sensui <shogosensui@gmail.com> Co-authored-by: tamaina <tamaina@hotmail.co.jp>
* | enumの変更はしないsyuilo2023-02-231-9/+0
| |
* | chore(backend): fix indenttamaina2023-02-231-1/+1
| |
* | マイグレーションが失敗することがあるのを修正syuilo2023-02-231-0/+1
|/
* マイグレーションファイルの変更ミス (#10029)nenohi2023-02-231-1/+1
|
* fix(server): ↵tamaina2023-02-161-1/+1
| | | | | | | | マイグレーションad1676438468213が通らないのを修正 (#9963) * fix(server): マイグレーションad1676438468213が通らないのを修正 Fix #9962 * fix
* fix(server): dropGroupマイグレーションが通るように (#9961)tamaina2023-02-161-12/+0
|
* startAt -> startsAtsyuilo2023-02-151-2/+2
|
* 広告開始時期の設定 (#9944)nenohi2023-02-151-0/+9
| | | | | * 広告開始時期の設定 * 過去のものも表示するように
* drop group (#9942)syuilo2023-02-151-0/+47
| | | | | * drop group * Update operations.ts
* feat: ↵syuilo2023-02-051-0/+13
| | | | | | ロールにアイコンを設定してユーザー名の横に表示できるように Resolve #9761
* Create 1675404035646-cleanup.jssyuilo2023-02-031-0/+29
|
* Achievements (#9665)syuilo2023-01-212-0/+44
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * wip * Update ja-JP.yml * wip * wip * Update MkAchievements.vue * wip * :art: * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip
* enhance: playのscriptの文字数制限を緩和syuilo2023-01-191-0/+11
|
* refactor: rename instance.caughtAt to instance.firstRetrievedAtsyuilo2023-01-161-0/+11
|