Commit Graph

648 Commits

Author SHA1 Message Date
Michael Barz
5f6bb3405f update reva to v2.7.4 2022-08-10 18:22:57 +02:00
Michael Barz
ece59ba3f3 use latest egde 2022-08-10 16:52:58 +02:00
Michael Barz
1702e79aca update reva to v2.7.3 2022-08-10 16:52:58 +02:00
Michael Barz
db32b5d64b update reva to latest edge 2022-08-10 16:52:58 +02:00
dependabot[bot]
9476a59d57 Bump github.com/grpc-ecosystem/grpc-gateway/v2 from 2.11.1 to 2.11.2
Bumps [github.com/grpc-ecosystem/grpc-gateway/v2](https://github.com/grpc-ecosystem/grpc-gateway) from 2.11.1 to 2.11.2.
- [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.11.1...v2.11.2)

---
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-08-08 17:13:05 +00:00
David Christofas
34c96bab5e Merge pull request #4349 from owncloud/dependabot/go_modules/go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc-0.34.0
Bump go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc from 0.33.0 to 0.34.0
2022-08-08 18:02:53 +02:00
dependabot[bot]
2d8d56d007 Bump go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc
Bumps [go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc](https://github.com/open-telemetry/opentelemetry-go-contrib) from 0.33.0 to 0.34.0.
- [Release notes](https://github.com/open-telemetry/opentelemetry-go-contrib/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-go-contrib/blob/main/CHANGELOG.md)
- [Commits](https://github.com/open-telemetry/opentelemetry-go-contrib/compare/zpages/v0.33.0...zpages/v0.34.0)

---
updated-dependencies:
- dependency-name: go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-08-08 15:29:33 +00:00
Michael Barz
67b52bbd55 add expand query for personal drive 2022-08-08 16:43:59 +02:00
dependabot[bot]
501898fd5a Bump go.opentelemetry.io/otel/exporters/jaeger from 1.8.0 to 1.9.0
Bumps [go.opentelemetry.io/otel/exporters/jaeger](https://github.com/open-telemetry/opentelemetry-go) from 1.8.0 to 1.9.0.
- [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md)
- [Commits](https://github.com/open-telemetry/opentelemetry-go/compare/v1.8.0...v1.9.0)

---
updated-dependencies:
- dependency-name: go.opentelemetry.io/otel/exporters/jaeger
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-08-05 10:39:08 +00:00
dependabot[bot]
cefc5175ba Bump go.opentelemetry.io/otel/trace from 1.8.0 to 1.9.0
Bumps [go.opentelemetry.io/otel/trace](https://github.com/open-telemetry/opentelemetry-go) from 1.8.0 to 1.9.0.
- [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md)
- [Commits](https://github.com/open-telemetry/opentelemetry-go/compare/v1.8.0...v1.9.0)

---
updated-dependencies:
- dependency-name: go.opentelemetry.io/otel/trace
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-08-04 09:15:09 +00:00
Ralf Haferkamp
454cea8a1c Try to verify access_token as JWT and extract expiry
We try to parse the access token as a JWT now. Verifying the signature
using the keys downloaded from the jwks_uri of the IDP. Currently we
only use it to extract the expiry information from the JWT. This could
be reworked to extract other claims from the token for authorization
purposes.

Fixes: #3841
2022-08-03 12:00:31 +02:00
Michael Barz
74fa98ac68 Merge pull request #4317 from owncloud/dependabot/go_modules/github.com/grpc-ecosystem/grpc-gateway/v2-2.11.1
Bump github.com/grpc-ecosystem/grpc-gateway/v2 from 2.11.0 to 2.11.1
2022-08-03 10:09:36 +02:00
André Duffeck
3b99ae96b3 Bump reva 2022-08-03 09:12:16 +02:00
dependabot[bot]
6039d4376f Bump github.com/grpc-ecosystem/grpc-gateway/v2 from 2.11.0 to 2.11.1
Bumps [github.com/grpc-ecosystem/grpc-gateway/v2](https://github.com/grpc-ecosystem/grpc-gateway) from 2.11.0 to 2.11.1.
- [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.11.0...v2.11.1)

---
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-08-02 16:14:21 +00:00
Michael Barz
20467dfe35 update reva to include index fix in the decomposedfs 2022-08-02 17:12:34 +02:00
Ralf Haferkamp
f99e968dc8 Bump reva to latest edge 2022-08-02 15:34:59 +02:00
dependabot[bot]
aaa3143cb4 Bump github.com/go-ldap/ldap/v3 from 3.4.3 to 3.4.4
Bumps [github.com/go-ldap/ldap/v3](https://github.com/go-ldap/ldap) from 3.4.3 to 3.4.4.
- [Release notes](https://github.com/go-ldap/ldap/releases)
- [Commits](https://github.com/go-ldap/ldap/compare/v3.4.3...v3.4.4)

---
updated-dependencies:
- dependency-name: github.com/go-ldap/ldap/v3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-08-02 15:18:12 +02:00
Michael Barz
cce04f94ff set virtual owner on non-personal spaces 2022-08-01 12:53:24 +02:00
Christian Richter
3da88ef608 use reva/v2@edge
Signed-off-by: Christian Richter <crichter@owncloud.com>
2022-07-29 14:39:19 +02:00
Willy Kloucek
ae7c5cbda9 update reva 2022-07-26 10:15:53 +02:00
Jörn Friedrich Dreyer
9b99a61cdb Merge pull request #4266 from wkloucek/update-go-micro
update go-micro
2022-07-26 06:51:25 +00:00
Willy Kloucek
863ddda4bb add inbucket as mail server to traefik deployment example 2022-07-25 16:28:41 +02:00
Willy Kloucek
26d50b5623 switch to different mail lib to add insecure flag 2022-07-25 16:22:27 +02:00
Willy Kloucek
0ea11527ac update go-micro 2022-07-25 11:17:57 +02:00
dependabot[bot]
55dbac2c4f Bump github.com/grpc-ecosystem/grpc-gateway/v2 from 2.10.3 to 2.11.0
Bumps [github.com/grpc-ecosystem/grpc-gateway/v2](https://github.com/grpc-ecosystem/grpc-gateway) from 2.10.3 to 2.11.0.
- [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.3...v2.11.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-07-22 06:23:04 +00:00
Michael Barz
0f3d6d5a97 Merge pull request #4232 from owncloud/dependabot/go_modules/github.com/sirupsen/logrus-1.9.0
Bump github.com/sirupsen/logrus from 1.8.1 to 1.9.0
2022-07-21 13:36:21 +02:00
dependabot[bot]
dc312c8a7c Bump github.com/sirupsen/logrus from 1.8.1 to 1.9.0
Bumps [github.com/sirupsen/logrus](https://github.com/sirupsen/logrus) from 1.8.1 to 1.9.0.
- [Release notes](https://github.com/sirupsen/logrus/releases)
- [Changelog](https://github.com/sirupsen/logrus/blob/master/CHANGELOG.md)
- [Commits](https://github.com/sirupsen/logrus/compare/v1.8.1...v1.9.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-07-20 13:17:27 +00:00
dependabot[bot]
d8da6c2c2f Bump github.com/urfave/cli/v2 from 2.11.0 to 2.11.1
Bumps [github.com/urfave/cli/v2](https://github.com/urfave/cli) from 2.11.0 to 2.11.1.
- [Release notes](https://github.com/urfave/cli/releases)
- [Changelog](https://github.com/urfave/cli/blob/main/docs/CHANGELOG.md)
- [Commits](https://github.com/urfave/cli/compare/v2.11.0...v2.11.1)

---
updated-dependencies:
- dependency-name: github.com/urfave/cli/v2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-07-20 13:15:55 +00:00
Willy Kloucek
e1cb4e9c97 Revert "Bump github.com/grpc-ecosystem/grpc-gateway/v2 from 2.10.3 to 2.11.0" 2022-07-20 13:10:54 +02:00
Ralf Haferkamp
8d454cfd3d Bump reva
To get https://github.com/cs3org/reva/pull/3087
2022-07-20 11:55:04 +02:00
Ralf Haferkamp
41cfd6cb23 Bump libregraph/idm to latest master
This includes a fix for case-insensitive substring filtering

Partial-Fix: #547
2022-07-20 11:55:04 +02:00
dependabot[bot]
6145153773 Bump github.com/grpc-ecosystem/grpc-gateway/v2 from 2.10.3 to 2.11.0
Bumps [github.com/grpc-ecosystem/grpc-gateway/v2](https://github.com/grpc-ecosystem/grpc-gateway) from 2.10.3 to 2.11.0.
- [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.3...v2.11.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-07-20 06:23:25 +00:00
Michael Barz
d99523b3da update reva to v2.7.2 2022-07-18 16:50:38 +02:00
Jörn Friedrich Dreyer
8e04b28365 bump reva to 95ef49d211e494
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
2022-07-18 11:12:41 +00:00
Michael Barz
1d2929932b update reva 2022-07-15 23:45:06 +02:00
André Duffeck
31783a7596 Bump reva 2022-07-15 09:54:45 +02:00
Willy Kloucek
3d0cdbebee update reva to get cs3org/reva#3074 2022-07-14 15:37:55 +02:00
Ralf Haferkamp
d09819dc0f Bump libregraph/idm to include latest fixes
Fixes: #3631, #4078
Partial: #4039
2022-07-14 14:21:34 +02:00
Willy Kloucek
506ee29b11 Merge pull request #4185 from owncloud/dependabot/go_modules/google.golang.org/grpc-1.48.0
Bump google.golang.org/grpc from 1.47.0 to 1.48.0
2022-07-14 13:34:24 +02:00
Jörn Friedrich Dreyer
3274b8620c bump reva to 4ad9ffbece1 (#4201)
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
2022-07-14 13:29:38 +02:00
Ralf Haferkamp
bead0e3f6a Bump libregraph/idm to latest master
to include DN comparing fixes
2022-07-13 09:42:34 +02:00
dependabot[bot]
82fafe5b9d Bump google.golang.org/grpc from 1.47.0 to 1.48.0
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.47.0 to 1.48.0.
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](https://github.com/grpc/grpc-go/compare/v1.47.0...v1.48.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-07-13 05:37:01 +00:00
dependabot[bot]
e779c58923 Bump github.com/urfave/cli/v2 from 2.10.3 to 2.11.0
Bumps [github.com/urfave/cli/v2](https://github.com/urfave/cli) from 2.10.3 to 2.11.0.
- [Release notes](https://github.com/urfave/cli/releases)
- [Changelog](https://github.com/urfave/cli/blob/main/docs/CHANGELOG.md)
- [Commits](https://github.com/urfave/cli/compare/v2.10.3...v2.11.0)

---
updated-dependencies:
- dependency-name: github.com/urfave/cli/v2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-07-12 14:07:22 +00:00
dependabot[bot]
105a705ceb Bump go.opentelemetry.io/otel/exporters/jaeger from 1.7.0 to 1.8.0
Bumps [go.opentelemetry.io/otel/exporters/jaeger](https://github.com/open-telemetry/opentelemetry-go) from 1.7.0 to 1.8.0.
- [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md)
- [Commits](https://github.com/open-telemetry/opentelemetry-go/compare/v1.7.0...v1.8.0)

---
updated-dependencies:
- dependency-name: go.opentelemetry.io/otel/exporters/jaeger
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-07-12 13:27:58 +00:00
Michael Barz
2a5eb63e03 Merge pull request #4148 from owncloud/space-id
[full-ci] use spaceID
2022-07-12 15:25:24 +02:00
Jörn Friedrich Dreyer
f7a6c08cad update reva to 66029006fc69
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
2022-07-12 12:26:56 +00:00
Jörn Friedrich Dreyer
2b6f52a2c5 update reva to 2832f4d
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
2022-07-12 09:00:45 +00:00
Jörn Friedrich Dreyer
1e4d28e8c0 update reva to b9df4027992b
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
2022-07-11 13:24:33 +00:00
Michael Barz
09aee5ecfc Merge branch 'master' into space-id 2022-07-11 14:29:33 +02:00
Jörn Friedrich Dreyer
18039ff394 update to cb988d5dfb11
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
2022-07-11 11:52:48 +00:00