Pascal Wengerter
da006cc090
Bump web to v5.5.0-rc.6
2022-05-13 16:56:04 +02:00
David Christofas
753e755cc6
update reva
2022-05-11 17:14:44 +02:00
Ralf Haferkamp
a7bc738daa
Added changelog for glauth/accounts removal
2022-05-11 15:29:34 +02:00
jkoberg
5df0e1294a
bump reva version
...
Signed-off-by: jkoberg <jkoberg@owncloud.com >
2022-05-11 10:42:17 +02:00
David Christofas
152509b30b
add description tags to graph-explorer config
2022-05-10 16:16:02 +02:00
Michael Barz
b4158121db
Merge pull request #3750 from owncloud/release-2.0.0-beta1
...
[full-ci] Merge after Release 2.0.0-beta1
2022-05-10 14:25:50 +02:00
Martin
1636295d12
Merge pull request #3755 from owncloud/webdav-config-desc
...
add description tags to webdav config
2022-05-10 12:32:02 +02:00
David Christofas
ed12673250
add description tags to webdav config
2022-05-10 11:54:02 +02:00
David Christofas
c31d9b4b65
add info about config change to changelog snippet
2022-05-10 10:43:43 +02:00
David Christofas
4b7a365781
add description tags to thumbnails config
2022-05-10 10:31:36 +02:00
Michael Barz
e7a3d0c535
prepare changelog, add beta to template, bump version
2022-05-09 18:18:03 +02:00
Willy Kloucek
faa818385b
Merge pull request #3740 from wkloucek/remove-run-kill-runtime
...
remove run and kill commands from the runtime
2022-05-09 14:58:41 +02:00
Benedikt Kulmann
079fb63927
Bump web to v5.5.0-rc.5
2022-05-09 13:38:19 +02:00
Willy Kloucek
dedd5228f3
Merge pull request #3744 from wkloucek/idp-env-secrets
...
expose IDP secret configuration via environment variables
2022-05-09 13:36:04 +02:00
Michael Barz
8145478101
Merge pull request #3743 from owncloud/exit-on-parse-error
...
Exit when encountering config parsing errors
2022-05-09 13:33:28 +02:00
Willy Kloucek
f2e44c6353
expose IDP secret configuration via environment variables
2022-05-09 12:01:46 +02:00
Michael Barz
f6e2f46ebb
Exit when encountering config parsing errors
2022-05-09 11:49:15 +02:00
kobergj
74139f6c52
Permissions for deleting spaces ( #3716 )
...
* check permissions when deleting space
Signed-off-by: jkoberg <jkoberg@owncloud.com >
* changelog
Signed-off-by: jkoberg <jkoberg@owncloud.com >
* bump feature reva
Signed-off-by: jkoberg <jkoberg@owncloud.com >
2022-05-09 11:35:52 +02:00
Willy Kloucek
a793a4d1e6
remove run and kill commands from the runtime
2022-05-09 11:31:26 +02:00
Michael Barz
2a07392692
update reva to v2.3.1
2022-05-09 08:42:54 +02:00
Benedikt Kulmann
4ce35acf01
Update reva and use ocis-pkg version string in capabilities
...
Needed to use github.com/Masterminds/semver/v3 instead of v1 to be able
to extract major, minor and patch version from a version string.
Falling back to 0.0.0 in any error case (e.g. if the version.String is a
hash)
2022-05-07 15:40:51 +02:00
Pascal Wengerter
cf83fe324a
Bump web to v5.5.0-rc.4
2022-05-06 17:05:42 +02:00
Jörn Friedrich Dreyer
fd995475b6
use WhoAmI to look up user for legacy webdav endpoints
...
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de >
2022-05-05 14:48:57 +00:00
Willy Kloucek
5b49432d2d
add changelog
...
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de >
2022-05-05 13:51:36 +00:00
Phil Davis
b8fe3274a2
Merge pull request #3680 from owncloud/bump-web-5.5.0-rc.3
...
[full-ci] Bump web to v5.5.0-rc.3
2022-05-05 08:31:00 +05:45
Michael Barz
2cb04683bc
update reva to v2.3.0
2022-05-04 20:57:50 +02:00
Benedikt Kulmann
32d4deb97a
Bump web to v5.5.0-rc.3
2022-05-04 19:12:14 +02:00
Michael Barz
4b71cd40af
Merge pull request #3678 from owncloud/v2
...
Update ocis packages and imports to V2
2022-05-04 16:36:01 +02:00
kobergj
25dc46ecd0
ServiceUser -> SystemUser ( #3673 )
...
* serviceUser -> systemUser
Signed-off-by: jkoberg <jkoberg@owncloud.com >
* changelog
Signed-off-by: jkoberg <jkoberg@owncloud.com >
* leave out OCIS_URL, cleanup
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de >
Co-authored-by: Jörn Friedrich Dreyer <jfd@butonic.de >
2022-05-04 16:31:18 +02:00
kobergj
eb59d2291e
MachineAuthAPIKey -> SystemUserAPIKey ( #3672 )
...
* split machineauthapikey and systemuserapikey
Signed-off-by: jkoberg <jkoberg@owncloud.com >
* changelog
Signed-off-by: jkoberg <jkoberg@owncloud.com >
* specific errors and some reverts
Signed-off-by: jkoberg <jkoberg@owncloud.com >
* use correct machine auth api key
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de >
Co-authored-by: Jörn Friedrich Dreyer <jfd@butonic.de >
2022-05-04 15:48:02 +02:00
Michael Barz
3b41bc164e
Upgrade protobuf go package version to v2
2022-05-04 15:10:00 +02:00
Ralf Haferkamp
7ef205d232
Get rid of hardcoded admin user uuid
...
The UUID is generated by `ocs init` now and stored in the config file.
To avoid that every ocis install uses the same UUID
Closes : #3524
2022-05-04 12:42:28 +02:00
kobergj
5346299e6d
MetadataUserID -> SystemUserID ( #3671 )
...
* replace MetadataUserID with SystemUserID
Signed-off-by: jkoberg <jkoberg@owncloud.com >
* the missing change
Signed-off-by: jkoberg <jkoberg@owncloud.com >
* changelog
Signed-off-by: jkoberg <jkoberg@owncloud.com >
2022-05-04 11:41:37 +02:00
David Christofas
ae9aff3d59
reduce hacky reference handling in thumbnailer
2022-05-04 10:58:04 +02:00
Benedikt Kulmann
16c3b1ae57
[full-ci] Bump web to v5.5.0-rc.2 ( #3664 )
...
Bump web to v5.5.0-rc.2
Co-authored-by: Pascal Wengerter <pascal@wengerter.info >
2022-05-04 10:27:07 +02:00
David Christofas
5a36f8f3b9
Merge pull request #3648 from owncloud/new-space-id-functions
...
[full-ci] use new space ID util functions
2022-05-03 18:31:09 +02:00
David Christofas
958b4fe5e3
use new space ID util functions
2022-05-03 17:27:39 +02:00
Willy Kloucek
1e6b2fef38
change permission to 750
2022-05-03 17:18:03 +02:00
Willy Kloucek
b8ae9618c7
reduce docker image volume permissions and update alpine
2022-05-03 17:18:03 +02:00
jkoberg
63be515ce9
bump to latest edge
...
Signed-off-by: jkoberg <jkoberg@owncloud.com >
2022-05-03 10:49:41 +02:00
Jörn Friedrich Dreyer
1c8b353d44
Merge pull request #3635 from aduffeck/search
...
Add initial version of the search extension
2022-05-02 19:25:07 +02:00
Michael Barz
b08eb44c5b
fix env variable for metadata user ID
2022-05-02 17:44:21 +02:00
Jörn Friedrich Dreyer
bfc8196ac2
Merge branch 'master' into search
...
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de >
2022-05-02 13:43:24 +00:00
Jörn Friedrich Dreyer
398caeed2c
Merge pull request #3602 from owncloud/metadata-gateway
...
introduce metadata gateway
2022-05-02 15:16:27 +02:00
Benedikt Kulmann
40d5f95c5e
Merge pull request #3626 from owncloud/spaces-capability-feature-flags
...
Spaces capability feature flags
2022-05-02 12:59:53 +02:00
Jörn Friedrich Dreyer
0642a5e0ca
Align service naming ( #3606 )
...
* use configured names as service names in ocis runtime
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de >
* add changelog
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de >
* correct service names for group and storage-shares
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de >
* use correct service names in .drone.star
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de >
* align ocis-pkg/config/config.go
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de >
2022-05-02 12:44:21 +02:00
Jörn Friedrich Dreyer
df58097c5a
Merge branch 'master' into metadata-gateway
...
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de >
2022-05-02 10:33:50 +00:00
Benedikt Kulmann
1c5bfacac1
Add new capability for announcing share jail
2022-05-02 12:07:07 +02:00
Jörn Friedrich Dreyer
d1d6cf3b00
Merge branch 'master' into metadata-gateway
...
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de >
2022-05-02 09:15:42 +00:00
David Christofas
ab71b21fc7
reduce drives in listing of graph /me/drives API
2022-05-02 09:53:50 +02:00