github owncloud/ocis v1.12.0
1.12.0

latest releases: v6.4.0, v5.0.7, v5.0.7-rc.1...
3 years ago

Changes in 1.12.0

Summary

  • Bugfix - Remove non working proxy route and fix cs3 users example: #2474
  • Bugfix - Set English as default language in the dropdown in the settings page: #2465
  • Change - Remove OnlyOffice extension: #2433
  • Change - Remove OnlyOffice extension: #2433
  • Change - Update ownCloud Web to v4.2.0: #2501
  • Enhancement - Add app provider and app provider registry: #2204
  • Enhancement - Add the create space permission: #2461
  • Enhancement - Add set space quota permission: #2459
  • Enhancement - Create a Space using the Graph API: #2471
  • Enhancement - Update go-chi/chi to version 5.0.3: #2429
  • Enhancement - Upgrade go micro to v3.6.0: #2451
  • Enhancement - Update reva to v1.13.0: #2477

Details

  • Bugfix - Remove non working proxy route and fix cs3 users example: #2474

    We removed a non working route from the proxy default configuration and fixed the cs3 users
    deployment example since it still used the accounts service. It now only uses the configured
    LDAP.

    #2474

  • Bugfix - Set English as default language in the dropdown in the settings page: #2465

    The language dropdown didn't have a default language selected, and it was showing an empty
    value. Now it shows English instead.

    #2465

  • Change - Remove OnlyOffice extension: #2433

    Tags: OnlyOffice

    We've removed the OnlyOffice extension in oCIS. OnlyOffice has their own web extension for
    OC10 backend now with a dedicated
    guide
    . In
    oCIS, we will follow up with a guide on how to start a WOPI server providing OnlyOffice soon.

    #2433

  • Change - Remove OnlyOffice extension: #2433

    Tags: OnlyOffice

    We've removed the OnlyOffice extension in oCIS. OnlyOffice has their own web extension for
    OC10 backend now with a dedicated
    guide
    . In
    oCIS, we will follow up with a guide on how to start a WOPI server providing OnlyOffice soon.

    #2433

  • Change - Update ownCloud Web to v4.2.0: #2501

    Tags: web

    We updated ownCloud Web to v4.2.0. Please refer to the changelog (linked) for details on the web
    release.

    #2501
    https://github.com/owncloud/web/releases/tag/v4.2.0

  • Enhancement - Add app provider and app provider registry: #2204

    We added the app provider and app provider registry. Now the CS3org WOPI server can be
    registered and OpenInApp requests can be done.

    #2204
    cs3org/reva#1785

  • Enhancement - Add the create space permission: #2461

    In preparation for the upcoming spaces features a Create Space permission was added.

    #2461

  • Enhancement - Add set space quota permission: #2459

    In preparation for the upcoming spaces features a SetSpaceQuota permission was added.

    #2459

  • Enhancement - Create a Space using the Graph API: #2471

    Spaces can now be created on POST /drives/{drive-name}. Only users with the create-space
    permissions can perform this operation.

    Allowed body form values are:

    • quota (bytes) maximum amount of bytes stored in the space. - maxQuotaFiles (integer)
      maximum amount of files supported by the space.

    #2471

  • Enhancement - Update go-chi/chi to version 5.0.3: #2429

    Updated go-chi/chi to the lastest release

    #2429

  • Enhancement - Upgrade go micro to v3.6.0: #2451

    Go micro and all go micro plugins are now on v3.6.0

    #2451

  • Enhancement - Update reva to v1.13.0: #2477

    This update includes:

    #2477

Don't miss a new ocis release

NewReleases is sending notifications on new releases.