Commit Graph

8829 Commits

Author SHA1 Message Date
Jörn Friedrich Dreyer cd8118d3b6 Automated changelog update [skip ci] 2022-04-01 14:05:04 +00:00
Jörn Friedrich Dreyer 90f97f27f3 Merge pull request #3435 from owncloud/add-owncloudsql-config-to-authbasic
Add owncloudsql config to authbasic
2022-04-01 16:04:37 +02:00
Phil Davis 7672f20531 Merge pull request #3391 from owncloud/updateExpectedFailureInApiWebdavLock
[tests-only][full-ci] Bump core commit id for tests
2022-04-01 18:12:54 +05:45
amrita dd13b6429e bump core commit id for tests 2022-04-01 10:28:19 +05:45
Jörn Friedrich Dreyer 22dd458b37 Automated changelog update [skip ci] 2022-04-01 00:39:22 +00:00
Jörn Friedrich Dreyer 70cde8f514 Add owncloudsql driver to authprovider config
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
2022-03-31 15:28:54 +00:00
Jörn Friedrich Dreyer 9ba463012d add owncloudsql config to authbasic
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
2022-03-31 13:43:56 +00:00
Jörn Friedrich Dreyer 2f2b26d300 Automated changelog update [skip ci] 2022-03-31 12:24:52 +00:00
Jörn Friedrich Dreyer 6b0c35dcd5 Merge pull request #3412 from owncloud/fix-yaml-config
use yaml tag instead of ocisConfig
2022-03-31 14:24:04 +02:00
Ralf Haferkamp c3f8d837bd Automated changelog update [skip ci] 2022-03-30 15:54:57 +00:00
Ralf Haferkamp f47bc8171d Merge pull request #3420 from rhafer/getroleid
getRoleId: Fallback if no roleIDs in context
2022-03-30 17:50:18 +02:00
Michael Barz 010d88ba29 Automated changelog update [skip ci] 2022-03-30 13:06:38 +00:00
Michael Barz 42f4da5aad Merge pull request #3423 from owncloud/download-links
new download urls
2022-03-30 15:02:46 +02:00
Michael Barz ffbc00b292 Automated changelog update [skip ci] 2022-03-30 07:24:28 +00:00
Michael Barz 114006188a Merge pull request #3386 from ishank011/thumbnails-download-fix
Use the default server download protocol if spaces are not supported
2022-03-30 09:23:48 +02:00
Michael Barz 4ced6b571e new download urls 2022-03-30 09:17:21 +02:00
Michael Barz cb46d5af94 Merge pull request #3422 from owncloud/release-notes-1.19
Release Notes 1.19.0
2022-03-30 09:11:10 +02:00
Michael Barz 5e56f61238 Release Notes 1.19.0 2022-03-30 09:07:28 +02:00
Willy Kloucek a08130f70d add changelog 2022-03-30 09:06:48 +02:00
Michael Barz 6a6443abd6 Automated changelog update [skip ci] 2022-03-29 16:40:31 +00:00
Michael Barz c8f7c2f97c Merge pull request #3421 from owncloud/fix-special
fix special urls, prepare changelog, bump version
2022-03-29 18:40:08 +02:00
Michael Barz 27e76ab7a6 fix special urls,prepare changelog, bump version 2022-03-29 17:58:43 +02:00
Ralf Haferkamp 0836ec1d6c getRoleId: Fallback if no roleIDs in context
When not using reva to mint the token the roleIDs of the user are not
part of the token (and not in the request context). Fallback to query
the settings service in that case.
2022-03-29 17:55:00 +02:00
Michael Barz 4cbec0adab Automated changelog update [skip ci] 2022-03-29 15:16:46 +00:00
Michael Barz fda91aa7ee Merge pull request #3418 from owncloud/release-1.19.0
[full-ci] Merge back Release 1.19.0
2022-03-29 17:16:14 +02:00
Willy Kloucek 5a99761ff5 use oCIS only proxy config for documentation 2022-03-29 15:06:58 +02:00
Willy Kloucek 1232f26fe4 use yaml tag instead of ocisConfig #2 2022-03-29 15:06:58 +02:00
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
Michael Barz c8abd60525 prepare changelog, bump version 2022-03-29 11:30:09 +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