Commit Graph

14544 Commits

Author SHA1 Message Date
jkoberg
de14367d16 start eventlistener in group
Signed-off-by: jkoberg <jkoberg@owncloud.com>
2023-09-06 16:46:43 +02:00
jkoberg
8e1b033a63 auto-accept shares in frontend service
Signed-off-by: jkoberg <jkoberg@owncloud.com>
2023-09-06 15:32:31 +02:00
jkoberg
05758f44ea bump reva
Signed-off-by: jkoberg <jkoberg@owncloud.com>
2023-09-06 15:11:01 +02:00
Amrita
82428024f8 Remove composer update from makefile (#7227) 2023-09-06 18:46:57 +05:45
Prajwol Amatya
0aa41d90c1 send X-Request-Id in header of every request (#7085) 2023-09-06 16:07:53 +05:45
dependabot[bot]
8016d448fa Bump golang.org/x/net from 0.14.0 to 0.15.0
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.14.0 to 0.15.0.
- [Commits](https://github.com/golang/net/compare/v0.14.0...v0.15.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>
2023-09-06 10:00:43 +02:00
Karun Atreya
eed0de141f [tests-only][full-ci] removing the setresponse in given/then step in AppConfigurationContext and AuthContext (#7186)
* removing setting response in the given steps

* use response interface

* use the returned response

* check success response

* changed to inline variable

* changed variable response_xml to responseXml
2023-09-06 13:36:27 +05:45
Martin
b2cbbc89c3 Merge pull request #7226 from rhafer/keycloak-username-match
deployment: Disable username validation for keycloak example
2023-09-06 09:03:57 +02:00
Ralf Haferkamp
ace1d70ba8 Fix wrong log-level for debug output 2023-09-06 08:32:34 +02:00
Sabin Panta
5efc3c51a1 [tests-only][full-ci] refactoring user creation Given steps from provisioning into GraphContext (#7019)
* refactored the user creation given statement from provisioning to graph api

added getUser steps that covers the steps for user with user light role

* added userlight step tests to check drive information and updated expected failure files

* added usercreation initiation code

* deleted seperate tests for user light role

* remove unnecesary changes

* add user not initialize step

* corrected the testcode

* moved the steps from graph to provisioning file

* fix creating single ldap user

* fix: user check method

* initialize user via graph

* addressing reviews

---------

Co-authored-by: Saw-jan <saw.jan.grg3e@gmail.com>
2023-09-06 09:22:38 +05:45
Ralf Haferkamp
48306cbef3 deployment: Disable username validation for keycloak example
Set 'GRAPH_USERNAME_MATCH' to 'none'. To accept any username that is
also valid for keycloak.
2023-09-05 16:51:01 +02:00
dependabot[bot]
64bfdf24b5 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.42.1-0.20230608065455-5cc3715df180 to 0.43.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/commits/zpages/v0.43.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>
2023-09-05 14:53:13 +02:00
dependabot[bot]
71e548189d Bump github.com/MicahParks/keyfunc from 1.5.1 to 1.9.0
Bumps [github.com/MicahParks/keyfunc](https://github.com/MicahParks/keyfunc) from 1.5.1 to 1.9.0.
- [Release notes](https://github.com/MicahParks/keyfunc/releases)
- [Commits](https://github.com/MicahParks/keyfunc/compare/v1.5.1...v1.9.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-05 14:51:01 +02:00
dependabot[bot]
3f40a42bb2 Bump github.com/go-chi/render from 1.0.2 to 1.0.3
Bumps [github.com/go-chi/render](https://github.com/go-chi/render) from 1.0.2 to 1.0.3.
- [Commits](https://github.com/go-chi/render/compare/v1.0.2...v1.0.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-05 13:45:06 +02:00
dependabot[bot]
68e846d0ee Bump github.com/jellydator/ttlcache/v3 from 3.0.1 to 3.1.0
Bumps [github.com/jellydator/ttlcache/v3](https://github.com/jellydator/ttlcache) from 3.0.1 to 3.1.0.
- [Release notes](https://github.com/jellydator/ttlcache/releases)
- [Commits](https://github.com/jellydator/ttlcache/compare/v3.0.1...v3.1.0)

---
updated-dependencies:
- dependency-name: github.com/jellydator/ttlcache/v3
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-05 13:44:20 +02:00
Jörn Friedrich Dreyer
3bf5e5efa4 actually use skip user info config option (#7216)
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
2023-09-05 12:57:01 +02:00
dependabot[bot]
f620757e26 Bump github.com/onsi/ginkgo/v2 from 2.11.0 to 2.12.0
Bumps [github.com/onsi/ginkgo/v2](https://github.com/onsi/ginkgo) from 2.11.0 to 2.12.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.11.0...v2.12.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>
2023-09-05 12:55:35 +02:00
dependabot[bot]
2c5648a9f9 Bump golang.org/x/image from 0.11.0 to 0.12.0
Bumps [golang.org/x/image](https://github.com/golang/image) from 0.11.0 to 0.12.0.
- [Commits](https://github.com/golang/image/compare/v0.11.0...v0.12.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>
2023-09-05 11:23:27 +02:00
Viktor Scharf
09c733b264 [test-only] apiTest. user cannot find not shared data (#7206)
* test for 6000 issue

* Update apiSpaceSearch.feature
2023-09-05 10:07:54 +02:00
ownClouders
7cb6cec92f [tx] updated from transifex 2023-09-05 00:34:34 +00:00
Florian Schade
cf38e8c74c Automated changelog update [skip ci] 2023-09-04 15:31:48 +00:00
Florian Schade
f172eb20ab [full-ci] chore: bump web to v8.0.0-alpha.1 (#7198)
* chore: bump web to 8.0.0-alpha.1
2023-09-04 17:31:14 +02:00
dependabot[bot]
b034c7da8f Automated changelog update [skip ci] 2023-09-04 14:08:49 +00:00
dependabot[bot]
698283e584 Bump golang.org/x/term from 0.11.0 to 0.12.0
Bumps [golang.org/x/term](https://github.com/golang/term) from 0.11.0 to 0.12.0.
- [Commits](https://github.com/golang/term/compare/v0.11.0...v0.12.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-04 16:07:58 +02:00
dependabot[bot]
8d7389960c Bump github.com/KimMachineGun/automemlimit from 0.2.6 to 0.3.0
Bumps [github.com/KimMachineGun/automemlimit](https://github.com/KimMachineGun/automemlimit) from 0.2.6 to 0.3.0.
- [Commits](https://github.com/KimMachineGun/automemlimit/compare/v0.2.6...v0.3.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-04 16:06:47 +02:00
Ralf Haferkamp
b627e7a0d6 Bump loader-utils@2.0.3 and react-dev-utils@12.0.1
required a bump of fork-ts-checker-webpack-plugin@6.5.3 which needed
some adjustments to the webpack.config.
2023-09-04 12:44:49 +02:00
dependabot[bot]
f620292605 Bump go.opentelemetry.io/otel/exporters/jaeger from 1.16.0 to 1.17.0
Bumps [go.opentelemetry.io/otel/exporters/jaeger](https://github.com/open-telemetry/opentelemetry-go) from 1.16.0 to 1.17.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.16.0...v1.17.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-09-04 10:35:37 +02:00
dependabot[bot]
a1b9265ac0 Bump loader-utils from 1.4.0 to 1.4.2 in /services/idp
Bumps [loader-utils](https://github.com/webpack/loader-utils) from 1.4.0 to 1.4.2.
- [Release notes](https://github.com/webpack/loader-utils/releases)
- [Changelog](https://github.com/webpack/loader-utils/blob/v1.4.2/CHANGELOG.md)
- [Commits](https://github.com/webpack/loader-utils/compare/v1.4.0...v1.4.2)

---
updated-dependencies:
- dependency-name: loader-utils
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-04 10:33:49 +02:00
dependabot[bot]
f99db30d41 Bump go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc
Bumps [go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc](https://github.com/open-telemetry/opentelemetry-go) from 1.16.0 to 1.17.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.16.0...v1.17.0)

---
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>
2023-09-04 09:29:00 +02:00
Michael Barz
4fd974ba10 Merge pull request #7167 from rhafer/bump-alpine
Bump base images for Dockerfiles
2023-09-03 21:20:34 +02:00
ownClouders
19a567730e [tx] updated from transifex 2023-09-02 00:06:19 +00:00
Jörn Friedrich Dreyer
15bca0162c Automated changelog update [skip ci] 2023-09-01 13:25:46 +00:00
Jörn Friedrich Dreyer
f1d09af547 support AD FS (#7140)
* support AD FS

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

* drop unnecessary else

Co-authored-by: kobergj <jkoberg@owncloud.com>

---------

Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
Co-authored-by: kobergj <jkoberg@owncloud.com>
2023-09-01 15:25:06 +02:00
kobergj
7e1e48cb47 Merge pull request #7192 from kobergj/4.0.1backmerge
[full-ci] 4.0.1 Hotfix Backmerge
2023-09-01 13:00:57 +02:00
Sagar Gurung
76d6f12657 Make test code better for CI (#7190) 2023-09-01 16:42:35 +05:45
Florian Schade
0ec78ee7bb fix: failing tests and filter out specific matches 2023-09-01 12:07:56 +02:00
Florian Schade
a0f2adedb5 fix: acceptance tests to include path resource 2023-09-01 12:07:47 +02:00
Florian Schade
af9556f8f1 fix: search mount point inclusion 2023-09-01 12:07:38 +02:00
Florian Schade
b7f42004bc fix: search share expost 2023-09-01 12:07:31 +02:00
Karun Atreya
9c3511d2b0 make httpresponse check function to accept response object to get status from (#7169) 2023-09-01 09:50:48 +05:45
dependabot[bot]
c976f28848 Bump @testing-library/jest-dom from 5.17.0 to 6.1.2 in /services/idp
Bumps [@testing-library/jest-dom](https://github.com/testing-library/jest-dom) from 5.17.0 to 6.1.2.
- [Release notes](https://github.com/testing-library/jest-dom/releases)
- [Changelog](https://github.com/testing-library/jest-dom/blob/main/CHANGELOG.md)
- [Commits](https://github.com/testing-library/jest-dom/compare/v5.17.0...v6.1.2)

---
updated-dependencies:
- dependency-name: "@testing-library/jest-dom"
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-08-31 15:54:07 +02:00
kobergj
6714fd1131 Automated changelog update [skip ci] 2023-08-31 13:35:38 +00:00
kobergj
bab2798958 Merge pull request #7178 from kobergj/BumpReva
[full-ci] Bump Reva
2023-08-31 15:34:56 +02:00
Ralf Haferkamp
fc8f9d0740 Bump eslint-plugin-i18next from 5.2.1 to 6.0.3 /services/idp 2023-08-31 15:13:24 +02:00
Ralf Haferkamp
3490333038 Bump babel-loader from 8.1.0 to 8.3.0 /services/idp 2023-08-31 15:13:24 +02:00
Ralf Haferkamp
fcd54deb4d Bump @testing-library/jest-dom from 5.16.4 to 5.17.0 /services/idp 2023-08-31 15:13:24 +02:00
Ralf Haferkamp
e7534d87d5 Bump classnames from 2.3.1 to 2.3.2 /services/idp 2023-08-31 15:13:24 +02:00
Ralf Haferkamp
037c660881 Bump web-vitals from 1.1.2 to 3.4.0 /services/idp 2023-08-31 15:13:24 +02:00
Ralf Haferkamp
64aaf2c2b9 Bump query-string from 7.1.1 to 8.1.0 /services/idp 2023-08-31 15:13:24 +02:00
Ralf Haferkamp
a93a35b269 Bump eslint-plugin-react /services/idp 2023-08-31 15:13:24 +02:00