summaryrefslogtreecommitdiff
path: root/packages/backend (follow)
Commit message (Collapse)AuthorAgeFilesLines
* feat: Introduce Meilisearch (#10755)syuilo2023-05-059-51/+212
| | | | | | | | | | | | | | | | | | | | | | | * 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-052-7/+103
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | チャンネル検索ですべてのチャンネルの取得/表示ができるようにする (#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-023-36/+36
|\
| * fix(backend): `fields`の誤った定義を修正 (#10737)okayurisotto2023-05-021-1/+1
| |
| * update depssyuilo2023-05-022-35/+35
| |
* | 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-027-0/+27
|
* fix(backend): ↵nexryai2023-04-301-1/+1
| | | | | | | サーバーメトリクスのメモリ使用率が不正確になることがある不具合の修正 (#10728) * FIX: サーバーメトリクスのメモリ使用率が不正確になることがある不具合の修正 * Update CHANGELOG
* enhance: account migration (#10592)Namekuji2023-04-3074-395/+1373
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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-298-5/+57
| | | | Resolve #10704
* [fix] .wav .flac ファイルを再生可能にする (#10686)Yuriha2023-04-269-158/+284
| | | | | | | | | | | | | | | | | | | | | | * .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>
* fixtamaina2023-04-251-1/+1
|
* enhance(server): ↵tamaina2023-04-251-5/+6
| | | | | | | 環境変数MISSKEY_CONFIG_YMLでdefault.ymlを任意のymlに変更可能に (#10712) * enhance(server): MISSKEY_CONFIG_YMLでconfigを設定可能に * update changelog
* fix of 34492f3c9asyuilo2023-04-221-1/+9
|
* .jssyuilo2023-04-221-1/+1
|
* enhance(backend): tweak cache of federated instancesyuilo2023-04-225-29/+16
| | | | #10631
* fix(backend): make isExplorable optional for backward compatibilitytamaina2023-04-201-3/+2
| | | | https://github.com/misskey-dev/misskey/pull/10677#issuecomment-1516394630
* Role timeline setting (#10677)nenohi2023-04-206-1/+27
| | | | | | | | | | | | | | | | | | | | | | | * ロールタイムライン設定 * isRoleTimeline to isExplorable * ポリシーではないので削除 * 型からも * wip * 足りてなかった説 * wip * listはpublicを表示 * 前回の記載修正( #10671 ) --------- Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* add new achievementsyuilo2023-04-201-0/+1
|
* fix(server): ↵tamaina2023-04-191-1/+2
| | | | 1:1ではない画像のリアクション通知バッジが左や上に寄ってしまっていたのを中央に来るように修正
* feat: Server rules (#10660)syuilo2023-04-194-0/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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>
* update depssyuilo2023-04-191-31/+31
|
* カスタム絵文字のライセンスを一括でできるように (#10671)nenohi2023-04-194-0/+59
| | | | | | | | | * setlicensebulk追加 * 5時に誤字った!w * 並び順の変更(set,add,removeの順 * add changelog
* fix(backend): アバターとバナーがリセットできない (#10643)Nanashia2023-04-162-2/+8
| | | | | * fix(backend): avatar and banner couldn't be reset * Update CHANGELOG.md
* Fix?(server): ↵tamaina2023-04-151-3/+7
| | | | | | Content-Dispositionのパースでエラーが発生した場合にもダウンロードが完了するように #10626
* refactor(backend): validateNoteの引数の型を強くし、anyを除去 ↵Kisaragi2023-04-141-4/+5
| | | | | | | | | | | | | | | | (#10325) * refactor(backend): validateNoteの引数の型を推論する * fix(backend): アサーションの内容から推論してエラーの内容を期待されるであろう式へと変更する * refactor Co-authored-by: Acid-Chicken <root@acid-chicken.com> --------- Co-authored-by: tamaina <tamaina@hotmail.co.jp> Co-authored-by: Acid-Chicken <root@acid-chicken.com>
* カスタム絵文字の検索を絵文字ピッカー使用できるよう ↵nenohi2023-04-141-5/+11
| | | | | | | | | | | | | | | (#10335) * fix( #10013) * add changelog * also in about.emojis.vue * fix changelog --------- Co-authored-by: tamaina <tamaina@hotmail.co.jp>
* fix(server): Force the extention of exported file (#10630)tamaina2023-04-147-11/+14
| | | | | * fix(server): Force the extention of exported file * update changelog.md
* fix check_connect.jstamaina2023-04-141-1/+1
|
* fix typessyuilo2023-04-1425-31/+31
|
* update ioredis 5.xsyuilo2023-04-141-2/+1
|
* test(backend): catching up with #10516 (#10624)Nanashia2023-04-142-3/+25
|
* fix DriveService.tstamaina2023-04-131-0/+1
|
* fix: proper expire remote user drivefile over limits at adding time (#9426)CGsama2023-04-131-11/+13
| | | | | | | | | | | | | * delete remote user drivefile over limits at adding * refactor * delete → expire * speed up by batch find --------- Co-authored-by: tamaina <tamaina@hotmail.co.jp>
* fix(backend): user.memoはdetailがtrueな時だけにsyuilo2023-04-131-9/+4
|
* refactor(backend): tweak repository namesyuilo2023-04-134-14/+14
|
* feat: 自分用メモ機能 (#10516)Ebise Lutica2023-04-1312-2/+263
| | | | | | | | | | | | | | | * 自分用メモを作成する機能 * 不要なCSSを削除 * メモ: デザイン調整 * デザイン崩れを修正 * fix: メモ機能のe2eテストで見つかった不具合を修正 * デザイン調整 * fix(frontend): 自分用メモtextareaにline-heightが適用されない問題を修正
* [ci skip] improve readabilitysyuilo2023-04-131-1/+1
|
* [ci skip] remove outdated commentsyuilo2023-04-131-2/+0
|
* fix(backend): ↵syuilo2023-04-131-1/+1
| | | | | | チャンネルのピン留めされたノートの順番が正しくない問題を修正 Fix #10541
* fix(server): ↵futchitwo2023-04-132-8/+8
| | | | | | | アンテナとロールTLのuntil/sinceプロパティが動くように (#10605) * fix(server): アンテナとロールTLのuntil/sinceプロパティが動くように * fix
* fixtamaina2023-04-121-1/+1
|
* fix type in CustomEmojiService 2tamaina2023-04-122-2/+3
|