Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/config
AgeCommit message (Collapse)Author
2017-05-08Merge pull request #4514 from nextcloud/automatic-mysql-4byte-detectionLukas Reschke
Automatic mysql 4byte detection
2017-05-08Fix docsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2017-05-02Improve documentationMorris Jobke
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2017-04-29allow admin to configure lookup serverBjoern Schiessle
Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
2017-04-28config.sample.php doc update for MySQL 4-Byte unicodeMartin
2017-04-28MySQL 4 byte is now detected during setup in any case.Thomas Müller
config.sample.php was updated to explicitly state that there detection in place to set mysql.utf8mb4
2017-04-28Fix mysql settingsThomas Müller
2017-03-26Add Redis Cluster supportRobin McCorkell
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2017-02-23Clean up single user modeMorris Jobke
Single user mode basically disables WebDAV, OCS and cron execution. Since we heavily rely on WebDAV and OCS also in the web UI it's basically useless. An admin only sees a broken interface and can't even change any settings nor sees any files. Also sharing is not possible. As this is at least the case since Nextcloud 9 and we haven't received any reports for this it seems that this feature is not used at all so I removed it. The encryption commands now rely on the well tested maintenance mode. Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2017-02-22Merge pull request #3567 from nextcloud/autocomplete-settingsBjörn Schießle
some sharing settings
2017-02-21allow to configure a min-length of search strings for auto-compeltion and a ↵Bjoern Schiessle
max number for of results returned Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
2017-02-20Only request "IndexIgnore" if mod_autoindex is loadedRobert Scheck
Signed-off-by: Robert Scheck <robert@fedoraproject.org>
2017-02-14Merge pull request #3472 from nextcloud/enable-avatars-alwaysMorris Jobke
Always enable avatars
2017-02-14Always enable avatarsMorris Jobke
* we introduced this setting in the begining because our avatar support caused some performance issues, but we fixed them and should only provide one way how Nextcloud looks Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2017-02-14Add comment about log.conditionMorris Jobke
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2017-02-13Add option to enable locking debug loggingRobin Appelman
Signed-off-by: Robin Appelman <robin@icewind.nl>
2017-01-31Fix config.sample.phpMorris Jobke
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2017-01-27Merge pull request #3178 from nextcloud/default-value-logdateformatJoas Schilling
fix default value for logdateformat
2017-01-23add comment about ISO 8601 and PHP 🙈Morris Jobke
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2017-01-20fix default value for logdateformat - fixes #3107Morris Jobke
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2017-01-20Fix default of mail_smtpmode - fixes #3102Morris Jobke
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2017-01-19Merge pull request #3133 from nextcloud/j-ed-masterMorris Jobke
added parameter default values
2017-01-18Fix style in commentStefano Probst
Add missing grave accent to fix the highlighting in the documentation.
2017-01-18added parameter default valuesj-ed
based on a source code analysis (looking for getSystemValue() function) I added the default values of the prameters Update config.sample.php replaced three backticks by two. applied various fixes - removed default value for 'objectstore' because it has not default value. - removed default value for 'tempdirectory' because it is unset. - changed default value for 'theme' to "Defaults to the theming app which is shipped since Nextcloud 9" - fixed typo in default value of 'minimum.supported.desktop.version', after double-checking the version number in /apps/dav/lib/Connector/Sabre/BlockLegacyClientPlugin.php:71. Signed-off-by: Juergen Edner <juergen@eisfair.org>
2017-01-05Kill APC because it requires PHP 5.4Joas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2016-12-08Cahnge URL for desktop clients directly to pop-upFelix A. Epp
by adding `/#install-clients` to the URL Signed-off-by: Felix A. Epp <work@felixepp.de>
2016-12-06Document updater channel & check for correct PHP version in updaterMorris Jobke
* see https://github.com/nextcloud/updater/issues/53 Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2016-11-17Add system config htaccess.IgnoreFrontController for prettyURLs w/o mod_envFelix Epp
Added the system config which sets all conditions to true that query the FrontControllerActive mod_env variable. Signed-off-by: Felix A. Epp <work@felixepp.de>
2016-11-14make object prefix configurableJörn Friedrich Dreyer
2016-10-31Use new appstore APILukas Reschke
This change introduces the new appstore API in Nextcloud. Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
2016-10-25Set 2.0.0 as minimum requirement for the desktop client in config.sample.phpThomas Müller
2016-10-19Add config option to update charset of mysql to utf8mb4Morris Jobke
* fully optional * requires additional options set in the database
2016-09-27Use the same URL everywhereJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2016-09-08Change updater URLJoas Schilling
2016-07-25Merge pull request #523 from Faldon/masterJoas Schilling
Renamed file logging
2016-07-22Changed logtype to file instead of owncloud.Thomas Pulzer
- Updated the config sample to point to log_type='file' - Renamed the Class for logfile logging to File in namespace 'OC\Log\'. Changed the occurrences of 'OC\Log\Owncloud' to 'OC\Log\File'. - Renamed the Class for log:file command to File in namespace 'OC\Core\Command\Log\File'. Changed registration of the command to use 'OC\Core\Command\Log\File'. - Changed default Syslog tag to Nextcloud - Retained backwards compatibility for configs with 'logtype' => 'owncloud' - Adjusted tests for the new file log. Closes #490.
2016-07-22Fix typoJoas Schilling
2016-07-21Make the changes from ↵Joas Schilling
https://github.com/nextcloud/documentation/commit/6ccd2c5678b85d35a8673d784bef5c6c89e7ecb9 persistant
2016-07-20Implement brute force protectionLukas Reschke
Class Throttler implements the bruteforce protection for security actions in Nextcloud. It is working by logging invalid login attempts to the database and slowing down all login attempts from the same subnet. The max delay is 30 seconds and the starting delay are 200 milliseconds. (after the first failed login)
2016-07-15Remove asset pipelinRoeland Jago Douma
Fixes #215 The asset pipeline has shown to do more harm than good. Some apps fail hard with it. Also it makes sure that you download a huge file on each unvisited page.
2016-07-13Fix warnings from building docsJoas Schilling
2016-07-07Merge pull request #314 from jernst/masterLukas Reschke
Allow wildcard * to be used in trusted domains
2016-07-07Extended documentation on trusted_domains to cover ports and wildcards.Johannes Ernst
2016-07-06Fix config sample textMorris Jobke
2016-07-04Changed name of default logfile from owncloud.log to nextcloud.log.Thomas Pulzer
2016-06-20replaced ownCloud by Nextcloud in config samplePatric Lenhart
2016-06-16revise updater.server.url to reflect nextcloud.org URL, also it's comment=
2016-06-01Fix URL for client downloadsJoas Schilling
2016-05-25Merge pull request #24812 from owncloud/fkammer-enhancement-cache-folder-gc-ttlVincent Petry
Make chunk cache ttl configurable
2016-05-24add default token auth config on install, upgrade and add it to sample configChristoph Wurst