Commit Graph

14739 Commits

Author SHA1 Message Date
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
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
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