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
j-ed
dcda792fbc
Update config/config.sample.php
...
fixed an other typo.
12 years ago
j-ed
dfa5f2de4d
Update config/config.sample.php
...
Fixed type in line 70. Thank you for pointing me to that typo.
12 years ago
j-ed
9c069530cb
Update config/config.sample.php
...
Added three additional mail_smtp.. parameters.
- mail_smtpdebug - enable debug messages to analyse SMTP problems.
- mail_smtptimeout - set SMTP timeout which is set to 10s by
default and this is sometimes to short especially if a malware/
spam scanner is used.
- mail_smtpsecure - force secure SMTP connections.
12 years ago
Bart Visscher
a8f963d9cf
Spaces to tabs
12 years ago
Lukas Reschke
eab6d7eb23
Enhanced auth is totally unmaintained and broken
...
Let's remove it, it's also not secure anymore with the introduction of
our API etc...
(And doesn't work with ldap etc…)
12 years ago
Michael Gapczynski
ceafb5d7d1
Add maintenance mode entry to config.sample.php
12 years ago
Thomas Mueller
1727b2e84d
add smtp port configuration option
12 years ago
root
a64a923d56
call it "proxy" instead of "curlproxy"
...
Thanks Bart for the hint.
This also switches "==" to "<>" and not the code actually works ;-)
12 years ago
Frank Karlitschek
019da9943a
add curl proxy support. Fixes #504
...
https://github.com/owncloud/core/issues/504
12 years ago
root
f381d2e9ed
call it "proxy" instead of "curlproxy"
...
Thanks Bart for the hint.
This also switches "==" to "<>" and not the code actually works ;-)
12 years ago
Frank Karlitschek
b6b4c4c920
add curl proxy support. Fixes #504
...
https://github.com/owncloud/core/issues/504
12 years ago
Robin Appelman
ffd14dfd09
add sample configuration for user backends
13 years ago
Frank Karlitschek
6cb3774706
make it possible to manually override the hostname and protocol if the automatic detection from ownCloud fails. This can happen in reverse proxy situations or with loadbalancers setups.
13 years ago
Sam Tuke
8b01286a5d
Merged branch 'master'
13 years ago
Lukas Reschke
e299c241df
Make enhanced auth configurable
13 years ago
Lukas Reschke
6f2e8788ca
Make enhanced auth time configurable
13 years ago
Bart Visscher
4b799a6982
Make the lifetime of the remember login cookie
13 years ago
Lukas Reschke
f271afa31c
Correct "ownCloud"
13 years ago
Michael Gapczynski
98c020d954
Remove more accidentally added files
13 years ago
Brice Maron
fcaf04cad9
Add little more doc about app folders
13 years ago
Bart Visscher
4d627d66a1
Add help texts to config options in config.sample.php
13 years ago
Bart Visscher
98bc916016
Make check for writable apps dir configurable
...
Conflicts:
config/config.sample.php
13 years ago
Brice Maron
df83df5263
Correct sample config
13 years ago
Brice Maron
6da5a2fdd4
Add possibility to choose the installation folder
13 years ago
Frank Karlitschek
061938cbb5
finally fix the updater. next is an automatic updater. but this is a bit more tricky.
13 years ago
Frank Karlitschek
897bfa8814
finally fix the updater. next is an automatic updater. but this is a bit more tricky.
13 years ago
Frank Karlitschek
a7a861b2c6
backport the password salting fix.
...
a salt is generated during setup and used to salt the user password hases in the database backend
13 years ago
Frank Karlitschek
6119f05ac0
generate a random salt during installation and store it in the config.php. use it to salt the password hashing.
13 years ago
Frank Karlitschek
f568b7ccb4
add spacing lines to our awesome new sample config file. readability++
13 years ago
Brice Maron
dd98afc56c
Add doc about multi app dir in sample config
13 years ago
Bart Visscher
e867edd1c8
Add help texts to config options in config.sample.php
13 years ago
Bart Visscher
9d936976a9
Make check for writable apps dir configurable
13 years ago
Frank Karlitschek
a72e6cc113
fix oc-780
13 years ago
Frank Karlitschek
3a6341c880
fix oc-780
13 years ago
Georg Ehrke
8f2217ca2e
make default app choosable
13 years ago
Thomas Mueller
07f2e316e4
removing executable bit from various files
13 years ago
Frank Karlitschek
c6144535a8
document the log settings
13 years ago
Frank Karlitschek
a86d89f5ca
Add a static code checker for evil patterns in apps.
...
Disabled by default for now.
We will check for private api calls here later once the public api is in place
13 years ago
Frank Karlitschek
2fbc92bd4b
new OC_Mail class to handle all mail sending. The benefit is that is way mor flexible than the standard mail command. can be configured to use a remote smtp relay for example. also port the lostpassword code
13 years ago
Georg Ehrke
d049d9bd0c
initial commit for OC_Exception
13 years ago
Frank Karlitschek
a191b75c31
make it possible to connect to other ocs appstores and other ocs knowledgebase servers.
...
also make it possible to switch the app store and the knowledgebase off completely.
13 years ago
Frank Karlitschek
a62e109e8c
make the location of the 3rdparty folder flexible.
...
It´s automatically search in the owncloud folder and in the parent folder.
override with an option in config.php is also possible
13 years ago
Frank Karlitschek
340b6bf3ad
add themeing support and support for autoselection of mobile/tablet and standalone css/jss files and templates
13 years ago
Florian Pritz
8648e3c43c
only call error_log() if DEBUG is true
...
Signed-off-by: Florian Pritz <bluewind@xinu.at>
14 years ago
Jan-Christoph Borchardt
2f1a06b2ee
merged gitignores
14 years ago
Frank Karlitschek
9ac084d0b8
remove for now. main repository is at projects.kde.org/owncloud
14 years ago