-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
Properly check the data dir #2513
Conversation
@MorrisJobke, thanks for your PR! By analyzing the history of the files in this pull request, we identified @LukasReschke, @icewind1991 and @rullzer to be potential reviewers. |
@@ -209,7 +210,7 @@ | |||
|
|||
$.ajax({ | |||
type: 'GET', | |||
url: OC.linkTo('', oc_dataURL+'/htaccesstest.txt?t=' + (new Date()).getTime()), |
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.
then also kill the creation of this file
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.
This was never created ;) (the server check creates it and kills it in the same call ;))
LGTM |
* fixes #1364 Signed-off-by: Morris Jobke <hey@morrisjobke.de>
3f92ccf
to
a2867c0
Compare
Current coverage is 57.32% (diff: 50.00%)@@ master #2513 diff @@
==========================================
Files 1145 1202 +57
Lines 65670 72993 +7323
Methods 7365 7426 +61
Messages 0 0
Branches 0 1259 +1259
==========================================
+ Hits 37585 41846 +4261
- Misses 28085 31147 +3062
Partials 0 0
|
Lets do this. 👍 |
Hello, I modified the 2 files but still have the same warning msg. Those things were checked:
[EDIT] |
cc @nickvergessen @LukasReschke @rullzer
To test the setup check just comment out
server/lib/private/Setup.php
Line 499 in 506ccdb
To test the admin page check just remove the .htaccess file in the data dir and refresh ;)