Commit Graph

5710 Commits

Author SHA1 Message Date
Morris Jobke
2b322c5000 Merge pull request #1520 from J0WI/x-frame
Add X-Frame-Options header to nginx
2019-07-03 17:05:25 +02:00
John Molakvoæ
d2963c0160 Merge branch 'master' into x-frame 2019-07-03 16:59:19 +02:00
Morris Jobke
0e8d33b065 Merge pull request #1543 from J0WI/php72-path
Update path to PHP 7.2 config
2019-07-02 19:11:33 +02:00
J0WI
994ec1f1f1 Update path to PHP 7.2 config
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
2019-07-02 11:44:39 +02:00
John Molakvoæ
b8ee9ce48e [master] Add correct link like suggested in comments to #1335 (#1539)
[master] Add correct link like suggested in comments to #1335
2019-07-02 07:49:10 +02:00
John Molakvoæ
8c8f45f549 [master] add server_port variable to well-known redirects (#1538)
[master] add server_port variable to well-known redirects
2019-07-02 07:40:36 +02:00
John Molakvoæ
6fddb4755c Update mysql_4byte_support.rst (#1470)
Update mysql_4byte_support.rst
2019-07-02 07:39:23 +02:00
tflidd
43d4cd7d98 Add correct link like suggested in comments to #1335 2019-07-02 05:36:52 +00:00
John Molakvoæ
f9e8f96aaa [master] Update access_webdav.rst (#1537)
[master] Update access_webdav.rst
2019-07-02 07:36:30 +02:00
mrplow87
be04ba4a33 add server_port variable to well-known redirects
if Nextcloud is used on a custom HTTPS port, the well-known redirects do not work, because the server port is not included in the redirect.
2019-07-02 05:32:07 +00:00
unamundan
4e64f7de1a Update access_webdav.rst 2019-07-02 05:28:38 +00:00
unamundan
a4d7760e3f Update access_webdav.rst 2019-07-02 05:28:38 +00:00
unamundan
67b159c601 Update access_webdav.rst 2019-07-02 05:28:38 +00:00
unamundan
7421ef48b2 Update access_webdav.rst 2019-07-02 05:28:37 +00:00
unamundan
7630cf6f89 Update access_webdav.rst 2019-07-02 05:28:37 +00:00
unamundan
04555bf481 Update access_webdav.rst
There’s more explanation here than there are changes to the docs! But, in the interest of fully explaining *why*:

I had a frustrating and time-consuming experience attempting to *unsuccessfully* get macOS 10.11.x-10.13.x to mount WebDAV shares. The opening “Note” of “Accessing files using macOS” re Finder’s “series of implementation problems” is valuable. While my rewrite does *not* employ stronger language to *dissuade* Mac users from wrestling Finder, I’m convinced it should. I understand that docs maintainers probably want to avoid negative commentary re product manufacturers for many reasons, but the alternative to tight-lipped disclosure is user disillusionment. The opening warning would serve Apple folk better if it more-plainly warned of the high likelihood of Finder failure and more-thoroughly offered, even recommended, alternative apps to successfully achieve WebDAV access. Though Cyberduck instructions follow *later* in the article, it benefits the Mac user *here* (and other users in their respective sections) as they will likely seek out and focus specifically, perhaps *only*, on these instructions which are so clearly titled for and targeted at them: “Accessing files using **macOS**.” Unfortunately — even though these steps *should* work — they probably will *not*. Readers, exacerbated, may only find the Cyberduck info later, after returning to the instructions for further illumination, feeling slighted it wasn’t there to begin with. Recommending the open source Cyberduck as a candidate to replace Finder’s failures is helpful. Understandably, there may be resistance to mentioning commercial apps at the risk of perceived endorsement, but I have. I also added another open source app. Arming readers with more knowledge, more details, and more tools *up front* secures a higher rate of informed execution and success.

Nuts and bolts: I offer minor reordering of graphics and text to hopefully present a clearer flow of the existing steps. That includes changing example.com/nextcloud to cloud.nextcloud.com as most people who have registered domains can easily add subdomains. Subdomains can also efficiently by reverse proxied to internal servers *without* opening external ports visible to hackers. Call it subliminal security reinforcement.

I optimized the original “osx_webdav1.png,” compressing it from 381K to 94K, with negligible visual loss. And I created a new screenshot to replace the existing osx_webdav2.png “Connect to Server” image which graphically matches the sample text URL. (The existing sample URL and its screenshot don’t match.) Finally, the original osx_webdav2.png dialog box had been reduced in size, introducing minor but visible blur. The new optimized version is actual-size-crisp and only 16K, vs the original’s 66K. (I don’t see where to attach these new graphics. I’m new to pull requests, and hope in subsequent steps I can.)
2019-07-02 05:28:37 +00:00
John Molakvoæ
3f62c2ea49 Merge pull request #946 from nextcloud/remove-legacy-theming
Remove legacy theming documentation
2019-07-02 07:12:44 +02:00
John Molakvoæ
78d0ddf5a1 Merge pull request #1503 from githubkoma/patch-2
Update tutorial.rst, fixes #1500
2019-07-02 07:00:21 +02:00
Marius Blüm
7e36f755c7 Remove legacy theming documentation
Signed-off-by: Marius Blüm <marius@lineone.io>
2019-07-02 06:57:07 +02:00
John Molakvoæ
bbec0b7261 Include info about Barracuda innodb_file_format (#1512)
Include info about Barracuda innodb_file_format
2019-07-02 06:43:36 +02:00
John Molakvoæ
27a144d2a1 Cleanup trailing slashes and spaces (#1521)
Cleanup trailing slashes and spaces
2019-07-02 06:39:10 +02:00
John Molakvoæ
cd81f70d0d Update path to php-fpm socket (#1523)
Update path to php-fpm socket
2019-07-02 06:34:39 +02:00
John Molakvoæ
968184ebf2 Document the front_controller_active param (#1522)
Document the front_controller_active param
2019-07-02 06:33:48 +02:00
J0WI
38b119ae8d Update path to php-fpm socket
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
2019-07-02 00:09:52 +02:00
J0WI
0bc2e15849 Document the front_controller_active param
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
2019-07-01 23:20:59 +02:00
J0WI
e9fdb9cc0e Cleanup trailing slashes and spaces
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
2019-07-01 22:33:35 +02:00
J0WI
75727f475b Use "always" condition for security headers
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
2019-07-01 22:29:32 +02:00
J0WI
017754a3f3 Sort headers
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
2019-07-01 22:29:32 +02:00
J0WI
d7daa197a8 Add X-Frame-Options header to nginx
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
2019-07-01 22:29:32 +02:00
Roeland Jago Douma
01adb70614 Merge pull request #1517 from nextcloud/fix/warnings/code-block
Fix some code-block warnings
2019-07-01 12:30:08 +02:00
Roeland Jago Douma
684d3d52fb Fix some code-block warnings
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-07-01 11:35:42 +02:00
Daniel Kesselberg
3b6dfb70e6 Merge pull request #1514 from nextcloud/pqsql-95
Bump minium pqsql version to 9.5
2019-06-28 10:40:42 +02:00
Daniel Kesselberg
a865341ad4 Bump minium pqsql version to 9.5
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2019-06-27 23:58:17 +02:00
Patrick Robertson
2a725a60d0 Include info about Barracuda innodb_file_format
innodb_file_format=Barracuda is required for utf8mb4, some hosts/servers might not use this file format. It is important to check before upgrading.

Signed-off-by: Patrick Robertson <robertson.patrick@gmail.com>
2019-06-27 09:23:05 +08:00
Christoph Wurst
1e02126587 Merge pull request #1504 from nextcloud/add-map-nginx
Serve map files for nginx configs
2019-06-21 09:44:03 +02:00
John Molakvoæ
37c0a9de78 Serve map files for nginx configs
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2019-06-19 13:15:35 +02:00
githubkoma
a170a77645 Update tutorial.rst, fixes #1500
DB Migration files have to end with ".php"

Fixes https://github.com/nextcloud/documentation/issues/1500
2019-06-17 09:49:11 +02:00
John Molakvoæ
9f19c354d0 Add firstPRMergeComment 2019-06-16 22:11:15 +02:00
John Molakvoæ
fe8b67c7c0 Describe how to synchronize with Windows Contacts (#1502)
Describe how to synchronize with Windows Contacts
2019-06-16 22:09:20 +02:00
Danijel Stojnic
3e7344e02e Describe how to synchronize with Windows Contacts
Add description how to synchronize the Nextcloud contacts with the Windows 10 Contacts app.
2019-06-16 21:57:31 +02:00
John Molakvoæ
4c812e160b Correct error in .htaccess, revert #1069 (#1480)
Correct error in .htaccess, revert #1069
2019-06-14 12:35:11 +02:00
John Molakvoæ
51312104a0 Update SFTP description (#1495)
Update SFTP description
2019-06-14 12:31:02 +02:00
Nextcloud bot
9c17db9cec generate documentation from config.sample.php 2019-06-13 02:57:51 +00:00
mactrent
49e1a13f24 Correct SFTP definition
SSH File Transfer Protocol is entirely separate from traditional FTP.  Nextcloud can use both.
2019-06-12 12:17:26 -05:00
John Molakvoæ
fc88a12e07 Fix typo in LDAP User Auth (#1471)
Fix typo in LDAP User Auth
2019-06-12 13:49:12 +02:00
John Molakvoæ
e391c3dc53 Update index.rst (#1485)
Update index.rst
2019-06-11 07:19:29 +02:00
John Molakvoæ
9be68269f0 Merge pull request #1477 from nextcloud/wiswedel/admin/proxy/notation
Proxy notation hints
2019-06-11 07:06:13 +02:00
tflidd
d40a8d10c0 Update index.rst
I didn't find any information regarding the enterprise/community edition in the Release-notes.
2019-06-11 00:35:44 +02:00
Lars-Sören Steck
014fcdcfa6 Correct error in .htaccess, revert #1069
The forward slashes are only needed if the rewrite rules are being put directly into the config file of the apache virtual host. They should not be added to the .htaccess file, as in this case the redirect is not working (this has been tested by me on multiple systems).

You can also see in the discussion of the bug report #1069 after it was merged, that the reporter actually put the rules into his apache conf, instead of a .htaccess and that somebody else was reporting, that it was only working without the forward slashes in a .htaccess file.
2019-06-08 22:38:28 +02:00
Sascha Wiswedel
8d626b110a Proxy notation hints
Added hints to the different allowed notations for trusted proxies

Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
2019-06-07 15:15:25 +02:00