Andreas Fischer
5db73c05fb
Document memcached settings in config.sample.php
11 years ago
Robin Appelman
e888bdda30
get rid of failing test that don't cause additional downloads
11 years ago
Bjoern Schiessle
6b7fdda4f5
config switch to disable auto expire for the trash bin
11 years ago
Robin Appelman
a609a53647
add documentation for single user config option to config.sample.php
11 years ago
Wikinaut
63952aaeab
Update config.sample.php
...
/* 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.
*/
12 years ago
Frank Karlitschek
6a60a47d59
add options to disable the check for a working .htaccess file in data and 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.
12 years ago
Axel Roenn
08a0435704
Added the config option to log ip addresses , default false
12 years ago
Bjoern Schiessle
6a411833b9
let admin specify timezone for log file entries
12 years ago
Owen Winkler
9a263a500a
Employ config option for OpenSSL config file, if provided.
...
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.
12 years ago
Owen Winkler
fb34f49913
Start a branch for easier OpenSSL configuration.
12 years ago
kondou
76b1b5b6a3
Provide 'enable_avatars' in config.php, to disable avatars
12 years ago
Frank Karlitschek
a5633bb155
remove the config option that is no longer needed
12 years ago
Georg Ehrke
70b6e2161e
invert logic of disable_previews
12 years ago
Bart Visscher
3fd2df4088
Only enable logrotate when configured. Also rotate size is settable.
12 years ago
kondou
81cadd5ea3
Remove gravatar and no-avatar functionality, prepare for default avatars even more and reword some stuff
12 years ago
kondou
4a08f7d710
Add basic avatars and gravatar
12 years ago
Georg Ehrke
1dab076750
make it possible to disable previews
12 years ago
Georg Ehrke
48f0c54261
style fixes for preview lib
12 years ago
Thomas Müller
ad952f215d
add 'logdateformat' to config.sample.php
12 years ago
Lennart Rosam
ad329f541b
users's -> user's
12 years ago
Lennart Rosam
504beb6cfd
Fix typo (again >.<).. gnah
12 years ago
Lennart Rosam
79351d064f
Make default language configurable via config.php
12 years ago
Georg Ehrke
b4a5239278
fix syntax in config.sample.php
12 years ago
Björn Schießle
0a9bb8ba73
reduce time for auto expire to 30 days by default
12 years ago
kondou
d9c697534d
Fix some typos
12 years ago
Thomas Mueller
3b91ce695f
session_life_time -> session_lifetime
...
default session_lifetime is 24hrs
recreation of session is triggered at 50% of the session life time
12 years ago
Thomas Mueller
794c189650
session life time is now configurable and set to the same value
12 years ago
Georg Ehrke
5c1d4fc186
yet another update for config.sample.php
12 years ago
Georg Ehrke
78e8712366
update config.sample.php
12 years ago
Georg Ehrke
1bed3253ab
add sample config for previews
12 years ago
Lukas Reschke
4f96d7fb85
Allow loading of external media ressources
12 years ago
Florian Scholz
03aa86d8a6
- xframe restriction configurable now
12 years ago
Thomas Mueller
46722d8282
fixes #2789 - no internet connectivity check if there is non on purpose
12 years ago
Frank Karlitschek
adb8197c0b
Update config.sample.php
...
clarify documentation. Fixes https://github.com/owncloud/core/issues/2624
12 years ago
Brice Maron
63804f4153
Change logQuery from define() to OC::Config
12 years ago
itheiss
f0733b2cb5
fix missing ',' after "mail_domain" parameter
12 years ago
itheiss
02d53deecc
Update to reflect new parameter mail_domain
...
see #2568
12 years ago
Lukas Reschke
50460d9032
Remove uneeded \ since we're using "
12 years ago
Björn Schießle
d8fee28b3b
add switch to enable/disable the possibility to change the display name by the user
12 years ago
Georg Ehrke
0a16d25724
make it possible to modify the links to the clients
12 years ago
Lukas Reschke
5fcb35efd6
Also allow local files
12 years ago
Lukas Reschke
bb90b0ee6e
Allow the loading of local font files embedded via data:
12 years ago
Lukas Reschke
8de0f96a24
Allow loading of external fonts
...
Required by several applications like our pdf viewer
12 years ago
Lukas Reschke
3def7f8187
Make fileblacklist configurable
12 years ago
herbrechtsmeier
7747f49263
add SSL proxy support
...
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.
12 years ago
Stefan Herbrechtsmeier
ab2b79cda6
add multiple domains reverse proxy support
...
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.
12 years ago
j-ed
4d74738fe7
Update config/config.sample.php
...
added parameter mail_smtpauthtype to set SMTP authentication type.
12 years ago
Lukas Reschke
0d6a577481
Warn users not to enable DEBUG in productive environments
...
The debug mode should not be enabled in productive environments and is also a security risk since some apps outputs unsanitized debug data to the template.
12 years ago
Lukas Reschke
e5cc5a0a2d
Allow the loading of external images
12 years ago
Lukas Reschke
0517465f4d
Allow admins to change the CSP policy in the config file
12 years ago