Commit Graph

14755 Commits

Author SHA1 Message Date
kobergj
0984c8ec52 Merge pull request #7406 from owncloud/wrong-envars
edit wrong named enves
2023-10-06 14:41:03 +02:00
case0sh
06d7702577 revert all changes to ocdav 2023-10-06 11:23:05 +02:00
Saw-jan
c138bc68fd fix steps 2023-10-06 14:55:38 +05:45
Saw-jan
e439deaba9 strict check for successful request 2023-10-06 14:55:38 +05:45
Saw-jan
18ac0425cb add method to create folder 2023-10-06 14:55:38 +05:45
Saw-jan
b0ef3aad5f fix steps 2023-10-06 14:55:38 +05:45
Saw-jan
a63ba607f9 fix share creation methods 2023-10-06 14:55:38 +05:45
case0sh
9b291c0739 revert all changes to frontend 2023-10-06 10:53:39 +02:00
case0sh
330e30c38e revert all changes to idp 2023-10-06 10:43:02 +02:00
case0sh
ace3664f6a fix formatting 2023-10-06 10:29:08 +02:00
case0sh
fac4524dd2 revert all changes to auth-machine 2023-10-06 10:29:08 +02:00
case0sh
24e784ac48 delete web_ui_config_file option 2023-10-06 10:29:08 +02:00
case0sh
8adea0f38e edit wrong named enves 2023-10-06 10:29:08 +02:00
Michael Barz
7a29b92ab9 Merge pull request #7420 from owncloud/dependabot/go_modules/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp-0.45.0
Bump go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp from 0.44.0 to 0.45.0
2023-10-06 10:25:48 +02:00
Michael Barz
f13ff6ba3f Automated changelog update [skip ci] 2023-10-06 06:31:20 +00:00
Michael Barz
b79ff4e071 Merge pull request #7416 from kobergj/DefaultAsyncUploads
[full-ci] Set default AsyncUploads to true
2023-10-06 08:30:44 +02:00
dependabot[bot]
98d45f3a68 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.44.0 to 0.45.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.44.0...zpages/v0.45.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-10-06 06:16:54 +00:00
jkoberg
f189b11ba9 default async uploads
Signed-off-by: jkoberg <jkoberg@owncloud.com>
2023-10-05 15:33:42 +02:00
Ralf Haferkamp
c1dcc42ad5 Automated changelog update [skip ci] 2023-10-05 10:37:59 +00:00
Ralf Haferkamp
f6b792a517 notifications: pick SMTP auth method automatically by default
This introduces the new value `auto` for NOTIFICATIONS_SMTP_AUTHENTICATION.
Which will make the notifications service automatically pick an authentication
mechanism that the server supports. This is also the new default behavior.

This also removes most of the other default settings for the SMTP
configuration. The default values were of no real use for this service.

Closes: #7356
2023-10-05 12:37:27 +02:00
Ralf Haferkamp
246ec1ecc9 notifications: Deprecate redundant encryptions settings
'tls' and 'ssl' are duplicates of 'starttls' and 'ssltls' and have been deprecated
in the upstream modules we use for sending mail notifications. Let's deprecate them
as well and issue a warning when they are still used.

Fixes: #7345
2023-10-05 12:37:27 +02:00
Michael Barz
e03de5da04 Merge pull request #7386 from owncloud/dependabot/go_modules/github.com/onsi/ginkgo/v2-2.12.1
Bump github.com/onsi/ginkgo/v2 from 2.12.0 to 2.12.1
2023-10-05 11:56:57 +02:00
dependabot[bot]
81e8d830c7 Bump postcss from 8.4.29 to 8.4.31 in /services/idp
Bumps [postcss](https://github.com/postcss/postcss) from 8.4.29 to 8.4.31.
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/postcss/postcss/compare/8.4.29...8.4.31)

---
updated-dependencies:
- dependency-name: postcss
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-05 11:34:13 +02:00
dependabot[bot]
27e736462f Bump github.com/onsi/ginkgo/v2 from 2.12.0 to 2.12.1
Bumps [github.com/onsi/ginkgo/v2](https://github.com/onsi/ginkgo) from 2.12.0 to 2.12.1.
- [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.12.0...v2.12.1)

---
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>
2023-10-05 09:08:05 +00:00
kobergj
405f547b55 Automated changelog update [skip ci] 2023-10-05 07:20:53 +00:00
kobergj
19b6c311ed Merge pull request #7410 from kobergj/DeleteUserlogEvents
[full-ci] Delete userlog events
2023-10-05 09:20:25 +02:00
ownClouders
ba73588e75 [tx] updated from transifex 2023-10-05 05:58:33 +00:00
Karun Atreya
b0455f03e6 [tests-only] removing the setresponse in given/when/then step in webdavproperties context (#7368)
* refactor given and when steps in webdavproperties context

* change the status code in tests as the when step sets the response now

* correct the status code check

* only save response

* use getResponseXml to get xml response object

* fix isEtagValid method

* rename step def methods

* make stricter checks

---------

Co-authored-by: Saw-jan <saw.jan.grg3e@gmail.com>
2023-10-05 09:55:11 +05:45
jkoberg
3b08e24581 bump reva
Signed-off-by: jkoberg <jkoberg@owncloud.com>
2023-10-04 16:38:44 +02:00
jkoberg
c47a48a50b delete outdated userlog events
Signed-off-by: jkoberg <jkoberg@owncloud.com>
2023-10-04 16:37:44 +02:00
Michael Barz
6fb05986ed Merge pull request #7404 from owncloud/bump-to-v8.0.0-alpha.3
[full-ci] chore: bump web to v8.0.0-alpha.3
2023-10-04 13:27:56 +02:00
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
Jannik Stehle
c1f1b15aec chore: bump web to v8.0.0-alpha.3 2023-10-04 09:52:33 +02:00
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