Martin
d35f413abf
Merge pull request #6400 from owncloud/dependabot/go_modules/go.opentelemetry.io/otel/trace-1.16.0
...
Bump go.opentelemetry.io/otel/trace from 1.15.1 to 1.16.0
2023-06-02 09:06:38 +02:00
Phil Davis
8f02d26da8
Merge pull request #6423 from owncloud/modForOcisHello
...
delete problematic files for go get
2023-06-02 12:29:01 +05:45
Ralf Haferkamp
798fb56558
Automated changelog update [skip ci]
2023-06-01 09:17:55 +00:00
Ralf Haferkamp
7a4bc71e65
Revert "idp/proxy: Match users by ID instead of name by default"
...
This reverts commit 52951b42b0 .
The change broke authentication for at least the desktop client when
using the builtin idp. There seem to be issues in the IDP (lico) which
result in the implicit scoped not being added correctly in some case.
When that scope is missing the `lg.uuid` claim will not be present in
the userinfo and we can correctly match users by id.
This reverts back to the old behaviour of matching users by name. Which
also brings some aspects of https://github.com/owncloud/ocis/issues/904
Fixes #6415
2023-06-01 11:13:47 +02:00
kobergj
067bc9618c
Merge pull request #6422 from kobergj/BumpWeb
...
[tests-only][full-ci] Bump Web to 7.0.0-rc39
2023-06-01 10:55:55 +02:00
jkoberg
d18e32627f
bump web to 7.0.0-rc39
...
Signed-off-by: jkoberg <jkoberg@owncloud.com >
2023-06-01 09:49:22 +02:00
Roman Perekhod
9f89a2bfca
Automated changelog update [skip ci]
2023-05-31 14:38:35 +00:00
Roman Perekhod
09c95d3afa
Merge pull request #6398 from 2403905/issue-4265
...
Fixed the empty exact list in response to getting sharees while searching #issue-4265
2023-05-31 17:38:01 +03:00
Roman Perekhod
366d1c2c10
Fix the empty exact list while searching for a sharee #issue-4265
2023-05-31 15:46:11 +02:00
kobergj
aff8a7dfb5
Automated changelog update [skip ci]
2023-05-31 13:37:11 +00:00
kobergj
48c4b488bb
Merge pull request #6418 from kobergj/UseCorrectLogoPermission
...
Use correct Logo Permission
2023-05-31 15:36:33 +02:00
jkoberg
5eae568a32
use correct logo permission name
...
Signed-off-by: jkoberg <jkoberg@owncloud.com >
2023-05-31 15:02:14 +02:00
kobergj
3674b42299
Automated changelog update [skip ci]
2023-05-31 12:04:17 +00:00
kobergj
1d3de8a7b8
Merge pull request #6391 from kobergj/RenamePermissions
...
[full-ci] Rename Permissions
2023-05-31 14:03:34 +02:00
Amrita
91ea910cf0
Extend notification tests scenario for different language ( #6365 )
2023-05-31 16:00:10 +05:45
jkoberg
20aa9e85de
skip e2e tests
...
Signed-off-by: jkoberg <jkoberg@owncloud.com >
2023-05-31 12:01:21 +02:00
jkoberg
599c7b6b87
bump reva
...
Signed-off-by: jkoberg <jkoberg@owncloud.com >
2023-05-31 11:59:31 +02:00
jkoberg
b41b1ec4cb
rename permssions
...
Signed-off-by: jkoberg <jkoberg@owncloud.com >
2023-05-30 10:35:51 +02:00
ownClouders
7094891f4d
[tx] updated from transifex
2023-05-30 00:03:06 +00:00
dependabot[bot]
c27815bdfb
Bump go.opentelemetry.io/otel/trace from 1.15.1 to 1.16.0
...
Bumps [go.opentelemetry.io/otel/trace](https://github.com/open-telemetry/opentelemetry-go ) from 1.15.1 to 1.16.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.15.1...v1.16.0 )
---
updated-dependencies:
- dependency-name: go.opentelemetry.io/otel/trace
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-05-29 07:01:37 +00:00
Artur Neumann
fd4301b0d7
delete problematic files for go get
2023-05-29 12:38:44 +05:45
Prarup Gurung
09729552e3
Added GDPR report test for events.SpaceCreated ( #6397 )
2023-05-29 11:12:39 +05:45
dependabot[bot]
1ad0637254
Bump github.com/nats-io/nats-server/v2 from 2.9.4 to 2.9.17 ( #6373 )
...
Bumps [github.com/nats-io/nats-server/v2](https://github.com/nats-io/nats-server ) from 2.9.4 to 2.9.17.
- [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.4...v2.9.17 )
---
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 >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-27 19:06:42 +02:00
Andre Duffeck
c0665975b3
Do not try to fulltext-index large files. ( #6395 )
...
* Do not try to extract the content of large files.
Both tika and ocis do not handle large files/archives very well.
* Apply suggestions from code review
Co-authored-by: Martin <github@diemattels.at >
---------
Co-authored-by: Martin <github@diemattels.at >
2023-05-27 19:03:58 +02:00
Jörn Friedrich Dreyer
19dc47e311
Automated changelog update [skip ci]
2023-05-27 08:18:58 +00:00
Jörn Friedrich Dreyer
632b206675
trace proxie middlewares ( #6313 )
...
* trace proxie middlewares
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de >
* Update ocis-pkg/service/grpc/client.go
Co-authored-by: Christian Richter <1058116+dragonchaser@users.noreply.github.com >
* default tls is off
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de >
---------
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de >
Co-authored-by: Christian Richter <1058116+dragonchaser@users.noreply.github.com >
2023-05-27 10:18:24 +02:00
Jörn Friedrich Dreyer
12dff34442
Automated changelog update [skip ci]
2023-05-26 20:22:48 +00:00
Jörn Friedrich Dreyer
b8bdd4573a
introduce otlp tracing ( #5132 )
...
* introduce otel tracing
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de >
* use new trace provider initialization
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de >
* work
* bump reva
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de >
* remove commented code
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de >
* add vendor changes
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de >
---------
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de >
2023-05-26 22:21:03 +02:00
Phil Davis
1d714ae3fc
Merge pull request #6396 from owncloud/enh/refactor-feature-file-part4
...
[tests-only][full-ci]Refactor feature files to add correct description
2023-05-26 20:11:02 +05:45
Roman Perekhod
63673ba677
Automated changelog update [skip ci]
2023-05-26 12:52:43 +00:00
Roman Perekhod
e57e6046d3
Fix preview or viewing of shared animated GIFs ( #6386 )
...
* Fix preview or viewing of shared animated GIFs
---------
Co-authored-by: Roman Perekhod <rperekhod@owncloud.com >
2023-05-26 14:52:12 +02:00
Phil Davis
63d0a02aeb
Fix line number in expected-failures-API-on-OCIS-storage.md
2023-05-26 18:07:36 +05:45
Swikriti Tripathi
a60de39111
address reviews
2023-05-26 16:56:48 +05:45
Swikriti Tripathi
5ca351c091
update expected to fail file
2023-05-26 16:31:38 +05:45
Swikriti Tripathi
9c5a8a7b24
Refactor feature files to add correct description
2023-05-26 16:31:37 +05:45
Martin
34909ec1fd
Merge pull request #6394 from owncloud/add-eula
...
Add End User License Agreement
2023-05-26 12:27:09 +02:00
Martin
ddafd1f17f
Update README.md
2023-05-26 11:31:12 +02:00
Prarup Gurung
bc01691842
Added GDPR report test for events.SpaceShared ( #6383 )
2023-05-26 11:27:10 +05:45
Michael Barz
9ac317cb61
add EULA to CODEOWNERS
2023-05-25 20:37:04 +02:00
Michael Barz
fd8f277673
Add files via upload
2023-05-25 17:41:43 +02:00
Michael Barz
dc7418b3c3
Automated changelog update [skip ci]
2023-05-25 14:47:12 +00:00
Michael Barz
6eb0a5bbe7
Merge pull request #6382 from kobergj/BumpReva
...
[full-ci] Bump Reva
2023-05-25 16:46:40 +02:00
kobergj
35ecbd7b5f
Automated changelog update [skip ci]
2023-05-25 13:53:50 +00:00
jkoberg
a2aa55a4dd
adjust expected failures
...
Signed-off-by: jkoberg <jkoberg@owncloud.com >
2023-05-25 15:52:04 +02:00
jkoberg
9beb6090eb
bump reva
...
Signed-off-by: jkoberg <jkoberg@owncloud.com >
2023-05-25 15:52:01 +02:00
kobergj
924f0c408d
Merge pull request #6370 from kobergj/AddFulltextsearchCapability
...
Add Fulltextsearch Capability
2023-05-25 15:50:43 +02:00
Viktor Scharf
cdfdc6a959
Automated changelog update [skip ci]
2023-05-25 12:48:19 +00:00
Viktor Scharf
76b0e744a7
[tests-only] Api tests for checking conflict status code while creating folder ( #6389 )
...
* add tests for checking conflict status code while creating folder
* fix after review
2023-05-25 14:47:32 +02:00
Martin
ca75468211
Merge pull request #6392 from kobergj/UnifyCACertEnvvars
...
Unify CACERT envvars
2023-05-25 14:47:14 +02:00
Prarup Gurung
d31f544a9f
[full-ci] [tests-only] Removed tag personalSpace, and refactored the example tables ( #6250 )
...
* Refactored personalSpace tagged scenarios
* Fixed line numbers in expected failure
2023-05-25 17:50:00 +05:45