summaryrefslogtreecommitdiff
path: root/packages/backend (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* fix type in CustomEmojiServicetamaina2023-04-121-2/+2
|
* Use unique identifier for each follow request (#10600)hutchisr2023-04-122-26/+68
| | | Co-authored-by: anemone <anemoneya@icloud.com>
* fix typesyuilo2023-04-121-2/+2
|
* Update CustomEmojiService.tssyuilo2023-04-121-0/+1
|
* fix(backend): ↵syuilo2023-04-121-1/+6
| | | | カスタム絵文字でリアクションできないことがある問題を修正
* test(backend): Add tests for users (#10546)Nanashia2023-04-122-4/+903
| | | Co-authored-by: tamaina <tamaina@hotmail.co.jp>
* feat(server): Misskey ↵kakkokari-gtyih2023-04-125-0/+215
| | | | | | | | | | | | | | | | | | | | | | | | | Webでユーザーフレンドリーなエラーページを出す (#10590) * (add) user-friendly error page * Update CHANGELOG.md * (add) cache-control header * Add ClientLoggerService * Log params and query * remove error stack on client * fix pug * 文面を調整 * :art] --------- Co-authored-by: tamaina <tamaina@hotmail.co.jp>
* feat: role timelinesyuilo2023-04-1212-2/+239
| | | | Resolve #10581
* enhance: カスタム絵文字関連の変更 (#9794)tamaina2023-04-121-10/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * PackedNoteなどのemojisはプロキシしていないURLを返すように * MFMでx3/x4もしくはscale.x/yが2.5以上に指定されていた場合にはオリジナル品質の絵文字を使用する * update CHANGELOG.md * fix changelog * ?? * wip * fix * merge * Update packages/frontend/src/scripts/media-proxy.ts Co-authored-by: syuilo <Syuilotan@yahoo.co.jp> * merge * calc scale --------- Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* perf(backend): ↵syuilo2023-04-122-16/+19
| | | | ノート作成時のアンテナ追加パフォーマンスを改善
* feat: queueing bulk follow/unfollow and block/unblock (#10544)Namekuji2023-04-1223-168/+400
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * wrap follow/unfollow and block/unblock as job queue * create import job to follow in each iteration * make relationship jobs concurrent * replace to job queue if called repeatedly * use addBulk to import * omit stream when importing * fix job caller * use ThinUser instead of User to reduce redis memory consumption * createImportFollowingToDbJobの呼び出し方を変える, 型補強 * Force ThinUser * オブジェクト操作のみのメソッド名はgenerate...Data * Force ThinUser in generateRelationshipJobData * silent bulk unfollow at admin api endpoint --------- Co-authored-by: tamaina <tamaina@hotmail.co.jp>
* enhance(backend): APIパラメータサイズ上限を128kbから1mbに緩和syuilo2023-04-111-1/+1
|
* enhance(backend): APIパラメータサイズ上限を32kbから128kbに緩和syuilo2023-04-111-1/+1
| | | | Fix #10574
* perf(backend): cache swSubscriptionssyuilo2023-04-111-5/+16
|
* sw: なんかもうめっちゃ変えた (#10570)tamaina2023-04-113-0/+6
| | | | | | | | | * sw: なんかいろいろ * remove debug code * never renotify * update changelog.md
* fix #10554 チャンネルの検索用ページとAPIの追加 (#10555)たーびん2023-04-113-0/+73
| | | | | | | | | | | | | | | | | | | | | | * add channel search * move channel search to channel list page --------- 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>
* カスタム絵文字のキャッシュ時に"{}"が入ってしまう問題 ↵Chimorium2023-04-112-8/+4
| | | | を修正 (#10573)
* fix(backend): ↵syuilo2023-04-103-3/+3
| | | | | | アンテナのノート、チャンネルのノート、通知が正常に作成できないことがある問題を修正 Fix #10482
* fix(backend): イベント用redis分離が上手く動かない問題を修正syuilo2023-04-099-34/+53
|
* fix(backend): ↵syuilo2023-04-091-2/+2
| | | | ストリーミングのLTLチャンネルでサーバー側にエラーログが出るのを修正
* fix(backend): ↵syuilo2023-04-091-1/+1
| | | | | | 連合しているインスタンスについて予期せず配送が全て停止されることがある問題を修正 Fix #10499
* add notesyuilo2023-04-091-0/+1
|
* fix(server): リアクションできない問題をとりあえず修正 ↵tamaina2023-04-092-3/+6
| | | | | | | | | | | | (#10529) * fix(server): リアクションできない問題をとりあえず修正 Fix #10502 * Update packages/backend/src/core/CustomEmojiService.ts --------- Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>