github owncloud/ocis v5.0.9
5.0.9

10 hours ago

Table of Contents

  • Changelog for 5.0.9

Changes in 5.0.9

Summary

  • Bugfix - Thumbnail request limit: #10280
  • Bugfix - Restart Postprocessing properly: #10439
  • Change - Define maximum input image dimensions and size when generating previews: #10270

Details

  • Bugfix - Thumbnail request limit: #10280

    The THUMBNAILS_MAX_CONCURRENT_REQUESTS setting was not working correctly.
    Previously it was just limiting the number of concurrent thumbnail downloads.
    Now the limit is applied to the number thumbnail generations requests.
    Additionally the webdav service is now returning a "Retry-After" header when it
    is hitting the ratelimit of the thumbnail service.

    #10280
    #10270
    #10225

  • Bugfix - Restart Postprocessing properly: #10439

    Properly differentiate between resume and restart postprocessing.

    #10439

  • Change - Define maximum input image dimensions and size when generating previews: #10270

    This is a general hardening change to limit processing time and resources of the
    thumbnailer.

    #10270
    #9360
    #9035
    #9069

Don't miss a new ocis release

NewReleases is sending notifications on new releases.