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
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
2013-04-09fixes #2789 - no internet connectivity check if there is non on purposeThomas Mueller
2013-04-05Update config.sample.phpFrank Karlitschek
clarify documentation. Fixes https://github.com/owncloud/core/issues/2624 
2013-03-31Change logQuery from define() to OC::ConfigBrice Maron
2013-03-26fix missing ',' after "mail_domain" parameteritheiss
2013-03-26Update to reflect new parameter mail_domainitheiss
see #2568
2013-03-02Remove uneeded \ since we're using "Lukas Reschke
2013-02-10add switch to enable/disable the possibility to change the display name by ↵Björn Schießle
the user
2013-02-06make it possible to modify the links to the clientsGeorg Ehrke
2013-02-04Merge pull request #1445 from owncloud/CSP_fontThomas Müller
Allow loading of external fonts
2013-02-04Also allow local filesLukas Reschke
2013-02-04Allow the loading of local font files embedded via data:Lukas Reschke
2013-02-04Allow loading of external fontsLukas Reschke
Required by several applications like our pdf viewer
2013-02-04Make fileblacklist configurableLukas Reschke
2013-01-31add SSL proxy supportherbrechtsmeier
Add support for a reverse proxy that only forwards SSL connections unencrypted to the web server. This patch allows to detect the reverse proxy via regular expression for the remote IP address and conditional overwrite the host name, protocol and web root.
2013-01-31add multiple domains reverse proxy supportStefan Herbrechtsmeier
Add support for a reverse proxy that handles multiple domains via different web roots (http[s]://proxy.tld/domain.tld/owncloud). As the reverse proxy web root is transparent for the web server the REQUEST_URI and SCRIPT_NAME need manual adjustments. This patch replace the direct use of this _SERVER variables with function calls and extend this functions to overwrite the web root. Additionally it adds a Sabre request backend that extends the Sabre_HTTP_Request to use the same functions.
2013-01-28fix merge conflictsBjörn Schießle