summaryrefslogtreecommitdiff
path: root/packages/backend/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* enhance: ↵syuilo2023-05-1613-43/+33
| | | | | | タイムラインにフォロイーの行った他人へのリプライを含めるかどうかの設定をアカウントに保存するのをやめるように Resolve #10646
* refactor(frontend): boot分割したり副作用減らしたりとかsyuilo2023-05-151-2/+2
| | | | #10838
* fix(backend): ↵syuilo2023-05-112-1/+2
| | | | ひとつのMeilisearchサーバーを複数のMisskeyサーバーで使えない問題を修正
* enhance(backend): ↵syuilo2023-05-111-0/+2
| | | | | | ノートのハッシュタグもMeilisearchに突っ込むように 今後ハッシュタグ検索とか実装するときのため
* fix typosyuilo2023-05-1112-18/+18
|
* センシティブワードを正規表現、CWにも適用するように ↵nenohi2023-05-101-1/+28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (#10688) * cwにセンシティブが効いてない * CWが無いときにTextを見るように * 比較演算子間違えた * とりあえずチェック * 正規表現対応 * /test/giにも対応 * matchでしなくてもいいのでは感 * レビュー修正 * Update packages/backend/src/core/NoteCreateService.ts Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com> * Update packages/backend/src/core/NoteCreateService.ts Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com> * 修正 * wipかも * wordsでスペース区切りのものできたかも * なんか動いたかも * test作成 * 文言の修正 * 修正 * note参照 --------- Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com>
* fix(backend): テスト時は一部のサービスを停止syuilo2023-05-101-4/+6
|
* enhance(backend): graceful shutdown for job queue and refactorsyuilo2023-05-107-186/+128
|
* add X-Robots-Tag: noaisyuilo2023-05-101-1/+25
|
* 念のためnoimageaiもつけるsyuilo2023-05-106-0/+6
|
* enhance(backend): publicReactionsをデフォルトtrueにsyuilo2023-05-101-1/+1
|
* feat: ↵syuilo2023-05-1011-2/+27
| | | | | | 投稿したコンテンツのAIによる学習を軽減するオプションを追加 Resolve #10819
* fix(backend): ↵syuilo2023-05-091-0/+18
| | | | | | 13.11を経験しない状態で13.12にアップデートした場合ユーザープロフィール関連の画像が消失する問題を修正 Fix #10811
* fix(backend): ↵syuilo2023-05-091-3/+1
| | | | | | リモートサーバーの情報が更新できない問題を修正 Fix #10787
* fix(test): ジョブキューをテストが終わったら停止するようにsyuilo2023-05-091-0/+2
| | | | Fix #10802 ?
* fix(backend): fix channels/ownedsyuilo2023-05-081-1/+1
| | | | Fix #10791
* fix(backend): Fix #10786tamaina2023-05-071-2/+2
|
* fix(backend): ↵syuilo2023-05-072-3/+5
| | | | 凍結されたユーザーが一部APIのレスポンスに含まれる問題を修正
* fix testsyuilo2023-05-071-1/+1
|
* enhance(backend): SearchService.searchNoteでhost指定対応syuilo2023-05-072-2/+10
|
* fix testsyuilo2023-05-072-2/+2
|
* fix(backend): sort notessyuilo2023-05-061-1/+2
| | | | Fix #10776
* fix typesyuilo2023-05-061-2/+2
|
* enhance(backend/frontend): ↵syuilo2023-05-061-1/+3
| | | | モデレーションノートをユーザーのプロフィールページからも閲覧および編集できるように
* clean upsyuilo2023-05-061-18/+0
|
* refactorsyuilo2023-05-063-40/+50
|
* feat: アンテナのエクスポート・インポート (#10754)Chocolate Pie2023-05-0610-1/+360
| | | | | | | | | | | | | | | | | | | * feat: アンテナのエクスポートに対応 (misskey-dev/misskey#10690) * feat: アンテナのインポートに対応 (misskey-dev/misskey#10690) * fix: タイポを修正 * feat: ユーザーリストをサポート * fix: バグを直した * fix: バグを直した * fix: 適当に決めた変数名を変更 * fix * fix: 変数の変更、リファクタリング
* feat: チャンネルの削除syuilo2023-05-068-2/+18
| | | | | Resolve #7171 Resolve #9935
* fix(backend): Use SSL option for Meilisearch (#10772)Caipira2023-05-062-1/+2
|
* perf: use slacc on check-word-mute (#10721)Acid Chicken (硫酸鶏)2023-05-051-1/+19
| | | | | | | | | | | * perf: use slacc on check-word-mute when all of specified words are single word * perf: use slacc as possible * build: avoid tarball * chore: update slacc * build: update package name
* ロールにNSFWを強制的につけるオプションを追加 (#10731)nenohi2023-05-055-5/+32
| | | | | | | | | | | | | | | | | | | | | * ロールにNSFWを強制的につけるオプションを追加 * すでにあるファイルにNSFWが付与できない * NSFWを付与しようとするとエラーに * add test * Update packages/backend/src/core/RoleService.ts Co-authored-by: syuilo <Syuilotan@yahoo.co.jp> * spacingで怒られたので * ロール作成時のプロパティ削除 --------- Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* fix(backend): ノートの検索インデックス条件を調整syuilo2023-05-051-0/+3
|
* feat: Introduce Meilisearch (#10755)syuilo2023-05-058-51/+211
| | | | | | | | | | | | | | | | | | | | | | | * wip * wip * Update SearchService.ts * Update SearchService.ts * wip * wip * Update SearchService.ts * Update CHANGELOG.md * wip * Update SearchService.ts * Update docker-compose.yml.example
* fix #10666 ↵たーびん2023-05-051-7/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | チャンネル検索ですべてのチャンネルの取得/表示ができるようにする (#10667) * Update CHANGELOG.md * fix : able to search all channels * add chennel/search test * update Changelog --------- Co-authored-by: tamaina <tamaina@hotmail.co.jp> Co-authored-by: syuilo <Syuilotan@yahoo.co.jp> Co-authored-by: atsuchan <83960488+atsu1125@users.noreply.github.com> Co-authored-by: Masaya Suzuki <15100604+massongit@users.noreply.github.com> Co-authored-by: Kagami Sascha Rosylight <saschanaz@outlook.com> Co-authored-by: taiy <53635909+taiyme@users.noreply.github.com> Co-authored-by: xianon <xianon@hotmail.co.jp> Co-authored-by: kabo2468 <28654659+kabo2468@users.noreply.github.com> Co-authored-by: YS <47836716+yszkst@users.noreply.github.com> Co-authored-by: Khsmty <me@khsmty.com> Co-authored-by: Soni L <EnderMoneyMod@gmail.com> Co-authored-by: mei23 <m@m544.net> Co-authored-by: daima3629 <52790780+daima3629@users.noreply.github.com> Co-authored-by: Windymelt <1113940+windymelt@users.noreply.github.com> Co-authored-by: Ebise Lutica <7106976+EbiseLutica@users.noreply.github.com>
* Merge branch 'develop' of https://github.com/misskey-dev/misskey into developtamaina2023-05-022-2/+2
|\
| * fix(backend): `fields`の誤った定義を修正 (#10737)okayurisotto2023-05-021-1/+1
| |
| * update depssyuilo2023-05-021-1/+1
| |
* | fixtamaina2023-05-021-1/+1
|/
* refactortamaina2023-05-022-6/+5
|
* 初期ユーザー登録時にはpreservedUsernamesを無視するtamaina2023-05-021-1/+2
| | | | Fix #10738
* fix(backend): フォローリクエストの通知が残る問題を修正syuilo2023-05-021-1/+13
| | | | Fix #10611
* feat: チャンネルに色を設定できるようにsyuilo2023-05-026-0/+16
|
* fix(backend): ↵nexryai2023-04-301-1/+1
| | | | | | | サーバーメトリクスのメモリ使用率が不正確になることがある不具合の修正 (#10728) * FIX: サーバーメトリクスのメモリ使用率が不正確になることがある不具合の修正 * Update CHANGELOG
* enhance: account migration (#10592)Namekuji2023-04-3069-389/+874
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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>
* perf(backend): Use ThinUser in admin/federation/remove-all-followingtamaina2023-04-291-1/+1
|
* fix #10651 (#10684)Namekuji2023-04-291-1/+1
|
* enhance(dev): ↵tamaina2023-04-295-13/+27
| | | | | | | | | | | | | | | non-production環境でhttpサーバー間でもユーザー、ノートの連合が可能なように (#10717) * enhance(dev): non-production環境でhttpサーバー間でもユーザー、ノートの連合が可能なように * refactor (use checkHttps) * MISSKEY_WEBFINGER_USE_HTTP * Environment Variable readme * NEVER USE IN PRODUCTION * fix punyHost
* fix(backend): `alsoKnownAs`の誤った定義を修正 (#10725)okayurisotto2023-04-291-1/+6
|
* feat: preserved usernamessyuilo2023-04-297-5/+46
| | | | Resolve #10704
* [fix] .wav .flac ファイルを再生可能にする (#10686)Yuriha2023-04-263-7/+26
| | | | | | | | | | | | | | | | | | | | | | * .wav .flac ファイルを再生可能にする file-typeにより判定されたMIME TypeをHTML5 Audio/Video要素に認識されるものに書き換える * fix typecheck error * frontend側の FILE_TYPE_BROWSERSAFEも更新 * Update packages/backend/src/core/FileInfoService.ts * :v: * 後方互換を確保 * add tests * update changelog.md --------- Co-authored-by: tamaina <tamaina@hotmail.co.jp>