【Nextcloud Hub II 24】Version 24.0.2 June 20 2022【変更履歴】

一般情報
  • Download: nextcloud-24.0.2.tar.bz2 or nextcloud-24.0.2.zip
  • Check the file integrity with:
    • MD5: nextcloud-24.0.2.tar.bz2.md5 or nextcloud-24.0.2.zip.md5
    • SHA256: nextcloud-24.0.2.tar.bz2.sha256 or nextcloud-24.0.2.zip.sha256
    • SHA512: nextcloud-24.0.2.tar.bz2.sha512 or nextcloud-24.0.2.zip.sha512
    • PGP (Key): nextcloud-24.0.2.tar.bz2.asc or nextcloud-24.0.2.zip.asc

変更履歴

  1. dompurifyを2.3.6から2.3.8へ更新(server#32416)
    Bump dompurify from 2.3.6 to 2.3.8 (server#32416)
  2. @testing-library/vueを5.8.2から5.8.3へ更新(server#32419)
    Bump @testing-library/vue from 5.8.2 to 5.8.3 (server#32419)
  3. ユーザストレージを削除する際にストレージのラッパーを削除するようにした(server#32444)
    Remove storage wrappers when deleting the user storage (server#32444)
  4. データベースチェックの文言の調整(server#32457)
    Adjust wording for database checks (server#32457)
  5. バックグラウンドジョブズモードを修正(server#32470)
    Fix backgroundjobs mode (server#32470)
  6. 背景の輝度に基づく主要素の計算を適切に行うようにした(server#32510)
    Properly calculate primary element based on background luminance (server#32510)
  7. クロップ条件を修正(server#32513)
    Fix crop condition (server#32513)
  8. アクティビティで名前のないイベントの扱いを修正(server#32585)
    Fix handling events without names in activities (server#32585)
  9. pnctlが見つからない場合の警告を改善(server#32603)
    Improve warning about missing pnctl (server#32603)
  10. ステータスの扱いを修正(server#32619)
    Fix status handling (server#32619)
  11. Gdの失敗した操作をデバッグレベルに移行した(server#32621)
    Move Gd failed operations to debug level (server#32621)
  12. /build/integrationにおいて、guzzlehttp/guzzleの要件を7.4.2から7.4.3へ更新(server#32638)
    Update guzzlehttp/guzzle requirement from 7.4.2 to 7.4.3 in /build/integration (server#32638)
  13. symfony/translationの3rdpartyを更新:4.4.41(server#32650)
    Update 3rdparty for symfony/translation:4.4.41 (server#32650)
  14. 既存の設定以外のものを再度扱うようにした(server#32657)
    Handle non existing settings again (server#32657)
  15. IMigratorの推定エクスポートサイズを取得するメソッドを追加(server#32664)
    Add a method to get estimated export size in IMigrator (server#32664)
  16. Nextcloud Androidアプリで正しい名前が表示されない問題を修正(server#32668)
    Fix Nextcloud Android app not showing proper name (server#32668)
  17. 共有パーミッションのレンダリングを修正(server#32674)
    Fix share permissions rendering (server#32674)
  18. IApacheAuthバックエンドでrememberme cookieを使用できるようにした(server#32677)
    Allow use of rememberme cookies for IApacheAuth backends (server#32677)
  19. 公開認証された共有のパスワードが間違っているか有効期限が切れている場合に、より意味のあるメッセージを表示するようにした。(サーバ#32683)
    More meaningfull message when a public authenticated share’s password is wrong or has expired. (server#32683)
  20. 削除されたカレンダーオブジェクトが期限切れになった時にアクティビティが作成されないようにした(server#32692)
    Make sure activities are not created when a deleted calendar object expires (server#32692)
  21. 暗号化コードでマッチングする前にマウントポイントをトリミングする(server#32705)
    Trim mount point before matching in encryption code (server#32705)
  22. 暗号化されていないサイズをunencrypted_sizeカラムに格納(server#32708)
    Store unencrypted size in the unencrypted_size column (server#32708)
  23. オブジェクトストレージへの書き込みを終了した後に一時ファイルをクリーンアップするようにした(server#32710)
    Cleanup temporary files after finishing the write to object storage (server#32710)
  24. デバッグを容易にするために、フェデレーションAPIリクエストの送信によるエラーを常にログに記録するようにした(server#32750)
    Always log errors from sending federation api requests to ease debugging (server#32750)
  25. 新しい共有属性カラムを追加(server#32752)
    Add new share attributes column (server#32752)
  26. X-HAS-{MD5/SHA256}をオプトインするようにした (server#32758)
    Make X-HAS-{MD5/SHA256} opt-in (server#32758)
  27. 一時的なパスワードの修正(31952) (server#32764)
    Temporary passwords fixes 31952 (server#32764)
  28. アバター取得の認可を修正(server#32770)
    Fix get avatar authorization (server#32770)
  29. SeekableHttpStreamでストリームラッパーを扱うようにした(server#32776)
    Handle stream wrappers in SeekableHttpStream (server#32776)
  30. 削除された.pngファイルを再追加(server#32786)
    Add back the deleted.png file (server#32786)
  31. psalm-baseline.xmlを更新しました(server#32794)
    Update psalm-baseline.xml (server#32794)
  32. ユーザホームにマウントされるマウントを修正(server#32801)
    Fix mounts mounted at the users home (server#32801)
  33. メンテナンススクリプトを正しくインポートするようにした(server#32802)
    Properly import maintenance script (server#32802)
  34. ラッパーが時間通りに登録されるように、先にonetime setupを実行する(server#32811)
    Perform onetime setup earlier to ensure wrappers are registered on time (server#32811)
  35. /build/integrationにおいて、guzzlehttp/guzzleの要件を7.4.3から7.4.4へ更新(server#32822)
    Update guzzlehttp/guzzle requirement from 7.4.3 to 7.4.4 in /build/integration (server#32822)
  36. プロファイルデータが長すぎる場合の例外処理を修正(server#32833)
    Fix exception handling when profile data is too long (server#32833)
  37. occ files:scanの問題#31692を修正(server#32841)
    Fix issue #31692 of occ files:scan (server#32841)
  38. デバッグログ中の外部ストレージのパスワードの置換を修正(server#32842)
    Fix replacing external storage password during debug log (server#32842)
  39. 「非効率なフィードシェアスキャナを削除」を元に戻す(server#32848)
    Revert “Remove inefficient fed share scanner” (server#32848)
  40. 試行錯誤のログを正しく記録するようにした(server#32854)
    Correctly log failed attempts (server#32854)
  41. ある状況下でロガーがバーを上書きするのを修正 (server#32904)
    Fix logger overwriting vars in some circumstances (server#32904)
  42. symfony/translationを4.4.41に更新(3rdparty#1042)
    Bump symfony/translation to 4.4.41 (3rdparty#1042)
  43. 通知にもパラメータを保存するようにした(activity#814)
    Save parameters also in the notifications (activity#814)
  44. $limitを最大200に制限する(activity#816)
    Limit the $limit to a maximum of 200 (activity#816)
  45. ConfirmKeyはuuidでなければならない(circles#1053)
    ConfirmKey must be uuid (circles#1053)
  46. CODEOWNERSを作成 (notifications#1211)
    Create CODEOWNERS (notifications#1211)
  47. Build(deps): prosemirror-view を 1.23.12 から 1.23.13 へ更新 (text#2407)
    Build(deps): bump prosemirror-view from 1.23.12 to 1.23.13 (text#2407)
  48. Build(deps): @tiptap/extension-task-item を 2.0.0-beta.31 から 2.0.0-beta.32 へ更新 (text#2408)
    Build(deps): bump @tiptap/extension-task-item from 2.0.0-beta.31 to 2.0.0-beta.32 (text#2408)
  49. Build(deps): @nextcloud/momentを1.2.0から1.2.1へ更新(text#2410)
    Build(deps): bump @nextcloud/moment from 1.2.0 to 1.2.1 (text#2410)
  50. Ci: phpファイルが変更されたときだけphpユニットテストを実行するようにした (text#2414)
    Ci: only run php unit tests when php files changed (text#2414)
  51. 異なるエンコーディングのサポートを追加 (text#2416)
    Add support for different encodings (text#2416)
  52. Build(deps): @tiptap/core を 2.0.0-beta.174 から 2.0.0-beta.176 へ更新 (text#2423)
    Build(deps): bump @tiptap/core from 2.0.0-beta.174 to 2.0.0-beta.176 (text#2423)
  53. Build(deps): @tiptap/suggestion を 2.0.0-beta.90 から 2.0.0-beta.92 に更新 (テキスト#2424)
    Build(deps): bump @tiptap/suggestion from 2.0.0-beta.90 to 2.0.0-beta.92 (text#2424)
  54. Build(deps): @tiptap/extension-link を 2.0.0-beta.36 から 2.0.0-beta.38 に更新 (テキスト#2425)
    Build(deps): bump @tiptap/extension-link from 2.0.0-beta.36 to 2.0.0-beta.38 (text#2425)
  55. メニュー項目を変更 (テキスト#2427)
    Changes menu entry. (text#2427)
  56. Build(deps): @tiptap/extension-table を 2.0.0-beta.48 から 2.0.0-beta.49 に更新 (テキスト#2436)
    Build(deps): bump @tiptap/extension-table from 2.0.0-beta.48 to 2.0.0-beta.49 (text#2436)
  57. 画像添付の管理を改善 (text#2444)
    Improve image attachment management (text#2444)
  58. officeで扱える場合はtext/csvのmimetypeを登録しないようにした (text#2453)
    Do not register text/csv mimetype when office can handle it (text#2453)
  59. ハード改行が機能しないのを修正 (text#2487)
    Fix non-working hard line breaks (text#2487)
  60. フェッチコール時にファイルをUTF-8にエンコードするようにした (text#2498)
    Encode file to UTF-8 on fetch call (text#2498)
  61. 空文字列は有効な符号化結果 (text#2501)
    An empty string is a valid encoded result (text#2501)
  62. インラインコードのサポートを復活させる (text#2507)
    Bring back inline code support (text#2507)
  63. API を使用する (viewer#1249)
    Use modern API to cancel requests (viewer#1249)

コメント