Commit Graph

13896 Commits

Author SHA1 Message Date
jkoberg
d9d6da856f improve logging and error handling
Signed-off-by: jkoberg <jkoberg@owncloud.com>
2023-06-29 14:04:40 +02:00
jkoberg
77aa84171f add sse info to readme
Signed-off-by: jkoberg <jkoberg@owncloud.com>
2023-06-29 14:04:40 +02:00
jkoberg
8953336719 translate sse notifications
Signed-off-by: jkoberg <jkoberg@owncloud.com>
2023-06-29 14:04:38 +02:00
jkoberg
d2b873acff add sses to userlog
Signed-off-by: jkoberg <jkoberg@owncloud.com>
2023-06-29 14:03:22 +02:00
Ralf Haferkamp
c9a9fddef1 Consitently switch to stretchr/testify
We were using stretchr/testify and test-go/testify inconsitently and
sometimes mixed in the same tests. This can cause very strange issue,
e.g when using things like mock.MatchedBy().

This moves all our code to stretchr/testify, which seems to be far
more active and maintained then test-go/testify.
2023-06-29 13:44:49 +02:00
Prarup Gurung
cad866808e Merge pull request #6641 from owncloud/test-api-search-by-tag
[tests-only][full-ci]Add api test for search file through tag
2023-06-29 16:25:06 +05:45
nabim777
5ba7e887f7 add api test for search file through tag 2023-06-29 15:44:38 +05:45
dependabot[bot]
fc9f28e3a2 Bump github.com/prometheus/client_golang from 1.15.1 to 1.16.0
Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) from 1.15.1 to 1.16.0.
- [Release notes](https://github.com/prometheus/client_golang/releases)
- [Changelog](https://github.com/prometheus/client_golang/blob/main/CHANGELOG.md)
- [Commits](https://github.com/prometheus/client_golang/compare/v1.15.1...v1.16.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-06-29 08:48:06 +02:00
ownClouders
19b488704f [tx] updated from transifex 2023-06-29 00:50:12 +00:00
Viktor Scharf
ef7ff6e695 [test-only] personal space is deleted after a user is deleted test (#6642)
* ensure that personal space is deleted after deliting user

* add test with accepted share

* fix after review

* Update deleteUser.feature
2023-06-28 16:22:09 +02:00
dependabot[bot]
4991e47d0b Bump github.com/rs/zerolog from 1.29.0 to 1.29.1
Bumps [github.com/rs/zerolog](https://github.com/rs/zerolog) from 1.29.0 to 1.29.1.
- [Release notes](https://github.com/rs/zerolog/releases)
- [Commits](https://github.com/rs/zerolog/compare/v1.29.0...v1.29.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-06-28 13:24:42 +02:00
ownClouders
164b24cc41 [tx] updated from transifex 2023-06-28 10:06:47 +00:00
Daniël Franke
7bda03c386 Merge pull request #6640 from owncloud/ainmosni/feature/settings-tracing
Add tracing to settings service.
2023-06-28 10:39:54 +02:00
Prajwol Amatya
0b67887e29 implement DRY principle (#6553) 2023-06-28 10:56:08 +05:45
Prajwol Amatya
73d48b1132 added response check after file download (#6643) 2023-06-28 10:12:04 +05:45
ownClouders
d1d36e6f5a [tx] updated from transifex 2023-06-28 04:02:17 +00:00
Ralf Haferkamp
563bf34870 Fix output formatting of 'decomposedfs treesize-check` command
Add linebreak after errormessages
2023-06-27 17:42:07 +02:00
Martin
76a5c2b78c Automated changelog update [skip ci] 2023-06-27 15:17:13 +00:00
Martin
7709dfe328 Merge pull request #6626 from rhafer/issue-6510
Add changelog for recent yaml 1.2 change
2023-06-27 17:16:19 +02:00
Martin
adfa99c941 Merge pull request #6647 from owncloud/mmattel-patch-1
[docs-only] Fix webdav envvar description
2023-06-27 17:06:49 +02:00
Martin
fec827fc49 [docs-only] Fix webdav envvar description 2023-06-27 16:16:09 +02:00
Florian Schade
87dd1a6947 Automated changelog update [skip ci] 2023-06-27 13:56:50 +00:00
Florian Schade
a26aea758a [full-ci] enhancement: add search result content preview and term highlighting. (#6634)
* enhancement: add search result content preview and term highlighting.

* chore: fix changelog

* noop

* enhancement: provide search highlight tests
2023-06-27 15:56:17 +02:00
Christian Richter
e4d2954edf Automated changelog update [skip ci] 2023-06-27 12:02:23 +00:00
Christian Richter
b06f7ec131 Merge pull request #6577 from dragonchaser/issue-192-disable-thumbnailer
[full-ci] allow to disable previews in webdav & web
2023-06-27 14:01:37 +02:00
Prarup Gurung
63ba3a5f8a Merge pull request #6635 from owncloud/test/recipient-check-file-version
[tests-only] [full-ci] added different roles for sharee
2023-06-27 17:25:21 +05:45
Prarup Gurung
0c59a0054b Merge pull request #6633 from owncloud/mail-share2-group-notification
[tests-only][full-ci] Test for mail notification to group members if a space is shared
2023-06-27 17:23:10 +05:45
Christian Richter
a67c2c40a3 Update services/web/pkg/config/options.go
Co-authored-by: kobergj <juliankoberg@googlemail.com>
2023-06-27 13:26:59 +02:00
Amrita
d865f2cb5e Improve code logic (#6597) 2023-06-27 17:02:54 +05:45
Viktor Scharf
753c8f2372 [full-ci][tests-only] Check id file owner in response (#6627)
* check owner as spaceId in sharing response

* fix after review
2023-06-27 12:50:10 +02:00
Daniël Franke
96557a95ae Add tracing to settings service.
This adds tracing to the settings service. It uses the otelchi package
and passes the tracing provider to the grpc and http servers.
2023-06-27 12:31:19 +02:00
nirajacharya2
bee7f0c311 added test for mail notification to group members if a space is shared with them 2023-06-27 16:06:58 +05:45
nirajacharya2
5524658f86 added antivirus test for overwriting a file with virus content in project space share (#6623) 2023-06-27 15:28:40 +05:45
Sabin
7b20bde72c added different roles for sharee 2023-06-27 13:16:36 +05:45
Ralf Haferkamp
df22e07cb7 Add changelog for recent yaml 1.2 change
Fixes: #6510
2023-06-26 15:51:51 +02:00
nirajacharya2
cd304b4df8 added antivirus test for overwriting the .space/readme.md file (#6615) 2023-06-26 16:41:20 +05:45
Michael Barz
a11b519833 Merge pull request #6611 from owncloud/kql-adr
[docs-only] [adr] New decision was made to use kql
2023-06-26 10:50:51 +02:00
kobergj
b00d221eac Automated changelog update [skip ci] 2023-06-26 08:45:41 +00:00
kobergj
d0e1adccf7 Merge pull request #6618 from kobergj/MoreRoleAssignerFixing
Fix OIDC Role Assigning
2023-06-26 10:44:51 +02:00
dependabot[bot]
05137f1d17 Bump github.com/nats-io/nats-server/v2 from 2.9.17 to 2.9.19
Bumps [github.com/nats-io/nats-server/v2](https://github.com/nats-io/nats-server) from 2.9.17 to 2.9.19.
- [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.17...v2.9.19)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-06-26 10:33:53 +02:00
Michael Barz
93f1e381cf Update docs/ocis/adr/0020-file-search-query-language.md
Co-authored-by: Martin <github@diemattels.at>
Signed-off-by: Michael Barz <mbarz@owncloud.com>
2023-06-26 10:17:12 +02:00
Christian Richter
3257b36eb4 fix error in changelog
Signed-off-by: Christian Richter <crichter@owncloud.com>
2023-06-26 09:23:33 +02:00
jkoberg
1bf28dac43 change assign roles logic
Signed-off-by: jkoberg <jkoberg@owncloud.com>
2023-06-26 09:20:34 +02:00
Phil Davis
b85fc7e6c4 Merge pull request #6607 from KarunAtreya/overwrite-with-virus-usershare
[tests-only] added scenarios for overwrite file with virus content in user share
2023-06-26 12:52:01 +05:45
KarunAtreya
0de8222461 adapt the scenario for sharing file as well as file inside a folder 2023-06-26 12:03:04 +05:45
KarunAtreya
d9298dbb73 added scenarios for overwrite file with virus content in user share 2023-06-26 11:57:19 +05:45
Swikriti Tripathi
198c3e52b5 Add tests for checking response of REPORT request in project spaces (#6609) 2023-06-26 10:49:44 +05:45
ownClouders
5e1f06b6d4 [tx] updated from transifex 2023-06-26 00:52:35 +00:00
Michael Barz
e31475944c New decision was made to use kql 2023-06-23 16:52:31 +02:00
kobergj
b2030c1076 Automated changelog update [skip ci] 2023-06-23 14:12:40 +00:00