Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add more config doc descriptions #3973
add more config doc descriptions #3973
Changes from 10 commits
9bf2661
a236c7c
23ac96e
64d75e0
4b7954d
69467c0
f816ad1
8e19a83
6bebfab
8f3b0c5
f13d559
a85e168
4d60867
4fe5703
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It is obvious that a search service provides search functionality, but could we have a bit more meat on the bone 😅
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please let us do abstracts in subsequent PRs. They should be more than one sentence.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What is the difference in between the two? Or what is the impact is setting true/false?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
GATEWAY_COMMIT_SHARE_TO_STORAGE_REF
was removed and the description updated in 4fe5703There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The default is:
/graph
. In which folder can /graph be found?There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Clarified with @dragonchaser
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I changed it to
Subdirectory that serves as the root for this HTTP service.
for all services that have that option.if you have oCIS on
https://ocis.owncloud.test
, the graph service is available onhttps://ocis.owncloud.test/graph
. If you want to have it on another subdirectory, eg./foobar
, you could change that config and also the proxy route to serve the graph onhttps://ocis.owncloud.test/foobar