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
2018-04-18Provide an option to disable HTML emailsMorris Jobke
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2018-01-08Max preview size to 4096x4096Roeland Jago Douma
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>
2018-01-08The max_scale_factor is not used anymore.Roeland Jago Douma
We never generate previews larger than the original. So the config setting can be removed. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2017-12-08Merge pull request #7334 from ↵blizzz
nextcloud/feature/noid/language-depending-skeleton-directory Allow `{lang}` as a placeholder in the skeleton directory
2017-12-08Fallback to "default" and check if directory existsMorris Jobke
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2017-12-06Merge pull request #7351 from nextcloud/change-default-german-languageRoeland Jago Douma
use formal version of German by default
2017-12-05Fix typos in config.sample.phpMorris Jobke
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2017-12-01update documentationBjoern Schiessle
Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
2017-11-30Allow to skip data dir permission checks by configArthur Schiwon
Enables installation on services that don't allow/support permission changes. Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2017-11-29Allow `{lang}` as a placeholder in the skeleton directoryJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2017-11-13Fix typo in sample configMorris Jobke
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2017-10-27configurable amount of autocomplete results in commentsArthur Schiwon
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2017-10-25add config parameter sampleArthur Schiwon
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2017-08-30Add side effect noteMorris Jobke
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2017-08-22Allow to sort groups by nameJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2017-08-17Always log cron executionMorris Jobke
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>
2017-07-19Fix config.sample.php documentationMorris Jobke
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2017-06-21Allow to force a language and set it via the ocs apiJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2017-06-13Revert "allow admin to disable groups on personal page"Morris Jobke
This reverts commit 28e1a9da6cd3bce3cc843727d54094db4969dd7b. See #5259
2017-06-06Merge pull request #5259 from nextcloud/disable-groups-on-personal-pageMorris Jobke
allow admin to disable groups on personal page
2017-06-06Allow to overwrite the email template againJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2017-06-06allow admin to disable groups on personal pageBjoern Schiessle
Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
2017-05-29add new config switched for the global scale architectureBjoern Schiessle
Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
2017-05-12Merge pull request #4809 from nextcloud/downstream-27676Lukas Reschke
Disable reset password link
2017-05-12Update redis cluster documentationMorris Jobke
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2017-05-11Merge pull request #4808 from nextcloud/downstream-27788Morris Jobke
Adjust sample documentation
2017-05-11More fixesJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2017-05-11Disable reset password link. Issue: #27440Ujjwal Bhardwaj
2017-05-11Adjust sample documentationJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2017-05-11SSL menu is now shown for files_externalMorris Jobke
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
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>