Skip to content

Releases: owncloud/ocis

6.3.0

20 Aug 09:15
v6.3.0
Compare
Choose a tag to compare

Table of Contents

Changes in 6.3.0

Summary

  • Bugfix - Ignore address for kubernetes registry: #9490
  • Bugfix - Use bool type for web embed delegatedAuthentication: #9692
  • Bugfix - Repair nats-js-kv registry: #9734
  • Bugfix - Use less selectors that watch the registry: #9741
  • Bugfix - We fixed the client config generation for the built in IDP: #9770
  • Bugfix - Change ocmproviders config defaultpath: #9778
  • Bugfix - Web theme color contrasts: #10726
  • Enhancement - New WOPI operations added to the collaboration service: #9505
  • Enhancement - Allow configuring grpc max connection age: #9657
  • Enhancement - Tracing improvements in the collaboration service: #9684
  • Enhancement - Local WEB App configuration: #9691
  • Enhancement - Bump tusd pkg to v2: #9714
  • Enhancement - Gateways should directly talk to themselves: #9714
  • Enhancement - Support Skyhigh Security ICAP as an ICAP server: #9720
  • Enhancement - Added generic way to translate composite entities: #9722
  • Enhancement - Add an API to auth-app service: #9755
  • Enhancement - Bump go-micro plugins pkg: #9756
  • Enhancement - Allow querying federated user roles for sharing: #9765
  • Enhancement - Refactor the connector in the collaboration service: #9771
  • Enhancement - Add OCIS_ENABLE_OCM env var: #9784
  • Enhancement - OCM related adjustments in graph: #9788
  • Enhancement - Update web to v10.1.0: #9832
  • Enhancement - Bump reva to 2.23.0: #9852

Details

  • Bugfix - Ignore address for kubernetes registry: #9490

    We no longer pass an address to the go micro kubernetes registry implementation.
    This causes the implementation to autodetect the namespace and not hardcode it
    to default.

    #9490

  • Bugfix - Use bool type for web embed delegatedAuthentication: #9692

    #9692

  • Bugfix - Repair nats-js-kv registry: #9734

    The registry would always send traffic to only one pod. This is now fixed and
    load should be spread evenly. Also implements watcher method so the cache can
    use it. Internally, it can now distinguish services by version and will
    aggregate all nodes of the same version into a single service, as expected by
    the registry cache and watcher.

    #9734
    #9726
    #9656

  • Bugfix - Use less selectors that watch the registry: #9741

    The proxy now shares the service selector for all host lookups.

    #9741

  • Bugfix - We fixed the client config generation for the built in IDP: #9770

    We now use the OCIS_URL to generate the web client registration configuration.
    It does not make sense use the OCIS_ISSUER_URL if the idp was configured to run
    on a different domain.

    #9770

  • Bugfix - Change ocmproviders config defaultpath: #9778

    We moved the default location of the ocmproviders.json config file out of the
    data directory of the ocm service to the ocis config directory.

    #9778

  • Bugfix - Web theme color contrasts: #10726

    Web theme colors have been enhanced so they have at least a 4.5:1 contrast ratio
    because of a11y reasons.

    owncloud/web#10726
    owncloud/web#11331
    #9752

  • Enhancement - New WOPI operations added to the collaboration service: #9505

    PutRelativeFile, DeleteFile and RenameFile operations have been added to the
    collaboration service. GetFileInfo operation will now report the support of
    these operations to the WOPI app

    #9505

  • Enhancement - Allow configuring grpc max connection age: #9657

    We added a GRPC_MAX_CONNECTION_AGE env var that allows limiting the lifespan of
    connections. A closed connection triggers grpc clients to do a new DNS lookup to
    pick up new IPs.

    #9657

  • Enhancement - Tracing improvements in the collaboration service: #9684

    Uploads and downloads through the collaboration service will be traced. The
    openInApp request will also be linked properly with other requests in the
    tracing. In addition, the collaboration service will include some additional
    information in the traces. Filtering based on that information might be an
    option.

    #9684

  • Enhancement - Local WEB App configuration: #9691

    We've added a new feature which allows configuring applications individually
    instead of using the global apps.yaml file. With that, each application can have
    its own configuration file, which will be loaded by the WEB service.

    The local configuration has the highest priority and will override the global
    configuration. The Following order of precedence is used: local.config >
    global.config > manifest.config.

    Besides the configuration, the application now be disabled by setting the
    disabled field to true in one of the configuration files.

    #9687
    #9691

  • Enhancement - Bump tusd pkg to v2: #9714

    Bumps the tusd pkg to v2.4.0

    #9714

  • Enhancement - Gateways should directly talk to themselves: #9714

    The CS3 gateway can directly to itself when it wants to talk to the registries
    running in the same reva runtime.

    #9714

  • Enhancement - Support Skyhigh Security ICAP as an ICAP server: #9720

    We have upgraded the antivirus ICAP client library, bringing enhanced
    performance and reliability to our antivirus scanning service. With this update,
    the Skyhigh Security ICAP can now be used as an ICAP server, providing robust
    and scalable antivirus solutions.

    #9720
    fschade/icap-client#6

  • Enhancement - Added generic way to translate composite entities: #9722

    Added a generic way to translate the necessary fields in composite entities. The
    function takes the entity, translation function and fields to translate that are
    described by the TranslateField function. The function supports nested structs
    and slices of structs.

    #9700
    #9722

  • Enhancement - Add an API to auth-app service: #9755

    Adds an API to create, list and delete app tokens. Includes an impersonification
    feature for migration scenarios.

    #9755

  • Enhancement - Bump go-micro plugins pkg: #9756

    Bump plugins pkg to include fix for cache delete

    #9756

  • Enhancement - Allow querying federated user roles for sharing: #9765

    When listing permissions clients can now fetch the list of available federated
    sharing roles by sending a GET /graph/v1beta1/drives/{driveid}/items/{itemid}/permissions?$filter=@libre.graph.permissions.roles.allowedValues/rolePermissions/any(p:contains(p/condition, '@Subject.UserType=="Federated"')) request. Note that this is the only
    supported filter expression. Federated sharing roles will be omitted from
    requests without this filter.

    #9765

  • Enhancement - Refactor the connector in the collaboration service: #9771

    This will simplify and homogenize the code around the connector

    #9771

  • Enhancement - Add OCIS_ENABLE_OCM env var: #9784

    We added a new OCIS_ENABLE_OCM env var that will enable all ocm flags.

    #9784

  • Enhancement - OCM related adjustments in graph: #9788

    The /users enpdoint of the graph service was cha...

Read more

6.2.0

30 Jul 13:11
v6.2.0
752f988
Compare
Choose a tag to compare

Table of Contents

Changes in 6.2.0

Summary

  • Bugfix - Fix restarting of postprocessing: #6945
  • Bugfix - Fix crash on empty tracing provider: #9622
  • Bugfix - Fixed the file name validation if nodeid is used: #9634
  • Bugfix - Fix a missing SecureView permission attribute in the REPORT response: #9638
  • Bugfix - Fixed the channel lock in a workers pool: #9647
  • Bugfix - Missing invitation in permission responses: #9652
  • Bugfix - Repair nats-js-kv registry: #9662
  • Bugfix - Fix panic: #9673
  • Bugfix - Fixed the response code when copying the shared from to personal: #9677
  • Bugfix - Fixed response code for DELETE file that is in postprocessing: #9689
  • Change - Remove unavailable web config options: #9679
  • Enhancement - Introduce auth-app service: #9079
  • Enhancement - Add support for proof keys for the collaboration service: #9366
  • Enhancement - Log user agent and remote addr on auth errors: #9475
  • Enhancement - Add missing WOPI features: #9580
  • Enhancement - Bump commitID for web: #9631
  • Enhancement - Remove oidc-go dependency: #9641
  • Enhancement - Improve the collaboration service logging: #9653
  • Enhancement - Fix trash command: #9665
  • Enhancement - Added the debugging to full ocis docker example: #9666
  • Enhancement - Add locking support for MS Office Online Server: #9685
  • Enhancement - Bump reva to v.2.22.0: #9690
  • Enhancement - Add --diff to the ocis init command: #9693
  • Enhancement - Update web to v10.0.0: #9707

Details

  • Bugfix - Fix restarting of postprocessing: #6945

    We fixed a bug where non-admin requests to admin resources would get 401
    Unauthorized. Now, the server sends 403 Forbidden response.

    #5938
    #6945

  • Bugfix - Fix crash on empty tracing provider: #9622

    We have fixed a bug that causes a crash when OCIS_TRACING_ENABLED is set to
    true, but no tracing Endpoints or Collectors have been provided.a

    #7012
    #9622

  • Bugfix - Fixed the file name validation if nodeid is used: #9634

    We have fixed the file name validation if nodeid is used

    #9568
    #9634

  • Bugfix - Fix a missing SecureView permission attribute in the REPORT response: #9638

    We fixed a missing SecureView permission attribute in the REPORT response.

    #9607
    #9638

  • Bugfix - Fixed the channel lock in a workers pool: #9647

    We fixed an error when the users can't see more than 10 shares

    #9642
    #9647

  • Bugfix - Missing invitation in permission responses: #9652

    We have fixed a bug where the invitation property was missing in the response
    when creating, listing or updating graph permissions.

    #9571
    #9652

  • Bugfix - Repair nats-js-kv registry: #9662

    The registry would always send traffic to only one pod. This is now fixed and
    load should be spread evenly. Also implements watcher method so the cache can
    use it.

    #9662
    #9654
    #9620

  • Bugfix - Fix panic: #9673

    Fixes panic occuring when the nats-js-kv is not properly initialized.

    #9673

  • Bugfix - Fixed the response code when copying the shared from to personal: #9677

    We fixed the response code when copying the file from shares to personal space
    with a secure view role.

    #9482
    #9677

  • Bugfix - Fixed response code for DELETE file that is in postprocessing: #9689

    We fixed the response code when DELETE and MOVE requests to the file that is
    still in post-processing.

    #9432
    #9689

  • Change - Remove unavailable web config options: #9679

    We've removed config options from the web package, that are no longer available
    in web. Check the web changelog for more details.

    #9679
    owncloud/web#11256
    owncloud/web#10122
    owncloud/web#11260

  • Enhancement - Introduce auth-app service: #9079

    Introduce a new service, auth-app, that provides authentication and
    authorization services for applications.

    #9079

  • Enhancement - Add support for proof keys for the collaboration service: #9366

    Proof keys support will be enabled by default in order to ensure that all the
    requests come from a trusted source. Since proof keys must be set in the WOPI
    app (OnlyOffice, Collabora...), it's possible to disable the verification of the
    proof keys via configuration.

    #9366

  • Enhancement - Log user agent and remote addr on auth errors: #9475

    The proxy will now log user_agent, client.address, network.peer.address
    and network.peer.port to help operations debug authentication errors. The
    latter three follow the Semantic Conventions 1.26.0 / General /
    Attributes

    naming to better integrate with log aggregation tools.

    #9475

  • Enhancement - Add missing WOPI features: #9580

    We added the feature to disable the chat for onlyoffice and added the missing
    language parameters to the wopi app url.

    #9580

  • Enhancement - Bump commitID for web: #9631

    Bump the web commitID to current master

    #9631

  • Enhancement - Remove oidc-go dependency: #9641

    Removes the kgol/oidc-go dependency because it was flagged by dependabot.
    Luckily us we only used it for importing the strings "profile" and "email".

    #9641

  • Enhancement - Improve the collaboration service logging: #9653

    We added more debug log information to the collaboration service. This is vital
    for scenarios when we need to debug in remote setups.

    #9653

  • Enhancement - Fix trash command: #9665

    The ocis trash purge-empty-dirs command should work on any storage provider,
    not just storage/users.

    #9665

  • Enhancement - Added the debugging to full ocis docker example: #9666

    Added the debugging to full ocis docker example

    #9666

  • Enhancement - Add locking support for MS Office Online Server: #9685

    We added support for the special kind of lock tokens that MS Office Online
    Server uses to lock files via the Wopi protocol. It will only be active if you
    set the COLLABORATION_APP_NAME environment variable to
    MicrosoftOfficeOnline.

    #9685

  • Enhancement - Bump reva to v.2.22.0: #9690

Read more

6.2.0-rc.1

30 Jul 12:46
v6.2.0-rc.1
752f988
Compare
Choose a tag to compare
6.2.0-rc.1 Pre-release
Pre-release

Table of Contents

Changes in 6.2.0

Summary

  • Bugfix - Fix restarting of postprocessing: #6945
  • Bugfix - Fix crash on empty tracing provider: #9622
  • Bugfix - Fixed the file name validation if nodeid is used: #9634
  • Bugfix - Fix a missing SecureView permission attribute in the REPORT response: #9638
  • Bugfix - Fixed the channel lock in a workers pool: #9647
  • Bugfix - Missing invitation in permission responses: #9652
  • Bugfix - Repair nats-js-kv registry: #9662
  • Bugfix - Fix panic: #9673
  • Bugfix - Fixed the response code when copying the shared from to personal: #9677
  • Bugfix - Fixed response code for DELETE file that is in postprocessing: #9689
  • Change - Remove unavailable web config options: #9679
  • Enhancement - Introduce auth-app service: #9079
  • Enhancement - Add support for proof keys for the collaboration service: #9366
  • Enhancement - Log user agent and remote addr on auth errors: #9475
  • Enhancement - Add missing WOPI features: #9580
  • Enhancement - Bump commitID for web: #9631
  • Enhancement - Remove oidc-go dependency: #9641
  • Enhancement - Improve the collaboration service logging: #9653
  • Enhancement - Fix trash command: #9665
  • Enhancement - Added the debugging to full ocis docker example: #9666
  • Enhancement - Add locking support for MS Office Online Server: #9685
  • Enhancement - Bump reva to v.2.22.0: #9690
  • Enhancement - Add --diff to the ocis init command: #9693
  • Enhancement - Update web to v10.0.0: #9707

Details

  • Bugfix - Fix restarting of postprocessing: #6945

    We fixed a bug where non-admin requests to admin resources would get 401
    Unauthorized. Now, the server sends 403 Forbidden response.

    #5938
    #6945

  • Bugfix - Fix crash on empty tracing provider: #9622

    We have fixed a bug that causes a crash when OCIS_TRACING_ENABLED is set to
    true, but no tracing Endpoints or Collectors have been provided.a

    #7012
    #9622

  • Bugfix - Fixed the file name validation if nodeid is used: #9634

    We have fixed the file name validation if nodeid is used

    #9568
    #9634

  • Bugfix - Fix a missing SecureView permission attribute in the REPORT response: #9638

    We fixed a missing SecureView permission attribute in the REPORT response.

    #9607
    #9638

  • Bugfix - Fixed the channel lock in a workers pool: #9647

    We fixed an error when the users can't see more than 10 shares

    #9642
    #9647

  • Bugfix - Missing invitation in permission responses: #9652

    We have fixed a bug where the invitation property was missing in the response
    when creating, listing or updating graph permissions.

    #9571
    #9652

  • Bugfix - Repair nats-js-kv registry: #9662

    The registry would always send traffic to only one pod. This is now fixed and
    load should be spread evenly. Also implements watcher method so the cache can
    use it.

    #9662
    #9654
    #9620

  • Bugfix - Fix panic: #9673

    Fixes panic occuring when the nats-js-kv is not properly initialized.

    #9673

  • Bugfix - Fixed the response code when copying the shared from to personal: #9677

    We fixed the response code when copying the file from shares to personal space
    with a secure view role.

    #9482
    #9677

  • Bugfix - Fixed response code for DELETE file that is in postprocessing: #9689

    We fixed the response code when DELETE and MOVE requests to the file that is
    still in post-processing.

    #9432
    #9689

  • Change - Remove unavailable web config options: #9679

    We've removed config options from the web package, that are no longer available
    in web. Check the web changelog for more details.

    #9679
    owncloud/web#11256
    owncloud/web#10122
    owncloud/web#11260

  • Enhancement - Introduce auth-app service: #9079

    Introduce a new service, auth-app, that provides authentication and
    authorization services for applications.

    #9079

  • Enhancement - Add support for proof keys for the collaboration service: #9366

    Proof keys support will be enabled by default in order to ensure that all the
    requests come from a trusted source. Since proof keys must be set in the WOPI
    app (OnlyOffice, Collabora...), it's possible to disable the verification of the
    proof keys via configuration.

    #9366

  • Enhancement - Log user agent and remote addr on auth errors: #9475

    The proxy will now log user_agent, client.address, network.peer.address
    and network.peer.port to help operations debug authentication errors. The
    latter three follow the Semantic Conventions 1.26.0 / General /
    Attributes

    naming to better integrate with log aggregation tools.

    #9475

  • Enhancement - Add missing WOPI features: #9580

    We added the feature to disable the chat for onlyoffice and added the missing
    language parameters to the wopi app url.

    #9580

  • Enhancement - Bump commitID for web: #9631

    Bump the web commitID to current master

    #9631

  • Enhancement - Remove oidc-go dependency: #9641

    Removes the kgol/oidc-go dependency because it was flagged by dependabot.
    Luckily us we only used it for importing the strings "profile" and "email".

    #9641

  • Enhancement - Improve the collaboration service logging: #9653

    We added more debug log information to the collaboration service. This is vital
    for scenarios when we need to debug in remote setups.

    #9653

  • Enhancement - Fix trash command: #9665

    The ocis trash purge-empty-dirs command should work on any storage provider,
    not just storage/users.

    #9665

  • Enhancement - Added the debugging to full ocis docker example: #9666

    Added the debugging to full ocis docker example

    #9666

  • Enhancement - Add locking support for MS Office Online Server: #9685

    We added support for the special kind of lock tokens that MS Office Online
    Server uses to lock files via the Wopi protocol. It will only be active if you
    set the COLLABORATION_APP_NAME environment variable to
    MicrosoftOfficeOnline.

    #9685

  • Enhancement - Bump reva to v.2.22.0: #9690

Read more

5.0.6

17 Jul 08:39
a701bbc
Compare
Choose a tag to compare

Table of Contents

Changes in 5.0.6

Summary

  • Bugfix - Allow all uploads to restart: #9506
  • Bugfix - Fix the email notification service: #9514
  • Enhancement - Limit concurrent thumbnail requests: #9199
  • Enhancement - Update web to v8.0.4: #9429
  • Enhancement - Add cli to purge revisions: #9497

Details

6.1.0

08 Jul 14:26
v6.1.0
Compare
Choose a tag to compare

Table of Contents

Changes in 6.1.0

Summary

  • Bugfix - Fix sharing-ng permission listings for personal and virtual drive items: #9438
  • Bugfix - Add inotify-tools and bash packages to docker files: #9440
  • Bugfix - Allow all uploads to restart: #9465
  • Bugfix - Fix the email notification service: #9467
  • Bugfix - Fix Password Reset: #9479
  • Bugfix - Fixed the email template: #9484
  • Bugfix - Polish secure view: #9532
  • Enhancement - Rudimentary OCM support in graph: #8909
  • Enhancement - Activitylog API: #9361
  • Enhancement - Add the backchannel logout event: #9447
  • Enhancement - Add fail flag to consistency check: #9447
  • Enhancement - Configurable OCM timeouts: #9450
  • Enhancement - Deprecate gateway environment variables: #9451
  • Enhancement - Allow reindexing all spaces: #9456
  • Enhancement - Autoprovision group memberships: #9458
  • Enhancement - Allow disable versioning: #9473
  • Enhancement - Empty trash directories: #9483
  • Enhancement - Various fixes for the activitylog service: #9485
  • Enhancement - Add cli to purge revisions: #9497
  • Enhancement - Update web to v9.1.0: #9547
  • Enhancement - Bump reva to v2.21.0: #9556

Details

  • Bugfix - Fix sharing-ng permission listings for personal and virtual drive items: #9438

    Fixes an issue where the sharing-ng service was not able to list permissions for
    personal and virtual drive items.

    #8922
    #9438

  • Bugfix - Add inotify-tools and bash packages to docker files: #9440

    We need both packages to make posixfs work. Later, once the golang package is
    fixed to not depend on bash any more, bash can be removed again.

    #9440

  • Bugfix - Allow all uploads to restart: #9465

    On postprocessing-restart, allow all uploads to restart even if one fails.

    #9465

  • Bugfix - Fix the email notification service: #9467

    We fixed an error in the notification service that caused the email notification
    to fail when the user's display name contained special characters.

    #9402
    #9467

  • Bugfix - Fix Password Reset: #9479

    The ocis idm resetpassword always used the hardcoded admin name for the
    user. Now user name can be specified via the --user-name (-u) flag.

    #9479

  • Bugfix - Fixed the email template: #9484

    Fixed the email template when the description was marked as a link.

    #8424
    #9484

  • Bugfix - Polish secure view: #9532

    We fixed a bug where viewing pdf files in secure view mode was not possible.
    Secure view access on space roots was dropped because of unwanted side effects.

    #9532

  • Enhancement - Rudimentary OCM support in graph: #8909

    We now allow creating and accepting OCM shares.

    #8909

  • Enhancement - Activitylog API: #9361

    Adds an api to the activitylog service which allows retrieving data by clients
    to show item activities

    #9361

  • Enhancement - Add the backchannel logout event: #9447

    We've added the backchannel logout event

    #9355
    #9447

  • Enhancement - Add fail flag to consistency check: #9447

    We added a --fail flag to the ocis backup consistency command. If set to
    true, the command will return a non-zero exit code if any inconsistencies are
    found. This allows you to use the command in scripts and CI/CD pipelines to
    ensure that backups are consistent.

    #9447

  • Enhancement - Configurable OCM timeouts: #9450

    We added OCM_OCM_INVITE_MANAGER_TOKEN_EXPIRATION and
    OCM_OCM_INVITE_MANAGER_TIMEOUT to allow changing the default invite token
    duration as well as the request timeout for requests made to other instances.

    #9450

  • Enhancement - Deprecate gateway environment variables: #9451

    Deprecate service specific _GATEWAY_NAME env vars. It makes no sense to point
    one specific service to a different gateway.

    #9451

  • Enhancement - Allow reindexing all spaces: #9456

    Adds a --all-spaces flag to the ocis search index command to allow
    reindexing all spaces at once.

    #9456

  • Enhancement - Autoprovision group memberships: #9458

    When PROXY_AUTOPROVISION_ACCOUNTS is enabled it is now possible to automatically
    maintain the group memberships of users via a configurable OIDC claim.

    #5538
    #9458

  • Enhancement - Allow disable versioning: #9473

    Adds new configuration options to disable versioning for the storage providers

    #9473

  • Enhancement - Empty trash directories: #9483

    We have added a cli-command that allows cleaning up empty directories in the
    trashbins folder structure in decomposedFS.

    #9393
    #9271
    #9483

  • Enhancement - Various fixes for the activitylog service: #9485

    First round of fixes to make the activitylog service more robust and reliable.

    #9485
    #9467

  • Enhancement - Add cli to purge revisions: #9497

    Adds a cli that allows removing all revisions for a storage-provider.

    #9497

  • Enhancement - Update web to v9.1.0: #9547

    Tags: web

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

    #9547
    https://github.com/owncloud/web/releases/tag/v9.1.0

  • Enhancement - Bump reva to v2.21.0: #9556

Read more

6.1.0-alpha.2

08 Jul 13:21
v6.1.0-alpha.2
Compare
Choose a tag to compare
6.1.0-alpha.2 Pre-release
Pre-release

Table of Contents

6.1.0-alpha.1

28 Jun 11:09
v6.1.0-alpha.1
eb5a9ce
Compare
Choose a tag to compare
6.1.0-alpha.1 Pre-release
Pre-release

Table of Contents

6.0.0

19 Jun 20:32
v6.0.0
2ff3748
Compare
Choose a tag to compare

Changes in 6.0.0

Important

This is a Rolling Release
Please check the documentation about the scope of this release.

Summary

  • Bugfix - Fix an error when lock/unlock a public shared file: #8472
  • Bugfix - Fix the docker-compose wopi: #8483
  • Bugfix - Fix remove/update share permissions: #8529
  • Bugfix - Correct the default mapping of roles: #8534
  • Bugfix - Fix graph drive invite: #8538
  • Bugfix - Fix the mount points naming: #8543
  • Bugfix - We now always select the next clients when autoaccepting shares: #8570
  • Bugfix - Always select next before making calls: #8578
  • Bugfix - Fix sharing invite on virtual drive: #8609
  • Bugfix - Prevent copying a file to a parent folder: #8649
  • Bugfix - Disable Multipart uploads: #8666
  • Bugfix - Internal links shouldn't have a password: #8668
  • Bugfix - Fix uploading via a public link: #8702
  • Bugfix - Mask user email in output: #8726
  • Bugfix - Fix restarting of postprocessing: #8782
  • Bugfix - Fix the create personal space cache: #8799
  • Bugfix - Fix removing groups from space: #8803
  • Bugfix - Validate conditions for sharing roles by resource type: #8815
  • Bugfix - Fix creating the drive item: #8817
  • Bugfix - Fix unmount item from share: #8827
  • Bugfix - Fix creating new WOPI documents on public shares: #8828
  • Bugfix - Nats reconnects: #8880
  • Bugfix - Update the admin user role assignment to enforce the config: #8897
  • Bugfix - Fix affected users on sses: #8928
  • Bugfix - Fix well-known rewrite endpoint: #8946
  • Bugfix - Crash when processing crafted TIFF files: #8981
  • Bugfix - Fix collaboration registry setting: #9105
  • Bugfix - Service startup of WOPI example: #9127
  • Bugfix - Fix the status code for multiple mount and unmount share: #9193
  • Bugfix - Don't show thumbnails for secureview shares: #9299
  • Bugfix - Fix share update: #9301
  • Bugfix - Fix the error translation from utils: #9331
  • Bugfix - Fix the settings metedata tests: #9341
  • Bugfix - The hidden shares have been excluded from a search result: #9371
  • Bugfix - Encode Registry Keys: #9385
  • Change - Change the default store for presigned keys to nats-js-kv: #8419
  • Change - Disable resharing by default for deprecation: #8653
  • Change - The filesystem backend for the settings service has been removed: #9138
  • Change - Define maximum input image dimensions and size when generating previews: #9360
  • Enhancement - Introduce staticroutes package & remove well-known OIDC middleware: #6095
  • Enhancement - Graphs endpoint for mounting and unmounting shares: #7885
  • Enhancement - Add epub reader to web default apps: #8410
  • Enhancement - Change Cors default settings: #8518
  • Enhancement - Custom WEB App Loading: #8523
  • Enhancement - Update to go 1.22: #8586
  • Enhancement - Send more sse events: #8587
  • Enhancement - Send SSE when file is locked/unlocked: #8602
  • Enhancement - Add the spaceID to sse: #8614
  • Enhancement - The graph endpoints for listing permission works for spaces now: #8642
  • Enhancement - Bump keycloak: #8687
  • Enhancement - Make IDP cookies same site strict: #8716
  • Enhancement - Make server side space templates production ready: #8723
  • Enhancement - Sharing NG role names and descriptions: #8743
  • Enhancement - Ability to Change Share Item Visibility in Graph API: #8750
  • Enhancement - Enable web extension drawio by default: #8760
  • Enhancement - Remove resharing: #8762
  • Enhancement - Add CSP and other security related headers to oCIS: #8777
  • Enhancement - Add FileTouched SSE Event: #8778
  • Enhancement - Prepare runners to start the services: #8802
  • Enhancement - Sharing SSEs: #8854
  • Enhancement - Secure viewer share role: #8907
  • Enhancement - Add Link SSEs: #8908
  • Enhancement - ShareeIDs in SSEs: #8915
  • Enhancement - Allow to resolve public shares without the ocs tokeninfo endpoint: #8926
  • Enhancement - Initiator-IDs: #8936
  • Enhancement - Add endpoint for getting drive items: #8939
  • Enhancement - Improve infected file handling: #8947
  • Enhancement - Configurable claims for auto-provisioning user accounts: #8952
  • Enhancement - Bump nats-js-kv pkg: #8953
  • Enhancement - Graph permission created date time: #8954
  • Enhancement - Add virus filter to sessions command: #9041
  • Enhancement - Assimilate clean into sessions command: #9041
  • Enhancement - Add remote item id to WebDAV report responses: #9094
  • Enhancement - Theme Processing and Logo Customization: #9133
  • Enhancement - Add watermark text: #9144
  • Enhancement - Update selected attributes of autoprovisioned users: #9166
  • Enhancement - Limit concurrent thumbnail requests: #9199
  • Enhancement - The storage-users doc updated: #9228
  • Enhancement - Docker compose example for ClamAV: #9229
  • Enhancement - Add command to check ocis backup consistency: #9238
  • Enhancement - Web server compression: #9287
  • Enhancement - Add secureview flag when listing apps via http: #9289
  • Enhancement - Activitylog Service: #9327
  • Enhancement - Update web to v9.0.0-alpha.7: #9395
  • Enhancement - Bump Reva to v2.20.0: #9415

Details

  • Bugfix - Fix an error when lock/unlock a public shared file: #8472

    We fixed a bug when anonymous user with viewer role in public link of a folder
    can lock/unlock a file inside it

    #7785
    #8472

  • Bugfix - Fix the docker-compose wopi: #8483

    We fixed an issue when Collabora is not available time by time after running the
    docker-compose wopi deployment

    #8474
    #8483

  • Bugfix - Fix remove/update share permissions: #8529

    This is a workaround that should prevent removing or changing the share
    permissions when the file is locked. These limitations have to be rem...

Read more

6.0.0-alpha.2

18 Jun 15:40
v6.0.0-alpha.2
ee5c077
Compare
Choose a tag to compare
6.0.0-alpha.2 Pre-release
Pre-release

Table of Contents

6.0.0-alpha.1

13 Jun 13:42
v6.0.0-alpha.1
Compare
Choose a tag to compare
6.0.0-alpha.1 Pre-release
Pre-release

Table of Contents