Commit Graph

5093 Commits

Author SHA1 Message Date
Morris Jobke
df7e40823f
Merge pull request #891 from Florz/stable14
further hints to improve system performance
2018-10-08 17:20:39 +02:00
Florian Schlegel
ed39ffcd89
Update server_tuning.rst 2018-10-08 15:24:40 +02:00
Florian Schlegel
a2436b3b15 Update server_tuning.rst 2018-10-08 14:13:20 +02:00
Florian Schlegel
93ff86b465 Update server_tuning.rst 2018-10-08 14:13:08 +02:00
anoy
e6022cf5fd
updated php-handler since php 7 is required 2018-10-03 16:25:02 +02:00
Moviuro
4afa8ae5f2
Update nginx.rst
Avoid leaking `X-Powered-By`
Add link to a sane nginx TLS configuration
2018-10-03 13:09:20 +02:00
Jani Uusitalo
86362e62ef
Use a2ensite instead of ln -s to enable site
Replace instruction using `ln -s` to enable Apache
site to use `a2ensite` instead in Debian and
derivatives. Closes #884.
2018-10-03 00:44:15 +02:00
euku
90a9669eef
fixed 3 mistakes 2018-09-28 17:30:17 +02:00
Morris Jobke
6e3e6b7db9
Remove unneeded label
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2018-09-28 16:52:40 +02:00
Marcel Waldvogel
0d76a758ca
NC 14.0.1 requires the terminal /
for overwrite.cli.url when going to the root.
Maybe required as well for other paths?
2018-09-28 11:46:18 +02:00
signupforacomment
b65324b954
Update source_installation.rst
After updating from Nextcloud 13 to 14 and accessing the login page, the message appears the OpenSSL extension IS to even login
2018-09-28 11:43:59 +02:00
Roeland Jago Douma
7fa4216daa
Add basic docs for Trash and Versions webdav API
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-09-28 11:42:06 +02:00
Lukas Pirl
b980cbe22b
noted required setting for accessing public shares over WebDAV 2018-09-28 11:40:12 +02:00
Joas Schilling
d922e4752e
Remove reference to strong permissions, see #431 for reasons
Signed-off-by: Joas Schilling <coding@schilljs.com>
2018-09-28 11:39:00 +02:00
KajanM
84c55ed354
Update oauth2.rst
highlight the need to include index.php if pretty URL is not configured
2018-09-28 11:37:50 +02:00
GeraldSoellinger
643011dd1e
Update contacts.rst
I think most of the time we want to add a virtual contact file not the gene sequence of our friends:)
https://en.wikipedia.org/wiki/VCard
https://en.wikipedia.org/wiki/Variant_Call_Format
2018-09-28 11:36:56 +02:00
Colin Kelly
6c7368ffe8
Update sync_ios.rst
Simple typo correction
2018-09-28 11:35:17 +02:00
Dominik
7e9e3d2d9a
Removed Upgrade Option
Removed “--no-app-disable” Option from the occ upgrade command since this option does not exist in Nextcloud 14 anymore.
2018-09-28 11:34:14 +02:00
Roeland Jago Douma
d0463f1962
Merge pull request #872 from nextcloud/doc/11270-nc14
[14] Adds the note property for the update share endpoint
2018-09-25 21:05:25 +02:00
alexanderdd
9f2496482f
fixed typo in whats_new.rst 2018-09-25 14:46:54 +02:00
Morris Jobke
be6e5ca170
Update migration versions
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2018-09-25 12:06:04 +02:00
Michael Weimann
e781ec616c
Adds the note property for the update share endpoint
Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
2018-09-20 12:08:18 +02:00
Joas Schilling
61813a8cc3
Merge pull request #862 from nextcloud/backport-index.html-14
[stable14] Add 14 to docs overview
2018-09-14 11:20:18 +02:00
Joas Schilling
3f374387d8
Add 14 to docs overview
Signed-off-by: Joas Schilling <coding@schilljs.com>
2018-09-14 11:03:12 +02:00
John Molakvoæ
761ba101f7
Merge pull request #856 from nextcloud/backport-add-referrer-policy-header
Backport: Add Referrer-Policy header to nginx config
2018-09-11 16:11:00 +02:00
Tilo Spannagel
f70574fabe
Add Referrer-Policy header to second location
Signed-off-by: Tilo Spannagel <development@tilosp.de>
2018-09-11 15:14:24 +02:00
Louis Matthijssen
aaae7ad92e
Set Referrer-Policy header for nginx installation docs 2018-09-11 15:13:23 +02:00
Joas Schilling
665c7368d8
Merge pull request #849 from nextcloud/prepare-stable14
Increase versions to 14
2018-09-04 12:28:04 +02:00
Joas Schilling
4e5060fe17
Merge pull request #848 from nextcloud/bugfix/noid/no-more-5.6
Remove all mentions of php 5.6 and below
2018-09-04 12:27:03 +02:00
Joas Schilling
1deab991be
Increase versions to 14
Signed-off-by: Joas Schilling <coding@schilljs.com>
2018-09-04 12:17:40 +02:00
Joas Schilling
0b43f1d0ed
Remove all mentions of php 5.6 and below
Signed-off-by: Joas Schilling <coding@schilljs.com>
2018-09-04 12:11:07 +02:00
Morris Jobke
929410149d
Merge pull request #847 from nextcloud/revert-846-add-code-signing
Revert "add code signing instructions"
2018-08-31 09:05:00 +02:00
Morris Jobke
16e80ad565
Revert "add code signing instructions" 2018-08-31 09:04:50 +02:00
Morris Jobke
7e3b19cccf
Merge pull request #846 from nextcloud/add-code-signing
add code signing instructions
2018-08-31 09:02:39 +02:00
hirschrobert
57c98664ac
add code signing instructions
I had trouble understanding how to sign the code. @MorrisJobke told me on Monday. Maybe helpfull for others, too. Haven't tested it, though.
2018-08-30 12:07:52 +02:00
Morris Jobke
d025055e34
Merge pull request #842 from nextcloud/fix-list-style-for-issue-labels
Fix broken list style for issue tags
2018-08-25 18:24:54 +02:00
Daniel Kesselberg
3f377622d9
Fix broken list style for issue tags 2018-08-25 14:56:56 +02:00
Morris Jobke
a6f828d7ce
Merge pull request #841 from denismosolov/group-commands
Add Group commands
2018-08-24 17:52:37 +02:00
Denis Mosolov
1cefd2dc25 Add Group commands 2018-08-24 17:36:59 +03:00
Morris Jobke
990ab381a2
Merge pull request #840 from hanserasmus/master
Fixed a few typos
2018-08-24 14:28:33 +02:00
Hans Erasmus
ea9ab9fbe9 Fixed a few typos 2018-08-23 17:52:36 +02:00
Morris Jobke
36d0dbe54c
generate documentation from config.sample.php 2018-08-20 14:06:38 +02:00
Morris Jobke
2d1126f39c
Merge pull request #834 from stalker314314/patch-1
Simple typo fix in documentation to cd into directory
2018-08-20 11:48:47 +02:00
Branko Kokanovic
748f053f85
Simple typo fix 2018-08-20 11:47:46 +02:00
Morris Jobke
304a78210a
Merge pull request #831 from paulmenzel/fix-typo-in-user-manual
Fix typo in user manual
2018-08-20 11:46:25 +02:00
Morris Jobke
0601c2647b
Merge pull request #832 from paulmenzel/remove-trailing-space
Remove trailing space
2018-08-20 11:45:32 +02:00
Morris Jobke
80d19df6c7
Merge pull request #839 from katrinleinweber/patch-1
Fix typos
2018-08-20 11:41:35 +02:00
Morris Jobke
94e49c3d2b
generate documentation from config.sample.php 2018-08-20 11:19:08 +02:00
Morris Jobke
afc66eb211
Merge pull request #833 from nextcloud/object-storage-documentation
Documentation for object storages
2018-08-20 10:48:24 +02:00
Katrin Leinweber
ff28f69905
Fix typos 2018-08-18 13:15:00 +02:00