Commit Graph

2465 Commits

Author SHA1 Message Date
Morris Jobke
a6410160f1 Nextcloud 15 support PHP 7.3 as well
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2018-11-30 16:24:05 +01:00
Morris Jobke
3d49e259b1 Fix typo in chown
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2018-11-30 16:23:52 +01:00
Morris Jobke
41a4bd9a0a Update memcache configuration to reflect the current status and recommendation for Redis
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2018-11-30 16:23:38 +01:00
Morris Jobke
a6d857732f Remove unneeded links (they are in the navigation already) and fix little typos
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2018-11-30 16:20:06 +01:00
Morris Jobke
e3b368849c Move "apps management" to same level as "user management"
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2018-11-30 16:19:23 +01:00
Morris Jobke
a7f73506ff Merge pull request #973 from nextcloud/generalize_autodiscovery
generalize .well-known autodiscovery to also include webfinger
2018-11-29 22:11:04 +01:00
Hans Erasmus
30a076089f Updated the "3rd party APPS" upgrade instructions
So there was a comment about "Needs better instruction".
2018-11-29 22:06:42 +01:00
Jonas Sulzer
b74d2cb46c generalize .well-known autodiscovery to also include webfinger
Signed-off-by: Jonas Sulzer <jonas@violoncello.ch>
2018-11-29 18:28:31 +01:00
Mitja Sovec
d4ee4cab73 Fix a missing s 2018-11-29 16:27:30 +00:00
Mitja Sovec
725ee14703 Added point 9 to remind user to copy theme 2018-11-29 16:27:29 +00:00
John Molakvoæ (skjnldsv)
f5129e52b2 Add edit-on-github functionality
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2018-11-28 20:10:29 +01:00
Morris Jobke
9641633535 Merge pull request #945 from nextcloud/NC15-cleanup
Cleanup structure and duplicate outdated docs
2018-11-28 16:53:55 +01:00
John Molakvoæ (skjnldsv)
426e5fd432 Fix source installation links
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2018-11-28 15:08:28 +01:00
Morris Jobke
bffb8987aa Merge pull request #954 from nextcloud/issue555
Add documentation on how to change data folder #555
2018-11-28 14:52:18 +01:00
John Molakvoæ (skjnldsv)
3981d73332 Fix linking and rst errors on admin manual
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2018-11-28 11:48:27 +01:00
John Molakvoæ (skjnldsv)
617fd0c398 Cleanup structure and duplicate outdated docs
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2018-11-28 10:58:57 +01:00
Flávio Gomes da Silva Lisboa
635b3e5481 Add documentation on how to change data folder #555 2018-11-27 14:54:34 -02:00
Morris Jobke
20209d6003 Merge pull request #944 from nextcloud/Dagefoerde-patch-1
Add Apache modules to OAuth 2 docs
2018-11-27 13:47:45 +01:00
Jan
9ec54bb090 Apache modules for OAuth 2
IIRC, `mod_headers` should be the most important one... not sure if the others are required but they don't hurt either
2018-11-26 09:14:55 +01:00
cooboyno111
6d271e68ee Update source_installation.rst 2018-11-26 13:57:12 +08:00
Christoph Wurst
a22f105552 Revamp 2FA admin docs
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2018-11-22 14:59:55 +01:00
Morris Jobke
7ceff622ff Merge pull request #936 from nextcloud/revert-932-enhancement/revamped-2fa-docs
Revert "Revamp 2FA admin docs"
2018-11-22 10:05:02 +01:00
Christoph Wurst
715aed21f0 Revert "Revamp 2FA admin docs (#932)"
This reverts commit 95469bf7fe.
2018-11-22 10:04:51 +01:00
yugofire
7612d3dfbe Replace text in installation_wizard.rst (#920)
Replace line 63 : "You will need the root database login, or any administrator login that has permissions to create and modify databases, and then enter any name you want for your Nextcloud database." by : "You will need the root database login, or any administrator login , and then enter any name you want for your Nextcloud database.
Be careful your administrator login needs to have the permissions to create
and modify databases and he needs to have the permissions to grant permissions
to other users."
2018-11-22 09:55:02 +01:00
Christoph Wurst
95469bf7fe Revamp 2FA admin docs (#932)
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2018-11-22 09:54:29 +01:00
Hans Erasmus
c39bf32b73 Fixed NC hardcoded version in installation on CentOS (#935)
* CentOS 7 walkthrough install created

* Update source_installation.rst

Added additional dependency to extract tar ball.

* Added entries from the comment of @michag86

* Fix Nextcloud version number in CentOS install

Removed the hardcoded 'Nextcloud 13' line in the CentOS install to make it more generic.
2018-11-20 14:05:25 +01:00
Morris Jobke
ee75fbe8bc Update nginx regex to also server woff2
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2018-11-19 09:34:41 +01:00
Martin
60c259fd2f Fix a typo
"...an Nextcloud..." > "...a Nextcloud..."
2018-11-16 10:41:51 +01:00
Morris Jobke
cc1b3e6057 Merge pull request #922 from nextcloud/enhancement/noid/extend-sizelimit++
Remove explanation about "sizelimit exceeded"
2018-11-15 11:08:51 +01:00
Morris Jobke
cab9d8e1ea Remove sizelimit explanation because it is not logged anymore in 15+
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2018-11-15 11:08:14 +01:00
Hans Erasmus
09cad635c9 CentOS 7 walkthrough install created (#843)
* CentOS 7 walkthrough install created

* Update source_installation.rst

Added additional dependency to extract tar ball.

* Added entries from the comment of @michag86
2018-11-13 09:13:55 +01:00
Morris Jobke
623f7993f7 Merge pull request #900 from fermulator/patch-1
minor corrections to manual upgrade steps
2018-11-12 23:16:20 +01:00
Daniel Hansson
b631fab80e update text and formatting (#924)
* update text and formatting

cc @jospoortvliet @MorrisJobke

* correct typo

* removed official
2018-11-12 15:33:11 +01:00
Arthur Schiwon
8eb0e5b29b you need to live wiht sizelimit exceeded
even stated in the php docs: http://php.net/manual/en/function.ldap-search.php

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2018-11-05 16:46:13 +01:00
Jos Poortvliet
c8fa1060a8 We have two VM's, add Univention.
Of course, we should have had both options here from the beginning... 🙈
2018-11-05 15:15:11 +01:00
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