Commit Graph

2655 Commits

Author SHA1 Message Date
J0WI
0bc2e15849 Document the front_controller_active param
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
2019-07-01 23:20:59 +02:00
Daniel Kesselberg
a865341ad4 Bump minium pqsql version to 9.5
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2019-06-27 23:58:17 +02:00
John Molakvoæ
37c0a9de78 Serve map files for nginx configs
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2019-06-19 13:15:35 +02:00
John Molakvoæ
4c812e160b Correct error in .htaccess, revert #1069 (#1480)
Correct error in .htaccess, revert #1069
2019-06-14 12:35:11 +02:00
John Molakvoæ
51312104a0 Update SFTP description (#1495)
Update SFTP description
2019-06-14 12:31:02 +02:00
Nextcloud bot
9c17db9cec generate documentation from config.sample.php 2019-06-13 02:57:51 +00:00
mactrent
49e1a13f24 Correct SFTP definition
SSH File Transfer Protocol is entirely separate from traditional FTP.  Nextcloud can use both.
2019-06-12 12:17:26 -05:00
John Molakvoæ
fc88a12e07 Fix typo in LDAP User Auth (#1471)
Fix typo in LDAP User Auth
2019-06-12 13:49:12 +02:00
John Molakvoæ
e391c3dc53 Update index.rst (#1485)
Update index.rst
2019-06-11 07:19:29 +02:00
tflidd
d40a8d10c0 Update index.rst
I didn't find any information regarding the enterprise/community edition in the Release-notes.
2019-06-11 00:35:44 +02:00
Lars-Sören Steck
014fcdcfa6 Correct error in .htaccess, revert #1069
The forward slashes are only needed if the rewrite rules are being put directly into the config file of the apache virtual host. They should not be added to the .htaccess file, as in this case the redirect is not working (this has been tested by me on multiple systems).

You can also see in the discussion of the bug report #1069 after it was merged, that the reporter actually put the rules into his apache conf, instead of a .htaccess and that somebody else was reporting, that it was only working without the forward slashes in a .htaccess file.
2019-06-08 22:38:28 +02:00
Sascha Wiswedel
8d626b110a Proxy notation hints
Added hints to the different allowed notations for trusted proxies

Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
2019-06-07 15:15:25 +02:00
Andrew Morgan
c92ef60dc1 Fix typo
"turn of loading" -> "turn off loading"

Signed-off-by: Andrew Morgan <andrew@amorgan.xyz>
2019-06-02 13:51:58 +01:00
Morris Jobke
797391db73 Merge pull request #1461 from kurjajuur666/patch-2
Update linux_database_configuration.rst
2019-05-31 17:45:11 +02:00
cloud2018
fb0af3ffc7 parameter --all-users for trashbin:cleanup 2019-05-28 14:50:48 +02:00
J N
b251a5f388 Update linux_database_configuration.rst
PostgreSQL instead of MySQL on how to remotley access a postgres server (previously "To access a PostgreSQL installation on a...")
2019-05-28 13:35:12 +03:00
Nextcloud bot
29bd8c84a9 generate documentation from config.sample.php 2019-05-23 03:05:08 +00:00
Morris Jobke
2ad08ef8e6 Update release date of 14.0.12
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2019-05-17 12:21:10 +02:00
Joseph Price
1d632c797c Typo
Signed-off-by: Joseph Price <github@pricechild.co.uk>
2019-05-16 13:53:19 +01:00
Morris Jobke
ffd15411d0 Update releases
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2019-05-15 20:42:00 +02:00
BernieO
c58f36ee46 Make people continue with MySQL instructions
Signed-off-by: Bernhard Ostertag <bernieo.github@gmx.de>

It does not seem to be obvious to continue with the MySQL steps when using MariaDB 10.2 or earlier after step 4 when no error occurred.

According forum thread: https://help.nextcloud.com/t/solved-mysql-is-used-as-database-but-does-not-support-4-byte-characters-error-message-persist-after-fix/52999/2
2019-05-12 00:53:21 +02:00
Morris Jobke
0d8633cff5 Remove recommendation for opcache on CLI
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2019-05-09 14:25:32 +02:00
Morris Jobke
238e3f14e0 Update admin_manual/configuration_database/mysql_4byte_support.rst
ok

Co-Authored-By: rth-dev <rth@dev-used.de>
2019-05-06 13:15:49 +00:00
Morris Jobke
b165041d4d Update admin_manual/configuration_database/mysql_4byte_support.rst
thanks for the hint : )

Co-Authored-By: rth-dev <rth@dev-used.de>
2019-05-06 13:15:49 +00:00
rth
9d485395db Update mysql_4byte_support.rst 2019-05-06 13:15:48 +00:00
Sascha Wiswedel
e9f8a5754b Revert "updated release schedule for 17"
This reverts commit 93ae577d95020bbc1615021390e01f71e453e2eb.

Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
2019-05-06 15:09:33 +02:00
Joas Schilling
6af1a5cff2 Update admin_manual/installation/source_installation.rst
Co-Authored-By: wiswedel <wiswedel@users.noreply.github.com>
Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
2019-05-06 15:09:33 +02:00
Sascha Wiswedel
35352367ad updated release schedule for 17
Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
2019-05-06 15:09:33 +02:00
Sascha Wiswedel
0a14840eef Added Guests and Terms of Service to the list of supported apps
Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
2019-05-06 15:09:33 +02:00
Sascha Wiswedel
06ad8b6938 added PHP 7.3 to installation prerequisites
Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
2019-05-06 15:09:33 +02:00
Sascha Wiswedel
5adc5cab71 Apache config reordering
order was confusing for CentOS setup

Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
2019-05-06 15:09:33 +02:00
Sascha Wiswedel
b6e3ea2b6f cleanup on installation page
rearranged orders, adjusted headliens

Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
2019-05-06 15:09:33 +02:00
Sascha Wiswedel
dd4832b324 Added Group folders to list of supported apps
new supported app: Group folders

Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
2019-05-06 15:09:33 +02:00
Sascha Wiswedel
b77a0914c2 formatting on list of supported apps
corrected formatting for a bullet point

Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
2019-05-06 15:09:33 +02:00
Julius Härtl
f2f700e506 Add list of possible remote connection destinations
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-05-02 10:16:45 +02:00
ernstkl
1c1ce1ad72 Update source_installation.rst
grammar fix
2019-05-01 09:43:07 +02:00
Morris Jobke
0f3f0c95ea Merge pull request #1413 from nextcloud/16-is-released
Add 16 release
2019-04-30 15:40:04 +02:00
Morris Jobke
86ea136944 Update admin_manual/release_schedule.rst 2019-04-30 15:39:52 +02:00
Morris Jobke
7d050158fc Update source_installation.rst 2019-04-29 17:23:15 +02:00
Marius Blüm
417e397444 Add 16 release
Signed-off-by: Marius Blüm <marius@lineone.io>
2019-04-29 15:56:33 +01:00
Joas Schilling
c7a7a424d7 Add a note about the necessary mysqldump change
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-04-29 11:49:51 +02:00
Daniel Hansson
7554ccb96d Add the Nextcloud VM scripts to Linux installation
Self explanatory

cc @nextcloud/documentation
2019-04-25 09:07:11 +02:00
Jonas Sulzer
d74f699dfe 👌 IMPROVE: updater is not an app
Signed-off-by: Jonas Sulzer <jonas@violoncello.ch>
2019-04-22 14:25:57 +02:00
Morris Jobke
7c1a5f7d71 Merge pull request #1373 from MercierCorentin/master
Update instruction_set_for_users.rst
2019-04-16 14:29:42 +02:00
Morris Jobke
42939b62f0 Merge pull request #1377 from BernieO/master
readd option A to rsync command
2019-04-16 14:29:16 +02:00
BernieO
0d05e5d865 readd option A to rsync command
Signed-off-by: Bernhard Ostertag <bernieo.github@gmx.de>
2019-04-14 07:40:19 +02:00
Corentin Mercier
08603adcf5 Update user api status codes
Based on 090aa51234/apps/provisioning_api/lib/Controller/UsersController.php (L214)

Signed-off-by: MercierCorentin <corentin.mercier.pro@gmail.com>
2019-04-12 19:41:38 +02:00
Corentin Mercier
ddd085b3b0 Add options for add a new user
Changements based on 090aa51234/apps/provisioning_api/lib/Controller/UsersController.php (L214)

Signed-off-by: MercierCorentin <corentin.mercier.pro@gmail.com>
2019-04-12 19:41:38 +02:00
Morris Jobke
1d6e7c6ddc Merge pull request #1355 from coliff/patch-1
Remove mention of the discontinued Firebug extension
2019-04-11 11:53:30 +02:00
Olav Seyfarth
9a52686e87 Update big_file_upload_configuration.rst 2019-04-09 21:34:31 +02:00