- May 11, 2023
-
-
syuilo authored
-
- May 05, 2023
-
-
Caipira authored
-
- May 04, 2023
-
-
syuilo authored
* 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
-
- Apr 29, 2023
-
-
Namekuji authored
* 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 2321214c. * 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? *
✌️ * 移行を行ったアカウントからのフォローリクエストの自動許可を調整 * 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 *🎨 * 制限を5から10に緩和 * movedTo(Uri), alsoKnownAsはユーザーidを返すように * test api res * fix * 元アカウントはミュートし続ける *🎨 * unfollow * fix * getUserUriをUserEntityServiceに * ? * job! *🎨 * instance => server * accountMovedShort, forbiddenBecauseYouAreMigrated * accountMovedShort * fix test * import, pin禁止 * 実績を凍結する * clean up *✌️ * 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>
-
- Apr 08, 2023
-
-
syuilo authored
Resolve #10205
-
- Apr 07, 2023
- Feb 22, 2023
-
-
lam p authored
- Feb 12, 2023
-
-
tamaina authored
* enhance(server): videoThumbnailGenerator config *
✌️ * fix * 相対url * サムネイルのproxyRemoteFilesは直接プロキシを指定する * メディアプロキシ
-
- Feb 04, 2023
-
-
tamaina authored
* perf(server): improvement of external mediaProxy * add a comment *
✌️ * /filesでsharpの処理を行わずリダイレクトする * fix * thumbnail => static * Fix #9788 * add avatar mode * add url * fix * static.webp * remove encodeURIComponent from media proxy path * remove existance check
-
- Feb 03, 2023
-
-
syuilo authored
Close #9774
-
- Jan 15, 2023
-
-
Masaya Suzuki authored
-
- Jan 12, 2023
-
-
tamaina authored
* Implement? HttpFetchService *
✌️ * remove node-fetch * fix * refactor * fix * gateway timeout * UndiciFetcherクラスを追加 (仮コミット, ビルドもstartもさせていない) * fix * add logger and fix url preview * fix ip check * enhance logger and error handling * fix * fix * clean up * Use custom fetcher for ApRequest / ApResolver * bypassProxyはproxyBypassHostsに判断を委譲するように * set maxRedirections (default 3, ApRequest/ApResolver: 0) * fix comment * handle error s3 upload * add debug message * no return await * Revert "no return await" This reverts commit b5b0dc58a342393d260492e3a6f58304372f53b2. * reduce maxSockets * apResolverのUndiciFetcherを廃止しapRequestのものを使う、 add ap logger * Revert "apResolverのUndiciFetcherを廃止しapRequestのものを使う、 add ap logger" This reverts commit 997243915c8e1f8472da64f607f88c36cb1d5cb4. * add logger * fix * change logger name * safe * デフォルトでUser-Agentを設定
-
- Dec 21, 2022
-
-
syuilo authored
Close #9376
-
- Jun 24, 2022
-
-
MeiMei authored
* Use ioredis, Supports IPv6 host https://github.com/misskey-dev/misskey/issues/8862 * Fix import * order * a * i * fix * flushdb * family * CHANGELOG * redis_version Co-authored-by:
syuilo <Syuilotan@yahoo.co.jp>
-
- Mar 08, 2022
-
-
Johann150 authored
-
- Feb 27, 2022
-
-
tamaina authored
* Fix avatar/banner proxy Co-authored-by:
mei23 <m@m544.net> * use getAvatarUrl * fix * join avatar and banner to improve performance * join * Update hybrid-timeline.ts * fix Co-authored-by:
mei23 <m@m544.net> Co-authored-by:
syuilo <Syuilotan@yahoo.co.jp>
-
- Sep 04, 2021
-
-
MeiMei authored
* maxFileSize * CHANGELOG
-
- Sep 03, 2021
-
-
MeiMei authored
* s2-2 * allowedPrivateNetworks * style * Proxyの間にあると誤解しそうなのでconfigの記述順を変更 * Fix error handler
-
- Oct 17, 2020
-
-
MeiMei authored
* Sign ActivityPub GET * Fix v12, v12.48.0 UI bug
-
- Apr 12, 2020
-
-
MeiMei authored
* プロキシの除外ホスト * オブジェクトストレージとの通信にProxyを使うかを選択できるように * fix lint * コメント Co-authored-by:
rinsuki <428rinsuki+git@gmail.com>
-
- Mar 20, 2020
-
-
MeiMei authored
-
- Jan 29, 2020
-
-
syuilo authored
Co-authored-by:
MeiMei <30769358+mei23@users.noreply.github.com> Co-authored-by:
Satsuki Yanagi <17376330+u1-liquid@users.noreply.github.com>
-
- Jan 20, 2020
-
-
MeiMei authored
* AP rate limit * AP Job attempts * fix
-
- Dec 31, 2019
-
-
MeiMei authored
* Media Proxy を実装 * サンプルを追加 * https://github.com/syuilo/misskey/pull/5649#discussion_r359967471 の修正 * https://github.com/syuilo/misskey/pull/5649#discussion_r359967966 の修正 * https://github.com/syuilo/misskey/pull/5649#discussion_r359968219 の修正 * 期限切れ/未保存リモートファイルのローカルプロキシ * 設定 * 説明 * comment out * fix Co-authored-by:
和風ドレッシング <37681609+CookieRamen@users.noreply.github.com>
-
- Dec 19, 2019
-
-
和風ドレッシング authored
* Media Proxy を実装 * サンプルを追加
-
- Nov 04, 2019
-
-
tamaina authored
Redisの設定にprefix, dbを追加
-
- Oct 22, 2019
-
-
rinsuki authored
-
- Sep 01, 2019
-
-
MeiMei authored
-
- Aug 29, 2019
-
-
syuilo authored
Resolve #5355
-
- Aug 26, 2019
-
-
MeiMei authored
* デフォルトのワーカー数を1に * Tune default job count
-
- Jul 03, 2019
-
-
syuilo authored
-
- Jun 11, 2019
-
-
Satsuki Yanagi authored
-
- May 23, 2019
-
-
Satsuki Yanagi authored
-
- May 15, 2019
-
-
syuilo authored
-
- May 09, 2019
-
-
MeiMei authored
-
- May 07, 2019
-
-
MeiMei authored
-
- Apr 25, 2019
-
-
syuilo authored
-
- Apr 21, 2019
-
-
かひわし4(バージョン1) authored
Docker does not parse quotes in env_file. As follows if enclosed in quotation marks. docker_example.env: POSTGRES_PASSWORD="password" Environment value in Misskey container: $ echo $POSTGRES_PASSWORD "password" Some users may see this behavior as unexpected. Dockerはenv_fileのクォーテーションマークを解析しません。 もし値がクォーテーションマークで囲まれていた場合は以下のような動作になります。 docker_example.env: POSTGRES_PASSWORD="password" Misskeyのコンテナ内の環境変数: $ echo $POSTGRES_PASSWORD "password" この動作を予期しない動作のように思うユーザーがいるかもしれません。
-