summaryrefslogtreecommitdiffstats
path: root/config
Commit message (Collapse)AuthorAgeFilesLines
* update documentationBjoern Schiessle2017-12-011-1/+5
| | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* Fix typo in sample configMorris Jobke2017-11-131-1/+1
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* configurable amount of autocomplete results in commentsArthur Schiwon2017-10-271-19/+0
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* add config parameter sampleArthur Schiwon2017-10-251-0/+18
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* Add side effect noteMorris Jobke2017-08-301-0/+2
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Allow to sort groups by nameJoas Schilling2017-08-221-0/+5
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Always log cron executionMorris Jobke2017-08-171-7/+0
| | | | | | | | | | | There was a setting to disable the last execution of cron. There is no known problem with this write access and it was also questioned when this feature was build in https://github.com/owncloud/core/pull/7689#issuecomment-38264707 Recently there was also a bug report about a non-visible last cron execution (#6088) - let's better remove this. Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Fix config.sample.php documentationMorris Jobke2017-07-191-5/+1
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Allow to force a language and set it via the ocs apiJoas Schilling2017-06-211-0/+11
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Revert "allow admin to disable groups on personal page"Morris Jobke2017-06-131-5/+0
| | | | | | This reverts commit 28e1a9da6cd3bce3cc843727d54094db4969dd7b. See #5259
* Merge pull request #5259 from nextcloud/disable-groups-on-personal-pageMorris Jobke2017-06-061-0/+5
|\ | | | | allow admin to disable groups on personal page
| * allow admin to disable groups on personal pageBjoern Schiessle2017-06-061-0/+5
| | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* | Allow to overwrite the email template againJoas Schilling2017-06-061-0/+7
|/ | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* add new config switched for the global scale architectureBjoern Schiessle2017-05-291-3/+14
| | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* Merge pull request #4809 from nextcloud/downstream-27676Lukas Reschke2017-05-121-0/+1
|\ | | | | Disable reset password link
| * Disable reset password link. Issue: #27440Ujjwal Bhardwaj2017-05-111-0/+1
| |
* | Update redis cluster documentationMorris Jobke2017-05-111-2/+10
| | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | Merge pull request #4808 from nextcloud/downstream-27788Morris Jobke2017-05-111-8/+8
|\ \ | | | | | | Adjust sample documentation
| * | More fixesJoas Schilling2017-05-111-1/+1
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | Adjust sample documentationJoas Schilling2017-05-111-7/+7
| |/ | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* / SSL menu is now shown for files_externalMorris Jobke2017-05-101-5/+0
|/ | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Merge pull request #4514 from nextcloud/automatic-mysql-4byte-detectionLukas Reschke2017-05-081-8/+13
|\ | | | | Automatic mysql 4byte detection
| * Fix docsJoas Schilling2017-05-081-1/+1
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * config.sample.php doc update for MySQL 4-Byte unicodeMartin2017-04-281-5/+8
| |
| * MySQL 4 byte is now detected during setup in any case.Thomas Müller2017-04-281-2/+6
| | | | | | | | config.sample.php was updated to explicitly state that there detection in place to set mysql.utf8mb4
| * Fix mysql settingsThomas Müller2017-04-281-5/+3
| |
* | Improve documentationMorris Jobke2017-05-021-1/+2
| | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | allow admin to configure lookup serverBjoern Schiessle2017-04-281-0/+5
|/ | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* Add Redis Cluster supportRobin McCorkell2017-03-251-3/+27
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Clean up single user modeMorris Jobke2017-02-221-8/+0
| | | | | | | | | | | | | | 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>
* Merge pull request #3567 from nextcloud/autocomplete-settingsBjörn Schießle2017-02-221-19/+30
|\ | | | | some sharing settings
| * allow to configure a min-length of search strings for auto-compeltion and a ↵Bjoern Schiessle2017-02-211-19/+30
| | | | | | | | | | | | max number for of results returned Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* | Only request "IndexIgnore" if mod_autoindex is loadedRobert Scheck2017-02-201-0/+2
|/ | | | Signed-off-by: Robert Scheck <robert@fedoraproject.org>
* Merge pull request #3472 from nextcloud/enable-avatars-alwaysMorris Jobke2017-02-141-9/+0
|\ | | | | Always enable avatars
| * Always enable avatarsMorris Jobke2017-02-131-9/+0
| | | | | | | | | | | | | | | | | | * 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>
* | Add comment about log.conditionMorris Jobke2017-02-131-0/+1
| | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | Add option to enable locking debug loggingRobin Appelman2017-02-131-0/+10
|/ | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* Fix config.sample.phpMorris Jobke2017-01-301-3/+2
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Merge pull request #3178 from nextcloud/default-value-logdateformatJoas Schilling2017-01-271-1/+3
|\ | | | | fix default value for logdateformat
| * add comment about ISO 8601 and PHP 🙈Morris Jobke2017-01-231-1/+3
| | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
| * fix default value for logdateformat - fixes #3107Morris Jobke2017-01-191-1/+1
| | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | Fix default of mail_smtpmode - fixes #3102Morris Jobke2017-01-191-2/+2
|/ | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Merge pull request #3133 from nextcloud/j-ed-masterMorris Jobke2017-01-181-32/+192
|\ | | | | added parameter default values
| * added parameter default valuesj-ed2017-01-171-32/+192
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | Fix style in commentStefano Probst2017-01-181-1/+1
|/ | | Add missing grave accent to fix the highlighting in the documentation.
* Kill APC because it requires PHP 5.4Joas Schilling2017-01-051-1/+0
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Cahnge URL for desktop clients directly to pop-upFelix A. Epp2016-12-081-1/+1
| | | | | | by adding `/#install-clients` to the URL Signed-off-by: Felix A. Epp <work@felixepp.de>
* Document updater channel & check for correct PHP version in updaterMorris Jobke2016-12-061-0/+11
| | | | | | * see https://github.com/nextcloud/updater/issues/53 Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Add system config htaccess.IgnoreFrontController for prettyURLs w/o mod_envFelix Epp2016-11-161-6/+17
| | | | | | | 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>
* make object prefix configurableJörn Friedrich Dreyer2016-11-141-4/+6
|