Commit Graph
10037 Commits
Author SHA1 Message Date
Jörn Friedrich DreyerandGitHub 282b0e6888 Merge pull request #3935 from owncloud/example-deployments
disable color logging in deployment examples
2022-06-09 13:48:04 +00:00
Christian Richter 745d093ff1 Automated changelog update [skip ci] 2022-06-09 13:21:53 +00:00
Christian RichterandGitHub bea9f2cb76 Merge pull request #3925 from owncloud/improve-graph
add memberOf to /users endpoint and members to /groups endpoint
2022-06-09 15:21:14 +02:00
Ralf Haferkamp 782dd08b59 Automated changelog update [skip ci] 2022-06-09 12:37:07 +00:00
Ralf HaferkampandRalf Haferkamp d6e695076d Rework default role provisioning
This reworks the assignment of the default role at login. The assignment
now only happens if settings service is reachable and the current user
does not have an assignment yet (we check for the NotFound status).
If the settings service returns an error other than 404, the
GetUserByClaims() (and with it the authentication) will also error out.

Closes: #3900
2022-06-09 14:36:29 +02:00
Ralf HaferkampandRalf Haferkamp 15fabb155f Remove bootstrapping workaround for ListRoleAssignments
Previously ListRoleAssignments needed to be able to return the default
assignments when the metadata client was not initialized. This was added
in order to be able to bootstrap the metadata client (which caused a
call to ListRoleAssignments by itself). With the recent switch to a
separate user-provider and permissions service for the metadata storage
this no longer needed.
2022-06-09 14:36:29 +02:00
Christian Richter c4f7a36f29 incorporate requested changes
Signed-off-by: Christian Richter <crichter@owncloud.com>
2022-06-09 14:36:23 +02:00
Christian Richter e9ad130015 add docs
Signed-off-by: Christian Richter <crichter@owncloud.com>
2022-06-09 14:36:23 +02:00
Christian Richter c358540361 add memberOf slice to /user/{id} & members slice to /groups/{id} endpoint
Signed-off-by: Christian Richter <crichter@owncloud.com>
2022-06-09 14:36:23 +02:00
Christian Richter fff40db69c bump libre-graph-api & revert to drone to use owncloudci/golang:1.18
Signed-off-by: Christian Richter <crichter@owncloud.com>
2022-06-09 14:36:23 +02:00
Christian Richter 581596bc3a add changelog
Signed-off-by: Christian Richter <crichter@owncloud.com>
2022-06-09 14:36:23 +02:00
Jörn Friedrich DreyerandChristian Richter 0b57d5cfd4 bump go version of OC_CI_GOLANG to 1.18
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
2022-06-09 14:36:23 +02:00
Jörn Friedrich DreyerandChristian Richter c714f29fd1 lint init.go
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
2022-06-09 14:36:23 +02:00
Christian Richter bc156b5f4c update go.{mod,sum}
Signed-off-by: Christian Richter <crichter@owncloud.com>
2022-06-09 14:36:21 +02:00
Christian Richter fc3737f0cf add groups to /users endpoint
Signed-off-by: Christian Richter <crichter@owncloud.com>
2022-06-09 14:35:14 +02:00
Benedikt Kulmann 78dd771c76 Automated changelog update [skip ci] 2022-06-09 10:32:01 +00:00
Benedikt KulmannandGitHub 806259c75c Merge pull request #3934 from owncloud/release-2.0.0-beta.3
[full-ci] prepare release, bump version to v2.0.0-beta.3
2022-06-09 12:31:23 +02:00
Benedikt Kulmann e4802b20ce Fix changelog items 2022-06-09 11:45:54 +02:00
David ChristofasandGitHub e759be4a7e Merge pull request #3939 from owncloud/dependabot/go_modules/github.com/rs/zerolog-1.27.0
Bump github.com/rs/zerolog from 1.26.1 to 1.27.0
2022-06-09 10:37:09 +02:00
David ChristofasandGitHub 55de158801 Merge pull request #3931 from owncloud/dependabot/go_modules/github.com/stretchr/testify-1.7.2
Bump github.com/stretchr/testify from 1.7.1 to 1.7.2
2022-06-09 10:36:42 +02:00
David Christofas 287dc62fcf disable color logging in deployment examples 2022-06-09 10:34:32 +02:00
dependabot[bot]andGitHub 4e6f045406 Bump github.com/stretchr/testify from 1.7.1 to 1.7.2
Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.7.1 to 1.7.2.
- [Release notes](https://github.com/stretchr/testify/releases)
- [Commits](https://github.com/stretchr/testify/compare/v1.7.1...v1.7.2)

---
updated-dependencies:
- dependency-name: github.com/stretchr/testify
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-06-09 08:02:33 +00:00
dependabot[bot]andGitHub 893e4e60a3 Bump github.com/rs/zerolog from 1.26.1 to 1.27.0
Bumps [github.com/rs/zerolog](https://github.com/rs/zerolog) from 1.26.1 to 1.27.0.
- [Release notes](https://github.com/rs/zerolog/releases)
- [Commits](https://github.com/rs/zerolog/compare/v1.26.1...v1.27.0)

---
updated-dependencies:
- dependency-name: github.com/rs/zerolog
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-06-09 08:01:58 +00:00
David ChristofasandGitHub cdfd38b940 Merge pull request #3912 from owncloud/dependabot/go_modules/github.com/grpc-ecosystem/grpc-gateway/v2-2.10.3
Bump github.com/grpc-ecosystem/grpc-gateway/v2 from 2.10.2 to 2.10.3
2022-06-09 10:00:58 +02:00
Benedikt Kulmann 5c38d7ce75 Prepare release v2.0.0-beta.3 2022-06-08 14:58:21 +02:00
Jörn Friedrich Dreyer 4abe656dcd Automated changelog update [skip ci] 2022-06-08 12:54:47 +00:00
Jörn Friedrich DreyerandGitHub 1e08228c87 Merge pull request #3932 from owncloud/update-reva-v2.5.1
update reva to v2.5.1
2022-06-08 12:54:20 +00:00
dependabot[bot]andGitHub 9c7b2435ac Bump github.com/grpc-ecosystem/grpc-gateway/v2 from 2.10.2 to 2.10.3
Bumps [github.com/grpc-ecosystem/grpc-gateway/v2](https://github.com/grpc-ecosystem/grpc-gateway) from 2.10.2 to 2.10.3.
- [Release notes](https://github.com/grpc-ecosystem/grpc-gateway/releases)
- [Changelog](https://github.com/grpc-ecosystem/grpc-gateway/blob/master/.goreleaser.yml)
- [Commits](https://github.com/grpc-ecosystem/grpc-gateway/compare/v2.10.2...v2.10.3)

---
updated-dependencies:
- dependency-name: github.com/grpc-ecosystem/grpc-gateway/v2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-06-08 12:37:52 +00:00
Jörn Friedrich Dreyer 9159fda3ee update reva to v2.5.1
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
2022-06-08 11:54:49 +00:00
Benedikt Kulmann 7434612a2e Automated changelog update [skip ci] 2022-06-08 11:06:07 +00:00
Benedikt KulmannandGitHub 1ee7216962 Merge pull request #3927 from owncloud/update-web-5.5.0-rc.9
[full-ci] Update web to v5.5.0-rc.9 for ocis beta.3
2022-06-08 13:03:40 +02:00
Jörn Friedrich DreyerandGitHub 4e07a685a3 Merge pull request #3915 from owncloud/dependabot/go_modules/google.golang.org/grpc-1.47.0
Bump google.golang.org/grpc from 1.46.2 to 1.47.0
2022-06-08 11:02:28 +00:00
Benedikt Kulmann 473d192bf2 Automated changelog update [skip ci] 2022-06-08 11:00:19 +00:00
Benedikt KulmannandGitHub 32f22532e9 Merge pull request #3930 from owncloud/update-reva-954c578109
update reva to v2.5.1-0.20220608092821-954c578109df
2022-06-08 12:59:36 +02:00
Benedikt Kulmann cdcfca268e Update web to v5.5.0-rc.9 for ocis beta.3 2022-06-08 12:34:12 +02:00
Jörn Friedrich Dreyer 36277e5312 update reva to v2.5.1-0.20220608092821-954c578109df
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
2022-06-08 09:40:41 +00:00
Benedikt Kulmann 75af22994d Automated changelog update [skip ci] 2022-06-08 09:13:26 +00:00
Benedikt KulmannandGitHub 12313b74e6 Merge pull request #3928 from owncloud/bump-reva-2.5.0
[full-ci] Bump reva to v2.5.0
2022-06-08 11:12:46 +02:00
Benedikt Kulmann 445cc5c6f9 Bump reva to v2.5.0 2022-06-08 10:26:13 +02:00
Benedikt Kulmann 4e20b6f0f6 Automated changelog update [skip ci] 2022-06-07 13:10:02 +00:00
Benedikt KulmannandGitHub c8f2d29766 Merge pull request #3922 from owncloud/test-eos-spaaces
[full-ci] update reva to v2.4.2-0.20220607110316-1e461b750389
2022-06-07 15:09:30 +02:00
Jörn Friedrich Dreyer 25ddaf1e43 update reva to v2.4.2-0.20220607110316-1e461b750389
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
2022-06-07 11:06:11 +00:00
Phil DavisandGitHub cf20e32df2 Merge pull request #3923 from owncloud/bump-commit-id-core-to-latest
[tests-only] [full-ci] Bump core commit id on ocis to match latest
2022-06-07 12:22:29 +05:45
Prarup Gurung 35caac8beb Commit core id to latest 2022-06-07 11:49:03 +05:45
David Christofas c70618fe4f Automated changelog update [skip ci] 2022-06-03 07:56:06 +00:00
David ChristofasandGitHub 2d86a490d4 Merge pull request #3916 from owncloud/graph-drive-urls
fix webdav URL of drive roots in graph API
2022-06-03 09:55:33 +02:00
Willy Kloucek b240703166 Automated changelog update [skip ci] 2022-06-02 12:25:08 +00:00
David Christofas 4470c045ed fix webdav URL of drive roots in graph API 2022-06-02 14:24:56 +02:00
Willy KloucekandGitHub 3c241094b7 Merge pull request #3911 from wkloucek/skip-ocis-common-validate
Fix configuration validation for extensions' server commands
2022-06-02 14:24:38 +02:00
dependabot[bot]andGitHub 403fad2b14 Bump google.golang.org/grpc from 1.46.2 to 1.47.0
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.46.2 to 1.47.0.
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](https://github.com/grpc/grpc-go/compare/v1.46.2...v1.47.0)

---
updated-dependencies:
- dependency-name: google.golang.org/grpc
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-06-02 11:43:38 +00:00