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
2014-09-25Clarify possible preview providers for type OfficeLukas Reschke
a Conflicts: lib/private/preview.php
2014-09-23Merge branch 'stable6' into backport-11211-stable6Lukas Reschke
Conflicts: config/config.sample.php
2014-09-23Use non-empty defaultsVictor Dubiniuk
2014-09-23Add a configuration switch for enabled preview mimetypesLukas Reschke
Backport of https://github.com/owncloud/core/pull/11211 to stable6
2014-09-16Revert "Reword the description"Lukas Reschke
This reverts commit 16c5925155bfd6c7cc35745b233b0739fb513f51.
2014-09-16Reword the descriptionLukas Reschke
The old one was just horrible wrong. Conflicts: config/config.sample.php
2014-08-14Minor changes in config.sampleVolkan Gezer
* appcodechecker accepts boolean. * using different ports in trusted domains Partially fixes #330
2014-06-03[backport] [stable6] Skip filescan but execute hooksringmaster
Backport of #8607
2014-04-27Add another example to the trusted_domains configLukas Reschke
Users often ask in IRC or the forum how to add another domain. Hopefully they will be able to find it out on their own if we have an example with two domains.
2014-02-22Add overwritehost config on setup and upgradeLukas Reschke
2014-02-05Added session_keepalive settingVincent Petry
When session_keepalive is true (default) the heartbeat will be send as often as the half of the session timeout value. Backport of 912da8d to stable6
2013-12-09Document memcached settings in config.sample.phpv6.0.0Andreas Fischer
2013-12-06get rid of failing test that don't cause additional downloadsRobin Appelman
2013-12-04config switch to disable auto expire for the trash binBjoern Schiessle
2013-11-25add documentation for single user config option to config.sample.phpRobin Appelman
2013-11-12Update config.sample.phpWikinaut
/* Enable maintenance mode to disable ownCloud If you want to prevent users to login to ownCloud before you start doing some maintenance work, you need to set the value of the maintenance parameter to true. Please keep in mind that users who are already logged-in are kicked out of ownCloud instantly. */
2013-10-17add options to disable the check for a working .htaccess file in data and ↵Frank Karlitschek
for a working WebDAV server. This are advanced settings that are needed in special situations where our check fail and the user runs into an http timeout.
2013-10-10Merge pull request #4780 from AxelRb/masterMorris Jobke
On an auth failure the uid and the IP address should be logged to the st...
2013-10-09Added the config option to log ip addresses , default falseAxel Roenn
2013-10-07let admin specify timezone for log file entriesBjoern Schiessle
2013-09-03Merge branch 'master' into oc_avatarskondou
Conflicts: config/config.sample.php
2013-09-03Merge pull request #4672 from owncloud/ocs_cleanupblizzz
Ocs cleanup
2013-09-02Employ config option for OpenSSL config file, if provided.Owen Winkler
This should help make OpenSSL configuration on Windows servers easier by allowing the openssl.cnf file to be set directly in the ownCloud config, rather than in SetEnv commands that don't exist and are hard to replicate in IIS.
2013-09-02Start a branch for easier OpenSSL configuration.Owen Winkler
2013-09-01Provide 'enable_avatars' in config.php, to disable avatarskondou
2013-08-31remove the config option that is no longer neededFrank Karlitschek
2013-08-29Merge master into oc_previewGeorg Ehrke
2013-08-29invert logic of disable_previewsGeorg Ehrke
2013-08-28Only enable logrotate when configured. Also rotate size is settable.Bart Visscher
2013-08-24make it possible to disable previewsGeorg Ehrke
2013-08-19style fixes for preview libGeorg Ehrke
2013-08-05fix merge conflictsGeorg Ehrke
2013-08-05Merge pull request #4293 from owncloud/config-dateThomas Müller
make log date configurable, default to iso 8601
2013-08-05add 'logdateformat' to config.sample.phpThomas Müller
2013-08-02users's -> user'sLennart Rosam
2013-08-02Fix typo (again >.<).. gnahLennart Rosam
2013-08-02Make default language configurable via config.phpLennart Rosam
2013-07-30Merge branch 'master' into oc_previewThomas Müller
Conflicts: 3rdparty lib/template.php
2013-07-29fix syntax in config.sample.phpGeorg Ehrke
2013-07-26reduce time for auto expire to 30 days by defaultBjörn Schießle
2013-07-16Fix some typoskondou
2013-07-10merge conflicts ...Georg Ehrke
2013-06-28session_life_time -> session_lifetimeThomas Mueller
default session_lifetime is 24hrs recreation of session is triggered at 50% of the session life time
2013-06-26session life time is now configurable and set to the same valueThomas Mueller
2013-06-05yet another update for config.sample.phpGeorg Ehrke
2013-06-05update config.sample.phpGeorg Ehrke
2013-05-25add sample config for previewsGeorg Ehrke
2013-04-24Merge pull request #3111 from owncloud/csp-audioicewind1991
Allow loading of external media ressources
2013-04-24Allow loading of external media ressourcesLukas Reschke
2013-04-24- xframe restriction configurable nowFlorian Scholz