kondou
547b563464
Log last cron execution
...
Fixes #2012
11 years ago
kondou
da19109f40
Config to disable basic_auth username chacking
...
This can be confusing and/or annoying
11 years ago
Lukas Reschke
fe44ac264b
Add overwritehost config on setup and upgrade
11 years ago
Lukas Reschke
2955d9b483
Indentation
11 years ago
Thomas Müller
8cf73ca42f
integrate assetic for asset pipeline-ing
11 years ago
Vincent Petry
912da8d277
Added session_keepalive setting
...
When session_keepalive is true (default) the heartbeat will be send as
often as the half of the session timeout value.
11 years ago
Tigran Mkrtchyan
8cc9727520
mount: make location of mount.json configurable
...
do not share users data with config files
Signed-off-by: Tigran Mkrtchyan <tigran.mkrtchyan@desy.de>
11 years ago
Jens-Christian Fischer
3ca85cd841
updated config.sample.php with mail_from_address parameter
11 years ago
Andreas Fischer
320353c237
Add support for multiple memcached servers.
11 years ago
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