Commit Graph

2467 Commits

Author SHA1 Message Date
Marius Blüm
54ff9302c2 iOS Files & Talk apps are requiring iOS 10.x
Signed-off-by: Marius Blüm <marius@lineone.io>
2019-02-01 21:42:26 +00:00
Morris Jobke
49adb9d424
Merge pull request #1205 from nextcloud/backport/1199/stable14
[stable14] Add group commands label
2019-01-28 11:45:32 +01:00
Marius Blüm
3b4658e97d Add group commands label
Signed-off-by: Marius Blüm <marius@lineone.io>
2019-01-28 10:44:04 +00:00
Jack
435f5676a7 Nginx config: Remove line-breaks from STS header
This patch removes the incorrect line-breaks in the Strict-Transport-Security Headers.
Just removing the comment at the beginning of the line (and therefore having a line-break in the header field) leads to various kinds of failures across different clients and browsers.
2019-01-28 10:43:08 +00:00
Marin Mikaël
d38edb9829 Fix dead link to snapcraft's installation page 2019-01-24 13:20:21 +00:00
jzdm
6975a49e02 Hint to suppress confirmation message
More concise and removed reference to shared hosting as unclear.
2019-01-23 09:15:52 +00:00
jzdm
16cfc6a551 Suppress confirmation
Shared hostings without shell access make the confirmation step impossible. Therefore you can add named argument and suppress the confirmation message. Then the conversion works even from one time cronjobs.
2019-01-23 09:15:52 +00:00
John Molakvoæ
0333d170d1 Add hidden file setting section for samba
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2019-01-17 22:13:06 +00:00
Albirew
c09eee4fec added IPv6 example in trusted_domains
Since IPv6 have to be inside brackets to work here, an example should be added.
2019-01-16 19:07:39 +00:00
Jasper Knockaert
4b6f10ed72 fix regular expressions in nginx config
A number of fixes to regular expressions in the nginx config example:
* escaping forward slash by prefixing a backslash (not essential, but seems good practise anyway)
* fix the second expression in fastcgi_split_path_info to allow for uris ending in .php (which do satisfy the location definition but would result in a 404 with the current specification of fastcgi_split_path_info
* adding /nextcloud to all regex location definitions in the subdirectory example
2019-01-16 16:18:44 +00:00
Georgiy Sitnikov
c712a926f3 Update BigInt (64bit) identifiers
'php' was missing in command and sudo can't execute it as it was.
2019-01-15 09:10:04 +00:00
Jani Uusitalo
1c25933e16 Fix indefinite article before Nextcloud (an->a) 2019-01-10 22:38:28 +00:00
Morris Jobke
db389407e8
Merge pull request #1099 from nextcloud/backport/1039/stable14
[stable14] Correction of restoring PostgreSQL database
2019-01-02 16:13:03 +01:00
Morris Jobke
31936cb34b
Fix warnings and links on install page
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2019-01-02 16:12:14 +01:00
BernieO
80a9b318d5 Correction of restoring PostgreSQL database
Signed-off-by: Bernhard Ostertag <bernieo.github@gmx.de>
2019-01-02 15:03:20 +00:00
Morris Jobke
35349853aa
Merge pull request #1094 from nextcloud/backport/1033/stable14
[stable14] Bugfix in nginx configuration
2019-01-02 12:42:56 +01:00
Morris Jobke
75766a640f
15.0.x still supports PHP 7.0
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2019-01-02 12:42:19 +01:00
Kevin Köck
5fbacf3254 Bugfix in nginx configuration
Original configuration provided did not work, figured this could be the solution. It works at least.
2019-01-02 11:13:46 +00:00
Jani Uusitalo
81ca137cbc Fix typo: "parameters and are" -> "parameters are" 2019-01-02 10:17:08 +00:00
plluksie
e08de0271f Update files_locking_transactional.rst
typo
2018-12-29 22:25:15 +00:00
Flávio Gomes da Silva Lisboa
dbde2e7740 Move recommendation to 18.04 #1030 2018-12-26 14:07:10 +00:00
plluksie
ec37718c73 Update linux_database_configuration.rst
typo: .dom -> .com
2018-12-22 08:24:24 +00:00
John Molakvoæ
d9649ed197
Merge pull request #1036 from TP75/patch-2
PHP 7.0 in php.ini & php-fpm configuration notes
2018-12-18 21:59:33 +01:00
TP75
d2ed7104e8
PHP 7.0 in php.ini & php-fpm configuration notes
Path names have to be set in respect of the installed PHP (>= 7.0, 7.1 or 7.2) as applicable.
2018-12-15 14:50:34 +01:00
TP75
d4d0665dc2
update sub-section 'systemd' of 'background jobs'
Proposed changes comprise:
- remove typo to get the expected layout for  ``OnBootSec`` in line 122
- improve the effort "to start and enable the timer" by establishing _one_ command line and reducing redundancy in lines 124 to 128
2018-12-14 18:35:47 +01:00
John Molakvoæ (skjnldsv)
adb64b4046
apc.enable_cli docs
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2018-12-07 23:06:23 +01:00
Daniel Hansson
d13a67f09b
Update source_installation.rst 2018-12-05 20:36:19 +01:00
Daniel Hansson
d231706b14
backport for https://github.com/nextcloud/documentation/pull/924 to stable14 2018-12-05 20:34:11 +01:00
Christoph Wurst
cf3041febe Fix "erver" -> "server" typo 2018-12-05 17:45:55 +00:00
Morris Jobke
03f4fd9bfa Update required PHP modules 2018-12-04 15:46:01 +00:00
Jonas Sulzer
d58245cdfa generalize .well-known autodiscovery to also include webfinger
Signed-off-by: Jonas Sulzer <jonas@violoncello.ch>
2018-11-29 21:11:28 +00:00
Mitja Sovec
29b56d46fe
Merge branch 'stable14' into patch-1 2018-11-29 18:51:29 +01:00
Hans Erasmus
cb738e9dfe
Updated as per comment made 2018-11-29 17:01:39 +00:00
Mitja Sovec
b5a6e09010
Fix a missing s 2018-11-29 14:18:31 +01:00
Mitja Sovec
476013b261
Added point 9 to remind user to copy theme 2018-11-29 14:11:45 +01:00
Hans Erasmus
a741f1979c
Updated the "3rd party APPS" upgrade instructions
So there was a comment about "Needs better instruction".
2018-11-29 13:31:04 +02:00
John Molakvoæ (skjnldsv)
760093d050
Add edit-on-github functionality
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2018-11-28 20:09:44 +01:00
John Molakvoæ (skjnldsv)
39b0558f99
Structure cleanup and RTD migration
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2018-11-28 17:19:37 +01:00
Flávio Gomes da Silva Lisboa
af34dc62e0 Add documentation on how to change data folder #555 2018-11-28 13:52:53 +00:00
Morris Jobke
d46ec774bd
Merge pull request #950 from nextcloud/backport/943/stable14
[stable14] Update source_installation.rst
2018-11-27 14:12:17 +01:00
Jan
30483d5753 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-27 12:48:10 +00:00
cooboyno111
ed3809020c Update source_installation.rst 2018-11-27 12:47:20 +00:00
timm2k
7c1efea6cc Removed double ``X-Powered-By;`` (#934)
Removed double ```fastcgi_hide_header X-Powered-By;``` clause
2018-11-20 14:06:25 +01:00
Hans Erasmus
78fb306950
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:50 +01:00
Morris Jobke
719d34469f
Update nginx regex to also server woff2
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2018-11-19 10:15:40 +01:00
Martin
79eaa55f8c
Fix a typo
"...an Nextcloud..." > "...a Nextcloud..."
2018-11-16 13:43:19 +01:00
Hans Erasmus
b7acc5d7f9
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:08 +01:00
Fermulator
071f579d22
add tar.gz2 example to manual upgrade steps 2018-11-12 23:16:43 +01:00
Fermulator
f745c8c926
minor corrections to manual upgrade steps 2018-11-12 23:16:38 +01:00
Jos Poortvliet
b19712c7a0
We have two VM's, add Univention.
Of course, we should have had both options here from the beginning... 🙈
2018-11-06 00:06:23 +01:00