Ralf Haferkamp
97022928ca
Merge pull request #3227 from rhafer/graph-user-doc
...
[docs-only] Fix typos in graph user and groups docs
2022-02-23 10:49:55 +01:00
Ralf Haferkamp
7d34f0a1bd
[docs-only] Fix typos in graph user and groups docs
2022-02-23 10:26:04 +01:00
Ralf Haferkamp
917ae0b184
Merge pull request #3149 from rhafer/graph-user-doc
...
[docs-only] Add documemtation for the graph users and group APIs
2022-02-23 09:22:46 +01:00
Pascal Wengerter
0c67234c2f
Merge pull request #3221 from owncloud/dependabot/npm_and_yarn/settings/qs-6.10.3
...
Bump qs from 6.10.1 to 6.10.3 in /settings
2022-02-23 06:51:30 +00:00
dependabot[bot]
b946043310
Bump qs from 6.10.1 to 6.10.3 in /settings
...
Bumps [qs](https://github.com/ljharb/qs ) from 6.10.1 to 6.10.3.
- [Release notes](https://github.com/ljharb/qs/releases )
- [Changelog](https://github.com/ljharb/qs/blob/main/CHANGELOG.md )
- [Commits](https://github.com/ljharb/qs/compare/v6.10.1...v6.10.3 )
---
updated-dependencies:
- dependency-name: qs
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-02-22 19:54:20 +00:00
Pascal Wengerter
3acde72d21
Merge pull request #3203 from owncloud/dependabot/npm_and_yarn/settings/babel/preset-env-7.16.11
...
Bump @babel/preset-env from 7.15.0 to 7.16.11 in /settings
2022-02-22 19:51:31 +00:00
Michael Barz
ae32a88308
Automated changelog update [skip ci]
2022-02-22 19:51:12 +00:00
Michael Barz
c58fed9e22
fix ordering of names ( #3218 )
2022-02-22 20:45:44 +01:00
Willy Kloucek
46b383245c
Automated changelog update [skip ci]
2022-02-22 14:41:19 +00:00
Willy Kloucek
7e391476e8
Merge pull request #3214 from owncloud/events-config
...
make events settings configurable
2022-02-22 15:40:43 +01:00
Willy Kloucek
6cbdbd87f2
make events settings configurable
2022-02-22 13:55:32 +01:00
Ralf Haferkamp
949308bd61
Merge pull request #3216 from owncloud/switch_to_keycloak_legacy
...
[deployment examples] switch to Keycloak legacy (Wildfly)
2022-02-22 13:08:59 +01:00
Willy Kloucek
c68cf322c9
switch to keycloak legacy (Wildfly) for deployment examples
2022-02-22 12:21:19 +01:00
Ralf Haferkamp
9124599a5b
Merge pull request #3191 from rhafer/graphadmin
...
Add permission checks to `users` and `groups` Graph API
2022-02-22 11:56:36 +01:00
kobergj
cc0c1dae74
Automated changelog update [skip ci]
2022-02-22 10:18:27 +00:00
kobergj
5f4ed8908a
bump reva and change nats port ( #3210 )
...
* bump reva and change nats port
Signed-off-by: jkoberg <jkoberg@owncloud.com >
* changelog
Signed-off-by: jkoberg <jkoberg@owncloud.com >
2022-02-22 11:17:58 +01:00
Phil Davis
b192289f21
Merge pull request #3215 from owncloud/bump-commit-id-39813
...
[tests-only] [full-ci] Bump CORE_COMMITID to include core PR 39813
2022-02-22 15:42:52 +05:45
Ralf Haferkamp
e8e361d32f
Add permission checks to users and groups Graph API
...
Only users with the account management permission should be able to
create, update or delete users. This also restricts access to the APIs
that allow listing all Groups/all Users.
Fixes #3177
2022-02-22 10:53:08 +01:00
Phil Davis
fe307f153c
Bump CORE_COMMITID to include core PR 39813
2022-02-22 14:45:24 +05:45
Phil Davis
228a687e5e
Merge pull request #3213 from owncloud/bump-core-commitid-2022-02-22
...
[tests-only]Bump core commit id to include PR 39812
2022-02-22 14:42:30 +05:45
sagargurung1001@gmail.com
72d5bc65f8
Updated core commit id on ocis
2022-02-22 12:23:09 +05:45
Ralf Haferkamp
70a08774bd
Fix linter issue ( #3211 )
...
Silence the warning about Insecure being true. `Insecure` is not our
default configuration, but need it to work in some cases.
2022-02-21 17:39:05 +01:00
Michael Barz
4cf52e5976
Automated changelog update [skip ci]
2022-02-21 15:00:08 +00:00
Michael Barz
90a15a8628
add orderby name and lastModifiedDateTime ( #3201 )
...
* add orderby name and lastModifiedDateTime
* add unit test for sort
* fix orderby name
* add more tests
* exclude test files from duplication analyzer
* remove flaky test
* order by name if no date is set
* refactor
* add test for wrong parameter name
2022-02-21 15:59:35 +01:00
Willy Kloucek
581e32d704
Automated changelog update [skip ci]
2022-02-21 08:57:51 +00:00
Willy Kloucek
eb741bed91
Merge pull request #3169 from rpocklin/rpocklin-storage-metadata-grpc-env-var-fix
...
fix: align storage metadata GPRC bind port with other variable names
2022-02-21 09:56:41 +01:00
Michael Barz
ff0f5833a9
bump version in docs
2022-02-21 09:41:02 +01:00
Robert Pocklington
412d3e2244
Added changelog
2022-02-21 09:20:05 +01:00
Robert Pocklington
6eb8419e90
fix: align storage metadata GPRC bind port with other variable names
...
Currently STORAGE_METADATA_GRPC_PROVIDER_ADDR environment variable used as the way to set the GRPC bind port for the service. All other services use the format <SERVICE_NAME>_GRPC_ADDR for GRPC, and <SERVICE_NAME>_HTTP_ADDR for HTTP. This change brings it in line with the others, as it's confusing why this one is different.
2022-02-21 09:20:05 +01:00
Willy Kloucek
43a93a961c
Automated changelog update [skip ci]
2022-02-21 08:06:06 +00:00
Willy Kloucek
fd0c2d8c9f
Merge pull request #3202 from owncloud/update-web-5.1.0
...
[full-ci] Update web assets to v5.1.0
2022-02-21 09:03:47 +01:00
Willy Kloucek
ee5cf87259
Merge pull request #3198 from owncloud/dependabot/go_modules/github.com/go-ldap/ldap/v3-3.4.2
...
Bump github.com/go-ldap/ldap/v3 from 3.4.1 to 3.4.2
2022-02-21 08:56:30 +01:00
Willy Kloucek
62cc56e82d
Merge pull request #3209 from owncloud/dependabot/go_modules/go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc-0.29.0
...
Bump go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc from 0.28.0 to 0.29.0
2022-02-21 08:55:26 +01:00
dependabot[bot]
c67fe0eb8e
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.28.0 to 0.29.0.
- [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.28.0...zpages/v0.29.0 )
---
updated-dependencies:
- dependency-name: go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-02-21 06:18:05 +00:00
dependabot[bot]
059397a1fb
Bump @babel/preset-env from 7.15.0 to 7.16.11 in /settings
...
Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env ) from 7.15.0 to 7.16.11.
- [Release notes](https://github.com/babel/babel/releases )
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md )
- [Commits](https://github.com/babel/babel/commits/v7.16.11/packages/babel-preset-env )
---
updated-dependencies:
- dependency-name: "@babel/preset-env"
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-02-21 06:03:20 +00:00
Benedikt Kulmann
995c4812d5
Update web assets to v5.1.0
2022-02-19 09:43:37 +01:00
Willy Kloucek
71eb7d5973
Merge pull request #3197 from owncloud/dependabot/go_modules/github.com/thejerf/suture/v4-4.0.2
...
Bump github.com/thejerf/suture/v4 from 4.0.1 to 4.0.2
2022-02-18 18:51:34 +01:00
PKiran
b2c6cdee6c
Merge pull request #3194 from owncloud/bump-core-commitid-2022-02-18
...
[tests-only][full-ci]Bump core commit latest up to date 2022-02-18
2022-02-18 17:10:05 +05:45
dependabot[bot]
642fda280f
Bump github.com/thejerf/suture/v4 from 4.0.1 to 4.0.2
...
Bumps [github.com/thejerf/suture/v4](https://github.com/thejerf/suture ) from 4.0.1 to 4.0.2.
- [Release notes](https://github.com/thejerf/suture/releases )
- [Commits](https://github.com/thejerf/suture/compare/v4.0.1...v4.0.2 )
---
updated-dependencies:
- dependency-name: github.com/thejerf/suture/v4
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-02-18 11:01:29 +00:00
dependabot[bot]
8394b51361
Bump github.com/go-ldap/ldap/v3 from 3.4.1 to 3.4.2
...
Bumps [github.com/go-ldap/ldap/v3](https://github.com/go-ldap/ldap ) from 3.4.1 to 3.4.2.
- [Release notes](https://github.com/go-ldap/ldap/releases )
- [Commits](https://github.com/go-ldap/ldap/compare/v3.4.1...v3.4.2 )
---
updated-dependencies:
- dependency-name: github.com/go-ldap/ldap/v3
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-02-18 11:00:43 +00:00
Willy Kloucek
720a9c5dc2
Merge pull request #3187 from owncloud/dependabot/go_modules/go.opentelemetry.io/otel/exporters/jaeger-1.4.1
...
Bump go.opentelemetry.io/otel/exporters/jaeger from 1.3.0 to 1.4.1
2022-02-18 11:58:35 +01:00
dependabot[bot]
29db938399
Bump go.opentelemetry.io/otel/exporters/jaeger from 1.3.0 to 1.4.1
...
Bumps [go.opentelemetry.io/otel/exporters/jaeger](https://github.com/open-telemetry/opentelemetry-go ) from 1.3.0 to 1.4.1.
- [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.3.0...v1.4.1 )
---
updated-dependencies:
- dependency-name: go.opentelemetry.io/otel/exporters/jaeger
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-02-18 09:38:48 +00:00
Willy Kloucek
b16ada2eec
Merge pull request #3188 from owncloud/dependabot/go_modules/go.opentelemetry.io/otel-1.4.1
...
Bump go.opentelemetry.io/otel from 1.3.0 to 1.4.1
2022-02-18 10:36:21 +01:00
sagargurung1001@gmail.com
f43fb3155e
Updated core commit latest up to date 2022-02-18
2022-02-18 14:59:18 +05:45
Michael Barz
0f622254c3
Update settings.yml
2022-02-18 09:26:13 +01:00
Phil Davis
1c17272f57
Merge pull request #3189 from owncloud/bump-core-commit-2022-02-17
...
[tests-only][full-ci] bump core commit to the latest upto `2022-02-17`
2022-02-18 11:16:03 +05:45
Michael Barz
ef96f0ec1a
Automated changelog update [skip ci]
2022-02-17 21:54:28 +00:00
Michael Barz
0643f0ac90
Merge back Release 1.17.0 ( #3184 )
...
* prepare changelog, bump version
* use reva commitID as a version string
2022-02-17 22:54:00 +01:00
Patrick Maier
db739fb655
oCIS 1.17 release notes ( #3140 )
...
* oCIS 1.17 release notes
* Add wopiserver incompatibility info
* Update release_notes.md
* Update release_notes.md
* Update docs/ocis/release_notes.md
Co-authored-by: Michael Barz <mbarz@owncloud.com >
2022-02-17 14:40:12 +01:00
Prarup Gurung
f70cc4189f
Updated expected failures line numbers after the changes in core tests
2022-02-17 17:39:26 +05:45