summaryrefslogtreecommitdiffstats
path: root/config/config.sample.php
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #9280 from nextcloud/bugfix/noid/swift-v3-scopeRoeland Jago Douma2018-04-241-1/+9
|\ | | | | Swift v3 requires setting a scope
| * Swift v3 requires setting a scopeRoeland Jago Douma2018-04-231-1/+9
| | | | | | | | | | | | | | | | | | Unscoped auth is not guaranteed to return a catalog. So require the scope to be set properly. See https://developer.openstack.org/api-ref/identity/v3/index.html#password-authentication-with-unscoped-authorization Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Remove unused config optionMorris Jobke2018-04-231-6/+0
|/ | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Provide an option to disable HTML emailsMorris Jobke2018-04-161-7/+12
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Set the default log rotate size to 100 MBMorris Jobke2018-04-111-2/+2
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Use customclient_* values by default and do not use them in custom themes ↵Julius Härtl2018-03-261-2/+4
| | | | | | anymore Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Fix bucket and container usageRoeland Jago Douma2018-03-141-2/+2
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* fix: change 'sqlite' to 'sqlite3'BernieO2018-02-261-3/+3
| | | | | | | | @MorrisJobke asked me to open this pull request in the server repo instead of the documentation repo: https://github.com/nextcloud/documentation/pull/690 Text from the documentation pull request: On a fresh Nextcloud 13 Installation the default value for dbtype in config.php is 'sqlite3' (and not 'sqlite'). I also noticed that on previous versions. Despite the fact that Nextcloud 13 also works though, if that value is manually changed to 'sqlite', I would suggest to change that in the documentation to the actually used value created when installing Nextcloud - and that is 'sqlite3'.
* Some swift v3 example configRoeland Jago Douma2018-02-261-0/+22
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Raise PHP version number to PHP 7.0Morris Jobke2018-01-121-1/+1
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Max preview size to 4096x4096Roeland Jago Douma2018-01-081-4/+4
| | | | | | | | | | | With HiDPI screens. And even normal HD screens you want more detail from your pictures. Or the ability to somewhat zoom on you previews. For this we need somewhat larger previews. Moving the default to 4096x4096 is a step up. Users that want the old behavior can still set the values in config.php Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* The max_scale_factor is not used anymore.Roeland Jago Douma2018-01-081-9/+0
| | | | | | | We never generate previews larger than the original. So the config setting can be removed. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Merge pull request #7334 from ↵blizzz2017-12-081-0/+4
|\ | | | | | | | | nextcloud/feature/noid/language-depending-skeleton-directory Allow `{lang}` as a placeholder in the skeleton directory
| * Fallback to "default" and check if directory existsMorris Jobke2017-12-081-1/+2
| | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
| * Allow `{lang}` as a placeholder in the skeleton directoryJoas Schilling2017-11-291-0/+3
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Merge pull request #7351 from nextcloud/change-default-german-languageRoeland Jago Douma2017-12-061-1/+5
|\ \ | | | | | | use formal version of German by default
| * | update documentationBjoern Schiessle2017-12-011-1/+5
| |/ | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* | Fix typos in config.sample.phpMorris Jobke2017-12-041-3/+2
| | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | Allow to skip data dir permission checks by configArthur Schiwon2017-11-301-0/+12
|/ | | | | | | Enables installation on services that don't allow/support permission changes. Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* 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>
* 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>
* Merge pull request #3472 from nextcloud/enable-avatars-alwaysMorris Jobke2017-02-141-9/+0
|\ | | | | Always enable avatars