Commit Graph

588 Commits (master)

Author SHA1 Message Date
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
Robin Appelman ffd14dfd09 add sample configuration for user backends 12 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. 12 years ago
Lukas Reschke 59404b5675 Merge pull request #31 from visit1985/persistentcookies
reresubmit: improved persistent cookies :)
12 years ago
Lukas Reschke e299c241df Make enhanced auth configurable 12 years ago
Lukas Reschke 6f2e8788ca Make enhanced auth time configurable 12 years ago
Bart Visscher 4b799a6982 Make the lifetime of the remember login cookie 12 years ago
Lukas Reschke f271afa31c Correct "ownCloud" 12 years ago
Brice Maron fcaf04cad9 Add little more doc about app folders 12 years ago
Brice Maron df83df5263 Correct sample config 12 years ago
Brice Maron 4753cc3ebd Merge branch 'master' into multi_app_dir
Conflicts:
	apps/bookmarks/ajax/addBookmark.php
	config/config.sample.php
	lib/app.php
	remote.php
12 years ago
Brice Maron 6da5a2fdd4 Add possibility to choose the installation folder 12 years ago
Frank Karlitschek 897bfa8814 finally fix the updater. next is an automatic updater. but this is a bit more tricky. 12 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. 12 years ago
Frank Karlitschek f568b7ccb4 add spacing lines to our awesome new sample config file. readability++ 12 years ago
Brice Maron dd98afc56c Add doc about multi app dir in sample config 12 years ago
Bart Visscher e867edd1c8 Add help texts to config options in config.sample.php 12 years ago
Bart Visscher 9d936976a9 Make check for writable apps dir configurable 12 years ago
Frank Karlitschek a72e6cc113 fix oc-780 12 years ago
Georg Ehrke 8f2217ca2e make default app choosable 12 years ago
Thomas Mueller 07f2e316e4 removing executable bit from various files 12 years ago
Frank Karlitschek c6144535a8 document the log settings 12 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
12 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 12 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.
12 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
12 years ago
Frank Karlitschek 340b6bf3ad add themeing support and support for autoselection of mobile/tablet and standalone css/jss files and templates 12 years ago
Florian Pritz 8648e3c43c only call error_log() if DEBUG is true
Signed-off-by: Florian Pritz <bluewind@xinu.at>
13 years ago
Jakob Sack 8465f76e7e Use OC_CONFIG where possible 13 years ago
Martin T. H. Sandsmark 64d4d57615 fix permissions, start to implement private data api 14 years ago
Aldo "xoen" Giambelluca 969c8053ce Added variable $CONFIG_DBTABLEPREFIX in configuration file for table prefix
Table prefix is useful where only one DB is possible (cheap hosting).
this way is possible define something like a "namespace"

default is 'oc_'
14 years ago
Frank Karlitschek 2a75c0d044 merge Adityas improvements 14 years ago