Commit Graph

12536 Commits

Author SHA1 Message Date
jkoberg
6960da69fb notify about other events
Signed-off-by: jkoberg <jkoberg@owncloud.com>
2023-03-09 09:24:16 +01:00
jkoberg
49914e1c6b notify about SpaceShared
Signed-off-by: jkoberg <jkoberg@owncloud.com>
2023-03-09 09:24:16 +01:00
jkoberg
00c8d68700 read hardcoded templates
Signed-off-by: jkoberg <jkoberg@owncloud.com>
2023-03-09 09:24:16 +01:00
jkoberg
f62bfaf9a0 add a changelog
Signed-off-by: jkoberg <jkoberg@owncloud.com>
2023-03-09 09:24:16 +01:00
jkoberg
d7b09a1256 get SpaceDisabled event working
Signed-off-by: jkoberg <jkoberg@owncloud.com>
2023-03-09 09:24:16 +01:00
Michael Barz
d9092d7e17 Merge pull request #5776 from owncloud/dependabot/go_modules/go.opentelemetry.io/otel/exporters/jaeger-1.14.0
Bump go.opentelemetry.io/otel/exporters/jaeger from 1.11.2 to 1.14.0
2023-03-09 08:52:26 +01:00
dependabot[bot]
d43d799a22 Bump go.opentelemetry.io/otel/exporters/jaeger from 1.11.2 to 1.14.0
Bumps [go.opentelemetry.io/otel/exporters/jaeger](https://github.com/open-telemetry/opentelemetry-go) from 1.11.2 to 1.14.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.11.2...v1.14.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>
2023-03-09 06:59:51 +00:00
Ralf Haferkamp
d133a8e4b2 graph: Add missing patch support for education/users (#5772)
* graph: Allow updating "surname" and "givenName" of users

Also use attribute getters to lookup the attribute Values instead of fiddling around
with pointers.

* graph: Allow updating education users

Update suppport for education users was still missing.
2023-03-09 07:52:06 +01:00
Jörn Friedrich Dreyer
6fe404d7c1 Automated changelog update [skip ci] 2023-03-08 16:26:19 +00:00
Jörn Friedrich Dreyer
971dbe8682 bump lico to 0.59.4 (#5768)
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
2023-03-08 17:25:55 +01:00
Michael Barz
633b4ba796 Merge pull request #5764 from owncloud/release-3.0.0-alpha.1
[full-ci] bump version
2023-03-08 16:53:47 +01:00
David Christofas
ed2282bb76 Automated changelog update [skip ci] 2023-03-08 15:42:56 +00:00
David Christofas
2cced750bd Merge pull request #5749 from owncloud/public-link-password
add config options to enforce passwords on public links
2023-03-08 16:42:29 +01:00
David Christofas
c17d9eb19e add config options to enforce passwords on public links 2023-03-08 15:22:57 +01:00
Martin
18035b6106 Merge pull request #5766 from owncloud/fix_descriptions
[docs-only] Fix descriptions of envvars in the frontend service
2023-03-08 15:19:13 +01:00
Martin
48539afb9d Merge pull request #5770 from owncloud/mmattel-patch-1
[docs-only] Update getting-started.md (for owncloud.dev)
2023-03-08 15:16:52 +01:00
Martin
08c3d8a857 Update services/frontend/pkg/config/config.go
Co-authored-by: David Christofas <dchristofas@owncloud.com>
2023-03-08 14:30:01 +01:00
Willy Kloucek
1a6f432d62 Merge pull request #5720 from wkloucek/onlyoffice-file-size
increase allowed file size in onlyoffice
2023-03-08 14:10:30 +01:00
Martin
2de49c6413 [docs-only] Update getting-started.md (for owncloud.dev)
The go version need to be updated to v1.19
2023-03-08 14:01:54 +01:00
Michael Barz
c1deb98df0 Merge pull request #5761 from owncloud/dependabot/go_modules/github.com/CiscoM31/godata-1.0.7
Bump github.com/CiscoM31/godata from 1.0.6 to 1.0.7
2023-03-08 13:29:50 +01:00
Daniël Franke
5b2cc99291 Bump reva edge. 2023-03-08 13:18:54 +01:00
Daniël Franke
2f465fb5eb Configure user disable mechanism in reva.
This PR adds configuration parameters to the auth-basic and users
services that passes them through to reva. These configuration parameters
are all related to the new user disable mechanism that @Excds added to
the graph API, and that I added to reva.
2023-03-08 13:18:54 +01:00
Martin
e4ba83e77e Update services/frontend/pkg/config/config.go
Co-authored-by: kobergj <jkoberg@owncloud.com>
2023-03-08 12:15:47 +01:00
mmattel
8ca9a4a114 fix descriptions 2023-03-08 12:12:46 +01:00
Ralf Haferkamp
b57504696b ocis_keycloak: Add ocis roles as realm roles (#5750)
* ocis_keycloak: Add ocis roles as realm roles

This adds the roles ocisAdmin, ocisSpaceAdmin, ocisUser and ocisGuest as realm roles
to the the oCIS realm. It also assigns those roles to the demo users.

Additionally the missing demo user "Katherine Johnson" is added with the role of
"ocisSpaceAdmin".

* Expose realm_roles in "roles" claim of id tokens and userinfo
2023-03-08 12:11:21 +01:00
dependabot[bot]
97267e9b34 Bump github.com/gookit/goutil from 0.5.15 to 0.6.0 (#5758)
Bumps [github.com/gookit/goutil](https://github.com/gookit/goutil) from 0.5.15 to 0.6.0.
- [Release notes](https://github.com/gookit/goutil/releases)
- [Commits](https://github.com/gookit/goutil/compare/v0.5.15...v0.6.0)

---
updated-dependencies:
- dependency-name: github.com/gookit/goutil
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-08 12:07:42 +01:00
Michael Barz
b5bfdb86d0 bump version 2023-03-08 11:36:45 +01:00
Jannik Stehle
9642634891 Merge pull request #5759 from owncloud/bump-web-v7.0.0-rc.18
[full-ci] chore: bump web to v7.0.0-rc.18
2023-03-08 08:21:14 +01:00
dependabot[bot]
1246ec59cd Bump github.com/CiscoM31/godata from 1.0.6 to 1.0.7
Bumps [github.com/CiscoM31/godata](https://github.com/CiscoM31/godata) from 1.0.6 to 1.0.7.
- [Release notes](https://github.com/CiscoM31/godata/releases)
- [Commits](https://github.com/CiscoM31/godata/compare/v1.0.6...v1.0.7)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-03-08 06:59:46 +00:00
Benedikt Kulmann
af46ffa300 chore: bump web to v7.0.0-rc.18 2023-03-07 23:24:01 +01:00
Ralf Haferkamp
a34a3b2a98 Cleanup some oidc related bits (#5751)
* Remove unused code from oidc module

* Use already existing Metadata type for jwks discovery

ocis-pkg/oidc already provides a type for the oidc metadata. Switch to
that instead of defining yet another custom type.

* oidc: Add helper to get IDP metadata
2023-03-07 14:43:42 +01:00
Jörn Friedrich Dreyer
43547cc681 Benchmark options (#5684)
* make benchmark clients remember cookies

Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>

* add --rate option for benchmark clients

Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>

* create a new request on every request to fix vanishing data

Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>

* use corret minute unit

Co-authored-by: Florian Schade <f.schade@icloud.com>

---------

Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
Co-authored-by: Florian Schade <f.schade@icloud.com>
2023-03-07 11:37:14 +01:00
David Christofas
7750492de4 Merge pull request #5721 from owncloud/clean-up-code
reduce duplication in configuration code
2023-03-07 10:58:33 +01:00
Benedikt Kulmann
b0124148d5 Merge pull request #5741 from owncloud/update-web-v7.0.0-rc.17
[full-ci] bump web to v7.0.0-rc.17
2023-03-07 10:39:27 +01:00
dependabot[bot]
971cfa15cf Bump golang.org/x/crypto from 0.3.0 to 0.7.0
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.3.0 to 0.7.0.
- [Release notes](https://github.com/golang/crypto/releases)
- [Commits](https://github.com/golang/crypto/compare/v0.3.0...v0.7.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>
2023-03-07 10:13:01 +01:00
Benedikt Kulmann
e0d974dda9 chore: update pnpm lock file 2023-03-07 10:10:43 +01:00
dependabot[bot]
58f5845f2a Bump react-redux from 7.2.9 to 8.0.5 in /services/idp
Bumps [react-redux](https://github.com/reduxjs/react-redux) from 7.2.9 to 8.0.5.
- [Release notes](https://github.com/reduxjs/react-redux/releases)
- [Changelog](https://github.com/reduxjs/react-redux/blob/master/CHANGELOG.md)
- [Commits](https://github.com/reduxjs/react-redux/compare/v7.2.9...v8.0.5)

---
updated-dependencies:
- dependency-name: react-redux
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-03-07 10:10:43 +01:00
Amrita
8bd4c3a9a2 Add tests to add user in a group at once (#5743) 2023-03-07 14:36:04 +05:45
dependabot[bot]
0f3e700bd8 Bump google.golang.org/grpc from 1.51.0 to 1.53.0
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.51.0 to 1.53.0.
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](https://github.com/grpc/grpc-go/compare/v1.51.0...v1.53.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>
2023-03-07 08:54:17 +01:00
Benedikt Kulmann
91370eb611 chore: bump web to v7.0.0-rc.17 2023-03-06 21:45:28 +01:00
David Christofas
924c2ca346 add missing comments 2023-03-06 19:01:16 +01:00
dependabot[bot]
2bf458385d Bump github.com/blevesearch/bleve/v2 from 2.3.5 to 2.3.6
Bumps [github.com/blevesearch/bleve/v2](https://github.com/blevesearch/bleve) from 2.3.5 to 2.3.6.
- [Release notes](https://github.com/blevesearch/bleve/releases)
- [Commits](https://github.com/blevesearch/bleve/compare/v2.3.5...v2.3.6)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-03-06 17:46:25 +01:00
Martin
6a81132db4 Merge pull request #5736 from owncloud/fix_description
[docs-only] Small description text fixes for envvars
2023-03-06 17:19:01 +01:00
David Christofas
dd4cc1bd42 fix eventhistory SutureService config 2023-03-06 16:52:54 +01:00
David Christofas
63fa35fa50 reduce duplication in configuration code 2023-03-06 16:52:44 +01:00
mmattel
3eec5b0ed3 remove redis from database envvar 2023-03-06 16:41:58 +01:00
mmattel
f522b912e9 [docs-only] Small description text fixes for envvars 2023-03-06 16:41:58 +01:00
dependabot[bot]
006b3cfba6 Bump go.opentelemetry.io/otel/trace from 1.13.0 to 1.14.0
Bumps [go.opentelemetry.io/otel/trace](https://github.com/open-telemetry/opentelemetry-go) from 1.13.0 to 1.14.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.13.0...v1.14.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>
2023-03-06 15:28:53 +01:00
Andre Duffeck
8b68830201 [full-ci] Improve ini backend, support redis sentinel caches (#5737)
* Configure the file metadata cache for storage-users

* Also configure the cache for the system storage

* Update services/storage-system/pkg/config/config.go

Co-authored-by: Martin <github@diemattels.at>

* Improve documentation

* Bump reva to pull in the latest ini backend changes

* Fix missing comment

* Update services/storage-users/README.md

Co-authored-by: Martin <github@diemattels.at>

* Update services/storage-system/README.md

Co-authored-by: Martin <github@diemattels.at>

* Tweak docs

* Apply suggestions from code review

Co-authored-by: Jörn Friedrich Dreyer <jfd@butonic.de>
Co-authored-by: Martin <github@diemattels.at>

---------

Co-authored-by: Martin <github@diemattels.at>
Co-authored-by: Jörn Friedrich Dreyer <jfd@butonic.de>
2023-03-06 15:04:19 +01:00
Viktor Scharf
1e1b4379ae [test-only] ApiTest. Disable/enable user (#5639) 2023-03-06 16:52:55 +05:45