Remove ocis tags from changelog, correct urls

This commit is contained in:
Michael Barz
2020-10-07 15:40:49 +02:00
parent 6c9840f9df
commit 4e78fc2d5b
18 changed files with 278 additions and 287 deletions

View File

@@ -2,21 +2,21 @@ Enhancement: Add the glauth service
Tags: glauth
* Bugfix - Return invalid credentials when user was not found: [#30](https://github.com/owncloud/ocis/glauth/pull/30)
* Bugfix - Query numeric attribute values without quotes: [#28](https://github.com/owncloud/ocis/glauth/issues/28)
* Bugfix - Return invalid credentials when user was not found: [#30](https://github.com/owncloud/ocis-glauth/pull/30)
* Bugfix - Query numeric attribute values without quotes: [#28](https://github.com/owncloud/ocis-glauth/issues/28)
* Bugfix - Use searchBaseDN if already a user/group name: [#214](https://github.com/owncloud/product/issues/214)
* Bugfix - Fix LDAP substring startswith filters: [#31](https://github.com/owncloud/ocis/glauth/pull/31)
* Bugfix - Fix LDAP substring startswith filters: [#31](https://github.com/owncloud/ocis-glauth/pull/31)
* Enhancement - Add build information to the metrics: [#226](https://github.com/owncloud/product/issues/226)
* Enhancement - Reenable configuring backends: [#600](https://github.com/owncloud/ocis/pull/600)
* Bugfix - Ignore case when comparing objectclass values: [#26](https://github.com/owncloud/ocis/glauth/pull/26)
* Bugfix - Build docker images with alpine:latest instead of alpine:edge: [#24](https://github.com/owncloud/ocis/glauth/pull/24)
* Enhancement - Handle ownCloudUUID attribute: [#27](https://github.com/owncloud/ocis/glauth/pull/27)
* Enhancement - Implement group queries: [#22](https://github.com/owncloud/ocis/glauth/issues/22)
* Enhancement - Configuration: [#11](https://github.com/owncloud/ocis/glauth/pull/11)
* Enhancement - Improve default settings: [#12](https://github.com/owncloud/ocis/glauth/pull/12)
* Enhancement - Generate temporary ldap certificates if LDAPS is enabled: [#12](https://github.com/owncloud/ocis/glauth/pull/12)
* Enhancement - Provide additional tls-endpoint: [#12](https://github.com/owncloud/ocis/glauth/pull/12)
* Change - Use physicist demo users: [#5](https://github.com/owncloud/ocis/glauth/issues/5)
* Change - Default to config based user backend: [#6](https://github.com/owncloud/ocis/glauth/pull/6)
* Bugfix - Ignore case when comparing objectclass values: [#26](https://github.com/owncloud/ocis-glauth/pull/26)
* Bugfix - Build docker images with alpine:latest instead of alpine:edge: [#24](https://github.com/owncloud/ocis-glauth/pull/24)
* Enhancement - Handle ownCloudUUID attribute: [#27](https://github.com/owncloud/ocis-glauth/pull/27)
* Enhancement - Implement group queries: [#22](https://github.com/owncloud/ocis-glauth/issues/22)
* Enhancement - Configuration: [#11](https://github.com/owncloud/ocis-glauth/pull/11)
* Enhancement - Improve default settings: [#12](https://github.com/owncloud/ocis-glauth/pull/12)
* Enhancement - Generate temporary ldap certificates if LDAPS is enabled: [#12](https://github.com/owncloud/ocis-glauth/pull/12)
* Enhancement - Provide additional tls-endpoint: [#12](https://github.com/owncloud/ocis-glauth/pull/12)
* Change - Use physicist demo users: [#5](https://github.com/owncloud/ocis-glauth/issues/5)
* Change - Default to config based user backend: [#6](https://github.com/owncloud/ocis-glauth/pull/6)
https://github.com/owncloud/product/issues/244

View File

@@ -1,19 +1,19 @@
Enhancement: Add the konnectd service
Tags: konnectd, ocis
Tags: konnectd
* Enhancement - Add version command: [#226](https://github.com/owncloud/product/issues/226)
* Bugfix - Add silent redirect url: [#69](https://github.com/owncloud/ocis/konnectd/issues/69)
* Bugfix - Build docker images with alpine:latest instead of alpine:edge: [#71](https://github.com/owncloud/ocis/konnectd/pull/71)
* Bugfix - Include the assets for #62: [#64](https://github.com/owncloud/ocis/konnectd/pull/64)
* Bugfix - Redirect to the provided uri: [#26](https://github.com/owncloud/ocis/konnectd/issues/26)
* Change - Add a trailing slash to trusted redirect uris: [#26](https://github.com/owncloud/ocis/konnectd/issues/26)
* Change - Improve client identifiers for end users: [#62](https://github.com/owncloud/ocis/konnectd/pull/62)
* Bugfix - Add silent redirect url: [#69](https://github.com/owncloud/ocis-konnectd/issues/69)
* Bugfix - Build docker images with alpine:latest instead of alpine:edge: [#71](https://github.com/owncloud/ocis-konnectd/pull/71)
* Bugfix - Include the assets for #62: [#64](https://github.com/owncloud/ocis-konnectd/pull/64)
* Bugfix - Redirect to the provided uri: [#26](https://github.com/owncloud/ocis-konnectd/issues/26)
* Change - Add a trailing slash to trusted redirect uris: [#26](https://github.com/owncloud/ocis-konnectd/issues/26)
* Change - Improve client identifiers for end users: [#62](https://github.com/owncloud/ocis-konnectd/pull/62)
* Enhancement - Use upstream version of konnect library: [#14](https://github.com/owncloud/product/issues/14)
* Enhancement - Change default config for single-binary: [#55](https://github.com/owncloud/ocis/konnectd/pull/55)
* Bugfix - Generate a random CSP-Nonce in the webapp: [#17](https://github.com/owncloud/ocis/konnectd/issues/17)
* Change - Dummy index.html is not required anymore by upstream: [#25](https://github.com/owncloud/ocis/konnectd/issues/25)
* Change - Initial release of basic version: [#1](https://github.com/owncloud/ocis/konnectd/issues/1)
* Change - Use glauth as ldap backend, default to running behind ocis-proxy: [#52](https://github.com/owncloud/ocis/konnectd/pull/52)
* Enhancement - Change default config for single-binary: [#55](https://github.com/owncloud/ocis-konnectd/pull/55)
* Bugfix - Generate a random CSP-Nonce in the webapp: [#17](https://github.com/owncloud/ocis-konnectd/issues/17)
* Change - Dummy index.html is not required anymore by upstream: [#25](https://github.com/owncloud/ocis-konnectd/issues/25)
* Change - Initial release of basic version: [#1](https://github.com/owncloud/ocis-konnectd/issues/1)
* Change - Use glauth as ldap backend, default to running behind ocis-proxy: [#52](https://github.com/owncloud/ocis-konnectd/pull/52)
https://github.com/owncloud/product/issues/244

View File

@@ -1,17 +1,17 @@
Enhancement: Add the ocis-phoenix service
Tags: web, ocis
Tags: web
* Bugfix - Fix external app URLs: [#218](https://github.com/owncloud/product/issues/218)
* Change - Remove pdf-viewer from default apps: [#85](https://github.com/owncloud/ocis/ocis-phoenix/pull/85)
* Change - Enable Settings and Accounts apps by default: [#80](https://github.com/owncloud/ocis/ocis-phoenix/pull/80)
* Bugfix - Exit when assets or config are not found: [#76](https://github.com/owncloud/ocis/ocis-phoenix/pull/76)
* Bugfix - Build docker images with alpine:latest instead of alpine:edge: [#73](https://github.com/owncloud/ocis/ocis-phoenix/pull/73)
* Change - Remove pdf-viewer from default apps: [#85](https://github.com/owncloud/ocis-phoenix/pull/85)
* Change - Enable Settings and Accounts apps by default: [#80](https://github.com/owncloud/ocis-phoenix/pull/80)
* Bugfix - Exit when assets or config are not found: [#76](https://github.com/owncloud/ocis-phoenix/pull/76)
* Bugfix - Build docker images with alpine:latest instead of alpine:edge: [#73](https://github.com/owncloud/ocis-phoenix/pull/73)
* Change - Hide searchbar by default: [#116](https://github.com/owncloud/product/issues/116)
* Bugfix - Allow silent refresh of access token: [#69](https://github.com/owncloud/ocis-konnectd/issues/69)
* Change - Update Phoenix: [#60](https://github.com/owncloud/ocis/ocis-phoenix/pull/60)
* Enhancement - Configuration: [#57](https://github.com/owncloud/ocis/ocis-phoenix/pull/57)
* Bugfix - Config file value not being read: [#45](https://github.com/owncloud/ocis/ocis-phoenix/pull/45)
* Change - Default to running behind ocis-proxy: [#55](https://github.com/owncloud/ocis/ocis-phoenix/pull/55)
* Change - Update Phoenix: [#60](https://github.com/owncloud/ocis-phoenix/pull/60)
* Enhancement - Configuration: [#57](https://github.com/owncloud/ocis-phoenix/pull/57)
* Bugfix - Config file value not being read: [#45](https://github.com/owncloud/ocis-phoenix/pull/45)
* Change - Default to running behind ocis-proxy: [#55](https://github.com/owncloud/ocis-phoenix/pull/55)
https://github.com/owncloud/product/issues/244

View File

@@ -1,21 +1,21 @@
Enhancement: Add the ocs service
Tags: ocs, ocis
Tags: ocs
* Bugfix - Match the user response to the OC10 format: [#181](https://github.com/owncloud/product/issues/181)
* Enhancement - Add version command: [#226](https://github.com/owncloud/product/issues/226)
* Bugfix - Add the top level response structure to json responses: [#181](https://github.com/owncloud/product/issues/181)
* Enhancement - Update ocis-accounts: [#42](https://github.com/owncloud/ocis/ocs/pull/42)
* Bugfix - Mimic oc10 user enabled as string in provisioning api: [#39](https://github.com/owncloud/ocis/ocs/pull/39)
* Enhancement - Update ocis-accounts: [#42](https://github.com/owncloud/ocis-ocs/pull/42)
* Bugfix - Mimic oc10 user enabled as string in provisioning api: [#39](https://github.com/owncloud/ocis-ocs/pull/39)
* Bugfix - Use opaque ID of a user for signing keys: [#436](https://github.com/owncloud/ocis/issues/436)
* Enhancement - Add option to create user with uidnumber and gidnumber: [#34](https://github.com/owncloud/ocis/ocs/pull/34)
* Bugfix - Fix file descriptor leak: [#79](https://github.com/owncloud/ocis/accounts/issues/79)
* Enhancement - Add Group management for OCS Povisioning API: [#25](https://github.com/owncloud/ocis/ocs/pull/25)
* Enhancement - Basic Support for the User Provisioning API: [#23](https://github.com/owncloud/ocis/ocs/pull/23)
* Bugfix - Build docker images with alpine:latest instead of alpine:edge: [#20](https://github.com/owncloud/ocis/ocs/pull/20)
* Change - Initial release of basic version: [#1](https://github.com/owncloud/ocis/ocs/issues/1)
* Change - Upgrade micro libraries: [#11](https://github.com/owncloud/ocis/ocs/issues/11)
* Enhancement - Configuration: [#14](https://github.com/owncloud/ocis/ocs/pull/14)
* Enhancement - Support signing key: [#18](https://github.com/owncloud/ocis/ocs/pull/18)
* Enhancement - Add option to create user with uidnumber and gidnumber: [#34](https://github.com/owncloud/ocis-ocs/pull/34)
* Bugfix - Fix file descriptor leak: [#79](https://github.com/owncloud/ocis-accounts/issues/79)
* Enhancement - Add Group management for OCS Povisioning API: [#25](https://github.com/owncloud/ocis-ocs/pull/25)
* Enhancement - Basic Support for the User Provisioning API: [#23](https://github.com/owncloud/ocis-ocs/pull/23)
* Bugfix - Build docker images with alpine:latest instead of alpine:edge: [#20](https://github.com/owncloud/ocis-ocs/pull/20)
* Change - Initial release of basic version: [#1](https://github.com/owncloud/ocis-ocs/issues/1)
* Change - Upgrade micro libraries: [#11](https://github.com/owncloud/ocis-ocs/issues/11)
* Enhancement - Configuration: [#14](https://github.com/owncloud/ocis-ocs/pull/14)
* Enhancement - Support signing key: [#18](https://github.com/owncloud/ocis-ocs/pull/18)
https://github.com/owncloud/product/issues/244

View File

@@ -1,48 +1,48 @@
Enhancement: Add the proxy service
Tags: proxy, ocis
Tags: proxy
* Bugfix - Fix director selection: [#99](https://github.com/owncloud/ocis/proxy/pull/99)
* Bugfix - Add settings API and app endpoints to example config: [#93](https://github.com/owncloud/ocis/proxy/pull/93)
* Change - Remove accounts caching: [#100](https://github.com/owncloud/ocis/proxy/pull/100)
* Bugfix - Fix director selection: [#99](https://github.com/owncloud/ocis-proxy/pull/99)
* Bugfix - Add settings API and app endpoints to example config: [#93](https://github.com/owncloud/ocis-proxy/pull/93)
* Change - Remove accounts caching: [#100](https://github.com/owncloud/ocis-proxy/pull/100)
* Enhancement - Add autoprovision accounts flag: [#219](https://github.com/owncloud/product/issues/219)
* Enhancement - Add hello API and app endpoints to example config and builtin config: [#96](https://github.com/owncloud/ocis/proxy/pull/96)
* Enhancement - Add roleIDs to the access token: [#95](https://github.com/owncloud/ocis/proxy/pull/95)
* Enhancement - Add hello API and app endpoints to example config and builtin config: [#96](https://github.com/owncloud/ocis-proxy/pull/96)
* Enhancement - Add roleIDs to the access token: [#95](https://github.com/owncloud/ocis-proxy/pull/95)
* Enhancement - Add version command: [#226](https://github.com/owncloud/product/issues/226)
* Enhancement - Add numeric uid and gid to the access token: [#89](https://github.com/owncloud/ocis/proxy/pull/89)
* Enhancement - Add configuration options for the pre-signed url middleware: [#91](https://github.com/owncloud/ocis/proxy/issues/91)
* Bugfix - Enable new accounts by default: [#79](https://github.com/owncloud/ocis/proxy/pull/79)
* Bugfix - Lookup user by id for presigned URLs: [#85](https://github.com/owncloud/ocis/proxy/pull/85)
* Bugfix - Build docker images with alpine:latest instead of alpine:edge: [#78](https://github.com/owncloud/ocis/proxy/pull/78)
* Change - Add settings and ocs group routes: [#81](https://github.com/owncloud/ocis/proxy/pull/81)
* Change - Add route for user provisioning API in ocis-ocs: [#80](https://github.com/owncloud/ocis/proxy/pull/80)
* Bugfix - Provide token configuration from config: [#69](https://github.com/owncloud/ocis/proxy/pull/69)
* Bugfix - Provide token configuration from config: [#76](https://github.com/owncloud/ocis/proxy/pull/76)
* Change - Add OIDC config flags: [#66](https://github.com/owncloud/ocis/proxy/pull/66)
* Change - Mint new username property in the reva token: [#62](https://github.com/owncloud/ocis/proxy/pull/62)
* Enhancement - Add Accounts UI routes: [#65](https://github.com/owncloud/ocis/proxy/pull/65)
* Enhancement - Add option to disable TLS: [#71](https://github.com/owncloud/ocis/proxy/issues/71)
* Enhancement - Only send create home request if an account has been migrated: [#52](https://github.com/owncloud/ocis/proxy/issues/52)
* Enhancement - Create a root span on proxy that propagates down to consumers: [#64](https://github.com/owncloud/ocis/proxy/pull/64)
* Enhancement - Support signed URLs: [#73](https://github.com/owncloud/ocis/proxy/issues/73)
* Bugfix - Accounts service response was ignored: [#43](https://github.com/owncloud/ocis/proxy/pull/43)
* Bugfix - Fix x-access-token in header: [#41](https://github.com/owncloud/ocis/proxy/pull/41)
* Change - Point /data endpoint to reva frontend: [#45](https://github.com/owncloud/ocis/proxy/pull/45)
* Change - Send autocreate home request to reva gateway: [#51](https://github.com/owncloud/ocis/proxy/pull/51)
* Change - Update to new accounts API: [#39](https://github.com/owncloud/ocis/proxy/issues/39)
* Enhancement - Retrieve Account UUID From User Claims: [#36](https://github.com/owncloud/ocis/proxy/pull/36)
* Enhancement - Create account if it doesn't exist in ocis-accounts: [#55](https://github.com/owncloud/ocis/proxy/issues/55)
* Enhancement - Add numeric uid and gid to the access token: [#89](https://github.com/owncloud/ocis-proxy/pull/89)
* Enhancement - Add configuration options for the pre-signed url middleware: [#91](https://github.com/owncloud/ocis-proxy/issues/91)
* Bugfix - Enable new accounts by default: [#79](https://github.com/owncloud/ocis-proxy/pull/79)
* Bugfix - Lookup user by id for presigned URLs: [#85](https://github.com/owncloud/ocis-proxy/pull/85)
* Bugfix - Build docker images with alpine:latest instead of alpine:edge: [#78](https://github.com/owncloud/ocis-proxy/pull/78)
* Change - Add settings and ocs group routes: [#81](https://github.com/owncloud/ocis-proxy/pull/81)
* Change - Add route for user provisioning API in ocis-ocs: [#80](https://github.com/owncloud/ocis-proxy/pull/80)
* Bugfix - Provide token configuration from config: [#69](https://github.com/owncloud/ocis-proxy/pull/69)
* Bugfix - Provide token configuration from config: [#76](https://github.com/owncloud/ocis-proxy/pull/76)
* Change - Add OIDC config flags: [#66](https://github.com/owncloud/ocis-proxy/pull/66)
* Change - Mint new username property in the reva token: [#62](https://github.com/owncloud/ocis-proxy/pull/62)
* Enhancement - Add Accounts UI routes: [#65](https://github.com/owncloud/ocis-proxy/pull/65)
* Enhancement - Add option to disable TLS: [#71](https://github.com/owncloud/ocis-proxy/issues/71)
* Enhancement - Only send create home request if an account has been migrated: [#52](https://github.com/owncloud/ocis-proxy/issues/52)
* Enhancement - Create a root span on proxy that propagates down to consumers: [#64](https://github.com/owncloud/ocis-proxy/pull/64)
* Enhancement - Support signed URLs: [#73](https://github.com/owncloud/ocis-proxy/issues/73)
* Bugfix - Accounts service response was ignored: [#43](https://github.com/owncloud/ocis-proxy/pull/43)
* Bugfix - Fix x-access-token in header: [#41](https://github.com/owncloud/ocis-proxy/pull/41)
* Change - Point /data endpoint to reva frontend: [#45](https://github.com/owncloud/ocis-proxy/pull/45)
* Change - Send autocreate home request to reva gateway: [#51](https://github.com/owncloud/ocis-proxy/pull/51)
* Change - Update to new accounts API: [#39](https://github.com/owncloud/ocis-proxy/issues/39)
* Enhancement - Retrieve Account UUID From User Claims: [#36](https://github.com/owncloud/ocis-proxy/pull/36)
* Enhancement - Create account if it doesn't exist in ocis-accounts: [#55](https://github.com/owncloud/ocis-proxy/issues/55)
* Enhancement - Disable keep-alive on server-side OIDC requests: [#268](https://github.com/owncloud/ocis/issues/268)
* Enhancement - Make jwt secret configurable: [#41](https://github.com/owncloud/ocis/proxy/pull/41)
* Enhancement - Respect account_enabled flag: [#53](https://github.com/owncloud/ocis/proxy/issues/53)
* Change - Update ocis-pkg: [#30](https://github.com/owncloud/ocis/proxy/pull/30)
* Change - Insecure http-requests are now redirected to https: [#29](https://github.com/owncloud/ocis/proxy/pull/29)
* Enhancement - Configurable OpenID Connect client: [#27](https://github.com/owncloud/ocis/proxy/pull/27)
* Enhancement - Add policy selectors: [#4](https://github.com/owncloud/ocis/proxy/issues/4)
* Bugfix - Set TLS-Certificate correctly: [#25](https://github.com/owncloud/ocis/proxy/pull/25)
* Change - Route requests based on regex or query parameters: [#21](https://github.com/owncloud/ocis/proxy/issues/21)
* Enhancement - Proxy client urls in default configuration: [#19](https://github.com/owncloud/ocis/proxy/issues/19)
* Enhancement - Make TLS-Cert configurable: [#14](https://github.com/owncloud/ocis/proxy/pull/14)
* Enhancement - Load Proxy Policies at Runtime: [#17](https://github.com/owncloud/ocis/proxy/issues/17)
* Enhancement - Make jwt secret configurable: [#41](https://github.com/owncloud/ocis-proxy/pull/41)
* Enhancement - Respect account_enabled flag: [#53](https://github.com/owncloud/ocis-proxy/issues/53)
* Change - Update ocis-pkg: [#30](https://github.com/owncloud/ocis-proxy/pull/30)
* Change - Insecure http-requests are now redirected to https: [#29](https://github.com/owncloud/ocis-proxy/pull/29)
* Enhancement - Configurable OpenID Connect client: [#27](https://github.com/owncloud/ocis-proxy/pull/27)
* Enhancement - Add policy selectors: [#4](https://github.com/owncloud/ocis-proxy/issues/4)
* Bugfix - Set TLS-Certificate correctly: [#25](https://github.com/owncloud/ocis-proxy/pull/25)
* Change - Route requests based on regex or query parameters: [#21](https://github.com/owncloud/ocis-proxy/issues/21)
* Enhancement - Proxy client urls in default configuration: [#19](https://github.com/owncloud/ocis-proxy/issues/19)
* Enhancement - Make TLS-Cert configurable: [#14](https://github.com/owncloud/ocis-proxy/pull/14)
* Enhancement - Load Proxy Policies at Runtime: [#17](https://github.com/owncloud/ocis-proxy/issues/17)
https://github.com/owncloud/product/issues/244

View File

@@ -1,28 +1,28 @@
Enhancement: Add the settings service
Tags: settings, ocis
Tags: settings
* Bugfix - Fix loading and saving system scoped values: [#66](https://github.com/owncloud/ocis/settings/pull/66)
* Bugfix - Complete input validation: [#66](https://github.com/owncloud/ocis/settings/pull/66)
* Change - Add filter option for bundle ids in ListBundles and ListRoles: [#59](https://github.com/owncloud/ocis/settings/pull/59)
* Change - Reuse roleIDs from the metadata context: [#69](https://github.com/owncloud/ocis/settings/pull/69)
* Change - Update ocis-pkg/v2: [#72](https://github.com/owncloud/ocis/settings/pull/72)
* Bugfix - Fix loading and saving system scoped values: [#66](https://github.com/owncloud/ocis-settings/pull/66)
* Bugfix - Complete input validation: [#66](https://github.com/owncloud/ocis-settings/pull/66)
* Change - Add filter option for bundle ids in ListBundles and ListRoles: [#59](https://github.com/owncloud/ocis-settings/pull/59)
* Change - Reuse roleIDs from the metadata context: [#69](https://github.com/owncloud/ocis-settings/pull/69)
* Change - Update ocis-pkg/v2: [#72](https://github.com/owncloud/ocis-settings/pull/72)
* Enhancement - Add version command: [#226](https://github.com/owncloud/product/issues/226)
* Bugfix - Fix fetching bundles in settings UI: [#61](https://github.com/owncloud/ocis/settings/pull/61)
* Bugfix - Fix fetching bundles in settings UI: [#61](https://github.com/owncloud/ocis-settings/pull/61)
* Change - Filter settings by permissions: [#99](https://github.com/owncloud/product/issues/99)
* Change - Add role service: [#110](https://github.com/owncloud/product/issues/110)
* Change - Rename endpoints and message types: [#36](https://github.com/owncloud/ocis/settings/issues/36)
* Change - Use UUIDs instead of alphanumeric identifiers: [#46](https://github.com/owncloud/ocis/settings/pull/46)
* Bugfix - Adjust UUID validation to be more tolerant: [#41](https://github.com/owncloud/ocis/settings/issues/41)
* Bugfix - Fix runtime error when type asserting on nil value: [#38](https://github.com/owncloud/ocis/settings/pull/38)
* Change - Rename endpoints and message types: [#36](https://github.com/owncloud/ocis-settings/issues/36)
* Change - Use UUIDs instead of alphanumeric identifiers: [#46](https://github.com/owncloud/ocis-settings/pull/46)
* Bugfix - Adjust UUID validation to be more tolerant: [#41](https://github.com/owncloud/ocis-settings/issues/41)
* Bugfix - Fix runtime error when type asserting on nil value: [#38](https://github.com/owncloud/ocis-settings/pull/38)
* Bugfix - Fix multiple submits on string and number form elements: [#745](https://github.com/owncloud/owncloud-design-system/issues/745)
* Bugfix - Build docker images with alpine:latest instead of alpine:edge: [#39](https://github.com/owncloud/ocis/settings/pull/39)
* Change - Dynamically add navItems for extensions with settings bundles: [#25](https://github.com/owncloud/ocis/settings/pull/25)
* Change - Introduce input validation: [#22](https://github.com/owncloud/ocis/settings/pull/22)
* Change - Use account uuid from x-access-token: [#14](https://github.com/owncloud/ocis/settings/pull/14)
* Change - Use server config variable from ocis-web: [#34](https://github.com/owncloud/ocis/settings/pull/34)
* Enhancement - Remove paths from Makefile: [#33](https://github.com/owncloud/ocis/settings/pull/33)
* Enhancement - Extend the docs: [#11](https://github.com/owncloud/ocis/settings/issues/11)
* Enhancement - Update ocis-pkg/v2: [#42](https://github.com/owncloud/ocis/settings/pull/42)
* Bugfix - Build docker images with alpine:latest instead of alpine:edge: [#39](https://github.com/owncloud/ocis-settings/pull/39)
* Change - Dynamically add navItems for extensions with settings bundles: [#25](https://github.com/owncloud/ocis-settings/pull/25)
* Change - Introduce input validation: [#22](https://github.com/owncloud/ocis-settings/pull/22)
* Change - Use account uuid from x-access-token: [#14](https://github.com/owncloud/ocis-settings/pull/14)
* Change - Use server config variable from ocis-web: [#34](https://github.com/owncloud/ocis-settings/pull/34)
* Enhancement - Remove paths from Makefile: [#33](https://github.com/owncloud/ocis-settings/pull/33)
* Enhancement - Extend the docs: [#11](https://github.com/owncloud/ocis-settings/issues/11)
* Enhancement - Update ocis-pkg/v2: [#42](https://github.com/owncloud/ocis-settings/pull/42)
https://github.com/owncloud/product/issues/244

View File

@@ -1,6 +1,6 @@
Enhancement: Add the storage service
Tags: ocis, storage, reva
Tags: storage, reva
* Enhancement - Enable ocis driver treetime accounting: [#620](https://github.com/owncloud/ocis/pull/620)
* Enhancement - Launch a storage to store ocis-metadata: [#602](https://github.com/owncloud/ocis/pull/602)
@@ -32,7 +32,7 @@ Tags: ocis, storage, reva
storage providers should have it set to `false`.
https://github.com/owncloud/product/issues/205
https://github.com/owncloud/ocis/ocis-reva/pull/461
https://github.com/owncloud/ocis-reva/pull/461
* Enhancement - Allow configuring arbitrary storage registry rules: [#193](https://github.com/owncloud/product/issues/193)
@@ -41,9 +41,9 @@ Tags: ocis, storage, reva
rules in the `REVA_STORAGE_REGISTRY_RULES` environment variable.
https://github.com/owncloud/product/issues/193
https://github.com/owncloud/ocis/ocis-reva/pull/461
https://github.com/owncloud/ocis-reva/pull/461
* Enhancement - Update reva to v1.2.1-0.20200826162318-c0f54e1f37ea: [#454](https://github.com/owncloud/ocis/ocis-reva/pull/454)
* Enhancement - Update reva to v1.2.1-0.20200826162318-c0f54e1f37ea: [#454](https://github.com/owncloud/ocis-reva/pull/454)
- Update reva to v1.2.1-0.20200826162318-c0f54e1f37ea - Do not swallow 'not found' errors in
Stat [(reva/#1124)](https://github.com/cs3org/reva/pull/1124) - Rewire dav files to the
@@ -73,9 +73,9 @@ Tags: ocis, storage, reva
storage references over webdav
[(reva/#1094)](https://github.com/cs3org/reva/pull/1094)
https://github.com/owncloud/ocis/ocis-reva/pull/454
https://github.com/owncloud/ocis-reva/pull/454
* Enhancement - Update reva to v1.2.1-0.20200911111727-51649e37df2d: [#466](https://github.com/owncloud/ocis/ocis-reva/pull/466)
* Enhancement - Update reva to v1.2.1-0.20200911111727-51649e37df2d: [#466](https://github.com/owncloud/ocis-reva/pull/466)
- Update reva to v1.2.1-0.20200911111727-51649e37df2d - Added new OCIS storage driver ocis
[(reva/#1155)](https://github.com/cs3org/reva/pull/1155) - App provider: fallback to
@@ -84,18 +84,18 @@ Tags: ocis, storage, reva
[(reva/#1135)](https://github.com/cs3org/reva/pull/1135) - Add the ocdav HTTP svc to the
standalone config [(reva/#1128)](https://github.com/cs3org/reva/pull/1128)
https://github.com/owncloud/ocis/ocis-reva/pull/466
https://github.com/owncloud/ocis-reva/pull/466
* Enhancement - Separate user and auth providers, add config for rest user: [#412](https://github.com/owncloud/ocis/ocis-reva/pull/412)
* Enhancement - Separate user and auth providers, add config for rest user: [#412](https://github.com/owncloud/ocis-reva/pull/412)
Previously, the auth and user provider services used to have the same driver, which restricted
using separate drivers and configs for both. This PR separates the two and adds the config for
the rest user driver and the gatewaysvc parameter to EOS fs.
https://github.com/owncloud/ocis/ocis-reva/pull/412
https://github.com/owncloud/ocis-reva/pull/412
https://github.com/cs3org/reva/pull/995
* Enhancement - Update reva to v1.1.1-0.20200819100654-dcbf0c8ea187: [#447](https://github.com/owncloud/ocis/ocis-reva/pull/447)
* Enhancement - Update reva to v1.1.1-0.20200819100654-dcbf0c8ea187: [#447](https://github.com/owncloud/ocis-reva/pull/447)
- Update reva to v1.1.1-0.20200819100654-dcbf0c8ea187 - fix restoring and deleting trash
items via ocs [(reva/#1103)](https://github.com/cs3org/reva/pull/1103) - Add UID and GID
@@ -114,9 +114,9 @@ Tags: ocis, storage, reva
[(reva/#1046)](https://github.com/cs3org/reva/pull/1046) - List public shares only
created by the current user [(reva/#1042)](https://github.com/cs3org/reva/pull/1042)
https://github.com/owncloud/ocis/ocis-reva/pull/447
https://github.com/owncloud/ocis-reva/pull/447
* Bugfix - Update LDAP filters: [#399](https://github.com/owncloud/ocis/ocis-reva/pull/399)
* Bugfix - Update LDAP filters: [#399](https://github.com/owncloud/ocis-reva/pull/399)
With the separation of use and find filters we can now use a filter that taken into account a users
uuid as well as his username. This is necessary to make sharing work with the new account service
@@ -130,86 +130,86 @@ Tags: ocis, storage, reva
"(&(objectclass=posixAccount)(|(cn={{query}}*)(displayname={{query}}*)(mail={{query}}*)))"
```
https://github.com/owncloud/ocis/ocis-reva/pull/399
https://github.com/owncloud/ocis-reva/pull/399
https://github.com/cs3org/reva/pull/996
* Change - Environment updates for the username userid split: [#420](https://github.com/owncloud/ocis/ocis-reva/pull/420)
* Change - Environment updates for the username userid split: [#420](https://github.com/owncloud/ocis-reva/pull/420)
We updated the owncloud storage driver in reva to properly look up users by userid or username
using the userprovider instead of taking the path segment as is. This requires the user service
address as well as changing the default layout to the userid instead of the username. The latter
is not considered a stable and persistent identifier.
https://github.com/owncloud/ocis/ocis-reva/pull/420
https://github.com/owncloud/ocis-reva/pull/420
https://github.com/cs3org/reva/pull/1033
* Enhancement - Update storage documentation: [#384](https://github.com/owncloud/ocis/ocis-reva/pull/384)
* Enhancement - Update storage documentation: [#384](https://github.com/owncloud/ocis-reva/pull/384)
We added details to the documentation about storage requirements known from ownCloud 10, the
local storage driver and the ownCloud storage driver.
https://github.com/owncloud/ocis/ocis-reva/pull/384
https://github.com/owncloud/ocis/ocis-reva/pull/390
https://github.com/owncloud/ocis-reva/pull/384
https://github.com/owncloud/ocis-reva/pull/390
* Enhancement - Update reva to v0.1.1-0.20200724135750-b46288b375d6: [#399](https://github.com/owncloud/ocis/ocis-reva/pull/399)
* Enhancement - Update reva to v0.1.1-0.20200724135750-b46288b375d6: [#399](https://github.com/owncloud/ocis-reva/pull/399)
- Update reva to v0.1.1-0.20200724135750-b46288b375d6 - Split LDAP user filters
(reva/#996) - meshdirectory: Add invite forward API to provider links (reva/#1000) - OCM:
Pass the link to the meshdirectory service in token mail (reva/#1002) - Update
github.com/go-ldap/ldap to v3 (reva/#1004)
https://github.com/owncloud/ocis/ocis-reva/pull/399
https://github.com/owncloud/ocis-reva/pull/399
https://github.com/cs3org/reva/pull/996
https://github.com/cs3org/reva/pull/1000
https://github.com/cs3org/reva/pull/1002
https://github.com/cs3org/reva/pull/1004
* Enhancement - Update reva to v0.1.1-0.20200728071211-c948977dd3a0: [#407](https://github.com/owncloud/ocis/ocis-reva/pull/407)
* Enhancement - Update reva to v0.1.1-0.20200728071211-c948977dd3a0: [#407](https://github.com/owncloud/ocis-reva/pull/407)
- Update reva to v0.1.1-0.20200728071211-c948977dd3a0 - Use proper logging for ldap auth
requests (reva/#1008) - Update github.com/eventials/go-tus to
v0.0.0-20200718001131-45c7ec8f5d59 (reva/#1007) - Check if SMTP credentials are nil
(reva/#1006)
https://github.com/owncloud/ocis/ocis-reva/pull/407
https://github.com/owncloud/ocis-reva/pull/407
https://github.com/cs3org/reva/pull/1008
https://github.com/cs3org/reva/pull/1007
https://github.com/cs3org/reva/pull/1006
* Bugfix - Build docker images with alpine:latest instead of alpine:edge: [#393](https://github.com/owncloud/ocis/ocis-reva/pull/393)
* Bugfix - Build docker images with alpine:latest instead of alpine:edge: [#393](https://github.com/owncloud/ocis-reva/pull/393)
ARM builds were failing when built on alpine:edge, so we switched to alpine:latest instead.
https://github.com/owncloud/ocis/ocis-reva/pull/393
https://github.com/owncloud/ocis-reva/pull/393
* Enhancement - Update reva to v0.1.1-0.20200710143425-cf38a45220c5: [#371](https://github.com/owncloud/ocis/ocis-reva/pull/371)
* Enhancement - Update reva to v0.1.1-0.20200710143425-cf38a45220c5: [#371](https://github.com/owncloud/ocis-reva/pull/371)
- Update reva to v0.1.1-0.20200710143425-cf38a45220c5 (#371) - Add wopi open (reva/#920) -
Added a CS3API compliant data exporter to Mentix (reva/#955) - Read SMTP password from env if
not set in config (reva/#953) - OCS share fix including file info after update (reva/#958) - Add
flag to smtpclient for for unauthenticated SMTP (reva/#963)
https://github.com/owncloud/ocis/ocis-reva/pull/371
https://github.com/owncloud/ocis-reva/pull/371
https://github.com/cs3org/reva/pull/920
https://github.com/cs3org/reva/pull/953
https://github.com/cs3org/reva/pull/955
https://github.com/cs3org/reva/pull/958
https://github.com/cs3org/reva/pull/963
* Enhancement - Update reva to v0.1.1-0.20200722125752-6dea7936f9d1: [#392](https://github.com/owncloud/ocis/ocis-reva/pull/392)
* Enhancement - Update reva to v0.1.1-0.20200722125752-6dea7936f9d1: [#392](https://github.com/owncloud/ocis-reva/pull/392)
- Update reva to v0.1.1-0.20200722125752-6dea7936f9d1 - Added signing key capability
(reva/#986) - Add functionality to create webdav references for OCM shares (reva/#974) -
Added a site locations exporter to Mentix (reva/#972) - Add option to config to allow requests
to hosts with unverified certificates (reva/#969)
https://github.com/owncloud/ocis/ocis-reva/pull/392
https://github.com/owncloud/ocis-reva/pull/392
https://github.com/cs3org/reva/pull/986
https://github.com/cs3org/reva/pull/974
https://github.com/cs3org/reva/pull/972
https://github.com/cs3org/reva/pull/969
* Enhancement - Make frontend prefixes configurable: [#363](https://github.com/owncloud/ocis/ocis-reva/pull/363)
* Enhancement - Make frontend prefixes configurable: [#363](https://github.com/owncloud/ocis-reva/pull/363)
We introduce three new environment variables and preconfigure them the following way:
@@ -219,24 +219,24 @@ Tags: ocis, storage, reva
This restores the reva defaults that were changed upstream.
https://github.com/owncloud/ocis/ocis-reva/pull/363
https://github.com/owncloud/ocis-reva/pull/363
https://github.com/cs3org/reva/pull/936/files#diff-51bf4fb310f7362f5c4306581132fc3bR63
* Enhancement - Update reva to v0.1.1-0.20200701152626-2f6cc60e2f66: [#341](https://github.com/owncloud/ocis/ocis-reva/pull/341)
* Enhancement - Update reva to v0.1.1-0.20200701152626-2f6cc60e2f66: [#341](https://github.com/owncloud/ocis-reva/pull/341)
- Update reva to v0.1.1-0.20200701152626-2f6cc60e2f66 (#341) - Added country information
to Mentix (reva/#924) - Refactor metrics package to implement reader interface (reva/#934) -
Fix OCS public link share update values logic (#252, #288, reva/#930)
https://github.com/owncloud/ocis/ocis-reva/issues/252
https://github.com/owncloud/ocis/ocis-reva/issues/288
https://github.com/owncloud/ocis/ocis-reva/pull/341
https://github.com/owncloud/ocis-reva/issues/252
https://github.com/owncloud/ocis-reva/issues/288
https://github.com/owncloud/ocis-reva/pull/341
https://github.com/cs3org/reva/pull/924
https://github.com/cs3org/reva/pull/934
https://github.com/cs3org/reva/pull/930
* Enhancement - Update reva to v0.1.1-0.20200709064551-91eed007038f: [#362](https://github.com/owncloud/ocis/ocis-reva/pull/362)
* Enhancement - Update reva to v0.1.1-0.20200709064551-91eed007038f: [#362](https://github.com/owncloud/ocis-reva/pull/362)
- Update reva to v0.1.1-0.20200709064551-91eed007038f (#362) - Fix config for uploads when
data server is not exposed (reva/#936) - Update OCM partners endpoints (reva/#937) - Update
@@ -247,10 +247,10 @@ Tags: ocis, storage, reva
functionality to mail OCM invite tokens (reva/#944) - Change percentagused to
percentageused (reva/#903) - Fix file-descriptor leak (reva/#954)
https://github.com/owncloud/ocis/ocis-reva/issues/344
https://github.com/owncloud/ocis/ocis-reva/issues/336
https://github.com/owncloud/ocis/ocis-reva/issues/11
https://github.com/owncloud/ocis/ocis-reva/pull/362
https://github.com/owncloud/ocis-reva/issues/344
https://github.com/owncloud/ocis-reva/issues/336
https://github.com/owncloud/ocis-reva/issues/11
https://github.com/owncloud/ocis-reva/pull/362
https://github.com/cs3org/reva/pull/936
https://github.com/cs3org/reva/pull/937
https://github.com/cs3org/reva/pull/938
@@ -263,33 +263,33 @@ Tags: ocis, storage, reva
https://github.com/cs3org/reva/pull/903
https://github.com/cs3org/reva/pull/954
* Enhancement - Add new config options for the http client: [#330](https://github.com/owncloud/ocis/ocis-reva/pull/330)
* Enhancement - Add new config options for the http client: [#330](https://github.com/owncloud/ocis-reva/pull/330)
The internal certificates are checked for validity after
https://github.com/cs3org/reva/pull/914, which causes the acceptance tests to fail. This
change sets new hardcoded defaults.
https://github.com/owncloud/ocis/ocis-reva/pull/330
https://github.com/owncloud/ocis-reva/pull/330
* Enhancement - Allow datagateway transfers to take 24h: [#323](https://github.com/owncloud/ocis/ocis-reva/pull/323)
* Enhancement - Allow datagateway transfers to take 24h: [#323](https://github.com/owncloud/ocis-reva/pull/323)
- Increase transfer token life time to 24h (PR #323)
https://github.com/owncloud/ocis/ocis-reva/pull/323
https://github.com/owncloud/ocis-reva/pull/323
* Enhancement - Update reva to v0.1.1-0.20200630075923-39a90d431566: [#320](https://github.com/owncloud/ocis/ocis-reva/pull/320)
* Enhancement - Update reva to v0.1.1-0.20200630075923-39a90d431566: [#320](https://github.com/owncloud/ocis-reva/pull/320)
- Update reva to v0.1.1-0.20200630075923-39a90d431566 (#320) - Return special value for
public link password (#294, reva/#904) - Fix public stat and listcontainer response to
contain the correct prefix (#310, reva/#902)
https://github.com/owncloud/ocis/ocis-reva/issues/310
https://github.com/owncloud/ocis/ocis-reva/issues/294
https://github.com/owncloud/ocis/ocis-reva/pull/320
https://github.com/owncloud/ocis-reva/issues/310
https://github.com/owncloud/ocis-reva/issues/294
https://github.com/owncloud/ocis-reva/pull/320
https://github.com/cs3org/reva/pull/902
https://github.com/cs3org/reva/pull/904
* Enhancement - Update reva to v0.1.1-0.20200701152626-2f6cc60e2f66: [#328](https://github.com/owncloud/ocis/ocis-reva/pull/328)
* Enhancement - Update reva to v0.1.1-0.20200701152626-2f6cc60e2f66: [#328](https://github.com/owncloud/ocis-reva/pull/328)
- Update reva to v0.1.1-0.20200701152626-2f6cc60e2f66 (#328) - Use sync.Map on pool package
(reva/#909) - Use mutex instead of sync.Map (reva/#915) - Use gatewayProviders instead of
@@ -300,10 +300,10 @@ Tags: ocis, storage, reva
(#288, reva/#918) - OCS Share Remove array from OCS Share update response (#252, reva/#919) -
OCS Share Implement GET request for single shares (#249, reva/#921)
https://github.com/owncloud/ocis/ocis-reva/issues/288
https://github.com/owncloud/ocis/ocis-reva/issues/252
https://github.com/owncloud/ocis/ocis-reva/issues/249
https://github.com/owncloud/ocis/ocis-reva/pull/328
https://github.com/owncloud/ocis-reva/issues/288
https://github.com/owncloud/ocis-reva/issues/252
https://github.com/owncloud/ocis-reva/issues/249
https://github.com/owncloud/ocis-reva/pull/328
https://github.com/cs3org/reva/pull/909
https://github.com/cs3org/reva/pull/915
https://github.com/cs3org/reva/pull/916
@@ -316,20 +316,20 @@ Tags: ocis, storage, reva
https://github.com/cs3org/reva/pull/919
https://github.com/cs3org/reva/pull/921
* Enhancement - Update reva to v0.1.1-0.20200629131207-04298ea1c088: [#309](https://github.com/owncloud/ocis/ocis-reva/pull/309)
* Enhancement - Update reva to v0.1.1-0.20200629131207-04298ea1c088: [#309](https://github.com/owncloud/ocis-reva/pull/309)
- Update reva to v0.1.1-0.20200629094927-e33d65230abc (#309) - Fix public link file share
(#278, reva/#895, reva/#900) - Delete public share (reva/#899) - Updated reva to
v0.1.1-0.20200629131207-04298ea1c088 (#313)
https://github.com/owncloud/ocis/ocis-reva/issues/278
https://github.com/owncloud/ocis/ocis-reva/pull/309
https://github.com/owncloud/ocis-reva/issues/278
https://github.com/owncloud/ocis-reva/pull/309
https://github.com/cs3org/reva/pull/895
https://github.com/cs3org/reva/pull/899
https://github.com/cs3org/reva/pull/900
https://github.com/owncloud/ocis/ocis-reva/pull/313
https://github.com/owncloud/ocis-reva/pull/313
* Enhancement - Update reva to v0.1.1-0.20200626111234-e21c32db9614: [#261](https://github.com/owncloud/ocis/ocis-reva/pull/261)
* Enhancement - Update reva to v0.1.1-0.20200626111234-e21c32db9614: [#261](https://github.com/owncloud/ocis-reva/pull/261)
- Updated reva to v0.1.1-0.20200626111234-e21c32db9614 (#304) - TUS upload support through
datagateway (#261, reva/#878, reva/#888) - Added support for differing metrics path for
@@ -339,20 +339,20 @@ Tags: ocis, storage, reva
anymore, but with a dedicated storage driver. We're using it now and adapted default configs of
storages (reva/#891, #304)
https://github.com/owncloud/ocis/ocis-reva/issues/49
https://github.com/owncloud/ocis/ocis-reva/issues/293
https://github.com/owncloud/ocis/ocis-reva/issues/261
https://github.com/owncloud/ocis/ocis-reva/pull/261
https://github.com/owncloud/ocis-reva/issues/49
https://github.com/owncloud/ocis-reva/issues/293
https://github.com/owncloud/ocis-reva/issues/261
https://github.com/owncloud/ocis-reva/pull/261
https://github.com/cs3org/reva/pull/875
https://github.com/cs3org/reva/pull/877
https://github.com/cs3org/reva/pull/878
https://github.com/cs3org/reva/pull/881
https://github.com/cs3org/reva/pull/880
https://github.com/cs3org/reva/pull/888
https://github.com/owncloud/ocis/ocis-reva/pull/304
https://github.com/owncloud/ocis-reva/pull/304
https://github.com/cs3org/reva/pull/891
* Enhancement - Update reva to v0.1.1-0.20200624063447-db5e6635d5f0: [#279](https://github.com/owncloud/ocis/ocis-reva/pull/279)
* Enhancement - Update reva to v0.1.1-0.20200624063447-db5e6635d5f0: [#279](https://github.com/owncloud/ocis-reva/pull/279)
- Updated reva to v0.1.1-0.20200624063447-db5e6635d5f0 (#279) - Local storage: URL-encode
file ids to ease integration with other microservices like WOPI (reva/#799) - Mentix fixes
@@ -373,15 +373,15 @@ Tags: ocis, storage, reva
Pass etag in quotes from the fs layer (#269, reva/#866, reva/#867) - OCM: use refactored
cs3apis provider definition (reva/#864)
https://github.com/owncloud/ocis/ocis-reva/issues/116
https://github.com/owncloud/ocis/ocis-reva/issues/112
https://github.com/owncloud/ocis/ocis-reva/issues/253
https://github.com/owncloud/ocis/ocis-reva/issues/254
https://github.com/owncloud/ocis-reva/issues/116
https://github.com/owncloud/ocis-reva/issues/112
https://github.com/owncloud/ocis-reva/issues/253
https://github.com/owncloud/ocis-reva/issues/254
https://github.com/owncloud/ocis/issues/216
https://github.com/owncloud/ocis/ocis-reva/issues/174
https://github.com/owncloud/ocis/ocis-reva/issues/47
https://github.com/owncloud/ocis/ocis-reva/issues/269
https://github.com/owncloud/ocis/ocis-reva/pull/279
https://github.com/owncloud/ocis-reva/issues/174
https://github.com/owncloud/ocis-reva/issues/47
https://github.com/owncloud/ocis-reva/issues/269
https://github.com/owncloud/ocis-reva/pull/279
https://github.com/owncloud/cs3org/reva/pull/799
https://github.com/owncloud/cs3org/reva/pull/803
https://github.com/owncloud/cs3org/reva/pull/817
@@ -414,7 +414,7 @@ Tags: ocis, storage, reva
https://github.com/owncloud/cs3org/reva/pull/867
https://github.com/owncloud/cs3org/reva/pull/864
* Enhancement - Add TUS global capability: [#177](https://github.com/owncloud/ocis/ocis-reva/issues/177)
* Enhancement - Add TUS global capability: [#177](https://github.com/owncloud/ocis-reva/issues/177)
The TUS global capabilities from Reva are now exposed.
@@ -423,29 +423,29 @@ Tags: ocis, storage, reva
http method override can be configured using the "--upload-http-method-override" CLI
switch or "REVA_FRONTEND_UPLOAD_HTTP_METHOD_OVERRIDE" environment variable.
https://github.com/owncloud/ocis/ocis-reva/issues/177
https://github.com/owncloud/ocis/ocis-reva/pull/228
https://github.com/owncloud/ocis-reva/issues/177
https://github.com/owncloud/ocis-reva/pull/228
* Enhancement - Update reva to v0.1.1-0.20200603071553-e05a87521618: [#244](https://github.com/owncloud/ocis/ocis-reva/issues/244)
* Enhancement - Update reva to v0.1.1-0.20200603071553-e05a87521618: [#244](https://github.com/owncloud/ocis-reva/issues/244)
- Updated reva to v0.1.1-0.20200603071553-e05a87521618 (#244) - Add option to disable TUS on
OC layer (#177, reva/#791) - Dataprovider now supports method override (#177, reva/#792) -
OCS fixes for create public link (reva/#798)
https://github.com/owncloud/ocis/ocis-reva/issues/244
https://github.com/owncloud/ocis/ocis-reva/issues/177
https://github.com/owncloud/ocis-reva/issues/244
https://github.com/owncloud/ocis-reva/issues/177
https://github.com/cs3org/reva/pull/791
https://github.com/cs3org/reva/pull/792
https://github.com/cs3org/reva/pull/798
* Enhancement - Add public shares service: [#49](https://github.com/owncloud/ocis/ocis-reva/issues/49)
* Enhancement - Add public shares service: [#49](https://github.com/owncloud/ocis-reva/issues/49)
Added Public Shares service with CRUD operations and File Public Shares Manager
https://github.com/owncloud/ocis/ocis-reva/issues/49
https://github.com/owncloud/ocis/ocis-reva/pull/232
https://github.com/owncloud/ocis-reva/issues/49
https://github.com/owncloud/ocis-reva/pull/232
* Enhancement - Update reva to v0.1.1-0.20200529120551-4f2d9c85d3c9: [#49](https://github.com/owncloud/ocis/ocis-reva/issues/49)
* Enhancement - Update reva to v0.1.1-0.20200529120551-4f2d9c85d3c9: [#49](https://github.com/owncloud/ocis-reva/issues/49)
- Updated reva to v0.1.1-0.20200529120551 (#232) - Public Shares CRUD, File Public Shares
Manager (#49, #232, reva/#681, reva/#788) - Disable HTTP-KeepAlives to reduce fd count
@@ -455,12 +455,12 @@ Tags: ocis, storage, reva
Remove implicit data member from memory store (reva/#774) - Added TUS global capabilities
(#177, reva/#775) - Fix PROPFIND with Depth 1 for cross-storage operations (reva/#779)
https://github.com/owncloud/ocis/ocis-reva/issues/49
https://github.com/owncloud/ocis/ocis-reva/issues/229
https://github.com/owncloud/ocis/ocis-reva/issues/66
https://github.com/owncloud/ocis/ocis-reva/issues/177
https://github.com/owncloud/ocis-reva/issues/49
https://github.com/owncloud/ocis-reva/issues/229
https://github.com/owncloud/ocis-reva/issues/66
https://github.com/owncloud/ocis-reva/issues/177
https://github.com/owncloud/ocis/issues/268
https://github.com/owncloud/ocis/ocis-reva/pull/232
https://github.com/owncloud/ocis-reva/pull/232
https://github.com/cs3org/reva/pull/787
https://github.com/cs3org/reva/pull/681
https://github.com/cs3org/reva/pull/788
@@ -473,7 +473,7 @@ Tags: ocis, storage, reva
https://github.com/cs3org/reva/pull/775
https://github.com/cs3org/reva/pull/779
* Enhancement - Update reva to v0.1.1-0.20200520150229: [#161](https://github.com/owncloud/ocis/ocis-reva/pull/161)
* Enhancement - Update reva to v0.1.1-0.20200520150229: [#161](https://github.com/owncloud/ocis-reva/pull/161)
- Update reva to v0.1.1-0.20200520150229 (#161, #180, #192, #207, #221) - Return arbitrary
metadata with stat, upload without TUS (reva/#766) - Stat file before returning datagateway
@@ -497,26 +497,26 @@ Tags: ocis, storage, reva
namespace usage for custom properties in PROPFIND (#57, reva/#720) - Implement returning
Webdav custom properties from xattr (#57, reva/#721) - Minor fix in OCM share pkg (reva/#718)
https://github.com/owncloud/ocis/ocis-reva/issues/20
https://github.com/owncloud/ocis/ocis-reva/issues/26
https://github.com/owncloud/ocis/ocis-reva/issues/43
https://github.com/owncloud/ocis/ocis-reva/issues/44
https://github.com/owncloud/ocis/ocis-reva/issues/46
https://github.com/owncloud/ocis/ocis-reva/issues/94
https://github.com/owncloud/ocis/ocis-reva/issues/26
https://github.com/owncloud/ocis/ocis-reva/issues/67
https://github.com/owncloud/ocis/ocis-reva/issues/57
https://github.com/owncloud/ocis/ocis-reva/issues/94
https://github.com/owncloud/ocis/ocis-reva/issues/188
https://github.com/owncloud/ocis/ocis-reva/issues/182
https://github.com/owncloud/ocis/ocis-reva/issues/212
https://github.com/owncloud/ocis/ocis-reva/issues/186
https://github.com/owncloud/ocis/ocis-reva/issues/203
https://github.com/owncloud/ocis/ocis-reva/pull/161
https://github.com/owncloud/ocis/ocis-reva/pull/180
https://github.com/owncloud/ocis/ocis-reva/pull/192
https://github.com/owncloud/ocis/ocis-reva/pull/207
https://github.com/owncloud/ocis/ocis-reva/pull/221
https://github.com/owncloud/ocis-reva/issues/20
https://github.com/owncloud/ocis-reva/issues/26
https://github.com/owncloud/ocis-reva/issues/43
https://github.com/owncloud/ocis-reva/issues/44
https://github.com/owncloud/ocis-reva/issues/46
https://github.com/owncloud/ocis-reva/issues/94
https://github.com/owncloud/ocis-reva/issues/26
https://github.com/owncloud/ocis-reva/issues/67
https://github.com/owncloud/ocis-reva/issues/57
https://github.com/owncloud/ocis-reva/issues/94
https://github.com/owncloud/ocis-reva/issues/188
https://github.com/owncloud/ocis-reva/issues/182
https://github.com/owncloud/ocis-reva/issues/212
https://github.com/owncloud/ocis-reva/issues/186
https://github.com/owncloud/ocis-reva/issues/203
https://github.com/owncloud/ocis-reva/pull/161
https://github.com/owncloud/ocis-reva/pull/180
https://github.com/owncloud/ocis-reva/pull/192
https://github.com/owncloud/ocis-reva/pull/207
https://github.com/owncloud/ocis-reva/pull/221
https://github.com/cs3org/reva/pull/766
https://github.com/cs3org/reva/pull/765
https://github.com/cs3org/reva/pull/755
@@ -549,64 +549,64 @@ Tags: ocis, storage, reva
https://github.com/cs3org/reva/pull/732
https://github.com/cs3org/reva/pull/750
* Bugfix - Stop advertising unsupported chunking v2: [#145](https://github.com/owncloud/ocis/ocis-reva/pull/145)
* Bugfix - Stop advertising unsupported chunking v2: [#145](https://github.com/owncloud/ocis-reva/pull/145)
Removed "chunking" attribute in the DAV capabilities. Please note that chunking v2 is
advertised as "chunking 1.0" while chunking v1 is the attribute "bigfilechunking" which is
already false.
https://github.com/owncloud/ocis/ocis-reva/pull/145
https://github.com/owncloud/ocis-reva/pull/145
* Enhancement - Allow configuring the gateway for dataproviders: [#136](https://github.com/owncloud/ocis/ocis-reva/pull/136)
* Enhancement - Allow configuring the gateway for dataproviders: [#136](https://github.com/owncloud/ocis-reva/pull/136)
This allows using basic or bearer auth when directly talking to dataproviders.
https://github.com/owncloud/ocis/ocis-reva/pull/136
https://github.com/owncloud/ocis-reva/pull/136
* Enhancement - Use a configured logger on reva runtime: [#153](https://github.com/owncloud/ocis/ocis-reva/pull/153)
* Enhancement - Use a configured logger on reva runtime: [#153](https://github.com/owncloud/ocis-reva/pull/153)
For consistency reasons we need a configured logger that is inline with an ocis logger, so the
log cascade can be easily parsed by a human.
https://github.com/owncloud/ocis/ocis-reva/pull/153
https://github.com/owncloud/ocis-reva/pull/153
* Bugfix - Fix eos user sharing config: [#127](https://github.com/owncloud/ocis/ocis-reva/pull/127)
* Bugfix - Fix eos user sharing config: [#127](https://github.com/owncloud/ocis-reva/pull/127)
We have added missing config options for the user sharing manager and added a dedicated eos
storage command with pre configured settings for the eos-docker container. It configures a
`Shares` folder in a users home when using eos as the storage driver.
https://github.com/owncloud/ocis/ocis-reva/pull/127
https://github.com/owncloud/ocis-reva/pull/127
* Enhancement - Update reva to v1.1.0-20200414133413: [#127](https://github.com/owncloud/ocis/ocis-reva/pull/127)
* Enhancement - Update reva to v1.1.0-20200414133413: [#127](https://github.com/owncloud/ocis-reva/pull/127)
Adds initial public sharing and ocm implementation.
https://github.com/owncloud/ocis/ocis-reva/pull/127
https://github.com/owncloud/ocis-reva/pull/127
* Bugfix - Fix eos config: [#125](https://github.com/owncloud/ocis/ocis-reva/pull/125)
* Bugfix - Fix eos config: [#125](https://github.com/owncloud/ocis-reva/pull/125)
We have added missing config options for the home layout to the config struct that is passed to
eos.
https://github.com/owncloud/ocis/ocis-reva/pull/125
https://github.com/owncloud/ocis-reva/pull/125
* Bugfix - Set correct flag type in the flagsets: [#75](https://github.com/owncloud/ocis/ocis-reva/issues/75)
* Bugfix - Set correct flag type in the flagsets: [#75](https://github.com/owncloud/ocis-reva/issues/75)
While upgrading to the micro/cli version 2 there where two instances of `StringFlag` which had
not been changed to `StringSliceFlag`. This caused `ocis-reva users` and `ocis-reva
storage-root` to fail on startup.
https://github.com/owncloud/ocis/ocis-reva/issues/75
https://github.com/owncloud/ocis/ocis-reva/pull/76
https://github.com/owncloud/ocis-reva/issues/75
https://github.com/owncloud/ocis-reva/pull/76
* Bugfix - We fixed a typo in the `REVA_LDAP_SCHEMA_MAIL` environment variable: [#113](https://github.com/owncloud/ocis/ocis-reva/pull/113)
* Bugfix - We fixed a typo in the `REVA_LDAP_SCHEMA_MAIL` environment variable: [#113](https://github.com/owncloud/ocis-reva/pull/113)
It was misspelled as `REVA_LDAP_SCHEMA_Mail`.
https://github.com/owncloud/ocis/ocis-reva/pull/113
https://github.com/owncloud/ocis-reva/pull/113
* Bugfix - Allow different namespaces for /webdav and /dav/files: [#68](https://github.com/owncloud/ocis/ocis-reva/pull/68)
* Bugfix - Allow different namespaces for /webdav and /dav/files: [#68](https://github.com/owncloud/ocis-reva/pull/68)
After fbf131c the path for the "new" webdav path does not contain a username
`/remote.php/dav/files/textfile0.txt`. It used to be
@@ -623,10 +623,10 @@ Tags: ocis, storage, reva
The `WEBDAV_NAMESPACE_JAIL` environment variable is split into - `WEBDAV_NAMESPACE` and -
`DAV_FILES_NAMESPACE` accordingly.
https://github.com/owncloud/ocis/ocis-reva/pull/68
https://github.com/owncloud/ocis-reva/pull/68
related:
* Change - Use /home as default namespace: [#68](https://github.com/owncloud/ocis/ocis-reva/pull/68)
* Change - Use /home as default namespace: [#68](https://github.com/owncloud/ocis-reva/pull/68)
Currently, cross storage etag propagation is not yet implemented, which prevents the desktop
client from detecting changes via the PROPFIND to /. / is managed by the root storage provider
@@ -643,34 +643,34 @@ Tags: ocis, storage, reva
To get back the global namespace, which ultimately is the goal, just set the above environment
variable to `/`.
https://github.com/owncloud/ocis/ocis-reva/pull/68
https://github.com/owncloud/ocis-reva/pull/68
* Change - Initial release of basic version: [#1](https://github.com/owncloud/ocis/ocis-reva/issues/1)
* Change - Initial release of basic version: [#1](https://github.com/owncloud/ocis-reva/issues/1)
Just prepared an initial basic version to start a reva server and start integrating with the
go-micro base dextension framework of ownCloud Infinite Scale.
https://github.com/owncloud/ocis/ocis-reva/issues/1
https://github.com/owncloud/ocis-reva/issues/1
* Change - Start multiple services with dedicated commands: [#6](https://github.com/owncloud/ocis/ocis-reva/issues/6)
* Change - Start multiple services with dedicated commands: [#6](https://github.com/owncloud/ocis-reva/issues/6)
The initial version would only allow us to use a set of reva configurations to start multiple
services. We use a more opinionated set of commands to start dedicated services that allows us
to configure them individually. It allows us to switch eg. the user backend to LDAP and fully use
it on the cli.
https://github.com/owncloud/ocis/ocis-reva/issues/6
https://github.com/owncloud/ocis-reva/issues/6
* Change - Storage providers now default to exposing data servers: [#89](https://github.com/owncloud/ocis/ocis-reva/issues/89)
* Change - Storage providers now default to exposing data servers: [#89](https://github.com/owncloud/ocis-reva/issues/89)
The flags that let reva storage providers announce that they expose a data server now defaults
to true:
`REVA_STORAGE_HOME_EXPOSE_DATA_SERVER=1` `REVA_STORAGE_OC_EXPOSE_DATA_SERVER=1`
https://github.com/owncloud/ocis/ocis-reva/issues/89
https://github.com/owncloud/ocis-reva/issues/89
* Change - Default to running behind ocis-proxy: [#113](https://github.com/owncloud/ocis/ocis-reva/pull/113)
* Change - Default to running behind ocis-proxy: [#113](https://github.com/owncloud/ocis-reva/pull/113)
We changed the default configuration to integrate better with ocis.
@@ -681,9 +681,9 @@ Tags: ocis, storage, reva
OpaqueID attribute from `sub` to `preferred_username`. The latter is a claim populated by
konnectd that can also be used by the reva ldap user manager to look up users by their OpaqueId
https://github.com/owncloud/ocis/ocis-reva/pull/113
https://github.com/owncloud/ocis-reva/pull/113
* Enhancement - Expose owncloud storage driver config in flagset: [#87](https://github.com/owncloud/ocis/ocis-reva/issues/87)
* Enhancement - Expose owncloud storage driver config in flagset: [#87](https://github.com/owncloud/ocis-reva/issues/87)
Three new flags are now available:
@@ -696,22 +696,22 @@ Tags: ocis, storage, reva
- the address of the redis server default: `:6379` env var:
`REVA_STORAGE_OWNCLOUD_REDIS_ADDR` cli option: `--storage-owncloud-redis`
https://github.com/owncloud/ocis/ocis-reva/issues/87
https://github.com/owncloud/ocis-reva/issues/87
* Enhancement - Update reva to v0.0.2-0.20200212114015-0dbce24f7e8b: [#91](https://github.com/owncloud/ocis/ocis-reva/pull/91)
* Enhancement - Update reva to v0.0.2-0.20200212114015-0dbce24f7e8b: [#91](https://github.com/owncloud/ocis-reva/pull/91)
Reva has seen a lot of changes that allow us to - reduce the configuration overhead - use the
autocreato home folder option - use the home folder path layout option - no longer start the root
storage
https://github.com/owncloud/ocis/ocis-reva/pull/91
https://github.com/owncloud/ocis-reva/pull/91
related:
* Enhancement - Allow configuring user sharing driver: [#115](https://github.com/owncloud/ocis/ocis-reva/pull/115)
* Enhancement - Allow configuring user sharing driver: [#115](https://github.com/owncloud/ocis-reva/pull/115)
We now default to `json` which persists shares in the sharing manager in a json file instead of an
in memory db.
https://github.com/owncloud/ocis/ocis-reva/pull/115
https://github.com/owncloud/ocis-reva/pull/115
https://github.com/owncloud/product/issues/244

View File

@@ -1,10 +1,10 @@
Enhancement: Add the store service
Tags: store, ocis
Tags: store
* Enhancement - Add version command: [#226](https://github.com/owncloud/product/issues/226)
* Bugfix - Removed code from other service: [#7](https://github.com/owncloud/ocis/store/pull/7)
* Bugfix - Build docker images with alpine:latest instead of alpine:edge: [#5](https://github.com/owncloud/ocis/store/pull/5)
* Change - Initial release of basic version: [#1](https://github.com/owncloud/ocis/store/pull/1)
* Bugfix - Removed code from other service: [#7](https://github.com/owncloud/ocis-store/pull/7)
* Bugfix - Build docker images with alpine:latest instead of alpine:edge: [#5](https://github.com/owncloud/ocis-store/pull/5)
* Change - Initial release of basic version: [#1](https://github.com/owncloud/ocis-store/pull/1)
https://github.com/owncloud/product/issues/244

View File

@@ -1,6 +1,6 @@
Change: add the thumbnails command
Tags: thumbnails, ocis
Tags: thumbnails
Added the thumbnails command so that the thumbnails service can get started via ocis.

View File

@@ -1,18 +1,18 @@
Enhancement: Add the thumbnails service
Tags: thumbnails, ocis
Tags: thumbnails
* Enhancement - Add version command: [#226](https://github.com/owncloud/product/issues/226)
* Bugfix - Build docker images with alpine:latest instead of alpine:edge: [#35](https://github.com/owncloud/ocis/thumbnails/pull/35)
* Enhancement - Serve the metrics endpoint: [#37](https://github.com/owncloud/ocis/thumbnails/issues/37)
* Change - Add more default resolutions: [#23](https://github.com/owncloud/ocis/thumbnails/issues/23)
* Change - Refactor code to remove code smells: [#21](https://github.com/owncloud/ocis/thumbnails/issues/21)
* Change - Use micro service error api: [#31](https://github.com/owncloud/ocis/thumbnails/issues/31)
* Enhancement - Limit users to access own thumbnails: [#5](https://github.com/owncloud/ocis/thumbnails/issues/5)
* Bugfix - Fix usage of context.Context: [#18](https://github.com/owncloud/ocis/thumbnails/issues/18)
* Bugfix - Fix execution when passing program flags: [#15](https://github.com/owncloud/ocis/thumbnails/issues/15)
* Change - Initial release of basic version: [#1](https://github.com/owncloud/ocis/thumbnails/issues/1)
* Change - Use predefined resolutions for thumbnail generation: [#7](https://github.com/owncloud/ocis/thumbnails/issues/7)
* Change - Implement the first working version: [#3](https://github.com/owncloud/ocis/thumbnails/pull/3)
* Bugfix - Build docker images with alpine:latest instead of alpine:edge: [#35](https://github.com/owncloud/ocis-thumbnails/pull/35)
* Enhancement - Serve the metrics endpoint: [#37](https://github.com/owncloud/ocis-thumbnails/issues/37)
* Change - Add more default resolutions: [#23](https://github.com/owncloud/ocis-thumbnails/issues/23)
* Change - Refactor code to remove code smells: [#21](https://github.com/owncloud/ocis-thumbnails/issues/21)
* Change - Use micro service error api: [#31](https://github.com/owncloud/ocis-thumbnails/issues/31)
* Enhancement - Limit users to access own thumbnails: [#5](https://github.com/owncloud/ocis-thumbnails/issues/5)
* Bugfix - Fix usage of context.Context: [#18](https://github.com/owncloud/ocis-thumbnails/issues/18)
* Bugfix - Fix execution when passing program flags: [#15](https://github.com/owncloud/ocis-thumbnails/issues/15)
* Change - Initial release of basic version: [#1](https://github.com/owncloud/ocis-thumbnails/issues/1)
* Change - Use predefined resolutions for thumbnail generation: [#7](https://github.com/owncloud/ocis-thumbnails/issues/7)
* Change - Implement the first working version: [#3](https://github.com/owncloud/ocis-thumbnails/pull/3)
https://github.com/owncloud/product/issues/244

View File

@@ -1,6 +1,6 @@
Enhancement: add a command to list the versions of running instances
Tags: accounts, ocis
Tags: accounts
Added a micro command to list the versions of running accounts services.

View File

@@ -1,13 +1,13 @@
Enhancement: Add the webdav service
Tags: webdav, ocis
Tags: webdav
* Enhancement - Add version command: [#226](https://github.com/owncloud/product/issues/226)
* Bugfix - Build docker images with alpine:latest instead of alpine:edge: [#22](https://github.com/owncloud/ocis/webdav/pull/22)
* Change Change status not found on missing thumbnail: [#20](https://github.com/owncloud/ocis/webdav/issues/20)
* Change - Initial release of basic version: [#1](https://github.com/owncloud/ocis/webdav/issues/1)
* Change - Update ocis-pkg to version 2.2.0: [#16](https://github.com/owncloud/ocis/webdav/issues/16)
* Enhancement - Configuration: [#14](https://github.com/owncloud/ocis/webdav/pull/14)
* Enhancement - Implement preview API: [#13](https://github.com/owncloud/ocis/webdav/pull/13)
* Bugfix - Build docker images with alpine:latest instead of alpine:edge: [#22](https://github.com/owncloud/ocis-webdav/pull/22)
* Change Change status not found on missing thumbnail: [#20](https://github.com/owncloud/ocis-webdav/issues/20)
* Change - Initial release of basic version: [#1](https://github.com/owncloud/ocis-webdav/issues/1)
* Change - Update ocis-pkg to version 2.2.0: [#16](https://github.com/owncloud/ocis-webdav/issues/16)
* Enhancement - Configuration: [#14](https://github.com/owncloud/ocis-webdav/pull/14)
* Enhancement - Implement preview API: [#13](https://github.com/owncloud/ocis-webdav/pull/13)
https://github.com/owncloud/product/issues/244

View File

@@ -1,7 +1,5 @@
Change: Switch over to a new custom-built runtime
Tags: ocis
We moved away from using the go-micro runtime and are now using [our own runtime](https://github.com/refs/pman).
This allows us to spawn service processes even when they are using different versions of go-micro. On top of that we
now have the commands `ocis list`, `ocis kill` and `ocis run` available for service runtime management.

View File

@@ -12,10 +12,10 @@ in the ocis-web app switcher, but the requests for loading the users will fail (
on a way to hide the accounts UI extension if the user doesn't have the `AccountManagement` permission.
https://github.com/owncloud/product/issues/124
https://github.com/owncloud/ocis/settings/pull/59
https://github.com/owncloud/ocis/settings/pull/66
https://github.com/owncloud/ocis/settings/pull/67
https://github.com/owncloud/ocis/settings/pull/69
https://github.com/owncloud/ocis-settings/pull/59
https://github.com/owncloud/ocis-settings/pull/66
https://github.com/owncloud/ocis-settings/pull/67
https://github.com/owncloud/ocis-settings/pull/69
https://github.com/owncloud/ocis-proxy/pull/95
https://github.com/owncloud/ocis-pkg/pull/59
https://github.com/owncloud/ocis-accounts/pull/95

View File

@@ -1,7 +1,5 @@
Enhancement: Simplify tracing config
Tags: ocis
We now apply the oCIS tracing config to all services which have tracing. With this it is possible
to set one tracing config for all services at the same time.

View File

@@ -6,4 +6,4 @@ Change: Update reva config
https://github.com/owncloud/ocis/pull/336
https://github.com/owncloud/ocis/pull/337
https://github.com/owncloud/ocis/pull/338
https://github.com/owncloud/ocis/ocis-reva/pull/891
https://github.com/owncloud/ocis-reva/pull/891

View File

@@ -1,6 +1,6 @@
Bugfix: build docker images with alpine:latest instead of alpine:edge
Tags: ocis, docker
Tags: docker
ARM builds were failing when built on alpine:edge, so we switched to alpine:latest instead.

View File

@@ -76,12 +76,10 @@ github.com/Masterminds/goutils v1.1.0/go.mod h1:8cTjp+g8YejhMuvIA5y2vz3BpJxksy86
github.com/Masterminds/semver v1.4.2/go.mod h1:MB6lktGJrhw8PrUyiEoblNEGEQ+RzHPF078ddwwvV3Y=
github.com/Masterminds/semver v1.5.0 h1:H65muMkzWKEuNDnfl9d70GUjFniHKHRbFPGBuZ3QEww=
github.com/Masterminds/semver v1.5.0/go.mod h1:MB6lktGJrhw8PrUyiEoblNEGEQ+RzHPF078ddwwvV3Y=
github.com/Masterminds/semver/v3 v3.0.2 h1:tRi7ENs+AaOUCH+j6qwNQgPYfV26dX3JNonq+V4mhqc=
github.com/Masterminds/semver/v3 v3.0.2/go.mod h1:VPu/7SZ7ePZ3QOrcuXROw5FAcLl4a0cBrbBpGY/8hQs=
github.com/Masterminds/semver/v3 v3.1.0/go.mod h1:VPu/7SZ7ePZ3QOrcuXROw5FAcLl4a0cBrbBpGY/8hQs=
github.com/Masterminds/sprig v2.22.0+incompatible h1:z4yfnGrZ7netVz+0EDJ0Wi+5VZCSYp4Z0m2dk6cEM60=
github.com/Masterminds/sprig v2.22.0+incompatible/go.mod h1:y6hNFY5UBTIWBxnzTeuNhlNS5hqE0NB0E6fgfo2Br3o=
github.com/Masterminds/sprig/v3 v3.0.1 h1:RuaOafp+8qOLUPX1lInLfUrLc1MEVbnz7a40RLoixKY=
github.com/Masterminds/sprig/v3 v3.0.1/go.mod h1:Cp7HwZjmqKrC+Y7XqSJOU2yRvAJRGLiohfgz5ZJj8+4=
github.com/Masterminds/sprig/v3 v3.1.0/go.mod h1:ONGMf7UfYGAbMXCZmQLy8x3lCDIPrEZE/rU8pmrbihA=
github.com/Microsoft/go-winio v0.4.11/go.mod h1:VhR8bwka0BXejwEJY73c50VrPtXAaKcyvVC4A4RozmA=
@@ -745,7 +743,6 @@ github.com/hpcloud/tail v1.0.0 h1:nfCOvKYfkgYP8hkirhJocXT2+zOD8yUNjXaWfTlyFKI=
github.com/hpcloud/tail v1.0.0/go.mod h1:ab1qPbhIpdTxEkNHXyeSf5vhxWSCs/tWer42PpOxQnU=
github.com/huandu/xstrings v1.0.0/go.mod h1:4qWG/gcEcfX4z/mBDHJ++3ReCw9ibxbsNJbcucJdbSo=
github.com/huandu/xstrings v1.2.0/go.mod h1:DvyZB1rfVYsBIigL8HwpZgxHwXozlTgGqn63UyNX5k4=
github.com/huandu/xstrings v1.3.0 h1:gvV6jG9dTgFEncxo+AF7PH6MZXi/vZl25owA/8Dg8Wo=
github.com/huandu/xstrings v1.3.0/go.mod h1:y5/lhBue+AyNmUVz9RLU9xbLR0o4KIIExikq4ovT0aE=
github.com/huandu/xstrings v1.3.1/go.mod h1:y5/lhBue+AyNmUVz9RLU9xbLR0o4KIIExikq4ovT0aE=
github.com/huandu/xstrings v1.3.2 h1:L18LIDzqlW6xN2rEkpdV8+oL/IXWJ1APd+vsdYy4Wdw=
@@ -959,7 +956,6 @@ github.com/mitchellh/mapstructure v1.1.2/go.mod h1:FVVH3fgwuzCH5S8UJGiWEs2h04kUh
github.com/mitchellh/mapstructure v1.3.1/go.mod h1:bFUtVrKA4DC2yAKiSyO/QUcy7e+RRV2QTWOzhPopBRo=
github.com/mitchellh/mapstructure v1.3.3 h1:SzB1nHZ2Xi+17FP0zVQBHIZqvwRN9408fJO8h+eeNA8=
github.com/mitchellh/mapstructure v1.3.3/go.mod h1:bFUtVrKA4DC2yAKiSyO/QUcy7e+RRV2QTWOzhPopBRo=
github.com/mitchellh/reflectwalk v1.0.0 h1:9D+8oIskB4VJBN5SFlmc27fSlIBZaov1Wpk/IfikLNY=
github.com/mitchellh/reflectwalk v1.0.0/go.mod h1:mSTlrgnPZtwu0c4WaC2kGObEpuNDbx0jmZXqmk4esnw=
github.com/mitchellh/reflectwalk v1.0.1 h1:FVzMWA5RllMAKIdUSC8mdWo3XtwoecrH79BY70sEEpE=
github.com/mitchellh/reflectwalk v1.0.1/go.mod h1:mSTlrgnPZtwu0c4WaC2kGObEpuNDbx0jmZXqmk4esnw=
@@ -1184,7 +1180,6 @@ github.com/rcrowley/go-metrics v0.0.0-20190826022208-cac0b30c2563/go.mod h1:bCqn
github.com/refs/pman v0.0.0-20200701173654-f05b8833071a/go.mod h1:fp4xg8dOs/XaZfB3abn1pxvclh10MtG4tdCc61lrmCo=
github.com/remyoudompheng/bigfft v0.0.0-20200410134404-eec4a21b6bb0/go.mod h1:qqbHyh8v60DhA7CoWK5oRCqLrMHRGoxYCSS9EjAz6Eo=
github.com/restic/calens v0.1.0/go.mod h1:u67f5msOjCTDYNzOf/NoAUSdmXP03YXPCwIQLYADy5M=
github.com/restic/calens v0.2.0 h1:LVNAtmFc+Pb4ODX66qdX1T3Di1P0OTLyUsVyvM/xD7E=
github.com/restic/calens v0.2.0/go.mod h1:UXwyAKS4wsgUZGEc7NrzzygJbLsQZIo3wl+62Q1wvmU=
github.com/rogpeppe/fastuuid v0.0.0-20150106093220-6724a57986af/go.mod h1:XWv6SoW27p1b0cqNHllgS5HIMJraePCO15w5zCzIWYg=
github.com/rogpeppe/fastuuid v1.2.0/go.mod h1:jVj6XXZzXRy/MSR5jhDC/2q6DgLz+nrA6LYCDYWNEvQ=