Uh oh!
There was an error while loading. Please reload this page.
Can not change encryption directory - #6805
Merged
Merged
Conversation
| ); | ||
| if ($result === false) { | ||
| if ($result !== true) { |
MemberAuthor
There was a problem hiding this comment.
Currently the View returns null, because
server/lib/private/Files/View.php
Line 1103 in b9b88aa
returns false and therefor nothing is executed.
MorrisJobke
commented
Dec 8, 2017
Member
@schiessle Any news for this? Would be good to get it in. |
MorrisJobke
commented
Dec 12, 2017
Member
Let's move this to 14. |
Signed-off-by: Joas Schilling <coding@schilljs.com>
Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
schiessleforce-pushed
the
can-not-change-encryption-directory
branch
from
March 1, 2018 16:50
9c4baa0 to
9259b8aCompareCodecov Report
@@ Coverage Diff @@## master #6805 +/- ##
=============================================
- Coverage 51.93% 35.09% -16.84%
Complexity 25418 25418 =============================================
Files 1609 1609 Lines 95329 95329 Branches 1378 1378 =============================================
- Hits 49506 33454 -16052 - Misses 45823 61875 +16052
|
schiessle
approved these changes
Mar 1, 2018
schiessle
left a comment
Member
There was a problem hiding this comment.
tested and works with my changes
schiessle
commented
Mar 1, 2018
Member
second reviewer needed |
nickvergessen
commented
Mar 2, 2018
MemberAuthor
👍 for not my code |
Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
This file contains hidden or 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
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Fix#6769
@schiessle there is an issue here
/../in pathsTherefor you can only change the root inside your data directory, but not move it out of it.
If that is intended, we should have this commit here and display a better error message