Skip to content

Releases: owncloud/ocis

4.0.0-rc.1

23 Aug 14:26
v4.0.0-rc.1
Compare
Choose a tag to compare
4.0.0-rc.1 Pre-release
Pre-release

Changes in 4.0.0

Summary

  • Bugfix - Add default store to postprocessing: #6578
  • Bugfix - Add token to LinkAccessedEvent: #6554
  • Bugfix - Add missing timestamps: #6515
  • Bugfix - Check public auth first: #6900
  • Bugfix - Don't connect to ldap on startup: #6565
  • Bugfix - Let clients cache web and theme assets: #6914
  • Bugfix - Fix CORS issues: #6912
  • Bugfix - Handle the bad request status: #6469
  • Bugfix - Fix error message on 400 response for thumbnail requests: #2064
  • Bugfix - Graph service did not honor the OCIS_LDAP_GROUP_SCHEMA_MEMBER setting: #7032
  • Bugfix - Fix nats registry: #6881
  • Bugfix - Fix the oidc role assigner: #6605
  • Bugfix - Fix the default document language for OnlyOffice: #6878
  • Bugfix - Fix the routing capability: #9367
  • Bugfix - Fix the search: #6947
  • Bugfix - Fix search shares: #6741
  • Bugfix - Restart Postprocessing: #6726
  • Change - YAML configuration files are restricted to yaml-1.2: #6510
  • Enhancement - Add 'ocis decomposedfs check-treesize' command: #6556
  • Enhancement - Add IDs to graph resource logging: #6593
  • Enhancement - Add permissions to report: #6528
  • Enhancement - Add command for rebuilding the jsoncs3 share manager indexes: #6986
  • Enhancement - Add more metadata to the remote item: #6300
  • Enhancement - Add X-Request-Id to all responses: #6715
  • Enhancement - Add SSE Endpoint: #5998
  • Enhancement - We added the storage id to the audit log for spaces: #6548
  • Enhancement - Make the post logout redirect uri configurable: #6583
  • Enhancement - Make the app provider service name configurable: #6482
  • Enhancement - Add old & new values to audit logs: #6537
  • Enhancement - Bump Hugo: #6787
  • Enhancement - Bump reva to 2.16.0: #6829
  • Enhancement - Bump sonarcloud: #6961
  • Enhancement - Clarify license text in the dev docs: #6755
  • Enhancement - Use reva client selectors: #6452
  • Enhancement - Configure max grpc message size: #6849
  • Enhancement - Thumbnails can be disabled for webdav & web now: #6577
  • Enhancement - Add companion URL config: #6453
  • Enhancement - Add imprint and privacy url config: #6462
  • Enhancement - Add logged out url config: #6549
  • Enhancement - Add WEB_OPTION_OPEN_LINKS_WITH_DEFAULT_APP env variable: #6328
  • Enhancement - Add postprocessing mimetype to extension helper: #6133
  • Enhancement - Provide Search filter for locations: #6713
  • Enhancement - Add search result content preview and term highlighting: #6634
  • Enhancement - Add WEB_OPTION_TOKEN_STORAGE_LOCAL env variable: #6760
  • Enhancement - Evaluate policy resource information on single file shares: #6888
  • Enhancement - Extendable policy mimetype extension mapping: #6869
  • Enhancement - Fix envvar defaults: #6516
  • Enhancement - Skip if the simulink is a directory: #6574
  • Enhancement - Fix the groupname validation: #6490
  • Enhancement - Fix the username validation: #6437
  • Enhancement - Add static secret to gn endpoints: #6946
  • Enhancement - Improve the notification logs: #6862
  • Enhancement - Move graph to service tracerprovider: #6695
  • Enhancement - Move proxy to service tracerprovider: #6591
  • Enhancement - Nats named connections: #6979
  • Enhancement - Remove deprecated environment variables: #7099
  • Enhancement - Add functionality to retry postprocessing: #6500
  • Enhancement - Update go-micro kubernetes registry: #6457
  • Enhancement - Update web to v7.0.1: #6470
  • Enhancement - Update web to v7.1.0-rc.5: #6944
  • Enhancement - Update web to v7.1.0: #7107
  • Enhancement - Allow disabling wopi chat: #6544

Details

  • Bugfix - Add default store to postprocessing: #6578

    Postprocessing did not have a default store especially database and table are needed to
    talk to nats-js

    #6578

  • Bugfix - Add token to LinkAccessedEvent: #6554

    We added the link token to the LinkAccessedEvent

    #3753
    #6554
    cs3org/reva#3993

  • Bugfix - Add missing timestamps: #6515

    We have added missing timestamps to the audit service

    #3753
    #6515

  • Bugfix - Check public auth first: #6900

    When authenticating in proxy, first check for public link authorization.

    #6900

  • Bugfix - Don't connect to ldap on startup: #6565

    This leads to misleading error messages. Instead we connect on first request

    #6565

  • Bugfix - Let clients cache web and theme assets: #6914

    We needed to remove "must-revalidate" from the cache-control header to allow clients to cache
    the web and theme assets.

    #6914

  • Bugfix - Fix CORS issues: #6912

    We fixed the CORS issues when client asking for the 'Cache-Control' header before load the file

    #5108
    #6912

  • Bugfix - Handle the bad request status: #6469

    Handle the bad request status for the CreateStorageSpace function

    #6414
    #6469
    cs3org/reva#3948

  • Bugfix - Fix error message on 400 response for thumbnail requests: #2064

    Fix the error message when the thumbnail request returns a '400 Bad Request' response.

    #2064
    #6911

  • Bugfix - Graph service did not honor the OCIS_LDAP_GROUP_SCHEMA_MEMBER setting: #7032

    We fixed issue when using a custom LDAP attribute for group members. The graph service did not
    honor the OCIS_LDAP_GROUP_SCHEMA_MEMBER environment variable

    #7032

  • Bugfix - Fix nats registry: #6881

    Using nats as service registry did work, but when a service would restart and gets a new ip it
    couldn't re-register. We fixed this by using "put" register action instead of the default
    "create"

    #6881

  • Bugfix - Fix the oidc role assigner: #6605

    The update role method did not allow to set a role when the user already has two roles. This makes
    no sense as the user is supposed to have only one and the update will fix that. We still log an error
    level log to make the admin aware of that.

    #6605
    #6618

  • Bugfix - Fix the default document language for OnlyOffice: [#6878](https://github.com/ownclou...

Read more

3.1.0-rc.1

02 Aug 10:58
v3.1.0-rc.1
95460ab
Compare
Choose a tag to compare
3.1.0-rc.1 Pre-release
Pre-release

Changes in 3.1.0

Warning
BREAKING CHANGE in the Deployment
The app provider config needs to be changed to keep working example

Summary

  • Bugfix - Add default store to postprocessing: #6578
  • Bugfix - Add token to LinkAccessedEvent: #6554
  • Bugfix - Add missing timestamps: #6515
  • Bugfix - Check public auth first: #6900
  • Bugfix - Don't connect to ldap on startup: #6565
  • Bugfix - Let clients cache web and theme assets: #6914
  • Bugfix - Fix CORS issues: #6912
  • Bugfix - Handle the bad request status: #6469
  • Bugfix - Fix error message on 400 response for thumbnail requests: #2064
  • Bugfix - Fix nats registry: #6881
  • Bugfix - Fix the oidc role assigner: #6605
  • Bugfix - Fix the default document language for OnlyOffice: #6878
  • Bugfix - Fix the routing capability: #9367
  • Bugfix - Fix search shares: #6741
  • Bugfix - Restart Postprocessing: #6726
  • Change - YAML configuration files are restricted to yaml-1.2: #6510
  • Enhancement - Add 'ocis decomposedfs check-treesize' command: #6556
  • Enhancement - Add IDs to graph resource logging: #6593
  • Enhancement - Add permissions to report: #6528
  • Enhancement - Add more metadata to the remote item: #6300
  • Enhancement - Add X-Request-Id to all responses: #6715
  • Enhancement - Add SSE Endpoint: #5998
  • Enhancement - We added the storage id to the audit log for spaces: #6548
  • Enhancement - Make the post logout redirect uri configurable: #6583
  • Enhancement - Make the app provider service name configurable: #6482
  • Enhancement - Add old & new values to audit logs: #6537
  • Enhancement - Bump Hugo: #6787
  • Enhancement - Bump reva to latest edge: #6829
  • Enhancement - Clarify license text in the dev docs: #6755
  • Enhancement - Use reva client selectors: #6452
  • Enhancement - Configure max grpc message size: #6849
  • Enhancement - Thumbnails can be disabled for webdav & web now: #6577
  • Enhancement - Add companion URL config: #6453
  • Enhancement - Add imprint and privacy url config: #6462
  • Enhancement - Add logged out url config: #6549
  • Enhancement - Add WEB_OPTION_OPEN_LINKS_WITH_DEFAULT_APP env variable: #6328
  • Enhancement - Add postprocessing mimetype to extension helper: #6133
  • Enhancement - Provide Search filter for locations: #6713
  • Enhancement - Add search result content preview and term highlighting: #6634
  • Enhancement - Add WEB_OPTION_TOKEN_STORAGE_LOCAL env variable: #6760
  • Enhancement - Evaluate policy resource information on single file shares: #6888
  • Enhancement - Fix envvar defaults: #6516
  • Enhancement - Skip if the simulink is a directory: #6574
  • Enhancement - Fix the groupname validation: #6490
  • Enhancement - Fix the username validation: #6437
  • Enhancement - Improve the notification logs: #6862
  • Enhancement - Move graph to service tracerprovider: #6695
  • Enhancement - Move proxy to service tracerprovider: #6591
  • Enhancement - Add functionality to retry postprocessing: #6500
  • Enhancement - Update go-micro kubernetes registry: #6457
  • Enhancement - Update web to v7.0.1: #6470
  • Enhancement - Update web to v7.1.0-rc.4: #6925
  • Enhancement - Allow disabling wopi chat: #6544

Details

  • Bugfix - Add default store to postprocessing: #6578

    Postprocessing did not have a default store especially database and table are needed to
    talk to nats-js

    #6578

  • Bugfix - Add token to LinkAccessedEvent: #6554

    We added the link token to the LinkAccessedEvent

    #3753
    #6554
    cs3org/reva#3993

  • Bugfix - Add missing timestamps: #6515

    We have added missing timestamps to the audit service

    #3753
    #6515

  • Bugfix - Check public auth first: #6900

    When authenticating in proxy, first check for public link authorization.

    #6900

  • Bugfix - Don't connect to ldap on startup: #6565

    This leads to misleading error messages. Instead we connect on first request

    #6565

  • Bugfix - Let clients cache web and theme assets: #6914

    We needed to remove "must-revalidate" from the cache-control header to allow clients to cache
    the web and theme assets.

    #6914

  • Bugfix - Fix CORS issues: #6912

    We fixed the CORS issues when client asking for the 'Cache-Control' header before load the file

    #5108
    #6912

  • Bugfix - Handle the bad request status: #6469

    Handle the bad request status for the CreateStorageSpace function

    #6414
    #6469
    cs3org/reva#3948

  • Bugfix - Fix error message on 400 response for thumbnail requests: #2064

    Fix the error message when the thumbnail request returns a '400 Bad Request' response.

    #2064
    #6911

  • Bugfix - Fix nats registry: #6881

    Using nats as service registry did work, but when a service would restart and gets a new ip it
    couldn't re-register. We fixed this by using "put" register action instead of the default
    "create"

    #6881

  • Bugfix - Fix the oidc role assigner: #6605

    The update role method did not allow to set a role when the user already has two roles. This makes
    no sense as the user is supposed to have only one and the update will fix that. We still log an error
    level log to make the admin aware of that.

    #6605
    #6618

  • Bugfix - Fix the default document language for OnlyOffice: #6878

    Fix the default document language for OnlyOffice

    owncloud/enterprise#5807
    #6878

  • Bugfix - Fix the routing capability: #9367

    Fix the routing capability

    owncloud/web#9367

  • Bugfix - Fix search shares: #6741

    We fixed a problem where searching shares did not yield results when the resource was not shared
    from the space root.

    #6741

  • Bugfix - Restart Postprocessing: #6726

    In case the postprocessing service cannot find the specified upload when restarting
    postprocessing, it will now send a RestartPostprocessing event to retrigger complete
    postprocessing

    https:...

Read more

3.1.0-beta.1

18 Jul 10:56
v3.1.0-beta.1
d807af7
Compare
Choose a tag to compare
3.1.0-beta.1 Pre-release
Pre-release

Changes in 3.1.0

Warning
BREAKING CHANGE in the Deployment
The app provider config needs to be changed to keep working example

Summary

  • Bugfix - Add default store to postprocessing: #6578
  • Bugfix - Add token to LinkAccessedEvent: #6554
  • Bugfix - Add missing timestamps: #6515
  • Bugfix - Don't connect to ldap on startup: #6565
  • Bugfix - Handle the bad request status: #6469
  • Bugfix - Fix the oidc role assigner: #6605
  • Bugfix - Fix search shares: #6741
  • Bugfix - Restart Postprocessing: #6726
  • Change - YAML configuration files are restricted to yaml-1.2: #6510
  • Enhancement - Add 'ocis decomposedfs check-treesize' command: #6556
  • Enhancement - Add IDs to graph resource logging: #6593
  • Enhancement - Add permissions to report: #6528
  • Enhancement - Add more metadata to the remote item: #6300
  • Enhancement - Add X-Request-Id to all responses: #6715
  • Enhancement - Add SSE Endpoint: #5998
  • Enhancement - We added the storage id to the audit log for spaces: #6548
  • Enhancement - Make the post logout redirect uri configurable: #6583
  • Enhancement - Make the app provider service name configurable: #6482
  • Enhancement - Add old & new values to audit logs: #6537
  • Enhancement - Bump Hugo: #6787
  • Enhancement - Update reva to v2.15.0: #6829
  • Enhancement - Clarify license text in the dev docs: #6755
  • Enhancement - Use reva client selectors: #6452
  • Enhancement - Thumbnails can be disabled for webdav & web now: #6577
  • Enhancement - Add companion URL config: #6453
  • Enhancement - Add imprint and privacy url config: #6462
  • Enhancement - Add logged out url config: #6549
  • Enhancement - Add WEB_OPTION_OPEN_LINKS_WITH_DEFAULT_APP env variable: #6328
  • Enhancement - Add postprocessing mimetype to extension helper: #6133
  • Enhancement - Provide Search filter for locations: #6713
  • Enhancement - Add search result content preview and term highlighting: #6634
  • Enhancement - Add WEB_OPTION_TOKEN_STORAGE_LOCAL env variable: #6760
  • Enhancement - Fix envvar defaults: #6516
  • Enhancement - Skip if the simulink is a directory: #6574
  • Enhancement - Fix the groupname validation: #6490
  • Enhancement - Fix the username validation: #6437
  • Enhancement - Move graph to service tracerprovider: #6695
  • Enhancement - Move proxy to service tracerprovider: #6591
  • Enhancement - Add functionality to retry postprocessing: #6500
  • Enhancement - Update go-micro kubernetes registry: #6457
  • Enhancement - Update web to v7.0.1: #6470
  • Enhancement - Update web to v7.1.0-rc.1: #6828
  • Enhancement - Allow disabling wopi chat: #6544

Details

  • Bugfix - Add default store to postprocessing: #6578

    Postprocessing did not have a default store especially database and table are needed to
    talk to nats-js

    #6578

  • Bugfix - Add token to LinkAccessedEvent: #6554

    We added the link token to the LinkAccessedEvent

    #3753
    #6554
    cs3org/reva#3993

  • Bugfix - Add missing timestamps: #6515

    We have added missing timestamps to the audit service

    #3753
    #6515

  • Bugfix - Don't connect to ldap on startup: #6565

    This leads to misleading error messages. Instead we connect on first request

    #6565

  • Bugfix - Handle the bad request status: #6469

    Handle the bad request status for the CreateStorageSpace function

    #6414
    #6469
    cs3org/reva#3948

  • Bugfix - Fix the oidc role assigner: #6605

    The update role method did not allow to set a role when the user already has two roles. This makes
    no sense as the user is supposed to have only one and the update will fix that. We still log an error
    level log to make the admin aware of that.

    #6605
    #6618

  • Bugfix - Fix search shares: #6741

    We fixed a problem where searching shares did not yield results when the resource was not shared
    from the space root.

    #6741

  • Bugfix - Restart Postprocessing: #6726

    In case the postprocessing service cannot find the specified upload when restarting
    postprocessing, it will now send a RestartPostprocessing event to retrigger complete
    postprocessing

    #6726

  • Change - YAML configuration files are restricted to yaml-1.2: #6510

    For parsing YAML based configuration files we utilize the gookit/config module. That module
    has dropped support for older variants of the YAML format. It now only supports the YAML 1.2
    syntax. If you're using yaml configuration files, please make sure to update your files
    accordingly. The most significant change likely is that only the string true and false
    (including TRUE,True, FALSE and False) are now parsed as booleans. Yes, On and
    other values are not longer considered valid values for booleans.

    #6510
    #6493

  • Enhancement - Add 'ocis decomposedfs check-treesize' command: #6556

    We added a 'ocis decomposedfs check-treesize' command for checking (and reparing) the
    treesize metadata of a storage space.

    #6556

  • Enhancement - Add IDs to graph resource logging: #6593

    Graph access logs were unsuable as they didn't contain IDs to match them to a request

    #6593

  • Enhancement - Add permissions to report: #6528

    The webdav REPORT endpoint only returned permissions for personal spaces and shares. Now also
    for project spaces.

    #6528

  • Enhancement - Add more metadata to the remote item: #6300

    We added the drive alias, the space name and the relative path to the remote item. This is needed
    to resolve shared files directly on the source space.

    #6300

  • Enhancement - Add X-Request-Id to all responses: #6715

    We added the X-Request-Id to all responses to increase the debuggability of the platform.

    #6715

  • Enhancement - Add SSE Endpoint: #5998

    Add a server-sent events (sse) endpoint for the userlog service

    #5998

  • Enhancement - We added the storage id to the audit log for spaces: #6548

    We added the storage id to the audit log for spaces

    #3753
    #6548

  • Enhancement - Make the post logout redirect uri configurable: #6583

    We added a config option to change the redirect uri after the logout action of the web client.

    https://github.com...

Read more

3.1.0-next.4

13 Jul 18:25
v3.1.0-next.4
Compare
Choose a tag to compare
3.1.0-next.4 Pre-release
Pre-release

Changes in 3.1.0

Warning
BREAKING CHANGE in the Deployment
The app provider config needs to be changed to keep working example

Changes between v3.1.0-next.3 and v3.1.0-next.4

3.1.0-next.3

07 Jul 13:33
v3.1.0-next.3
Compare
Choose a tag to compare
3.1.0-next.3 Pre-release
Pre-release

Changes in 3.1.0

Warning
BREAKING CHANGE in the Deployment
The app provider config needs to be changed to keep working example

Changes between v3.1.0-next.2 and v3.1.0-next.3

  • [Backport] Fix OIDC role assignment #6701

3.1.0-next.2

19 Jun 10:08
v3.1.0-next.2
d8b937a
Compare
Choose a tag to compare
3.1.0-next.2 Pre-release
Pre-release

Changes in 3.1.0

Warning
BREAKING CHANGE in the Deployment
The app provider config needs to be changed to keep working example

Changes between v3.1.0-next.1 and v3.1.0-next.2

Reva

oCIS

  • Bugfix - Add missing timestamps: #6515
  • Bugfix - Handle the bad request status: #6469
  • Enhancement - Add permissions to report: #6528
  • Enhancement - Add more metadata to the remote item: #6300
  • Enhancement - Make the app provider service name configurable: #6482
  • Enhancement - Add old & new values to audit logs: #6537
  • Enhancement - Update reva: #6529
  • Enhancement - Fix envvar defaults: #6516
  • Enhancement - Fix the groupname validation: #6490
  • Enhancement - Add functionality to retry postprocessing: #6500
  • Enhancement - Allow disabling wopi chat: #6544

3.1.0-next.1

08 Jun 21:00
v3.1.0-next.1
Compare
Choose a tag to compare
3.1.0-next.1 Pre-release
Pre-release

Changes since 3.0.0

Warning
BREAKING CHANGE in the Deployment
The app provider config needs to be changed to keep working example

ocis

  • Enhancement - Make the app provider service name configurable: #6482
  • Enhancement - Use reva client selectors: #6452
  • Enhancement - Add companion URL config: #6453
  • Enhancement - Add imprint and privacy url config: #6462
  • Enhancement - Fix the username validation: #6437
  • Enhancement - Update go-micro kubernetes registry: #6457
  • Enhancement - Update web to v7.0.1: #6470

Web

Reva

  • Bugfix #3959: Drop unnecessary stat
  • Bugfix #3955: Fix panic
  • Bugfix #3960: Add trace span details
  • Bugfix #3951: Link context in metadata client
  • Bugfix #3943: When removing metadata always use correct database and table
  • Bugfix #3933: Concurrently invalidate mtime cache in jsoncs3 share manager
  • Bugfix #3950: Use plain otel tracing in metadata client
  • Enhancement #3939: Client selector pool
  • Enhancement #3941: Adding tracing for jsoncs3

3.0.0

07 Jun 06:09
v3.0.0
91d159c
Compare
Choose a tag to compare

Changes in 3.0.0

Warning

BREAKING CHANGE in ocis deployments

To upgrade from 2.0.0 to 3.0.0-rc.1 or later please shut down and execute the following steps

1. Application ID

you need to set GRAPH_APPLICATION_ID to a random uuidv4.

You can also add

graph:
 application:
   id: some-random-uuid

to the ocis.yaml file which was created during initialisation

2. Search Index

The data format of the search index has also changed. You can safely delete the whole search index.
It is located in a subfolder called search in the ocis base path where ocis stores its data.
The search index automatically fills itself again when changes happen in each space. You can also re-index the space manually.

Sorry for the inconvenience 😅

Note

The metadata store in the DecomposedFS has changed

When you upgrade from 2.0.0 to 3.0.0-rc.1 or later and if you didn't set OCIS_DECOMPOSEDFS_METADATA_BACKEND manually,
ocis will change the storage of the file metadata from using extended attributes (xattrs) to messagepack (messagepack).

This decision was made because extended attributes are limited and have some issues using shared filesystems. Messagepack is a straightforward binary format.

Summary

  • Bugfix - Return 425 on Thumbnails: #5300
  • Bugfix - Allow selected updates on graph users: #6233
  • Bugfix - Disassociate users from deleted school: #5343
  • Bugfix - Fix error message when disabling users: #6435
  • Bugfix - Fix default role assignment for demo users: #3432
  • Bugfix - Empty exact list while searching for a sharee: #6398
  • Bugfix - Reduced default TTL of user and group caches in graph API: #6320
  • Bugfix - Fix so that PATCH requests for groups actually updates the group name: #5949
  • Bugfix - Use UUID attribute for computing "sub" claim in lico idp: #904
  • Bugfix - Hide the existence of space when deleting/updating: #5031
  • Bugfix - Fix OIDC auth cache: #5997
  • Bugfix - Fix the empty string givenName attribute when creating user: #5431
  • Bugfix - Fix Postprocessing events: #5269
  • Bugfix - Fix Search reindexing performance regression: #6085
  • Bugfix - Fix Search tag indexing: #5405
  • Bugfix - Fix the wrong status code when appRoleAssignments is forbidden: #6037
  • Bugfix - Fix user type config for user provider: #6027
  • Bugfix - Fix userlog panic: #6114
  • Bugfix - Fix Logout Url config name: #6227
  • Bugfix - Add missing CORS config: #5987
  • Bugfix - Add missing response to blocked requests: #6277
  • Bugfix - Populate expanded properties: #5421
  • Bugfix - Add portrait thumbnail resolutions: #5656
  • Bugfix - Trace proxy middlewares: #6313
  • Bugfix - Update the default admin role: #6310
  • Bugfix - Fix authenticate headers for API requests: #5992
  • Change - Bump libregraph lico: #5768
  • Change - Updated Cache Configuration: #5829
  • Change - Remove the settings ui: #5463
  • Change - Do not share versions: #5531
  • Change - We renamed the guest role to user light: #6456
  • Enhancement - Add specific result to antivirus for debugging: #6265
  • Enhancement - Add debug server to audit: #6178
  • Enhancement - Add debug server to idm: #6153
  • Enhancement - Add debug server to postprocessing: #6203
  • Enhancement - Add debug server to userlog: #6202
  • Enhancement - Add 'ocis decomposedfs metadata' command: #5858
  • Enhancement - Add debug server to eventhistory: #6204
  • Enhancement - Add global env variable extractor: #5164
  • Enhancement - Add the email HTML templates: #6147
  • Enhancement - Open Debug endpoint for Notifications: #5002
  • Enhancement - Add MessageRichParameters: #5927
  • Enhancement - Add webfinger service: #5373
  • Enhancement - Async Postprocessing: #5207
  • Enhancement - Automate md creation: #5901
  • Enhancement - Add more logging to av service: #5973
  • Enhancement - Return Bad Request when requesting GDPR export for another user: #6123
  • Enhancement - Add endpoints to upload a custom logo: #5735
  • Enhancement - Bump go-ldap version: #6004
  • Enhancement - Bump libre-graph-api-go: #5309
  • Enhancement - Update Reva to version 2.14.0: #6448
  • Enhancement - Collect global envvars: #5367
  • Enhancement - Make the settings bundles part of the service config: #5589
  • Enhancement - Configure GRPC in ocs: #6022
  • Enhancement - Default LDAP write to true: #6362
  • Enhancement - Disable Notifications: #6137
  • Enhancement - Drive group permissions: #5312
  • Enhancement - Make the group members addition limit configurable: #5357
  • Enhancement - Allow username to be changed: #5509
  • Enhancement - Graph Drives IdentitySet displayName: #5347
  • Enhancement - Make the LDAP base DN for new groups configurable: #5974
  • Enhancement - Update to go 1.20 to use memlimit: #5732
  • Enhancement - Display surname and givenName attributes: #5388
  • Enhancement - Extended search: #5221
  • Enhancement - Resource tags: #5227
  • Enhancement - Allow users to be disabled: #5588
  • Enhancement - Web config additions: #6032
  • Enhancement - Eventhistory service: #5600
  • Enhancement - Expiration Notifications: #5330
  • Enhancement - Fix to prevent the email X-Site scripting: #6429
  • Enhancement - Fix preview or viewing of shared animated GIFs: #6386
  • Enhancement - Fix err when the user share the locked file: #6357
  • Enhancement - Add fulltextsearch capabilty: #6366
  • Enhancement - GDPR Export: #6064
  • Enhancement - Make graph/education API errors more consistent: #5682
  • Enhancement - Graph user capabilities: #6339
  • Enhancement - Configurable ID Cache: #6353
  • Enhancement - Add endpoint to list permissions: #5594
  • Enhancement - Notifications: #6038
  • Enhancement - Open Debug endpoint for Nats: #5002
  • Enhancement - No Notifications for own actions: #5871
  • Enhancement - Notify about policies: #5912
  • Enhancement - Add otlp tracing exporter: #5132
  • Enhancement - Add a capability for the Personal Data export: #5984
  • Enhancement - Introduc...
Read more

3.0.0-rc.5

06 Jun 14:49
v3.0.0-rc.5
d5dcaaa
Compare
Choose a tag to compare
3.0.0-rc.5 Pre-release
Pre-release

Changes in 3.0.0

Warning

BREAKING CHANGE in ocis deployments

To upgrade from 2.0.0 to 3.0.0-rc.1 or later please shut down and execute the following steps

1. Application ID

you need to set GRAPH_APPLICATION_ID to a random uuidv4.

You can also add

graph:
 application:
   id: some-random-uuid

to the ocis.yaml file which was created during initialisation

2. Search Index

The data format of the search index has also changed. You can safely delete the whole search index.
It is located in a subfolder called search in the ocis base path where ocis stores its data.
The search index automatically fills itself again when changes happen in each space. You can also re-index the space manually.

Sorry for the inconvenience 😅

Note

The metadata store in the DecomposedFS has changed

When you upgrade from 2.0.0 to 3.0.0-rc.1 or later and if you didn't set OCIS_DECOMPOSEDFS_METADATA_BACKEND manually,
ocis will change the storage of the file metadata from using extended attributes (xattrs) to messagepack (messagepack).

This decision was made because extended attributes are limited and have some issues using shared filesystems. Messagepack is a straightforward binary format.

Summary

  • Bugfix - Return 425 on Thumbnails: #5300
  • Bugfix - Allow selected updates on graph users: #6233
  • Bugfix - Disassociate users from deleted school: #5343
  • Bugfix - Fix error message when disabling users: #6435
  • Bugfix - Fix default role assignment for demo users: #3432
  • Bugfix - Empty exact list while searching for a sharee: #6398
  • Bugfix - Reduced default TTL of user and group caches in graph API: #6320
  • Bugfix - Fix so that PATCH requests for groups actually updates the group name: #5949
  • Bugfix - Use UUID attribute for computing "sub" claim in lico idp: #904
  • Bugfix - Hide the existence of space when deleting/updating: #5031
  • Bugfix - Fix OIDC auth cache: #5997
  • Bugfix - Fix the empty string givenName attribute when creating user: #5431
  • Bugfix - Fix Postprocessing events: #5269
  • Bugfix - Fix Search reindexing performance regression: #6085
  • Bugfix - Fix Search tag indexing: #5405
  • Bugfix - Fix the wrong status code when appRoleAssignments is forbidden: #6037
  • Bugfix - Fix user type config for user provider: #6027
  • Bugfix - Fix userlog panic: #6114
  • Bugfix - Fix Logout Url config name: #6227
  • Bugfix - Add missing CORS config: #5987
  • Bugfix - Add missing response to blocked requests: #6277
  • Bugfix - Populate expanded properties: #5421
  • Bugfix - Add portrait thumbnail resolutions: #5656
  • Bugfix - Trace proxy middlewares: #6313
  • Bugfix - Update the default admin role: #6310
  • Bugfix - Fix authenticate headers for API requests: #5992
  • Change - Bump libregraph lico: #5768
  • Change - Updated Cache Configuration: #5829
  • Change - Remove the settings ui: #5463
  • Change - Do not share versions: #5531
  • Enhancement - Add specific result to antivirus for debugging: #6265
  • Enhancement - Add debug server to audit: #6178
  • Enhancement - Add debug server to idm: #6153
  • Enhancement - Add debug server to postprocessing: #6203
  • Enhancement - Add debug server to userlog: #6202
  • Enhancement - Add 'ocis decomposedfs metadata' command: #5858
  • Enhancement - Add debug server to eventhistory: #6204
  • Enhancement - Add global env variable extractor: #5164
  • Enhancement - Add the email HTML templates: #6147
  • Enhancement - Open Debug endpoint for Notifications: #5002
  • Enhancement - Add MessageRichParameters: #5927
  • Enhancement - Add webfinger service: #5373
  • Enhancement - Async Postprocessing: #5207
  • Enhancement - Automate md creation: #5901
  • Enhancement - Add more logging to av service: #5973
  • Enhancement - Return Bad Request when requesting GDPR export for another user: #6123
  • Enhancement - Add endpoints to upload a custom logo: #5735
  • Enhancement - Bump go-ldap version: #6004
  • Enhancement - Bump libre-graph-api-go: #5309
  • Enhancement - Update Reva to version 2.14.0: #6448
  • Enhancement - Collect global envvars: #5367
  • Enhancement - Make the settings bundles part of the service config: #5589
  • Enhancement - Configure GRPC in ocs: #6022
  • Enhancement - Default LDAP write to true: #6362
  • Enhancement - Disable Notifications: #6137
  • Enhancement - Drive group permissions: #5312
  • Enhancement - Make the group members addition limit configurable: #5357
  • Enhancement - Allow username to be changed: #5509
  • Enhancement - Graph Drives IdentitySet displayName: #5347
  • Enhancement - Make the LDAP base DN for new groups configurable: #5974
  • Enhancement - Update to go 1.20 to use memlimit: #5732
  • Enhancement - Display surname and givenName attributes: #5388
  • Enhancement - Extended search: #5221
  • Enhancement - Resource tags: #5227
  • Enhancement - Allow users to be disabled: #5588
  • Enhancement - Web config additions: #6032
  • Enhancement - Eventhistory service: #5600
  • Enhancement - Expiration Notifications: #5330
  • Enhancement - Fix to prevent the email X-Site scripting: #6429
  • Enhancement - Fix preview or viewing of shared animated GIFs: #6386
  • Enhancement - Fix err when the user share the locked file: #6357
  • Enhancement - Add fulltextsearch capabilty: #6366
  • Enhancement - GDPR Export: #6064
  • Enhancement - Make graph/education API errors more consistent: #5682
  • Enhancement - Graph user capabilities: #6339
  • Enhancement - Configurable ID Cache: #6353
  • Enhancement - Add endpoint to list permissions: #5594
  • Enhancement - Notifications: #6038
  • Enhancement - Open Debug endpoint for Nats: #5002
  • Enhancement - No Notifications for own actions: #5871
  • Enhancement - Notify about policies: #5912
  • Enhancement - Add otlp tracing exporter: #5132
  • Enhancement - Add a capability for the Personal Data export: #5984
  • Enhancement - Introduce policies-service: #5714
  • Enhancement - Better config fo...
Read more

3.0.0-rc.4

22 May 13:58
v3.0.0-rc.4
46696bf
Compare
Choose a tag to compare
3.0.0-rc.4 Pre-release
Pre-release

Changes in 3.0.0

Warning

BREAKING CHANGE in ocis deployments

To upgrade from 2.0.0 to 3.0.0-rc.1 or later please shut down and execute the following steps

1. Application ID

you need to set GRAPH_APPLICATION_ID to a random uuidv4.

You can also add

graph:
 application:
   id: some-random-uuid

to the ocis.yaml file which was created during initialisation

2. Search Index

The data format of the search index has also changed. You can safely delete the whole search index.
It is located in a subfolder called search in the ocis base path where ocis stores its data.
The search index automatically fills itself again when changes happen in each space. You can also re-index the space manually.

Sorry for the inconvenience 😅

Note

The metadata store in the DecomposedFS has changed

When you upgrade from 2.0.0 to 3.0.0-rc.1 or later and if you didn't set OCIS_DECOMPOSEDFS_METADATA_BACKEND manually,
ocis will change the storage of the file metadata from using extended attributes (xattrs) to messagepack (messagepack).

This decision was made because extended attributes are limited and have some issues using shared filesystems. Messagepack is a straightforward binary format.

Changes between 3.0.0-rc.3 and 3.0.0-rc.4

Web

Reva

oCIS

  • Bugfix - Reduced default TTL of user and group caches in graph API: #6320
  • Bugfix - Use UUID attribute for computing "sub" claim in lico idp: #904
  • Bugfix - Fix the empty string givenName attribute when creating user: #5431
  • Bugfix - Fix the wrong status code when appRoleAssignments is forbidden: #6037
  • Bugfix - Add missing response to blocked requests: #6277
  • Bugfix - Update the default admin role: #6310
  • Enhancement - Add specific result to antivirus for debugging: #6265
  • Enhancement - Update Reva to 2.13.3: #6305
  • Enhancement - Graph user capabilities: #6339
  • Enhancement - Add Store to postprocessing: #6281
  • Enhancement - Remove quota from share jails api responses: #6309

All Changes

  • Bugfix - Return 425 on Thumbnails: #5300
  • Bugfix - Allow selected updates on graph users: #6233
  • Bugfix - Disassociate users from deleted school: #5343
  • Bugfix - Fix default role assignment for demo users: #3432
  • Bugfix - Reduced default TTL of user and group caches in graph API: #6320
  • Bugfix - Fix so that PATCH requests for groups actually updates the group name: #5949
  • Bugfix - Use UUID attribute for computing "sub" claim in lico idp: #904
  • Bugfix - Hide the existence of space when deleting/updating: #5031
  • Bugfix - Fix OIDC auth cache: #5997
  • Bugfix - Fix the empty string givenName attribute when creating user: #5431
  • Bugfix - Fix Postprocessing events: #5269
  • Bugfix - Fix Search reindexing performance regression: #6085
  • Bugfix - Fix Search tag indexing: #5405
  • Bugfix - Fix the wrong status code when appRoleAssignments is forbidden: #6037
  • Bugfix - Fix user type config for user provider: #6027
  • Bugfix - Fix userlog panic: #6114
  • Bugfix - Fix Logout Url config name: #6227
  • Bugfix - Add missing CORS config: #5987
  • Bugfix - Add missing response to blocked requests: #6277
  • Bugfix - Populate expanded properties: #5421
  • Bugfix - Add portrait thumbnail resolutions: #5656
  • Bugfix - Update the default admin role: #6310
  • Bugfix - Fix authenticate headers for API requests: #5992
  • Change - Bump libregraph lico: #5768
  • Change - Updated Cache Configuration: #5829
  • Change - Remove the settings ui: #5463
  • Change - Do not share versions: #5531
  • Enhancement - Add specific result to antivirus for debugging: #6265
  • Enhancement - Add debug server to audit: #6178
  • Enhancement - Add debug server to idm: #6153
  • Enhancement - Add debug server to postprocessing: #6203
  • Enhancement - Add debug server to userlog: #6202
  • Enhancement - Add 'ocis decomposedfs metadata' command: #5858
  • Enhancement - Add debug server to eventhistory: #6204
  • Enhancement - Add global env variable extractor: #5164
  • Enhancement - Add the email HTML templates: #6147
  • Enhancement - Open Debug endpoint for Notifications: #5002
  • Enhancement - Add MessageRichParameters: #5927
  • Enhancement - Add webfinger service: #5373
  • Enhancement - Async Postprocessing: #5207
  • Enhancement - Automate md creation: #5901
  • Enhancement - Add more logging to av service: #5973
  • Enhancement - Return Bad Request when requesting GDPR export for another user: #6123
  • Enhancement - Add endpoints to upload a custom logo: #5735
  • Enhancement - Bump go-ldap version: #6004
  • Enhancement - Bump libre-graph-api-go: #5309
  • Enhancement - Update Reva to version 2.13.3 and beyond: #6205
  • Enhancement - Collect global envvars: #5367
  • Enhancement - Make the settings bundles part of the service config: [#5589](https://git...
Read more