gunnaraas
1764e54433
Fixing small typo in docs
...
'environment' was spelled 'environmemt' on line 649
2020-02-02 16:09:35 -06:00
Roeland Jago Douma
9a59936f79
Merge pull request #1787 from nextcloud/backport/1777/stable15
...
[stable15] Remove server php docs build
2020-01-19 13:41:32 +01:00
Roeland Jago Douma
8c19c889a1
Use old svgexport
...
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2020-01-18 20:23:02 +00:00
Julius Härtl
385bfda13f
Remove server php docs build
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-01-18 20:23:02 +00:00
Roeland Jago Douma
5eca969f8b
Merge pull request #1741 from nextcloud/backport/1738/stable15
...
[stable15] Fix several typos
2019-12-23 09:48:37 +01:00
Grzegorz Szymaszek
771a61c9ba
Fix several typos
...
Signed-off-by: Grzegorz Szymaszek <gszymaszek@short.pl>
2019-12-03 14:12:39 +00:00
John Molakvoæ
803b69e2d5
Merge pull request #1732 from nextcloud/backport/1730/stable15
...
[stable15] Added info about the optional nextcloud path
2019-12-03 10:29:05 +01:00
John Molakvoæ
d41d532095
[stable15] Distinguish apps from clients ( #1736 )
...
[stable15] Distinguish apps from clients
2019-12-03 10:28:52 +01:00
J0WI
147f7de81a
Distinguish apps from clients
...
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
2019-12-03 07:35:55 +00:00
Vignesh Kumar
2cd268fbdf
rewrote a bit and fixed typo
...
Signed-off-by: Vignesh Kumar <xxvignesh@gmail.com>
2019-12-03 07:18:52 +00:00
Vignesh Kumar
c88de7d633
Added info about the optional nextcloud path
...
The current document does not mention that "/nextcloud" path is only optional, and not needed if the installation is present at the root directory of the domain. Also, the wording was quite off, cleaned it up a bit.
Signed-off-by: Vignesh Kumar <xxvignesh@gmail.com>
2019-12-03 07:18:51 +00:00
J0WI
13972b7f21
Merge pull request #1723 from nextcloud/backport/1720/stable15
...
[stable15] Fix desktop client url
2019-11-24 16:54:27 +01:00
Kai
feee83a7ed
Fix desktop client url
...
Signed-off-by: splitt3r <splitt3r@users.noreply.github.com>
2019-11-24 15:39:50 +00:00
John Molakvoæ
7b972e1589
[stable15] Remove current and next version from doc. ( #1711 )
...
[stable15] Remove current and next version from doc.
2019-11-21 06:40:35 +01:00
Daniel Kesselberg
a93e5bc680
Remove current and next version from doc.
...
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2019-11-20 20:16:45 +01:00
Roeland Jago Douma
911916c5b0
Merge pull request #1680 from nextcloud/backport/1679/stable15
...
[stable15] fix PATH_INFO
2019-10-24 22:32:48 +02:00
Jasper Knockaert
76ba0bd410
fix PATH_INFO
...
`try_files` was added in #1674 , but that resets `$fastcgi_path_info`. This PR makes sure PATH_INFO gets the original value.
2019-10-24 20:30:54 +00:00
Roeland Jago Douma
2915bad8d7
Merge pull request #1677 from nextcloud/backport/1674/stable15
...
[stable15] Harden NGINX config
2019-10-24 12:16:59 +02:00
Roeland Jago Douma
ba5d2c7660
Harden NGINX config
...
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-10-24 08:44:55 +00:00
Roeland Jago Douma
710ebf0d1b
Merge pull request #1673 from nextcloud/backport/1670/stable15
...
[stable15] more specifics for possible MIME types at workflows
2019-10-22 07:45:53 +02:00
Sascha Wiswedel
9464653ded
more specifics for possible MIME types at workflows
...
Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
2019-10-22 03:49:55 +00:00
Julius Härtl
a7bd391e34
[stable15] added documentation quick-links ( #1667 )
...
[stable15] added documentation quick-links
2019-10-21 08:40:04 +02:00
Sascha Wiswedel
8aa555e4c0
added documentation quick-links
...
Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
2019-10-18 07:28:12 +00:00
blizzz
7afa210331
Merge pull request #1639 from nextcloud/backport/1635/stable15
...
[stable15] Update min stable: 15 - 17
2019-10-01 13:54:20 +02:00
John Molakvoæ
b23be95f1b
Update min stable: 15 - 17
2019-10-01 09:39:01 +00:00
Sascha Wiswedel
4f4998852b
Merge pull request #1626 from nextcloud/backport/1621/stable15
...
[stable15] Update user_configuration.rst
2019-09-19 14:06:08 +02:00
John Molakvoæ
dcdd3598b4
Update user_configuration.rst
2019-09-19 09:28:39 +00:00
Nextcloud bot
2ede0132b8
generate documentation from config.sample.php
2019-09-11 03:16:09 +00:00
Joas Schilling
dbbca7cc0a
Merge pull request #1612 from nextcloud/backport/1607/stable15
...
[stable15] Corrections to enabling encryption
2019-09-09 11:26:06 +02:00
Griffith Knoop
056bcb3b14
Corrections to enabling encryption
...
Removed the bit about enabling maintenance mode because changes to the application have caused it to automatically enable maintenance mode when enabling encryption and enabling it beforehand prevents the command from running at all.
2019-09-09 07:51:03 +00:00
Julius Härtl
5894f7d0c8
[stable15] Also load bcmap files with nginx ( #1606 )
...
[stable15] Also load bcmap files with nginx
2019-08-26 20:23:59 +02:00
Christoph Wurst
a4b75a0b7b
Also load bcmap files with nginx
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2019-08-26 15:24:21 +00:00
Victor Goff
9b2dee7fe2
Merge pull request #1602 from nextcloud/backport/1599/stable15
...
[stable15] ignore generated server folder
2019-08-24 11:05:23 -04:00
Victor Goff
075b7c4615
ignore generaed server folder
...
closes #1596
Signed-off-by: Victor Goff <keeperotphones@gmail.com>
2019-08-24 14:50:34 +00:00
Morris Jobke
3185e93a89
Merge pull request #1569 from nextcloud/backport/1567/stable15
...
[stable15] Fix bullet points
2019-07-26 15:28:27 +02:00
J0WI
b05a5bb593
Fix bullet points
...
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
2019-07-26 12:57:56 +00:00
Morris Jobke
7101b1baba
Merge pull request #1562 from nextcloud/backport/1560/stable15
...
[stable15] note on the redis socket file permissions
2019-07-19 16:11:49 +02:00
Jos Poortvliet
bebbf4a1a7
Update caching_configuration.rst
...
implement feedback.
2019-07-19 14:10:39 +00:00
Jos Poortvliet
f3b7155e58
note on the redis socket file permissions
...
This can take forever to debug ;-)
2019-07-19 14:10:39 +00:00
Daniel Hansson
6b0d763b05
Merge pull request #1555 from nextcloud/backport/1553/stable15
...
[stable15] add the VM scripts as an option on Ubuntu Server
2019-07-10 08:25:25 +02:00
Daniel Hansson
e3891c72d3
add the VM scripts as an option on Ubuntu Server
2019-07-10 06:16:09 +00:00
Morris Jobke
796d4a7188
Update release schedule
...
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2019-07-09 13:53:17 +02:00
Morris Jobke
3f37480c4b
Update release schedule
...
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2019-07-08 10:00:29 +02:00
John Molakvoæ
4b0c343558
[stable15] Document the front_controller_active param ( #1524 )
...
[stable15] Document the front_controller_active param
2019-07-02 12:15:17 +02:00
Morris Jobke
b1a3a0b9ca
Merge pull request #1544 from nextcloud/backport/1495/stable15
...
[stable15] Update SFTP description
2019-07-02 12:10:35 +02:00
Morris Jobke
29b8584797
Merge pull request #1546 from nextcloud/backport/1512/stable15
...
[stable15] Include info about Barracuda innodb_file_format
2019-07-02 12:09:58 +02:00
Patrick Robertson
8b744351fb
Include info about Barracuda innodb_file_format
...
innodb_file_format=Barracuda is required for utf8mb4, some hosts/servers might not use this file format. It is important to check before upgrading.
Signed-off-by: Patrick Robertson <robertson.patrick@gmail.com>
2019-07-02 10:07:49 +00:00
mactrent
5f71f64c4c
Correct SFTP definition
...
SSH File Transfer Protocol is entirely separate from traditional FTP. Nextcloud can use both.
2019-07-02 10:02:38 +00:00
John Molakvoæ
9c8ad72d05
[stable15] Update mysql_4byte_support.rst ( #1542 )
...
[stable15] Update mysql_4byte_support.rst
2019-07-02 08:09:27 +02:00
cyBea
195726a3de
Update mysql_4byte_support.rst
...
To clarify needed mysql user privileges.
I am not quite sure if this also applies to <code>ALTER DATABASE nextcloud CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci;</code> in mysql section 3.
2019-07-02 05:39:45 +00:00