Commit Graph

8800 Commits

Author SHA1 Message Date
Willy Kloucek
e224ce03cf use yaml tag instead of ocisConfig 2022-03-29 15:06:58 +02:00
Willy Kloucek
58b3bdf570 Automated changelog update [skip ci] 2022-03-29 11:52:32 +00:00
Willy Kloucek
00cb1155d6 Merge pull request #3113 from owncloud/ocs-config-like-oc10
ensure the same data on /ocs/v?.php/config like oC10 [full-ci]
2022-03-29 13:52:00 +02:00
Pascal Wengerter
4fda0a8add Merge pull request #3399 from owncloud/dependabot/npm_and_yarn/settings/cucumber/cucumber-7.3.2
Bump @cucumber/cucumber from 7.3.1 to 7.3.2 in /settings
2022-03-29 13:30:26 +02:00
Willy Kloucek
4578f5cd5a move ocs config host logic to reva cs3org/reva#2692 2022-03-29 12:44:15 +02:00
Michael Barz
28582fc1d3 Automated changelog update [skip ci] 2022-03-29 10:15:55 +00:00
Michael Barz
1e773767c5 Merge pull request #3379 from rhafer/graph-user-sort
Add sorting to GraphAPI users and groups
2022-03-29 12:15:21 +02:00
Ralf Haferkamp
24897f8b2d ordering: fix the semantics of Less()
This tries to address a semantic glitch in Less() to actually do a "less
than" operation on strings and timestamps.  It does not change the
actual behaviour of the endpoints that support "orderby". The sorted
results will be the same as before.
2022-03-29 11:47:38 +02:00
Ralf Haferkamp
c29842e697 Add sorting to GraphAPI users and groups
The GraphAPI endpoints for users and groups support ordering now.
User can be ordered by displayName, onPremisesSamAccountName and mail.
Groups can be ordered by displayName.

Example: https://localhost:9200/graph/v1.0/groups?$orderby=displayName asc

Closes #3360
2022-03-29 11:47:38 +02:00
Willy Kloucek
d85e5dee8a ensure the same data on /ocs/v?.php/config like oC10 2022-03-29 11:43:29 +02:00
Willy Kloucek
c19144c703 Merge pull request #3417 from owncloud/dependabot/go_modules/go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc-0.31.0
Bump go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc from 0.30.0 to 0.31.0
2022-03-29 11:37:44 +02:00
Willy Kloucek
5dd03dd50a Merge pull request #3415 from owncloud/pie
use trimpath and buildmode=pie for binaries
2022-03-29 11:24:28 +02:00
dependabot[bot]
0ebb85c5de 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.30.0 to 0.31.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.30.0...zpages/v0.31.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-03-29 09:08:51 +00:00
Willy Kloucek
dbaefed8ee Merge pull request #3413 from owncloud/dependabot/go_modules/go.opentelemetry.io/otel/exporters/jaeger-1.6.1
Bump go.opentelemetry.io/otel/exporters/jaeger from 1.6.0 to 1.6.1
2022-03-29 11:02:48 +02:00
Michael Barz
3ce88ceb95 Automated changelog update [skip ci] 2022-03-29 08:58:50 +00:00
Michael Barz
84bb03acd6 Merge pull request #3416 from owncloud/reva-2.1.0
[full-ci] update reva to v2.1.0
2022-03-29 10:57:57 +02:00
Ralf Haferkamp
0a22512488 Merge pull request #3406 from rhafer/graph-attr
graph: Fix handling of required attributes for users and groups
2022-03-29 10:21:36 +02:00
Michael Barz
a322f2362a update reva to v2.1.0 2022-03-29 10:19:01 +02:00
Ralf Haferkamp
9efa21bec3 Automated changelog update [skip ci] 2022-03-29 08:11:48 +00:00
Ralf Haferkamp
ec0b3b10af Merge pull request #3376 from rhafer/graph-user-patch
graph: Allow PATCH on user without 'mail' in body
2022-03-29 10:11:19 +02:00
Willy Kloucek
61cd1a3e13 add comment about buildmode=pie for arm 2022-03-29 09:40:58 +02:00
Willy Kloucek
f66ee2c855 fix os-arch order 2022-03-29 09:28:04 +02:00
Willy Kloucek
cdd72e3a3d use trimpath and buildmode=pie for binaries 2022-03-29 09:16:47 +02:00
dependabot[bot]
a811a1f8a4 Bump go.opentelemetry.io/otel/exporters/jaeger from 1.6.0 to 1.6.1
Bumps [go.opentelemetry.io/otel/exporters/jaeger](https://github.com/open-telemetry/opentelemetry-go) from 1.6.0 to 1.6.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.6.0...v1.6.1)

---
updated-dependencies:
- dependency-name: go.opentelemetry.io/otel/exporters/jaeger
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-03-29 07:14:47 +00:00
Michael Barz
c34503ef53 Automated changelog update [skip ci] 2022-03-29 07:13:56 +00:00
Michael Barz
c523ae80b5 Merge pull request #3365 from owncloud/fix-shares-graph
[full-ci] Fix shares graph
2022-03-29 09:13:26 +02:00
Michael Barz
f3e02e0954 update reva to latest edge 2022-03-29 08:19:39 +02:00
Michael Barz
9788b534dc add pdf viewer app to expected failures 2022-03-28 22:27:49 +02:00
Michael Barz
ab00331db4 add pdf viewer to web config 2022-03-28 21:50:07 +02:00
Michael Barz
d04d93bc82 fix list spaces tests 2022-03-28 20:06:45 +02:00
Michael Barz
6be6c569ba update acceptance tests 2022-03-28 18:26:16 +02:00
Michael Barz
e573990487 use utc timezone 2022-03-28 17:18:55 +02:00
Michael Barz
88e704ee07 refactor unit test 2022-03-28 17:18:55 +02:00
Michael Barz
35c17d71de add unit test 2022-03-28 17:18:55 +02:00
Michael Barz
88968c948e add remote item and fix mountpoint 2022-03-28 17:18:52 +02:00
Willy Kloucek
4a0592d248 Automated changelog update [skip ci] 2022-03-28 15:09:05 +00:00
Willy Kloucek
8d13e11c7d Merge pull request #3405 from owncloud/update-reva-28-3-2022
[full-ci] update reva
2022-03-28 17:07:59 +02:00
Willy Kloucek
7ecb7cc2e1 Merge branch 'master' into update-reva-28-3-2022 2022-03-28 16:20:51 +02:00
Willy Kloucek
bc15db125f Automated changelog update [skip ci] 2022-03-28 13:29:18 +00:00
Willy Kloucek
8e49026545 Merge pull request #3366 from owncloud/drop-json-config-support
drop json config support
2022-03-28 15:28:44 +02:00
David Christofas
19bc15e124 include windows build fix 2022-03-28 14:56:18 +02:00
Michael Barz
83c13e3965 Merge pull request #3407 from owncloud/dependabot/go_modules/github.com/owncloud/libre-graph-api-go-0.13.2
Bump github.com/owncloud/libre-graph-api-go from 0.13.1 to 0.13.2
2022-03-28 14:52:38 +02:00
David Christofas
2b0d9aa9b0 improve quota handling in the graph API 2022-03-28 13:24:54 +02:00
Willy Kloucek
cc7144d9d1 fix config for CI parallel deployment 2022-03-28 13:13:16 +02:00
Willy Kloucek
0f410479de fix PROXY_OIDC_ISSUER 2022-03-28 13:09:13 +02:00
Willy Kloucek
3d4293c7a0 add changelog 2022-03-28 12:54:28 +02:00
Willy Kloucek
7f65dfba34 remove example config files 2022-03-28 12:54:28 +02:00
Willy Kloucek
f67e6242ee fix config edit path 2022-03-28 12:54:28 +02:00
Willy Kloucek
5d19062075 switch tests to yaml config 2022-03-28 12:54:28 +02:00
Willy Kloucek
a81ba03d55 switch deployment examples to yaml config 2022-03-28 12:54:28 +02:00