Skip to content

Commit

Permalink
commit edb8e85
Browse files Browse the repository at this point in the history
Merge: 9c38cd4 d65dcfe
Author: Andre Duffeck <aduffeck@users.noreply.github.com>
Date:   Thu Jul 7 08:47:19 2022 +0200

    Merge pull request #4118 from aduffeck/webdav-search

    Wire up the search service at the old webdav endpoint
  • Loading branch information
aduffeck committed Jul 7, 2022
1 parent 94ff950 commit 4418fa1
Show file tree
Hide file tree
Showing 9 changed files with 11 additions and 8 deletions.
2 changes: 1 addition & 1 deletion grpc_apis/ocis/messages/search/v0/grpc.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: "ocis.messages.search.v0"
url: /grpc_apis/ocis_messages_search_v0
date: 2022-07-07T05:57:48Z
date: 2022-07-07T06:49:00Z
weight: 50
geekdocRepo: https://github.com/owncloud/ocis
---
Expand Down
2 changes: 1 addition & 1 deletion grpc_apis/ocis/messages/settings/v0/grpc.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: "ocis.messages.settings.v0"
url: /grpc_apis/ocis_messages_settings_v0
date: 2022-07-07T05:57:48Z
date: 2022-07-07T06:49:00Z
weight: 50
geekdocRepo: https://github.com/owncloud/ocis
---
Expand Down
2 changes: 1 addition & 1 deletion grpc_apis/ocis/messages/store/v0/grpc.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: "ocis.messages.store.v0"
url: /grpc_apis/ocis_messages_store_v0
date: 2022-07-07T05:57:48Z
date: 2022-07-07T06:49:00Z
weight: 50
geekdocRepo: https://github.com/owncloud/ocis
---
Expand Down
2 changes: 1 addition & 1 deletion grpc_apis/ocis/messages/thumbnails/v0/grpc.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: "ocis.messages.thumbnails.v0"
url: /grpc_apis/ocis_messages_thumbnails_v0
date: 2022-07-07T05:57:48Z
date: 2022-07-07T06:49:00Z
weight: 50
geekdocRepo: https://github.com/owncloud/ocis
---
Expand Down
2 changes: 1 addition & 1 deletion grpc_apis/ocis/services/search/v0/grpc.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: "ocis.services.search.v0"
url: /grpc_apis/ocis_services_search_v0
date: 2022-07-07T05:57:48Z
date: 2022-07-07T06:49:00Z
weight: 50
geekdocRepo: https://github.com/owncloud/ocis
---
Expand Down
2 changes: 1 addition & 1 deletion grpc_apis/ocis/services/settings/v0/grpc.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: "ocis.services.settings.v0"
url: /grpc_apis/ocis_services_settings_v0
date: 2022-07-07T05:57:48Z
date: 2022-07-07T06:49:00Z
weight: 50
geekdocRepo: https://github.com/owncloud/ocis
---
Expand Down
2 changes: 1 addition & 1 deletion grpc_apis/ocis/services/store/v0/grpc.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: "ocis.services.store.v0"
url: /grpc_apis/ocis_services_store_v0
date: 2022-07-07T05:57:48Z
date: 2022-07-07T06:49:00Z
weight: 50
geekdocRepo: https://github.com/owncloud/ocis
---
Expand Down
2 changes: 1 addition & 1 deletion grpc_apis/ocis/services/thumbnails/v0/grpc.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: "ocis.services.thumbnails.v0"
url: /grpc_apis/ocis_services_thumbnails_v0
date: 2022-07-07T05:57:48Z
date: 2022-07-07T06:49:00Z
weight: 50
geekdocRepo: https://github.com/owncloud/ocis
---
Expand Down
3 changes: 3 additions & 0 deletions services/_includes/proxy-config-example.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,9 @@ policies:
- method: REPORT
endpoint: /remote.php/dav/
backend: http://localhost:9115
- method: REPORT
endpoint: /remote.php/webdav
backend: http://localhost:9115
- type: query
endpoint: /dav/?preview=1
backend: http://localhost:9115
Expand Down

0 comments on commit 4418fa1

Please sign in to comment.