Skip to content
Snippets Groups Projects
  1. Feb 11, 2024
    • syuilo's avatar
    • syuilo's avatar
      New Crowdin updates (#13216) · 25383de9
      syuilo authored
      * New translations ja-jp.yml (Chinese Traditional)
      
      * New translations ja-jp.yml (Catalan)
      
      * New translations ja-jp.yml (Catalan)
      
      * New translations ja-jp.yml (Catalan)
      
      * New translations ja-jp.yml (Catalan)
      
      * New translations ja-jp.yml (Spanish)
      
      * New translations ja-jp.yml (Spanish)
      
      * New translations ja-jp.yml (Catalan)
      
      * New translations ja-jp.yml (Catalan)
      
      * New translations ja-jp.yml (Catalan)
      
      * New translations ja-jp.yml (Spanish)
      
      * New translations ja-jp.yml (Italian)
      
      * New translations ja-jp.yml (Italian)
      
      * New translations ja-jp.yml (Italian)
      
      * New translations ja-jp.yml (Italian)
      25383de9
    • syuilo's avatar
      Update about-misskey.vue · 674fd0bd
      syuilo authored
      674fd0bd
    • かっこかり's avatar
      fix: misskey-jsの型定義生成時にバックエンドの依存パッケージもビルドするように (#13249) · 0736eea3
      かっこかり authored
      * fix(frontend): vue v3.4.16でタイムラインが正常に表示できない問題を修正
      
      * type
      
      * fix: misskey-jsの型定義生成時にバックエンドの依存パッケージもビルドするように
      
      * Revert "type"
      
      This reverts commit bac0951bd1608cbd97ba809a76a664590ce5efb3.
      
      * Revert "fix(frontend): vue v3.4.16でタイムラインが正常に表示できない問題を修正"
      
      This reverts commit 92b21658287932515cb061ddc2ab5c83b4b78ca2.
      0736eea3
  2. Feb 10, 2024
  3. Feb 09, 2024
  4. Feb 08, 2024
  5. Feb 07, 2024
  6. Feb 06, 2024
  7. Feb 05, 2024
  8. Feb 04, 2024
    • dakkar's avatar
      keep cached avatar&banner when refresh fails to get new values (#13145) · dabf1867
      dakkar authored
      
      * keep cached avatar&banner when refresh fails to get new values
      
      when the remote explicitly tells us a user image is gone, we remove
      our cached value, but if we fail to get the image, we keep whatever
      value we already have
      
      this should minimise the problem of avatars randomly disappearing
      
      * autogen bits
      
      * pnpm run build-misskey-js-with-types
      
      ---------
      
      Co-authored-by: default avatartamaina <tamaina@hotmail.co.jp>
      dabf1867
    • dakkar's avatar
      ignore `instance.actor` when checking if there are local users (#13146) · bafef1f8
      dakkar authored
      * ignore `instance.actor` when checking if there are local users
      
      We've seen this happen a few times:
      
      * there was some AP software at $some_domain
      * it gets replaced by Misskey
      * before the first user can be created, an AP activity comes in
      * Misskey resolves the activity
      * to do this, it creates the `instance.actor` to sign its request
      * now there *is* a local user, so the `meta` endpoint returns
        `requireSetup:false`
      * the admin is very confused
      
      This commit factors out the check, and doesn't count the
      `instance.actor` as a real user.
      
      * autogen bits
      bafef1f8
Loading