John Molakvoæ (skjnldsv)
f21a5ede8a
Add stable to the version links and fix conf
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2018-11-28 18:19:59 +01:00
John Molakvoæ (skjnldsv)
4f8adc9101
Structure cleanup and RTD migration
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2018-11-28 18:14:49 +01:00
Morris Jobke
b2b7129ba7
Sort go.php entries
...
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2018-11-27 15:06:22 +01:00
Morris Jobke
e0900b8cec
Merge pull request #949 from nextcloud/backport/947/stable13
...
[stable13] Document behaviour of device-specific passwords on password change
2018-11-27 12:05:46 +01:00
Morris Jobke
b2dac51346
Document behaviour of device-specific passwords on password change
...
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2018-11-27 10:45:31 +00:00
Morris Jobke
f6aaed2f63
Merge pull request #940 from nextcloud/backport/938/stable13
...
[stable13] "canUpload" is a string not a boolean
2018-11-22 16:51:38 +01:00
Björn Schießle
7c278814f9
"canUpload" is a string not a boolean
...
"canUpload" is a string which can be either "true" or "false", not a boolean.
2018-11-22 15:50:25 +00:00
Martin
6782217d9a
Fix a typo
...
"...an Nextcloud..." > "...a Nextcloud..."
2018-11-16 13:43:26 +01:00
Hans Erasmus
f8cd27ec95
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 11:28:20 +01:00
Jos Poortvliet
a03437da5c
We have two VM's, add Univention.
...
Of course, we should have had both options here from the beginning... 🙈
2018-11-06 00:06:28 +01:00
Jos Poortvliet
7c67c271ad
Update occ_command.rst
...
adding info from @akalypse in https://github.com/nextcloud/server/issues/8311?fbclid=IwAR07RjhNMtK4MwbcGX6e03XclX4BIEGZ48cYn8Rt9fEWdONxWTlpd1uHiQ4#issuecomment-423243061 - pls check @schiessle
2018-11-01 14:56:16 +01:00
Elliott Partridge
175ca85100
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-11-01 14:55:00 +01:00
Morris Jobke
eac34db9fe
Fix line break
...
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2018-10-24 17:05:43 +02:00
Kim Brose
aeb0cb37ac
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-24 17:04:21 +02:00
Morris Jobke
7b8b3f7073
Add section about .l10nignore
...
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2018-10-24 12:13:21 +02:00
Morris Jobke
a66782c84d
Update l10n documentation
...
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2018-10-24 12:13:19 +02:00
Joas Schilling
2d73d8bf71
Fix numbers
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2018-10-24 12:00:20 +02:00
Joas Schilling
96682bf89a
Improve the documentation for MySQL 4byte on MySQL 8+ and MariaDB 10.3+
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2018-10-24 12:00:18 +02:00
Daniel Hansson
5885bb0dbb
update link to blog
2018-10-22 14:46:11 +02:00
Daniel Hansson
a4b2e76d8b
update name
2018-10-22 14:45:29 +02:00
Morris Jobke
91f5eff9a4
generate documentation from config.sample.php
2018-10-18 21:11:59 +02:00
Christian Oliff
3c3d93fae4
Therefore typo fix
...
'Therfor' is a legal term and not appropriate in this context
REF: https://writingexplained.org/therefor-or-therefore-difference
2018-10-17 12:22:29 +02:00
Marios Zindilis
c6659f565b
Rephrased web browser requirement
2018-10-15 08:39:26 +02:00
Pellaeon Lin
de64446a0f
Add link to notifications app's documentation
...
This will solve #828 and tick off one item in #568
2018-10-10 09:34:07 +02:00
anoy
b86f4dba00
updated php-handler since php 7 is required
2018-10-03 16:24:52 +02:00
Moviuro
60b02d54fb
Update nginx.rst
...
Avoid leaking `X-Powered-By`
Add link to a sane nginx TLS configuration
2018-10-03 13:09:27 +02:00
Jani Uusitalo
94719b9286
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:22 +02:00
euku
8780703fc5
fixed 3 mistakes
2018-09-28 17:30:24 +02:00
signupforacomment
efb73a5e99
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:44:07 +02:00
Lukas Pirl
9e9e410386
noted required setting for accessing public shares over WebDAV
2018-09-28 11:40:18 +02:00
Joas Schilling
4f4fd1aab2
Remove reference to strong permissions, see #431 for reasons
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2018-09-28 11:38:54 +02:00
KajanM
960b2c9fbf
Update oauth2.rst
...
highlight the need to include index.php if pretty URL is not configured
2018-09-28 11:37:55 +02:00
GeraldSoellinger
1b3fa549f6
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:51 +02:00
Colin Kelly
7453dfcf84
Update sync_ios.rst
...
Simple typo correction
2018-09-28 11:35:23 +02:00
alexanderdd
af58809c85
fixed typo in whats_new.rst
2018-09-25 14:47:09 +02:00
Morris Jobke
0d724366d1
Update migration versions
...
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2018-09-25 12:06:15 +02:00
Joas Schilling
04987f9d78
Merge pull request #860 from nextcloud/fix-13
...
Fix links and pdf creation in stable13
2018-09-14 11:04:50 +02:00
Joas Schilling
92ae83caac
Fix unreadable images which breaks the pdf
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2018-09-14 10:43:54 +02:00
Joas Schilling
08e81d106e
Fix links in stable13
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2018-09-14 10:38:44 +02:00
Hans Erasmus
69c0a9e5f0
Fixed a few typos
2018-08-24 14:30:46 +02:00
Branko Kokanovic
3e96f352bb
Simple typo fix
2018-08-20 11:48:58 +02:00
Paul Menzel
da159ec9ed
user_manual: Fix typo in *Connect*
2018-08-20 11:46:42 +02:00
Paul Menzel
9a49ead5d5
user_manual: Remove trailing space
2018-08-20 11:45:51 +02:00
Katrin Leinweber
4ed5aa63cc
Fix typos
2018-08-20 11:41:57 +02:00
Christoph Wurst
b708c5f6ff
Fix certificate key length in dev manual
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2018-08-20 11:23:22 +02:00
Marius Blüm
f311dfe44d
Documentation for object storages
...
Signed-off-by: Marius Blüm <marius@lineone.io>
2018-08-20 10:48:49 +02:00
Morris Jobke
ba69e0dd09
Add 7.2 for 13
...
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2018-07-25 08:53:47 +02:00
Morris Jobke
3aa3be8e23
Merge pull request #824 from NlL5/stable13
...
Removed '=' from php_value statements
2018-07-24 15:19:58 +02:00
Nils M
150de0b4e4
Removed '=' from php_value statements
2018-07-24 14:41:35 +02:00
Marius Blüm
4482ca67e0
config.php -> configuration
...
Signed-off-by: Marius Blüm <marius@lineone.io>
2018-07-24 13:45:15 +02:00