Commit Graph

8824 Commits

Author SHA1 Message Date
Jörn Friedrich Dreyer
6bb9af5a24 allow proxy to route based on request method
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
2022-04-12 14:53:14 +00:00
André Duffeck
6f59395611 Cleanup 2022-04-11 10:20:50 +02:00
André Duffeck
a0890eb043 Implement Remove for removing entries from the index 2022-04-11 09:26:48 +02:00
André Duffeck
099a89a523 Limit the search to the directory specified in the reference 2022-04-11 09:13:44 +02:00
André Duffeck
79035baaf0 Store and return the path. Add more tests 2022-04-11 08:47:18 +02:00
André Duffeck
0768aef1b5 Use NewQueryStringQuery to allow for using wildcards etc. 2022-04-11 08:47:18 +02:00
André Duffeck
6cc04872ee Also store (and return) the Size in the index 2022-04-08 10:57:44 +02:00
André Duffeck
3099d4a821 Add an initial version of a search service.
It's still incomplete and isn't working yet.
2022-04-08 10:53:37 +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
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
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
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