-
Notifications
You must be signed in to change notification settings - Fork 189
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
update reva and refactor config #657
Merged
+645
−2,514
Merged
Changes from all commits
Commits
Show all changes
26 commits
Select commit
Hold shift + click to select a range
b64b324
update reva and refactor config
butonic 5a9a9ce
set ocis storage owner on startup, account fixes
butonic 28657f8
use /users endpoint for dav/files
butonic ece9c55
update reva
5b2bbb3
update reva
05dbb5f
update the environment variables in the drone file
12be19e
set user storage driver env variable in drone file
9617f91
add metadata root config
5257e0d
rename command
1084d45
update expected failures
001fb86
change mount id of home storage
dd4c320
change ocis log level to default and change public link storage mount…
4e548da
clean up storage configuration and update storage documentation
655c7a1
clean up user data in ocis storage
4a20f14
update expected failures
a6a6354
fix OCIS_REVA_DATA_ROOT
ee7260c
update reva
f51da17
update expected failures
9ae1891
fix OCIS_REVA_DATA_ROOT
916c984
update expected failures
ec692d3
update reva
63eede3
update expected failures
7094375
Don't expose data servers
kulmann 91977ab
Bring back data server URLs..........
kulmann 1da23d1
Bring back exposing user storage
kulmann 8445996
Confirmed that both the home storage and users storage need to be
kulmann File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
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.
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.
@kulmann we can always set the uuid ... if it is "" that is the same as this if magic ;-)
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 not empty by default. It has a default UUID value in the flatset, so that it
just works
as soon as the username is provided. You're right, but it needs more change than this. ;-) Clear the default value for the UUID in the flagset and replace the checks on the username flag with checks on the uuid flag.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.
yes it has a uuid, but before this change it would only set it if the username was also set ... but it is empty by default: https://github.com/owncloud/ocis/pull/657/files#diff-69d2327c70e84f0e2b037204de3ef8e3L212-L214