dependabot[bot]
5b42328f43
Bump github.com/grpc-ecosystem/grpc-gateway/v2 from 2.17.1 to 2.18.0
...
Bumps [github.com/grpc-ecosystem/grpc-gateway/v2](https://github.com/grpc-ecosystem/grpc-gateway ) from 2.17.1 to 2.18.0.
- [Release notes](https://github.com/grpc-ecosystem/grpc-gateway/releases )
- [Changelog](https://github.com/grpc-ecosystem/grpc-gateway/blob/main/.goreleaser.yml )
- [Commits](https://github.com/grpc-ecosystem/grpc-gateway/compare/v2.17.1...v2.18.0 )
---
updated-dependencies:
- dependency-name: github.com/grpc-ecosystem/grpc-gateway/v2
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-09-14 14:03:08 +02:00
Swikriti Tripathi
143675deff
Skip test in reva master ( #7278 )
2023-09-14 10:39:11 +05:45
ownClouders
564685b447
[tx] updated from transifex
2023-09-14 00:28:37 +00:00
Nalem7
78f08eb092
adding the path check ( #7007 )
2023-09-13 18:16:28 +05:45
Michael Barz
75290b68b1
Automated changelog update [skip ci]
2023-09-13 10:19:00 +00:00
Michael Barz
6e9c2e41d6
Merge pull request #7273 from owncloud/change-default-config-tus
...
change the default value for TUS
2023-09-13 12:18:00 +02:00
Michael Barz
4b741804b9
change the default value for TUS
2023-09-12 16:35:41 +02:00
Roman Perekhod
f6593411f7
Automated changelog update [skip ci]
2023-09-12 11:51:41 +00:00
Roman Perekhod
f54bb1e887
Merge pull request #7264 from 2403905/OCIS-3767-rename
...
the variables renaming
2023-09-12 13:51:03 +02:00
Roman Perekhod
8ecda095e3
the variables renaming
2023-09-12 10:05:24 +02:00
Prajwol Amatya
fa749529a9
[tests-only][full-ci ]Forwardport add test coverage for file preview using space dav version ( #7266 )
...
* Add tests for preview using space dav~
* use makeDavRequest to get preview of resource
---------
Co-authored-by: amrita <bunnycrestha34@gmail.com >
2023-09-12 12:05:55 +05:45
Karun Atreya
8d1b2e3343
[tests-only][full-ci] removing the setresponse in given/then step in CheckSumContext and FavoritesContext ( #7202 )
...
* making helper function, checking and setting response in given step and when steo respectively
* returning response and using in given/then steps as required in favoritesContext
* set the returned response on SpaceContext
* changed to inline variable in some lines as required
* to check for the specific https response code
2023-09-11 17:42:27 +05:45
Florian Schade
b5dc207d42
Automated changelog update [skip ci]
2023-09-11 11:50:55 +00:00
Florian Schade
c0553c7273
[full-ci] enhancement: add more kql spec tests and simplify ast normalization ( #7254 )
...
* enhancement: add more kql spec tests and simplify ast normalization
* enhancement: kql parser error if query starts with AND
* enhancement: add kql docs and support for date and time only dateTimeRestriction queries
* enhancement: add the ability to decide how kql nodes get connected
connecting nodes (with edges) seem straight forward when not using group, the default connection for nodes with the same node is always OR. THis only applies for first level nodes, for grouped nodes it is defined differently. The KQL docs are saying, nodes inside a grouped node, with the same key are connected by a AND edge.
* enhancement: explicit error handling for falsy group nodes and queries with leading binary operator
* enhancement: use optimized grammar for kql parser and toolify pigeon
* enhancement: simplify error handling
* fix: kql implicit 'AND' and 'OR' follows the ms html spec instead of the pdf spec
2023-09-11 13:49:53 +02:00
Karun Atreya
dbb666babf
[tests-only][full-ci] removing the setresponse in given/then step in FileVersionsContext ( #7111 )
...
* migrating set response from helper function to when step in preview feature
* separate single when/then steps by converting to helper function
* use of httpstatuscode check function in given step and rebased
* change function name
* remove use of setresponse in then step
* set the returned response
2023-09-11 17:29:28 +05:45
dependabot[bot]
08781f3b36
Bump golang.org/x/oauth2 from 0.11.0 to 0.12.0
...
Bumps [golang.org/x/oauth2](https://github.com/golang/oauth2 ) from 0.11.0 to 0.12.0.
- [Commits](https://github.com/golang/oauth2/compare/v0.11.0...v0.12.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/oauth2
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-09-11 09:14:43 +02:00
dependabot[bot]
c1dfe240d8
Bump github.com/nats-io/nats-server/v2 from 2.9.21 to 2.9.22
...
Bumps [github.com/nats-io/nats-server/v2](https://github.com/nats-io/nats-server ) from 2.9.21 to 2.9.22.
- [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.21...v2.9.22 )
---
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-09-11 09:10:51 +02:00
ownClouders
92ae593b4b
[tx] updated from transifex
2023-09-11 04:26:38 +00:00
ownClouders
47db3332cb
[tx] updated from transifex
2023-09-11 00:07:15 +00:00
Jörn Friedrich Dreyer
8cbf261568
give graph driveItems some love ( #7250 )
...
* give graph driveItems some love
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de >
* extract parseIDParam()
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de >
* add GetDriveItem(Children) tests
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de >
---------
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de >
2023-09-08 15:40:06 +02:00
Roman Perekhod
f3af6daad6
Automated changelog update [skip ci]
2023-09-08 13:33:22 +00:00
Roman Perekhod
9bec59bc63
[full-ci] The password policy added. Bump reva ( #7195 )
...
* The password policy added. Bump reva
* the special characters list became constant
---------
Co-authored-by: Roman Perekhod <rperekhod@owncloud.com >
2023-09-08 15:32:41 +02:00
Viktor Scharf
3ec2502ea1
kql search tests ( #7248 )
...
Co-authored-by: Florian Schade <f.schade@icloud.com >
2023-09-08 13:18:26 +02:00
ownClouders
422465b8f5
[tx] updated from transifex
2023-09-08 00:39:40 +00:00
Ralf Haferkamp
2d2db96e33
Automated changelog update [skip ci]
2023-09-07 18:55:42 +00:00
Ralf Haferkamp
a01f5d94c2
graph: debug logging for requireadmin middleware
2023-09-07 20:54:14 +02:00
Ralf Haferkamp
443598c227
ocis init: Add service accountid to settings config
2023-09-07 20:54:14 +02:00
Ralf Haferkamp
6fd0853fcc
ocis init: Add service account settings for proxy
2023-09-07 20:54:14 +02:00
Ralf Haferkamp
684f5c07e5
Use service user for role assignment and autoprovisioning
...
This gets us a rid of the need to configure the reva jwt secret in the
proxy. Also we no longer need to fake an internal admin user for
autoprovsioning user and/or assigning the roles to users from oidc
claims.
2023-09-07 20:54:14 +02:00
Sagar Gurung
c23e0433cf
[tests-only][full-ci]Added test for server getting panic when adding password to a public link ( #7233 )
...
* Added test for server getting panic when adding password to a link
* Change test case
2023-09-07 17:19:21 +02:00
Roman Perekhod
12538faaf4
Automated changelog update [skip ci]
2023-09-07 14:46:08 +00:00
Roman Perekhod
3ab8226cd1
Merge pull request #7247 from 2403905/enable-kql-fix-unary
...
fix unary in the beginning. add tests
2023-09-07 16:40:24 +02:00
kobergj
3266efa3f9
Automated changelog update [skip ci]
2023-09-07 13:26:40 +00:00
kobergj
1fe1805ce0
Merge pull request #7217 from kobergj/ClientlogService
...
Clientlog Service
2023-09-07 15:26:06 +02:00
Roman Perekhod
158f91b398
fix unary in the beginning
2023-09-07 14:38:26 +02:00
jkoberg
54e5eb03f9
remove commented code and add portrange
...
Signed-off-by: jkoberg <jkoberg@owncloud.com >
2023-09-07 14:17:04 +02:00
dependabot[bot]
aba6c31ce1
Bump google.golang.org/grpc from 1.57.0 to 1.58.0
...
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go ) from 1.57.0 to 1.58.0.
- [Release notes](https://github.com/grpc/grpc-go/releases )
- [Commits](https://github.com/grpc/grpc-go/compare/v1.57.0...v1.58.0 )
---
updated-dependencies:
- dependency-name: google.golang.org/grpc
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-09-07 12:59:06 +02:00
Florian Schade
6f2638a9be
Automated changelog update [skip ci]
2023-09-07 09:17:52 +00:00
Florian Schade
844783b6f9
[full-ci] - use KQL as default search query language ( #7212 )
...
* enhancement: use kql as default search query language
* enhancement: add support for unicode search queries
* fix: escape bleve field query whitespace
* fix: search related acceptance tests
* enhancement: remove legacy search query language
* enhancement: add support for kql dateTime restriction node types
* chore: bump web to v8.0.0-alpha.2
* fix: failing search api test
* enhancement: search bleve query compiler use DateRangeQuery as DateTimeNode counterpart
* enhancement: support for colon operators in dateTime kql queries
2023-09-07 11:13:33 +02:00
jkoberg
6df7f727e6
bump reva
...
Signed-off-by: jkoberg <jkoberg@owncloud.com >
2023-09-07 10:58:16 +02:00
jkoberg
35f2cd685a
convert event to common type
...
Signed-off-by: jkoberg <jkoberg@owncloud.com >
2023-09-07 10:56:58 +02:00
kobergj
da3f975d87
improve clientlog documentation
...
Co-authored-by: Martin <github@diemattels.at >
2023-09-07 10:56:58 +02:00
jkoberg
74f4143f0b
use new utils methods in userlog
...
Signed-off-by: jkoberg <jkoberg@owncloud.com >
2023-09-07 10:56:58 +02:00
jkoberg
732228ed88
add clientlog service
...
Signed-off-by: jkoberg <jkoberg@owncloud.com >
2023-09-07 10:56:58 +02:00
dependabot[bot]
eca299789d
Bump github.com/tus/tusd from 1.12.1 to 1.13.0
...
Bumps [github.com/tus/tusd](https://github.com/tus/tusd ) from 1.12.1 to 1.13.0.
- [Release notes](https://github.com/tus/tusd/releases )
- [Commits](https://github.com/tus/tusd/compare/v1.12.1...v1.13.0 )
---
updated-dependencies:
- dependency-name: github.com/tus/tusd
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-09-07 10:53:48 +02:00
kobergj
963c492a73
Automated changelog update [skip ci]
2023-09-07 07:07:37 +00:00
kobergj
55f6f20d3b
Merge pull request #7097 from kobergj/AutoAcceptShares
...
Auto Accept Shares
2023-09-07 09:06:59 +02:00
Florian Schade
6c9f0cc6d8
chore: fix codacy md last line annotation
2023-09-07 07:13:44 +02:00
kobergj
add4dec963
Update services/ocs/README.md
...
Co-authored-by: Martin <github@diemattels.at >
2023-09-06 17:24:11 +02:00
jkoberg
de14367d16
start eventlistener in group
...
Signed-off-by: jkoberg <jkoberg@owncloud.com >
2023-09-06 16:46:43 +02:00