Roman Perekhod
eb95a2859d
fixed the error translation from the statusCodeError type into a corresponding graph api Error representation
2024-06-11 22:42:45 +02:00
Michael Barz
774efdbd85
Merge pull request #9330 from owncloud/update-reva
...
[full-ci] chore: update reva to latest edge
2024-06-11 17:56:40 +02:00
Michael Barz
fc0b3fe1c2
chore: use current master for upstream lib
2024-06-11 17:32:41 +02:00
Michael Barz
ccb8228edd
fix: bump upstream sec middleware
2024-06-10 17:20:38 +02:00
dependabot[bot]
7e21436064
build(deps): bump golang.org/x/oauth2 from 0.20.0 to 0.21.0
...
Bumps [golang.org/x/oauth2](https://github.com/golang/oauth2 ) from 0.20.0 to 0.21.0.
- [Commits](https://github.com/golang/oauth2/compare/v0.20.0...v0.21.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/oauth2
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-06-07 06:53:34 +00:00
Michael Barz
3a15e09ed1
chore: update reva to latest edge
2024-06-06 11:05:59 +02:00
dependabot[bot]
6739a19476
build(deps): bump golang.org/x/net from 0.25.0 to 0.26.0
...
Bumps [golang.org/x/net](https://github.com/golang/net ) from 0.25.0 to 0.26.0.
- [Commits](https://github.com/golang/net/compare/v0.25.0...v0.26.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/net
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-06-06 08:49:16 +02:00
Michael Barz
9a298fa4d3
Merge pull request #9304 from owncloud/dependabot/go_modules/github.com/go-playground/validator/v10-10.21.0
...
build(deps): bump github.com/go-playground/validator/v10 from 10.20.0 to 10.21.0
2024-06-05 16:23:48 +02:00
Roman Perekhod
50578f401c
[full-ci][bump reva] fixed the response code when the role/permission is empty on the share update
2024-06-04 16:59:01 +02:00
dependabot[bot]
e58a36f21e
build(deps): bump github.com/go-playground/validator/v10
...
Bumps [github.com/go-playground/validator/v10](https://github.com/go-playground/validator ) from 10.20.0 to 10.21.0.
- [Release notes](https://github.com/go-playground/validator/releases )
- [Commits](https://github.com/go-playground/validator/compare/v10.20.0...v10.21.0 )
---
updated-dependencies:
- dependency-name: github.com/go-playground/validator/v10
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-06-04 09:03:14 +00:00
Ralf Haferkamp
90f7cc23f4
chore: move go-ozzo/ozzo-validation to invopop/validation
...
invpop/validation is a fork of go-ozzo/ozzo-validation with some additional
bug fixes. Specifically we need: https://github.com/invopop/validation/pull/1
2024-06-04 11:00:09 +02:00
Jörn Friedrich Dreyer
0ab4999d09
Merge pull request #9289 from owncloud/set-secureview-flag-based-on-addr
...
set secureview flag based on addr
2024-06-03 15:01:12 +02:00
Jörn Friedrich Dreyer
ce383bd203
set secureview flag based on addr
...
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de >
2024-06-03 14:00:01 +02:00
dependabot[bot]
01867a22dc
build(deps): bump github.com/open-policy-agent/opa from 0.64.1 to 0.65.0
...
Bumps [github.com/open-policy-agent/opa](https://github.com/open-policy-agent/opa ) from 0.64.1 to 0.65.0.
- [Release notes](https://github.com/open-policy-agent/opa/releases )
- [Changelog](https://github.com/open-policy-agent/opa/blob/main/CHANGELOG.md )
- [Commits](https://github.com/open-policy-agent/opa/compare/v0.64.1...v0.65.0 )
---
updated-dependencies:
- dependency-name: github.com/open-policy-agent/opa
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-06-03 08:57:54 +02:00
Jörn Friedrich Dreyer
982f0365ca
Merge pull request #9277 from owncloud/add-providerinfo-secure-view-flag
...
add secureview flag when listing apps via http
2024-05-30 12:04:50 +02:00
Jörn Friedrich Dreyer
e4b826d1ae
bump reva
...
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de >
2024-05-30 11:27:56 +02:00
Prarup Gurung
5327f90712
Used expirationDateTime key for graph api ( #9278 )
2024-05-30 11:05:29 +02:00
dependabot[bot]
ca79f2003c
build(deps): bump github.com/gabriel-vasile/mimetype from 1.4.3 to 1.4.4
...
Bumps [github.com/gabriel-vasile/mimetype](https://github.com/gabriel-vasile/mimetype ) from 1.4.3 to 1.4.4.
- [Release notes](https://github.com/gabriel-vasile/mimetype/releases )
- [Commits](https://github.com/gabriel-vasile/mimetype/compare/v1.4.3...v1.4.4 )
---
updated-dependencies:
- dependency-name: github.com/gabriel-vasile/mimetype
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-05-30 07:54:42 +02:00
Florian Schade
eb7c36443f
enhancement: introduce theme processing ( #9133 )
...
* enhancement: introduce theme processing
* enhancement: introduce theme processing
* enhancement: add theme processing tests and changelog
* Update services/web/pkg/config/config.go
Co-authored-by: Michael Barz <michael.barz@zeitgestalten.eu >
* fix: ci findings
* Apply suggestions from code review
Co-authored-by: Martin <github@diemattels.at >
* enhancement: use the theme assets from web instead of having them inside the oCis repo (license clash Apache vs. AGPLv3)
* fix: golangci tagalign order
* fix: rename UnifiedRoleUploader to UnifiedRoleEditorLite
* fix: some typos
Co-authored-by: Michael Barz <michael.barz@zeitgestalten.eu >
* enhancement: export supported theme logo upload filetypes
* chore: bump reva
* fix: allow init func
---------
Co-authored-by: Michael Barz <michael.barz@zeitgestalten.eu >
Co-authored-by: Martin <github@diemattels.at >
2024-05-29 15:48:49 +02:00
Benedikt Kulmann
730307cda2
Merge pull request #9269 from owncloud/bump-reva-56879111e06afa9e8c04ee71409548531cda7d76
...
chore: bump reva to 56879111e06afa9e8c04ee71409548531cda7d76
2024-05-28 12:01:32 +02:00
Benedikt Kulmann
6bd73e6261
chore: bump reva to 56879111e06afa9e8c04ee71409548531cda7d76
2024-05-28 11:32:10 +02:00
dependabot[bot]
2c10c48e3a
build(deps): bump go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp
...
Bumps [go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp](https://github.com/open-telemetry/opentelemetry-go-contrib ) from 0.51.0 to 0.52.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.51.0...zpages/v0.52.0 )
---
updated-dependencies:
- dependency-name: go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-05-28 09:12:30 +02:00
dependabot[bot]
7999751890
build(deps): bump github.com/onsi/ginkgo/v2 from 2.17.3 to 2.19.0
...
Bumps [github.com/onsi/ginkgo/v2](https://github.com/onsi/ginkgo ) from 2.17.3 to 2.19.0.
- [Release notes](https://github.com/onsi/ginkgo/releases )
- [Changelog](https://github.com/onsi/ginkgo/blob/master/CHANGELOG.md )
- [Commits](https://github.com/onsi/ginkgo/compare/v2.17.3...v2.19.0 )
---
updated-dependencies:
- dependency-name: github.com/onsi/ginkgo/v2
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-05-27 09:23:16 +02:00
dependabot[bot]
c903429c83
build(deps): bump github.com/rs/zerolog from 1.32.0 to 1.33.0
...
Bumps [github.com/rs/zerolog](https://github.com/rs/zerolog ) from 1.32.0 to 1.33.0.
- [Commits](https://github.com/rs/zerolog/compare/v1.32.0...v1.33.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 >
2024-05-24 09:52:39 +02:00
Jörn Friedrich Dreyer
9fedfef3ce
Merge pull request #9236 from owncloud/test/reva-4694
...
bump reva to fae5c105158f744
2024-05-23 12:51:40 +02:00
Jörn Friedrich Dreyer
c2fa800491
bump reva to fae5c105158f744
...
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de >
2024-05-23 10:39:57 +02:00
dependabot[bot]
b01d9e7983
build(deps): bump github.com/KimMachineGun/automemlimit
...
Bumps [github.com/KimMachineGun/automemlimit](https://github.com/KimMachineGun/automemlimit ) from 0.6.0 to 0.6.1.
- [Release notes](https://github.com/KimMachineGun/automemlimit/releases )
- [Commits](https://github.com/KimMachineGun/automemlimit/compare/v0.6.0...v0.6.1 )
---
updated-dependencies:
- dependency-name: github.com/KimMachineGun/automemlimit
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-05-23 07:00:06 +00:00
dependabot[bot]
ffe811074e
---
...
updated-dependencies:
- dependency-name: github.com/nats-io/nats-server/v2
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-05-22 10:57:18 +02:00
dependabot[bot]
3ea15e7f97
---
...
updated-dependencies:
- dependency-name: go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-05-22 10:54:13 +02:00
Ralf Haferkamp
f931da5f29
bump to reva 8fb71adbe500
...
To get: https://github.com/cs3org/reva/pull/4685
Fixes : #9128
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de >
2024-05-21 16:47:50 +02:00
dependabot[bot]
60e88860c0
build(deps): bump github.com/nats-io/nats.go from 1.34.1 to 1.35.0
...
Bumps [github.com/nats-io/nats.go](https://github.com/nats-io/nats.go ) from 1.34.1 to 1.35.0.
- [Release notes](https://github.com/nats-io/nats.go/releases )
- [Commits](https://github.com/nats-io/nats.go/compare/v1.34.1...v1.35.0 )
---
updated-dependencies:
- dependency-name: github.com/nats-io/nats.go
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-05-21 10:01:39 +02:00
dependabot[bot]
b85d2c39a9
build(deps): bump github.com/nats-io/nats-server/v2
...
Bumps [github.com/nats-io/nats-server/v2](https://github.com/nats-io/nats-server ) from 2.10.14 to 2.10.15.
- [Release notes](https://github.com/nats-io/nats-server/releases )
- [Changelog](https://github.com/nats-io/nats-server/blob/main/.goreleaser.yml )
- [Commits](https://github.com/nats-io/nats-server/compare/v2.10.14...v2.10.15 )
---
updated-dependencies:
- dependency-name: github.com/nats-io/nats-server/v2
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-05-21 09:29:49 +02:00
dependabot[bot]
1ebc7c7708
build(deps): bump github.com/beevik/etree from 1.3.0 to 1.4.0
...
Bumps [github.com/beevik/etree](https://github.com/beevik/etree ) from 1.3.0 to 1.4.0.
- [Release notes](https://github.com/beevik/etree/releases )
- [Changelog](https://github.com/beevik/etree/blob/main/RELEASE_NOTES.md )
- [Commits](https://github.com/beevik/etree/compare/v1.3.0...v1.4.0 )
---
updated-dependencies:
- dependency-name: github.com/beevik/etree
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-05-16 13:36:35 +02:00
dependabot[bot]
46a826ef5c
build(deps): bump github.com/grpc-ecosystem/grpc-gateway/v2
...
Bumps [github.com/grpc-ecosystem/grpc-gateway/v2](https://github.com/grpc-ecosystem/grpc-gateway ) from 2.19.1 to 2.20.0.
- [Release notes](https://github.com/grpc-ecosystem/grpc-gateway/releases )
- [Changelog](https://github.com/grpc-ecosystem/grpc-gateway/blob/main/.goreleaser.yml )
- [Commits](https://github.com/grpc-ecosystem/grpc-gateway/compare/v2.19.1...v2.20.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 >
2024-05-16 09:25:37 +02:00
dependabot[bot]
64e9279ee1
build(deps): bump google.golang.org/grpc from 1.63.2 to 1.64.0
...
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go ) from 1.63.2 to 1.64.0.
- [Release notes](https://github.com/grpc/grpc-go/releases )
- [Commits](https://github.com/grpc/grpc-go/compare/v1.63.2...v1.64.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 >
2024-05-15 09:40:30 +02:00
dependabot[bot]
cae42acdb1
build(deps): bump go.etcd.io/bbolt from 1.3.9 to 1.3.10
...
Bumps [go.etcd.io/bbolt](https://github.com/etcd-io/bbolt ) from 1.3.9 to 1.3.10.
- [Release notes](https://github.com/etcd-io/bbolt/releases )
- [Commits](https://github.com/etcd-io/bbolt/compare/v1.3.9...v1.3.10 )
---
updated-dependencies:
- dependency-name: go.etcd.io/bbolt
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-05-13 09:51:29 +02:00
dependabot[bot]
f5f265cece
build(deps): bump github.com/prometheus/client_golang
...
Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang ) from 1.19.0 to 1.19.1.
- [Release notes](https://github.com/prometheus/client_golang/releases )
- [Changelog](https://github.com/prometheus/client_golang/blob/main/CHANGELOG.md )
- [Commits](https://github.com/prometheus/client_golang/compare/v1.19.0...v1.19.1 )
---
updated-dependencies:
- dependency-name: github.com/prometheus/client_golang
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-05-13 09:33:32 +02:00
kobergj
822ffc9e0e
Merge pull request #9132 from kobergj/BumpReva
...
[full-ci] Bump Reva
2024-05-10 16:16:42 +02:00
Michael Barz
2be37c5fa3
Merge pull request #9109 from owncloud/dependabot/go_modules/golang.org/x/image-0.16.0
...
build(deps): bump golang.org/x/image from 0.15.0 to 0.16.0
2024-05-10 15:51:55 +02:00
jkoberg
069bd9d688
feat(reva): bump reva
...
Signed-off-by: jkoberg <jkoberg@owncloud.com >
2024-05-10 15:42:00 +02:00
Ralf Haferkamp
62dbf737c7
Bump lico to latest release
2024-05-08 17:57:35 +02:00
Ralf Haferkamp
3be286a2a3
Bump go-jose an update to new location
...
It's now maintained in github.com/go-jose/go-jose. Bumping to
latest backwards compatible release. (v4 will require some code changes)
2024-05-08 17:52:17 +02:00
dependabot[bot]
13a9e313f3
build(deps): bump golang.org/x/image from 0.15.0 to 0.16.0
...
Bumps [golang.org/x/image](https://github.com/golang/image ) from 0.15.0 to 0.16.0.
- [Commits](https://github.com/golang/image/compare/v0.15.0...v0.16.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/image
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-05-08 14:31:21 +00:00
dependabot[bot]
41af5f7168
build(deps): bump github.com/onsi/ginkgo/v2 from 2.17.2 to 2.17.3
...
Bumps [github.com/onsi/ginkgo/v2](https://github.com/onsi/ginkgo ) from 2.17.2 to 2.17.3.
- [Release notes](https://github.com/onsi/ginkgo/releases )
- [Changelog](https://github.com/onsi/ginkgo/blob/master/CHANGELOG.md )
- [Commits](https://github.com/onsi/ginkgo/compare/v2.17.2...v2.17.3 )
---
updated-dependencies:
- dependency-name: github.com/onsi/ginkgo/v2
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-05-08 09:55:22 +02:00
dependabot[bot]
4f60898f74
build(deps): bump google.golang.org/protobuf from 1.34.0 to 1.34.1
...
Bumps google.golang.org/protobuf from 1.34.0 to 1.34.1.
---
updated-dependencies:
- dependency-name: google.golang.org/protobuf
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-05-08 06:54:45 +00:00
dependabot[bot]
bf2a599e4c
build(deps): bump golang.org/x/net from 0.24.0 to 0.25.0
...
Bumps [golang.org/x/net](https://github.com/golang/net ) from 0.24.0 to 0.25.0.
- [Commits](https://github.com/golang/net/compare/v0.24.0...v0.25.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/net
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-05-07 09:39:15 +02:00
dependabot[bot]
3ac88ab0d9
build(deps): bump golang.org/x/crypto from 0.22.0 to 0.23.0
...
Bumps [golang.org/x/crypto](https://github.com/golang/crypto ) from 0.22.0 to 0.23.0.
- [Commits](https://github.com/golang/crypto/compare/v0.22.0...v0.23.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/crypto
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-05-07 09:38:58 +02:00
dependabot[bot]
045d5450f0
build(deps): bump golang.org/x/text from 0.14.0 to 0.15.0
...
Bumps [golang.org/x/text](https://github.com/golang/text ) from 0.14.0 to 0.15.0.
- [Release notes](https://github.com/golang/text/releases )
- [Commits](https://github.com/golang/text/compare/v0.14.0...v0.15.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/text
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-05-06 13:20:25 +02:00
dependabot[bot]
9d810757a6
build(deps): bump golang.org/x/oauth2 from 0.19.0 to 0.20.0
...
Bumps [golang.org/x/oauth2](https://github.com/golang/oauth2 ) from 0.19.0 to 0.20.0.
- [Commits](https://github.com/golang/oauth2/compare/v0.19.0...v0.20.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/oauth2
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-05-06 09:30:16 +02:00
André Duffeck
5b2a8f8cad
Bump reva
2024-05-06 08:39:27 +02:00