Skip to content
Snippets Groups Projects
  1. Dec 07, 2023
  2. Oct 03, 2023
    • syuilo's avatar
      feat: improve tl performance (#11946) · 6277a554
      syuilo authored
      * wip
      
      * wip
      
      * wip
      
      * wip
      
      * wip
      
      * wip
      
      * Update NoteCreateService.ts
      
      * wip
      
      * wip
      
      * wip
      
      * wip
      
      * Update NoteCreateService.ts
      
      * wip
      
      * Update NoteCreateService.ts
      
      * wip
      
      * Update user-notes.ts
      
      * wip
      
      * wip
      
      * wip
      
      * Update NoteCreateService.ts
      
      * wip
      
      * Update timeline.ts
      
      * Update timeline.ts
      
      * Update timeline.ts
      
      * Update timeline.ts
      
      * Update timeline.ts
      
      * wip
      
      * Update timelines.ts
      
      * Update timelines.ts
      
      * Update timelines.ts
      
      * wip
      
      * wip
      
      * wip
      
      * Update timelines.ts
      
      * Update misskey-js.api.md
      
      * Update timelines.ts
      
      * Update timelines.ts
      
      * wip
      
      * wip
      
      * wip
      
      * Update timelines.ts
      
      * wip
      
      * Update timelines.ts
      
      * wip
      
      * test
      
      * Update activitypub.ts
      
      * refactor: UserListJoining -> UserListMembership
      
      * Update NoteCreateService.ts
      
      * wip
  3. Sep 27, 2023
  4. Sep 06, 2023
  5. Aug 20, 2023
  6. Aug 05, 2023
  7. Jul 20, 2023
  8. Jul 17, 2023
  9. Jul 15, 2023
  10. May 11, 2023
  11. May 05, 2023
  12. 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
  13. 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>
  14. Apr 08, 2023
  15. Apr 07, 2023
  16. Feb 22, 2023
  17. Feb 12, 2023
  18. 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
  19. Feb 03, 2023
  20. Jan 15, 2023
  21. 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を設定
  22. Dec 21, 2022
  23. Jun 24, 2022
  24. Mar 08, 2022
  25. Feb 27, 2022
  26. Sep 04, 2021
  27. Sep 03, 2021
    • MeiMei's avatar
      Tune download (#2) · e1a8b158
      MeiMei authored
      * s2-2
      
      * allowedPrivateNetworks
      
      * style
      
      * Proxyの間にあると誤解しそうなのでconfigの記述順を変更
      
      * Fix error handler
      e1a8b158
  28. Oct 17, 2020
  29. Apr 12, 2020
  30. Mar 20, 2020
  31. Jan 29, 2020
  32. Jan 20, 2020
  33. Dec 31, 2019
  34. Dec 19, 2019
  35. Nov 04, 2019
  36. Oct 22, 2019
  37. Sep 01, 2019
  38. Aug 29, 2019
Loading