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
Michael Barz
0a2254643b
Adjust the test expectations
2023-06-26 17:55:03 +02:00
Ralf Haferkamp
df22e07cb7
Add changelog for recent yaml 1.2 change
...
Fixes : #6510
2023-06-26 15:51:51 +02:00
Michael Barz
e364a290c5
Update Reva to include 4013
2023-06-26 15:14:34 +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
kobergj
9fc37147c2
Merge pull request #6593 from kobergj/AddIDsToGraphResourceLogging
...
Add IDs to graph access logs
2023-06-23 16:12:03 +02:00
Christian Richter
5150a18dec
Update services/webdav/pkg/config/config.go
...
Co-authored-by: kobergj <juliankoberg@googlemail.com >
2023-06-23 16:11:39 +02:00
Michael Barz
fe1ff55ea3
Merge pull request #6571 from owncloud/dependabot/go_modules/github.com/urfave/cli/v2-2.25.7
...
Bump github.com/urfave/cli/v2 from 2.25.1 to 2.25.7
2023-06-23 16:08:13 +02:00
Michael Barz
4332825e2d
Automated changelog update [skip ci]
2023-06-23 14:08:06 +00:00
Michael Barz
2421b42a0a
Merge pull request #6583 from owncloud/add-web-redirect-uri
...
add web post redirect uri config
2023-06-23 16:07:04 +02:00
Michael Barz
495f2da372
Automated changelog update [skip ci]
2023-06-23 14:03:09 +00:00
Michael Barz
aa4e490477
Merge pull request #6556 from rhafer/decomposed-fsck
...
Decomposedfs treesizecheck
2023-06-23 16:01:24 +02:00
Daniël Franke
581664a6dc
Automated changelog update [skip ci]
2023-06-23 12:21:02 +00:00
Daniël Franke
8f7521eff7
Move away from global tracers. ( #6591 )
...
* Move away from global tracers.
This PR moves away from global tracers and instead initialises
a tracer provider at Service setup and passes it where it needs to be.
* Change tracing provider to be set via options.
Also change name for GetServiceTraceProvider.
* Add changelog.
2023-06-23 14:20:26 +02:00
Christian Richter
15ced8a6df
incorporate requested changes
...
Signed-off-by: Christian Richter <crichter@owncloud.com >
2023-06-23 13:29:49 +02:00
Phil Davis
c8f8bc55e2
Automated changelog update [skip ci]
2023-06-23 10:32:15 +00:00
Phil Davis
971115d103
Merge pull request #6590 from kobergj/BumpReva
...
[full-ci] Bump Reva
2023-06-23 16:16:31 +05:45
jkoberg
7d7ff26a96
update expected failures
...
Signed-off-by: jkoberg <jkoberg@owncloud.com >
2023-06-23 11:32:28 +02:00
nirajacharya2
82f5f25bfe
[tests-only][full-ci]added scenario for overwrite file with virus content in a public link ( #6586 ) ( #6600 )
...
* added scenario for overwrite file with virus content in a public link
* changed sharer overwrite step with public overwrite
Co-authored-by: Karun Atreya <33852651+KarunAtreya@users.noreply.github.com >
2023-06-23 15:13:01 +05:45
jkoberg
098d51bf0e
bump reva
...
Signed-off-by: jkoberg <jkoberg@owncloud.com >
2023-06-23 11:20:42 +02:00
kobergj
a64dd835e7
Automated changelog update [skip ci]
2023-06-23 08:33:08 +00:00
kobergj
76c3e3c024
Merge pull request #6605 from kobergj/FixUpdateRolesAssigner
...
Fix OIDC role assigner
2023-06-23 10:32:34 +02:00
Martin
b5000e39ff
Merge pull request #6594 from rhafer/idm-port
...
[docs-only] Fix idm default port typo in README
2023-06-23 08:55:59 +02:00
Karun Atreya
82fd405825
[tests-only][full-ci]added scenario for overwrite file with virus content in a public link ( #6586 )
...
* added scenario for overwrite file with virus content in a public link
* changed sharer overwrite step with public overwrite
2023-06-23 11:24:03 +05:45
Michael Barz
24347e1985
Apply suggestions from code review
...
Co-authored-by: Martin <github@diemattels.at >
Signed-off-by: Michael Barz <mbarz@owncloud.com >
2023-06-22 17:58:48 +02:00
jkoberg
1d0a7acc65
do not return an error when detecting too many roles
...
Signed-off-by: jkoberg <jkoberg@owncloud.com >
2023-06-22 17:45:01 +02:00
Jörn Friedrich Dreyer
2ea3b8c400
unmarshal token to filter spaces for current user ( #6596 )
...
* unmarshal token to filter spaces for current user
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de >
* Fix tests
---------
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de >
Co-authored-by: André Duffeck <andre.duffeck@firondu.de >
2023-06-22 16:15:17 +02:00
Ralf Haferkamp
4af4bba8b1
Add cli tool for verifing and repairing treesizes in decomposedfs
2023-06-22 15:58:52 +02:00
Christian Richter
a63931a2e1
add changelog
...
Signed-off-by: Christian Richter <crichter@owncloud.com >
2023-06-22 15:47:31 +02:00
Christian Richter
b3fd53d5a3
disable thumbnail service when web prevents previews
...
Signed-off-by: Christian Richter <crichter@owncloud.com >
2023-06-22 15:44:15 +02:00
jkoberg
ef68dce389
add more details for DELETE endpoints
...
Signed-off-by: jkoberg <jkoberg@owncloud.com >
2023-06-22 14:06:21 +02:00
kobergj
abf94f1ccb
Automated changelog update [skip ci]
2023-06-22 09:57:11 +00:00
kobergj
9e09bb1e4a
Merge pull request #6578 from kobergj/AddDefaultStoreToPostprocessing
...
Add default store to postprocessing service
2023-06-22 11:56:37 +02:00