Commit Graph

14723 Commits

Author SHA1 Message Date
Prarup Gurung f72ffd014b Merge pull request #7396 from owncloud/tests/remove-unsed-steps
[tests-only] Remove AppConfigurationContext file
2023-10-04 14:52:21 +05:45
Sawjan Gurung 0bf863b451 [tests-only] Added tests with depth:infinity enabled (#7395)
* add depth infinity tests

* fix step

* add passing tests only

* format rable
2023-10-04 11:51:24 +05:45
ownClouders 582e7474e8 [tx] updated from transifex 2023-10-04 00:54:10 +00:00
Sagar Gurung 315b318589 [tests-only]Added test for the move with file-id in web-dav-url (#7318)
* Added test for move and rename by file-id

* Review Address
2023-10-03 16:40:58 +05:45
Saw-jan 6c3f68f8f9 fix return type 2023-10-03 16:28:35 +05:45
Saw-jan 6e43e1f0ba include capabilities context 2023-10-03 15:16:08 +05:45
Saw-jan dd95d73e0d remove AppConfigurationContext file 2023-10-03 14:10:20 +05:45
Sawjan Gurung c59b597984 [tests-only] Run tests with default propfind depth infinity config (#7334)
* use default config for OCDAV_ALLOW_PROPFIND_DEPTH_INFINITY

* remove unnecessary steps

* use default propfind depth infinity value

* use correct step to check the resources

* use correct step to check the resources

* cover depth:infinity enabled test cases

* fix steps

* fix scenario steps

* update expected failure list

* add depth infinity test suite to ci

* update existing tests only

* remove test with depth:infinity
2023-10-03 09:26:31 +05:45
Karun Atreya 87f1235562 [tests-only] removing the setresponse in given/when/then step in ocs and webdavlocking context (#7347)
* refactor given and when steps in ocs and webdav locking context

* use the returned response

* use of returned response from helper function

* made changes to the affected test steps

* deleted vardump line
2023-10-02 17:00:04 +05:45
ownClouders eb1aa4502e [tx] updated from transifex 2023-10-02 04:33:40 +00:00
ownClouders d098349d20 [tx] updated from transifex 2023-10-01 00:40:41 +00:00
Phil Davis 3ba6229add Merge pull request #7376 from owncloud/remove-deprecated-env-test-ocis
[docs-only]Remove deprecated env
2023-09-29 16:04:46 +05:45
amrita 0da009d180 Remove TEST_OCIS env 2023-09-29 14:58:42 +05:45
Michael Barz eb299a2b4a use HTTP proxy for bingo-get 2023-09-29 08:58:54 +02:00
dependabot[bot] 91e2b0ff20 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.43.0 to 0.44.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.43.0...zpages/v0.44.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-28 17:51:12 +02:00
dependabot[bot] 4f0f106fd1 Bump github.com/prometheus/client_golang from 1.16.0 to 1.17.0
Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) from 1.16.0 to 1.17.0.
- [Release notes](https://github.com/prometheus/client_golang/releases)
- [Changelog](https://github.com/prometheus/client_golang/blob/v1.17.0/CHANGELOG.md)
- [Commits](https://github.com/prometheus/client_golang/compare/v1.16.0...v1.17.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-28 17:49:59 +02:00
kobergj e68d318b82 Automated changelog update [skip ci] 2023-09-28 14:54:37 +00:00
kobergj c409859839 Merge pull request #7382 from kobergj/sse-scalability
SSE Scalability
2023-09-28 16:53:18 +02:00
jkoberg 9a981ffe24 make sse service scalable
Signed-off-by: jkoberg <jkoberg@owncloud.com>
2023-09-28 14:08:03 +02:00
ownClouders 836106d802 [tx] updated from transifex 2023-09-28 04:05:37 +00:00
Michael Barz 749f689f33 Merge pull request #7084 from owncloud/d7oc/wopiserver-ssl
fixed WOPISERVER_INSECURE in entrypoint script for wopiserver
2023-09-27 18:56:54 +02:00
Michael Barz b6832257d1 Merge pull request #7311 from owncloud/add-error-body
[docs-only] Add denied error body to docs
2023-09-27 18:55:25 +02:00
Ralf Haferkamp 9ed56c7834 Automated changelog update [skip ci] 2023-09-27 13:39:37 +00:00
Ralf Haferkamp 4465c9385d graph/education: Fix issues reported by sonarcloud 2023-09-27 15:39:00 +02:00
Ralf Haferkamp a34d467285 graph/education: slightly improve error handling and logging
- Use var for common errors
- Add the addition error message to the Error() output of errorcode.Error
- in PatchEducationSchool() use errorcode.RenderError() to turn the errorcode
  in to the right HTTP Status (instead of return 500 always)
2023-09-27 15:39:00 +02:00
Ralf Haferkamp 4f59de9c52 graph/education: Check school number for duplicates before adding a school 2023-09-27 15:39:00 +02:00
Ralf Haferkamp e2849bf19d graph/education: Add getSchoolByNumber helper
Sometimes we explicit need to lookup by number and not numberOrID
2023-09-27 15:39:00 +02:00
Ralf Haferkamp ce808eaa17 graph/education: Remove unreachable code
An LDAP Modify operation never returns LDAPResultEntryAlreadyExists errors.
That error can only happen for LDAPAdd or LDAPModifyDN.
2023-09-27 15:39:00 +02:00
Ralf Haferkamp 16debe6fa5 graph/education: Use helper for creating attribute list 2023-09-27 15:39:00 +02:00
Ralf Haferkamp 164edd16c0 graph/education: Don't leak LDAP errors into the graph error message 2023-09-27 15:39:00 +02:00
kobergj 5e304dc405 Automated changelog update [skip ci] 2023-09-27 11:42:26 +00:00
kobergj f6867f972a Merge pull request #7369 from kobergj/DontReloadWebConfig
Dont reload Webconfig on request
2023-09-27 13:40:59 +02:00
jkoberg 2cd6ee361e dont reload web config on request
Signed-off-by: jkoberg <jkoberg@owncloud.com>
2023-09-27 11:44:52 +02:00
Christian Richter 3b6a2e1afb Merge pull request #7367 from owncloud/add-matrix-to-readme
Add Matrix chat to readme
2023-09-27 11:08:09 +02:00
Christian Richter 702b1c7692 Add Matrix chat to readme 2023-09-27 10:10:34 +02:00
dependabot[bot] 67c86b7dd4 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.17.0 to 1.18.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.17.0...v1.18.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-27 10:04:47 +02:00
dependabot[bot] 0f2838e525 Bump github.com/blevesearch/bleve/v2 from 2.3.9 to 2.3.10
Bumps [github.com/blevesearch/bleve/v2](https://github.com/blevesearch/bleve) from 2.3.9 to 2.3.10.
- [Release notes](https://github.com/blevesearch/bleve/releases)
- [Commits](https://github.com/blevesearch/bleve/compare/v2.3.9...v2.3.10)

---
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-09-27 09:59:49 +02:00
Christian Richter f051b9ef7d Merge pull request #7355 from dragonchaser/ocis-3743-show-hide-share-status
bump reva & go-cs3apis
2023-09-27 08:48:03 +02:00
Christian Richter b4750c4b72 Modify test-suite (upper/lowercase issues)
Co-authored-by: Jörn Friedrich Dreyer <jfd@butonic.de>

Signed-off-by: Christian Richter <crichter@owncloud.com>
2023-09-26 16:37:44 +02:00
Christian Richter 8f67105c0f add reva bugfix
Signed-off-by: Christian Richter <crichter@owncloud.com>
2023-09-26 15:26:53 +02:00
Jörn Friedrich Dreyer c083f598b7 fix group id claim (#7352)
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
2023-09-26 15:13:15 +02:00
Sagar Gurung 98b4d3ef98 [tests-only][full-ci]Added test for the propfind with file-id (#7335)
* Added test for the propfind with file id

* Refactor the scenario title description

* Review address- refactor scenarios
2023-09-26 18:05:15 +05:45
Sagar Gurung ddaa825617 Added test for the copy with file-id in url (#7308) 2023-09-26 18:04:48 +05:45
Christian Richter d1e84281f5 Fix test suite (uppercase error strings)
Co-authored-by: Jörn Friedrich Dreyer <jfd@butonic.de>

Signed-off-by: Christian Richter <crichter@owncloud.com>
2023-09-26 14:11:21 +02:00
dependabot[bot] 502ec695f1 Bump github.com/nats-io/nats-server/v2 from 2.9.22 to 2.10.1
Bumps [github.com/nats-io/nats-server/v2](https://github.com/nats-io/nats-server) from 2.9.22 to 2.10.1.
- [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.9.22...v2.10.1)

---
updated-dependencies:
- dependency-name: github.com/nats-io/nats-server/v2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-26 11:06:39 +02:00
Christian Richter 580de3934d update vendorings
Signed-off-by: Christian Richter <crichter@owncloud.com>
2023-09-26 10:23:43 +02:00
Christian Richter ea7cd91f36 bump reva & go-cs3apis
Signed-off-by: Christian Richter <crichter@owncloud.com>
2023-09-26 10:17:10 +02:00
ownClouders a1b7dc34cd [tx] updated from transifex 2023-09-26 00:05:55 +00:00
dependabot[bot] fda2b0e626 Bump jest and @types/jest in /services/idp
Bumps [jest](https://github.com/jestjs/jest/tree/HEAD/packages/jest) and [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest). These dependencies needed to be updated together.

Updates `jest` from 29.6.4 to 29.7.0
- [Release notes](https://github.com/jestjs/jest/releases)
- [Changelog](https://github.com/jestjs/jest/blob/main/CHANGELOG.md)
- [Commits](https://github.com/jestjs/jest/commits/v29.7.0/packages/jest)

Updates `@types/jest` from 29.5.4 to 29.5.5
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jest)

---
updated-dependencies:
- dependency-name: jest
  dependency-type: direct:development
  update-type: version-update:semver-minor
- dependency-name: "@types/jest"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-25 17:14:08 +02:00
dependabot[bot] 50d8cf4c9b Bump webpack from 4.46.0 to 4.47.0 in /services/idp
Bumps [webpack](https://github.com/webpack/webpack) from 4.46.0 to 4.47.0.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v4.46.0...v4.47.0)

---
updated-dependencies:
- dependency-name: webpack
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-25 11:52:07 +02:00