Commit Graph

11250 Commits

Author SHA1 Message Date
Jörn Friedrich Dreyer
b257ba6664 Fix cache config and search logging (#4732)
* make share event logging more distinguishable

Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>

* fix cache stat table config

Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>

* add changelog

Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>

Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
2022-10-04 14:07:11 +02:00
Jannik Stehle
84a775dcc3 Automated changelog update [skip ci] 2022-10-04 07:22:44 +00:00
Jannik Stehle
e053f70950 Fix unit tests 2022-10-04 09:18:36 +02:00
Jannik Stehle
dd2abc94ee Make the tokeninfo endpoint unprotected as it is supposed to be available to the public 2022-10-04 09:18:36 +02:00
Michael Barz
f91a0b45a5 Automated changelog update [skip ci] 2022-09-30 11:19:17 +00:00
Michael Barz
499148ce23 update reva (#4719) 2022-09-30 13:15:17 +02:00
Swikriti Tripathi
ef70d74fd0 Bump core commit id for tests (#4721) 2022-09-30 14:04:49 +05:45
Michael Barz
2ca55ba520 Automated changelog update [skip ci] 2022-09-29 14:51:06 +00:00
Michael Barz
fd6a0702ff Merge pull request #4702 from rhafer/issue/4692
[full-ci] Do not start auth-bearer service by default
2022-09-29 16:49:10 +02:00
Ralf Haferkamp
f26247b2a4 Automated changelog update [skip ci] 2022-09-29 14:26:47 +00:00
Ralf Haferkamp
c6664cfe61 Fix share/space link in notification mail
Use OCIS_URL as the link base. This change also makes sure that the
top-level OcisURL config value gets a default assigned, even when
OCIS_URL is unset.

Fixes: #4688
2022-09-29 16:26:21 +02:00
Ralf Haferkamp
de1588843a Fix notifications for group grantees
For looking up group members we need to pass an authenticated reva context via
the notification interface. We use the share owner's context that we generated
when stating the share target.

Fixes: #4703
2022-09-29 16:26:21 +02:00
Ralf Haferkamp
f71f7c7521 Fix grantee lookup for Share/Space Created event for groups
'ShareCreated' and 'SpaceCreate' events for group shares have an empty
GranteeUserID attribute. We need to lookup the GranteeGroup to get the Grantee
Name for the notification mail

Partial Fix: #4703
2022-09-29 16:26:21 +02:00
Phil Davis
3b95dcc545 Merge pull request #4710 from owncloud/remove-propfind-method
[tests-only] Remove the propfind method
2022-09-29 14:53:34 +05:45
Swikriti Tripathi
2957ec37aa Remove the propfind method 2022-09-29 12:40:02 +05:45
Swikriti Tripathi
10955e52a5 Fix path name in ocis_s3 docs (#4709) 2022-09-29 12:37:50 +05:45
Phil Davis
befe442454 Merge pull request #4707 from owncloud/balance-local-api-test-pipelines
[full-ci] [tests-only] `share` related tests separated to `apiSpacesShares` suite
2022-09-29 11:45:26 +05:45
Phil Davis
a7205fc91d Merge pull request #4708 from owncloud/fix-docs-nfs-share
[docs-only]Improve the documentation for NFS share
2022-09-29 11:42:19 +05:45
Prarup Gurung
46cd7b45f4 shares jail spaces related tests separated to apiSpacesShares suite 2022-09-29 10:53:59 +05:45
Artur Neumann
f39463b2fe Merge pull request #4696 from owncloud/refactorOcisClosedIssue2768
[tests-only][full-ci]Refactor download archive related scenario
2022-09-29 10:38:35 +05:45
Swikriti Tripathi
9b04d430da Improve the documentation for NFS share 2022-09-29 09:47:10 +05:45
dependabot[bot]
ceea696166 Bump github.com/xhit/go-simple-mail/v2 from 2.11.0 to 2.12.0
Bumps [github.com/xhit/go-simple-mail/v2](https://github.com/xhit/go-simple-mail) from 2.11.0 to 2.12.0.
- [Release notes](https://github.com/xhit/go-simple-mail/releases)
- [Commits](https://github.com/xhit/go-simple-mail/compare/v2.11.0...v2.12.0)

---
updated-dependencies:
- dependency-name: github.com/xhit/go-simple-mail/v2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-09-28 15:03:08 +02:00
Ralf Haferkamp
5d121b4bad Do not start auth-bearer service by default
The auth-bearer service is currently not needed by ocis. Reva tookens
for oidc authenticated clients are currently minted via the auth-machine
service.  This commit does not completely remove the service as we shoud
consider to rework the proxy's oidc middleware to use the auth-bearer
service in the future (see #4701)

Fixes: #4692
2022-09-28 12:11:06 +02:00
amrita
838957c641 Refactor expected-failure-file and closed issue related scenario 2022-09-28 11:25:35 +05:45
Ralf Haferkamp
080feb672f Automated changelog update [skip ci] 2022-09-28 01:02:17 +00:00
Ralf Haferkamp
371295ca95 Automated changelog update [skip ci] 2022-09-27 19:54:32 +00:00
Ralf Haferkamp
e4c28def8a Request revatoken via machine auth after autoprovsioning user (#4690)
To successfully authenticate a user after it was autoprovisioned, we
need to get a valid reva token.

Fixes: #4616
2022-09-27 21:51:18 +02:00
Ralf Haferkamp
5eaf0dfe7b Bump reva (#4694)
To get https://github.com/cs3org/reva/pull/3240
2022-09-27 20:38:08 +02:00
Pascal Wengerter
6bf7137c0c Bump nodejs in CI to v16 (#4062) 2022-09-27 18:56:14 +02:00
Willy Kloucek
eb8748a3b1 Automated changelog update [skip ci] 2022-09-27 16:52:54 +00:00
Willy Kloucek
0a46ef0b0b bring back the settings ui (#4691) 2022-09-27 18:50:45 +02:00
Jörn Friedrich Dreyer
6d8edc2986 Automated changelog update [skip ci] 2022-09-27 15:55:02 +00:00
Jörn Friedrich Dreyer
77d14ff79c update reva to 20220926161629
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
2022-09-27 17:52:49 +02:00
PKiran
05dbf36265 Merge pull request #4655 from owncloud/ci-fix-yarn-cache
[ci] fix restore for web cache
2022-09-27 19:20:48 +05:45
Amrita
a67e354eb4 [full-ci][tests-only]Run ocis tests without testing-app (#4560)
* Run ocis tests without testing-app

* add failing tests in expected to fail

Co-authored-by: Swikriti Tripathi <swikriti808@gmail.com>
2022-09-27 16:45:43 +05:45
dependabot[bot]
c119aacf2c Bump go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc
Bumps [go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc](https://github.com/open-telemetry/opentelemetry-go-contrib) from 0.36.0 to 0.36.1.
- [Release notes](https://github.com/open-telemetry/opentelemetry-go-contrib/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-go-contrib/blob/main/CHANGELOG.md)
- [Commits](https://github.com/open-telemetry/opentelemetry-go-contrib/compare/zpages/v0.36.0...zpages/v0.36.1)

---
updated-dependencies:
- dependency-name: go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-09-27 12:14:07 +02:00
Kiran Parajuli
9062e891c6 Check for all web related existing cache before generating
Signed-off-by: Kiran Parajuli <kiranparajuli589@gmail.com>
2022-09-27 15:04:02 +05:45
dependabot[bot]
d0b069dfb3 Bump github.com/MicahParks/keyfunc from 1.2.2 to 1.3.0
Bumps [github.com/MicahParks/keyfunc](https://github.com/MicahParks/keyfunc) from 1.2.2 to 1.3.0.
- [Release notes](https://github.com/MicahParks/keyfunc/releases)
- [Commits](https://github.com/MicahParks/keyfunc/compare/v1.2.2...v1.3.0)

---
updated-dependencies:
- dependency-name: github.com/MicahParks/keyfunc
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-09-27 11:02:27 +02:00
Andre Duffeck
6ca8a04311 Automated changelog update [skip ci] 2022-09-27 08:42:02 +00:00
Andre Duffeck
eaba396394 Fix unfindable entities (#4651)
* Fix unfindable entities from shares/publicshares

Directories or empty files weren't added to the search index properly
because they were indexed relative to the share instead of the space
root.

Fixes https://github.com/owncloud/ocis/issues/4489

* Add changelog

* Fix tests

* Reuse existing authorized context
2022-09-27 10:39:42 +02:00
Andre Duffeck
68b17eb68d Search dav spaces (#4661)
* Add a Ref option to SearchRequest, e.g. for limiting the search to a space

* Enable REPORT requests for /dav/spaces URLs

* Limit the search to the according space in case of /dav/spaces searches

* Add changelog

* Adapt expected failures

* Comment exported functions
2022-09-27 10:38:15 +02:00
Ralf Haferkamp
918bc85879 Bump reva to latest edge (#4660)
Fixes: #4628, #4657
2022-09-27 10:36:42 +02:00
Christian Richter
0a5cf2b864 Merge pull request #4665 from owncloud/fix_adoc_table_generation
[docs] Add a blank to type and default value pass thru
2022-09-27 07:58:23 +02:00
mmattel
df1fb9b020 Add a blank to type and default value pass thru 2022-09-26 17:32:44 +02:00
Ralf Haferkamp
8f2bf0ed9c Default to in-memory registry in single-binary mode
This avoids various issues of the old "mdns" default. At least for the simple
single process setup (#3134, #4597). When starting the services individually we
still default to "mdns".
2022-09-26 16:25:56 +02:00
Ralf Haferkamp
01650a5023 Use lazy initialization for the default grpc client
This avoids using a public global variable. It allows us to initialize
the default client a bit later (outside of init()). That way we can e.g.
properly initialize the in-memory registry.
2022-09-26 16:25:56 +02:00
Jörn Friedrich Dreyer
0ae75f8e66 update storage docs (#4663)
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>

Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
2022-09-26 15:11:01 +02:00
Jörn Friedrich Dreyer
7116145a04 Automated changelog update [skip ci] 2022-09-26 11:44:25 +00:00
Jörn Friedrich Dreyer
49376178e9 configure reva micro cache store (#4627)
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>

Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
2022-09-26 13:43:53 +02:00
Michael Barz
9bb7a0663f Automated changelog update [skip ci] 2022-09-26 09:25:34 +00:00