Commit Graph

2428 Commits

Author SHA1 Message Date
Morris Jobke
1fd8b02ca4 Merge pull request #913 from nextcloud/decrypt-all-without-master-key
Clarify decrypt-all without master key only works per-user
2018-11-01 14:56:05 +01:00
Elliott Partridge
f46a449553 Indicate required mod_rewrite
Added a note indicating that mod_rewrite is required for .well-known redirects in the .htaccess file. I stumbled across this missing requirement when upgrading to NC 13.0.
2018-10-30 11:08:27 -04:00
Jos Poortvliet
2357a855ca Update occ_command.rst
adding info from @akalypse in https://github.com/nextcloud/server/issues/8311?fbclid=IwAR07RjhNMtK4MwbcGX6e03XclX4BIEGZ48cYn8Rt9fEWdONxWTlpd1uHiQ4#issuecomment-423243061 - pls check @schiessle
2018-10-27 15:05:28 +02:00
Morris Jobke
7520bc38a7 Fix line break
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2018-10-24 17:05:14 +02:00
Morris Jobke
545f0e5e2f Merge pull request #906 from HarHarLinks/patch-1
Update usage of --path argument
2018-10-24 17:04:06 +02:00
Joas Schilling
cccd8533e4 Fix numbers
Signed-off-by: Joas Schilling <coding@schilljs.com>
2018-10-24 11:49:35 +02:00
Joas Schilling
defa0fb898 Improve the documentation for MySQL 4byte on MySQL 8+ and MariaDB 10.3+
Signed-off-by: Joas Schilling <coding@schilljs.com>
2018-10-24 11:27:05 +02:00
Daniel Hansson
ed75ac7619 Merge pull request #907 from nextcloud/enoch85-patch-1
update name
2018-10-20 13:47:35 +02:00
Daniel Hansson
baa0e6c2e0 update link to blog 2018-10-19 21:43:51 +02:00
Daniel Hansson
23efcb9bb1 update name 2018-10-19 21:40:54 +02:00
Kim Brose
af070e87fe Update usage of --path argument
Update use of --path argument for files:transfer-ownership to reflect https://github.com/nextcloud/server/blob/master/apps/files/lib/Command/TransferOwnership.php#L126
2018-10-19 14:15:52 +02:00
Morris Jobke
42412a4cdd generate documentation from config.sample.php 2018-10-18 21:12:17 +02:00
Morris Jobke
a149f37510 Merge pull request #903 from nextcloud/phpmail-not-supported
PHP Mail is not longer supported
2018-10-18 13:25:17 +02:00
Marius Blüm
950261f8f9 PHP Mail is not longer supported
* fixes https://github.com/nextcloud/documentation/issues/854

Signed-off-by: Marius Blüm <marius@lineone.io>
2018-10-18 13:24:58 +02:00
Christian Oliff
ec8120c7d5 Therefore typo fix
'Therfor' is a legal term and not appropriate in this context
REF: https://writingexplained.org/therefor-or-therefore-difference
2018-10-16 18:05:35 +01:00
Marios Zindilis
402c2eaf87 Rephrased web browser requirement 2018-10-15 07:24:27 +01:00
Patrik Kernstock
cf8927deec Add hint for Referrer-Policy
Signed-off-by: Patrik Kernstock <info@pkern.at>

Related to nextcloud/server#11798
2018-10-12 16:26:28 +02:00
Florian Schlegel
49f0f390f6 Update server_tuning.rst 2018-10-08 17:21:09 +02:00
Florian Schlegel
d2566e776d Update server_tuning.rst 2018-10-08 17:21:06 +02:00
Florian Schlegel
f34fc96da7 Update server_tuning.rst 2018-10-08 17:21:02 +02:00
Daniel Kesselberg
3e21ed5875 Update access_control.rst 2018-10-08 14:14:23 +02:00
Morris Jobke
75fc0d26c3 Merge pull request #864 from anoymouserver/patch-1
updated php-handler since php 7 is required
2018-10-03 16:24:38 +02:00
Jani Uusitalo
9d48ee7f31 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-02 15:50:50 +03:00
Morris Jobke
f1c2a86621 Remove unneeded label
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2018-09-28 15:41:47 +02:00
Morris Jobke
02b666abc3 Merge pull request #878 from MarcelWaldvogel/htaccess-slash
NC 14.0.1 requires the terminal / on overwrite.cli.url
2018-09-28 11:46:03 +02:00
Morris Jobke
5ec61b4d19 Merge pull request #857 from signupforacomment/patch-1
Update source_installation.rst, OpenSSL PHP extension is required at least since 14
2018-09-28 11:43:45 +02:00
Morris Jobke
d2dd341734 Merge pull request #869 from nextcloud/bugfix/noid/strong-permissions-dont-exist-anymore
Remove reference to strong permissions, see #431 for reasons
2018-09-28 11:38:37 +02:00
Morris Jobke
e6f681eead Merge pull request #867 from KajanM/patch-1
highlight the need to include index.php if pretty URL is not configured
2018-09-28 11:37:33 +02:00
Dominik
066209a5e9 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:28:53 +02:00
Marcel Waldvogel
1a14327dbf 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-27 08:46:44 +02:00
Morris Jobke
7fac7f8c9c Update migration versions
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2018-09-25 11:29:03 +02:00
Joas Schilling
4a631e872c Remove reference to strong permissions, see #431 for reasons
Signed-off-by: Joas Schilling <coding@schilljs.com>
2018-09-19 16:04:37 +02:00
KajanM
d1629f2e2f Update oauth2.rst
highlight the need to include index.php if pretty URL is not configured
2018-09-18 02:36:57 +05:30
anoy
9ab39ed554 updated php-handler since php 7 is required 2018-09-15 12:01:46 +02:00
Joas Schilling
4bbb81a320 Fix docs
Signed-off-by: Joas Schilling <coding@schilljs.com>
2018-09-13 12:26:42 +02:00
signupforacomment
64246532a9 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-12 14:08:19 +00:00
Tilo Spannagel
c153d70619 Add Referrer-Policy header to second location
Signed-off-by: Tilo Spannagel <development@tilosp.de>
2018-09-11 15:03:38 +02:00
Louis Matthijssen
9c439e97f9 Set Referrer-Policy header for nginx installation docs 2018-09-09 21:33:35 +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
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
16e80ad565 Revert "add code signing instructions" 2018-08-31 09:04:50 +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
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
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