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
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
Michael Barz
9ef2f742a2
Merge pull request #4615 from rhafer/issue/3713
...
Restrict admins from self-removal
2022-09-26 11:24:47 +02:00
David Christofas
c918813bee
Automated changelog update [skip ci]
2022-09-26 09:20:31 +00:00
David Christofas
f3a6f92dd6
Merge pull request #4601 from wkloucek/remove-default-insecure
...
change the default value for PROXY_OIDC_INSECURE to false
2022-09-26 11:19:10 +02:00
dependabot[bot]
35bf9bde1f
Bump github.com/nats-io/nats-server/v2 from 2.9.0 to 2.9.1
...
Bumps [github.com/nats-io/nats-server/v2](https://github.com/nats-io/nats-server ) from 2.9.0 to 2.9.1.
- [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.0...v2.9.1 )
---
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 >
2022-09-26 11:04:03 +02:00
Willy Kloucek
83dcf32584
Automated changelog update [skip ci]
2022-09-26 08:41:24 +00:00
Willy Kloucek
6a0a96d031
Merge pull request #4652 from wkloucek/notifications-config-fix
...
fix notifications config
2022-09-26 10:37:37 +02:00
Willy Kloucek
c997e50b8d
add insecure option to ocis init
2022-09-26 09:26:04 +02:00
Willy Kloucek
569ffd41f8
Merge branch 'master' into remove-default-insecure
2022-09-26 08:59:18 +02:00
Willy Kloucek
840df9c142
add changelog
2022-09-26 08:30:09 +02:00
Willy Kloucek
e4dc458b3e
remove extra <>
2022-09-26 08:25:01 +02:00
Artur Neumann
fcff2b1724
Merge pull request #4649 from owncloud/remove-duplicated-expected-failures-lines
...
[tests-only] Remove duplicated lines in expected-failures files
2022-09-26 09:27:01 +05:45
Willy Kloucek
89dd329280
fix notifications config
2022-09-23 15:44:33 +02:00
Phil Davis
19702285cb
[tests-only] Remove duplicated lines in expected-failures files
2022-09-23 17:36:22 +05:45
Willy Kloucek
cb041b8a14
Automated changelog update [skip ci]
2022-09-23 10:10:32 +00:00
Willy Kloucek
a10047c2bc
Merge pull request #4634 from owncloud/thumbnail-support-tiff-bmp
...
add thumbnail support for tiff and bmp files
2022-09-23 12:10:05 +02:00
David Christofas
3914f644e6
add tiff and bmp to the preview app config
2022-09-23 10:43:06 +02:00
Willy Kloucek
8167d02462
Automated changelog update [skip ci]
2022-09-23 08:11:18 +00:00
Willy Kloucek
1d127842cc
Merge pull request #4622 from owncloud/dependabot/go_modules/go.opentelemetry.io/otel/exporters/jaeger-1.10.0
...
Bump go.opentelemetry.io/otel/exporters/jaeger from 1.9.0 to 1.10.0
2022-09-23 10:10:31 +02:00
Willy Kloucek
58c5d5513b
Merge pull request #4625 from owncloud/dependabot/go_modules/go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc-0.36.0
...
Bump go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc from 0.34.0 to 0.36.0
2022-09-23 10:10:03 +02:00
Ralf Haferkamp
cc53071f63
Forbid to remove own user account
...
And admin user is no longer allowed to remove its own user account.
This to prevent admins from locking themselves out.
Fixes : #3713
2022-09-23 09:13:46 +02:00
Ralf Haferkamp
87eaf72020
Forbid to edit/remove own role assignements
...
And admin user is no longer allowed to edit/remove its own assignments.
This to prevent admins from locking themselves out.
Fixes : #3713
2022-09-23 09:13:46 +02:00
Phil Davis
ca66a9f751
Merge pull request #4614 from owncloud/check-for-mentioned-issue-for-test
...
[tests-only][full-ci]Check for issue not mentioned to a test
2022-09-23 07:57:46 +05:45
Phil Davis
4b4ca72e3a
Remove passing web tests from expected-failures
2022-09-22 21:41:18 +05:45