Skip to content
Snippets Groups Projects
  1. May 11, 2023
  2. May 05, 2023
  3. May 04, 2023
    • syuilo's avatar
      feat: Introduce Meilisearch (#10755) · 5c08f2b9
      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
  4. Apr 29, 2023
    • Namekuji's avatar
      enhance: account migration (#10592) · d28866f7
      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: default avatartamaina <tamaina@hotmail.co.jp>
      Co-authored-by: default avatarsyuilo <Syuilotan@yahoo.co.jp>
  5. Apr 08, 2023
  6. Apr 07, 2023
  7. Feb 22, 2023
  8. Feb 12, 2023
  9. Feb 04, 2023
    • tamaina's avatar
      perf(server): improvement of external mediaProxy (#9787) · 2dfed754
      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
  10. Feb 03, 2023
  11. Jan 15, 2023
  12. Jan 12, 2023
    • tamaina's avatar
      perf(backend): Use undici instead of node-fetch and got (#9459) · 978a9bbb
      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を設定
  13. Dec 21, 2022
  14. Jun 24, 2022
  15. Mar 08, 2022
  16. Feb 27, 2022
  17. Sep 04, 2021
  18. Sep 03, 2021
    • MeiMei's avatar
      Tune download (#2) · e1a8b158
      MeiMei authored
      * s2-2
      
      * allowedPrivateNetworks
      
      * style
      
      * Proxyの間にあると誤解しそうなのでconfigの記述順を変更
      
      * Fix error handler
      e1a8b158
  19. Oct 17, 2020
  20. Apr 12, 2020
  21. Mar 20, 2020
  22. Jan 29, 2020
  23. Jan 20, 2020
  24. Dec 31, 2019
  25. Dec 19, 2019
  26. Nov 04, 2019
  27. Oct 22, 2019
  28. Sep 01, 2019
  29. Aug 29, 2019
  30. Aug 26, 2019
  31. Jul 03, 2019
  32. Jun 11, 2019
  33. May 23, 2019
  34. May 15, 2019
  35. May 09, 2019
  36. May 07, 2019
  37. Apr 25, 2019
  38. Apr 21, 2019
    • かひわし4(バージョン1)'s avatar
      Docker: Remove quotes in docker_example.env (#4765) · 23a5a757
      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"
      
      この動作を予期しない動作のように思うユーザーがいるかもしれません。
      23a5a757
Loading