Commit Graph

2096 Commits

Author SHA1 Message Date
Morris Jobke
ea7aa8b63b
Combine mimetype pages into one
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2017-09-26 13:51:28 +02:00
Ómar Högni Guðmarsson
6178044017 typo fixed
Mysql in the line above a postgresql connection command.
2017-08-11 12:13:46 +00:00
Morris Jobke
af2bbe0dbd Fix type of config option
Fixes #286

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2017-08-08 14:09:36 +02:00
Morris Jobke
3ad6dbb5b1 Pending stable11 fixes
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2017-07-20 18:35:43 +02:00
Morris Jobke
6d8af1bff4 Fix admin manual
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2017-07-20 17:46:06 +02:00
Morris Jobke
448380227e generate documentation from config.sample.php 2017-07-06 03:35:33 +02:00
Alixerid
80082366e8 change value of innodb_large_prefix to 1
Older versions of mysql may not accept `on` as a value and configuration may fail. `1` is sure to work. 
See issue #4846 https://github.com/nextcloud/server/issues/4846
2017-06-22 15:37:57 -05:00
Arthur Schiwon
582af0a846 format table
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2017-06-13 17:24:54 -05:00
Arthur Schiwon
dd49da549f document LDAP API
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2017-06-13 17:24:51 -05:00
Devices
37d96e687f systemd timer as option for background service
Added examples and a smart explanation on how to automate cron.php with systemd.
2017-06-04 16:16:34 -05:00
Morris Jobke
9f97d1fa72 Remove hint about maintenance mode
* fixes #490

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2017-06-03 12:06:25 +02:00
Morris Jobke
1508260dc3 Put maintenance mode section into "How to upgrade"
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2017-06-03 08:42:54 +02:00
Carla Schroder
2d3d8fe587 corrections to selinux page; troubleshooting and correct rules to use 2017-05-19 09:54:48 -05:00
Arne Fahrenwalde
ab77949e1b refined SELinux Settings for ownCloud 9.1
Tested on CentOS7
2017-05-19 09:54:03 -05:00
Morris Jobke
35b27f568d Apply missed commit
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2017-05-17 12:15:06 -05:00
Morris Jobke
b02a2919e7 There are no 11 release notes 🙈
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2017-05-16 00:19:05 -05:00
Morris Jobke
0cd3ef21be Add notice about HSTS preload option
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2017-05-16 00:05:48 -05:00
Morris Jobke
00b73c3b70 Document new updater
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2017-05-16 00:00:54 -05:00
Morris Jobke
697772e620 Improve sidebar headings
* remove term Nextcloud in headings - it only adds noise
* unify headings to have them grouped by wording (Upgrade ...)
* reduce the length of headings

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2017-05-16 00:00:06 -05:00
Morris Jobke
49159a2e08 Improve headings of admin manual
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2017-05-15 23:59:30 -05:00
Morris Jobke
1bfad7e40c generate documentation from config.sample.php 2017-05-12 03:35:38 +02:00
Morris Jobke
fff890c621 remove HAProxy as mysql load balancer
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2017-05-03 16:14:16 -03:00
ds4a
c93e4a3ba4
Update to *disableuser* and *enableuser*
Addition to examples for **users / disableuser** and **users / enableuser**
2017-05-02 15:26:16 -03:00
Morris Jobke
0c2599c63e generate documentation from config.sample.php 2017-05-02 20:13:05 +02:00
Morris Jobke
a956ac75a6
Update constraints for big file uploads
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2017-04-27 12:17:33 -03:00
Lukas Reschke
8edb15a6dd
Remove recommendation to change permissions
1. The wording here is really off. We don't really recommend this highly.
2. This is even contraproductive as it disallows updating via the app store
3. Once we have automatic updates this will effectively decrease security from my PoV

Also, an attacker can execute code also using other ways once they have write access to Nextcloud or the data folder.

Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
2017-04-26 17:33:39 -03:00
Tronde
34c39a06d8 Removed note that nginx is not officially supported because it is. 2017-04-21 11:45:31 +02:00
Tronde
37be537bff Backport from master -- Changed mysqldump parameter to close #375 2017-04-17 13:47:09 +02:00
Joas Schilling
6533a9ca97
No more 403 and 404 redirecting
The error pages broke OCS endpoints which return 403 and 404
https://github.com/nextcloud/server/issues/3847

Signed-off-by: Joas Schilling <coding@schilljs.com>
2017-03-21 21:25:41 -06:00
Jos Poortvliet
91492ab022
Update security_setup_warnings.rst
fix links 🙈
2017-03-20 13:50:44 -06:00
Jos Poortvliet
6415fc47a9
fix typo 2017-03-19 17:46:48 -06:00
Jos Poortvliet
76094ccca6
Add note about security scanner to documentation
We should tell people we have the scanner so they can use it.

No idea if we ever again would scan systems out there but we should tell people it is possible. Of course, various (both good and bad intentioned) parties can and do scan the web all the time, so this isn't exactly news to any user who knows how the web works :(
2017-03-19 17:46:42 -06:00
Nono
87f695edd1
Update manual_upgrade.rst
tar xjf *.bz2 => unzip *.zip
2017-03-12 23:58:35 -06:00
Morris Jobke
53c115b415
Fix Nginx config
* see https://github.com/nextcloud/server/issues/237#issuecomment-229923262

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2017-03-07 22:12:06 -06:00
Morris Jobke
68c82e78ca
Streamline OS recommendations
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2017-03-06 15:16:28 -06:00
Joas Schilling
fee9d6a59e
Remove docs about migration simulation
Signed-off-by: Joas Schilling <coding@schilljs.com>
2017-03-06 12:07:40 -06:00
Morris Jobke
9d85a41fb0
Improve documentation on recommended setup
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2017-03-02 23:33:39 -06:00
Matthew Setter
f9bb49ec6e
Add a short encryption FAQ to the docs
This is being added as part of satisfying #2402. There's more to come,
but is waiting on further feedback.
2017-01-31 17:45:29 +01:00
Morris Jobke
4832445f47
Remove documentation about multiple smtp hosts
* it doesn't work for a long time

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2017-01-25 18:57:02 -06:00
RudiScholz
8e88e440bc
Update system_requirements.rst
Fix syntax error for innodb_large_prefix
2017-01-17 09:30:00 -06:00
RudiScholz
5341f73e04
Update mysql_4byte_support.rst
Fix syntax error for innodb_large_prefix
2017-01-17 09:29:53 -06:00
Morris Jobke
dda15d7c35 Merge pull request #306 from nextcloud/backport-301-php-version
[stable11] Adjust more mentions on php versions
2017-01-05 13:38:15 +01:00
GDR!
a3d11101db
Update caching_configuration.rst 2017-01-05 13:31:26 +01:00
GDR!
d48fac48f9
Document all config options taken by RedisFactory
I wanted to use a non-default DB number and ended up reading source code.
2017-01-05 13:31:18 +01:00
Joas Schilling
173b9b91f7
Downstream of https://github.com/owncloud/documentation/pull/2700
Signed-off-by: Joas Schilling <coding@schilljs.com>
2017-01-05 13:27:44 +01:00
Joas Schilling
1ca8504203
FIx typo
Signed-off-by: Joas Schilling <coding@schilljs.com>
2017-01-05 13:27:36 +01:00
Joas Schilling
1a34173f03
Take in changed from tflidd
https://github.com/nextcloud/documentation/pull/300

Signed-off-by: Joas Schilling <coding@schilljs.com>
2017-01-05 13:27:28 +01:00
Joas Schilling
7896d26bb9
Adjust more mentions on php versions
Signed-off-by: Joas Schilling <coding@schilljs.com>
2017-01-05 13:27:14 +01:00
Marius Blüm
fac6419a71 Merge pull request #302 from nextcloud/stable11-284
Remove reference to not existing file
2017-01-05 12:16:03 +01:00
tflidd
672533ba7c
Update install instructions to Ubuntu 16.04 2017-01-05 12:06:44 +01:00