Commit Graph
10654 Commits
Author SHA1 Message Date
Phil Davis 38ed0465f5 skip CI for various top-level md doc files 2022-07-15 20:19:16 +05:45
MartinandPhil Davis b8e52ad76a Apply suggestions from code review 2022-07-15 20:19:16 +05:45
MartinandPhil Davis 245cf9bd87 Update README.md
Update README.md to promote the documentation
2022-07-15 20:19:16 +05:45
Jörn Friedrich DreyerandGitHub c4486bae74 Merge pull request #4206 from wkloucek/remove-wopi-iopsecret
remove unused iopsecret from wopi example
2022-07-15 14:25:34 +00:00
Phil DavisandGitHub c8758954d5 Merge pull request #4205 from owncloud/bump-core-commit-id-20220715
[tests-only][full-ci]Bump CORE_COMMITID for tests
2022-07-15 20:00:00 +05:45
Swikriti Tripathi d3eab30387 update core commit id and update expected to fail 2022-07-15 16:51:38 +05:45
sagargurung1001@gmail.comandSwikriti Tripathi e61efa1db0 Bump CORE_COMMITID for tests 2022-07-15 16:51:38 +05:45
MartinandGitHub 1c5fa49164 Merge pull request #4208 from owncloud/michl19-patch-1
Update settings.yml
2022-07-15 11:50:27 +02:00
Michael LoefflerandGitHub e97503a241 Update settings.yml
Exchanged the doc link from dev docs to the official Infinite Scale documentation as discussed with doc team. This will make our documentation more prominent and easier accessible for users.
2022-07-15 11:33:18 +02:00
Willy Kloucek 99fb0698ed Automated changelog update [skip ci] 2022-07-15 08:27:19 +00:00
Willy KloucekandGitHub c76a0da585 Merge pull request #4138 from wkloucek/graph-optional-events
make graph service events optional
2022-07-15 10:26:51 +02:00
André Duffeck 31783a7596 Bump reva 2022-07-15 09:54:45 +02:00
Willy Kloucek 1b1a9d0aa1 update office versions 2022-07-15 08:57:08 +02:00
Willy Kloucek 835489b87a remove unused iopsecret from wopi example, https://github.com/cs3org/wopiserver/commit/d9b241da81305dee037ed376e8d358ab88f79845 2022-07-15 08:43:31 +02:00
Willy Kloucek 7cbd1ad357 make graph service events optional 2022-07-15 07:51:30 +02:00
Willy KloucekandGitHub 7c8a85f54c Merge pull request #4180 from owncloud/fix-search-reva-addr-config
fix search reva addr config parsing
2022-07-15 07:28:56 +02:00
Willy KloucekandGitHub e0523796d9 Merge pull request #4204 from rhafer/cleanup
Remove unused BindEnv code
2022-07-15 07:14:06 +02:00
Michael Barz 99b1a40180 Automated changelog update [skip ci] 2022-07-14 14:52:31 +00:00
Michael BarzandGitHub 6aef99b578 Merge pull request #4203 from wkloucek/update-reva
update reva
2022-07-14 16:52:05 +02:00
Ralf Haferkamp b2db577f09 Align login attributes in deployment example as well
Followup fix for #4039
2022-07-14 16:36:51 +02:00
Ralf Haferkamp 946f3e8feb Remove unused BindEnv code
We dropped this in favour of envdecode a while ago.
2022-07-14 16:34:25 +02:00
Willy Kloucek 3d0cdbebee update reva to get cs3org/reva#3074 2022-07-14 15:37:55 +02:00
Ralf Haferkamp d3979b1583 Automated changelog update [skip ci] 2022-07-14 12:21:59 +00:00
Ralf HaferkampandRalf Haferkamp 0f257af6e4 Align default login attribute across services
Up to now the builtin lico was using the "username" as the login
attribute, while the proxy (and to some extend the auth-basic) service
tried to uniquely identify users by mail address. This aligns the
default configuration of the services to use the username everywhere.

Fixes: #4039
2022-07-14 14:21:34 +02:00
Ralf HaferkampandRalf Haferkamp d09819dc0f Bump libregraph/idm to include latest fixes
Fixes: #3631, #4078
Partial: #4039
2022-07-14 14:21:34 +02:00
Willy KloucekandGitHub b05a5242d6 Merge pull request #4202 from owncloud/unpin-wopiserver
deployments: unpin wopiserver version
2022-07-14 14:17:00 +02:00
Jörn Friedrich Dreyer f9dd7a66f9 deployments: unpin wopiserver version
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
2022-07-14 11:57:09 +00:00
Willy KloucekandGitHub 506ee29b11 Merge pull request #4185 from owncloud/dependabot/go_modules/google.golang.org/grpc-1.48.0
Bump google.golang.org/grpc from 1.47.0 to 1.48.0
2022-07-14 13:34:24 +02:00
Jörn Friedrich Dreyer bbfbad171a Automated changelog update [skip ci] 2022-07-14 11:32:20 +00:00
Jörn Friedrich DreyerandGitHub 3274b8620c bump reva to 4ad9ffbece1 (#4201)
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
2022-07-14 13:29:38 +02:00
PKiranGitHubsagargurung1001@gmail.com <sagargurung1001@gmail.com>
30809a7b37 [tests-only] add tests for etag propagation on copy operation using spaces DAV (#4174)
* Transferred spaces etag propagation tests on copy operation from oC10

Signed-off-by: Kiran Parajuli <kiranparajuli589@gmail.com>

* Added implementation for copy request operation

* Upto store etag in given

Signed-off-by: Kiran Parajuli <kiranparajuli589@gmail.com>

* Fix remaining steps

Signed-off-by: Kiran Parajuli <kiranparajuli589@gmail.com>

* Style fix

Signed-off-by: Kiran Parajuli <kiranparajuli589@gmail.com>

* Updated feature name

Signed-off-by: Kiran Parajuli <kiranparajuli589@gmail.com>

* Address reviews

Signed-off-by: Kiran Parajuli <kiranparajuli589@gmail.com>

* Address reviews

Signed-off-by: Kiran Parajuli <kiranparajuli589@gmail.com>

Co-authored-by: sagargurung1001@gmail.com <sagargurung1001@gmail.com>
2022-07-14 16:59:36 +05:45
Phil DavisandGitHub 930ccbffb3 Merge pull request #4199 from owncloud/skipCalDavandCardDavOnOCIS
[tests-only][full-ci]Skip caldav and carddav request on OCIS CI
2022-07-14 15:59:49 +05:45
sagargurung1001@gmail.com 408c2ee454 Skip caldav and carddav request on OCIS CI 2022-07-14 15:08:23 +05:45
Phil DavisandGitHub 27e4fef960 Merge pull request #4198 from owncloud/updateExpecFailureForWebTestsonOcis
[tests-only][full-ci]Updated expected to failure for webUI as tests is passing on OCIS
2022-07-14 13:36:56 +05:45
sagargurung1001@gmail.com fc1b4d9f71 Updated expected to failure for webUI as tests is passing on OCIS 2022-07-14 12:59:10 +05:45
Andre Duffeck 3f80c8831d Automated changelog update [skip ci] 2022-07-13 11:59:59 +00:00
Andre DuffeckandGitHub f990ef91b6 Merge pull request #4189 from aduffeck/add-total-to-search
Search: Return the number of total matches
2022-07-13 13:58:06 +02:00
PKiranandGitHub 8434405faf [tests-only] remove dedicated spaces cleanup for the localAPI tests (#4172)
* No space cleanup in after scene

Signed-off-by: Kiran Parajuli <kiranparajuli589@gmail.com>

* Deleted method 'deleteAllSpacesOfTheType'

Signed-off-by: Kiran Parajuli <kiranparajuli589@gmail.com>
2022-07-13 16:31:10 +05:45
André Duffeck cfceb854b1 Fix rebase errors 2022-07-13 11:34:24 +02:00
André Duffeck 0f926fafad Add changelog 2022-07-13 11:04:46 +02:00
André Duffeck b9919aa69b Return the range and number of total matches in a Content-Range header 2022-07-13 10:42:52 +02:00
André Duffeck a4ba79dc3e Compile one sorted list of matches and apply the limit if needed 2022-07-13 10:42:52 +02:00
André Duffeck 0fb8721da6 Return the number of total matches 2022-07-13 10:42:50 +02:00
André Duffeck e7e30b782e Add TotalMatches to SearchResponse and SearchIndexResponse 2022-07-13 10:39:44 +02:00
André Duffeck def2abaa2d Fix make protobuf 2022-07-13 10:39:44 +02:00
Ralf HaferkampandRalf Haferkamp bead0e3f6a Bump libregraph/idm to latest master
to include DN comparing fixes
2022-07-13 09:42:34 +02:00
dependabot[bot]andGitHub 82fafe5b9d Bump google.golang.org/grpc from 1.47.0 to 1.48.0
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.47.0 to 1.48.0.
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](https://github.com/grpc/grpc-go/compare/v1.47.0...v1.48.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>
2022-07-13 05:37:01 +00:00
Willy KloucekandGitHub ae60c5338e Merge pull request #4156 from owncloud/dependabot/go_modules/github.com/urfave/cli/v2-2.11.0
Bump github.com/urfave/cli/v2 from 2.10.3 to 2.11.0
2022-07-13 07:35:48 +02:00
dependabot[bot]andGitHub e779c58923 Bump github.com/urfave/cli/v2 from 2.10.3 to 2.11.0
Bumps [github.com/urfave/cli/v2](https://github.com/urfave/cli) from 2.10.3 to 2.11.0.
- [Release notes](https://github.com/urfave/cli/releases)
- [Changelog](https://github.com/urfave/cli/blob/main/docs/CHANGELOG.md)
- [Commits](https://github.com/urfave/cli/compare/v2.10.3...v2.11.0)

---
updated-dependencies:
- dependency-name: github.com/urfave/cli/v2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-07-12 14:07:22 +00:00
Willy KloucekandGitHub bbefd5aa20 Merge pull request #4168 from owncloud/dependabot/go_modules/go.opentelemetry.io/otel/exporters/jaeger-1.8.0
Bump go.opentelemetry.io/otel/exporters/jaeger from 1.7.0 to 1.8.0
2022-07-12 16:05:47 +02:00