summaryrefslogtreecommitdiffstats
path: root/config/config.sample.php
Commit message (Collapse)AuthorAgeFilesLines
* generate a random salt during installation and store it in the config.php. ↵Frank Karlitschek2012-06-081-0/+3
| | | | use it to salt the password hashing.
* add spacing lines to our awesome new sample config file. readability++Frank Karlitschek2012-06-081-0/+26
|
* Add help texts to config options in config.sample.phpBart Visscher2012-06-071-4/+33
|
* Make check for writable apps dir configurableBart Visscher2012-06-051-0/+5
|
* fix oc-780Frank Karlitschek2012-05-311-1/+1
|
* make default app choosableGeorg Ehrke2012-05-111-0/+1
|
* removing executable bit from various filesThomas Mueller2012-04-301-0/+0
|
* document the log settingsFrank Karlitschek2012-04-211-0/+3
|
* Add a static code checker for evil patterns in apps.Frank Karlitschek2012-04-211-0/+1
| | | | | Disabled by default for now. We will check for private api calls here later once the public api is in place
* new OC_Mail class to handle all mail sending. The benefit is that is way mor ↵Frank Karlitschek2012-04-201-0/+5
| | | | flexible than the standard mail command. can be configured to use a remote smtp relay for example. also port the lostpassword code
* make it possible to connect to other ocs appstores and other ocs ↵Frank Karlitschek2012-03-231-0/+4
| | | | | | knowledgebase servers. also make it possible to switch the app store and the knowledgebase off completely.
* make the location of the 3rdparty folder flexible.Frank Karlitschek2012-02-231-0/+2
| | | | | It´s automatically search in the owncloud folder and in the parent folder. override with an option in config.php is also possible
* add themeing support and support for autoselection of mobile/tablet and ↵Frank Karlitschek2012-02-111-0/+1
| | | | standalone css/jss files and templates
* only call error_log() if DEBUG is trueFlorian Pritz2011-09-241-0/+2
| | | | Signed-off-by: Florian Pritz <bluewind@xinu.at>
* Use OC_CONFIG where possibleJakob Sack2011-04-161-11/+14
|
* fix permissions, start to implement private data apiMartin T. H. Sandsmark2010-07-161-0/+0
|
* Added variable $CONFIG_DBTABLEPREFIX in configuration file for table prefixAldo "xoen" Giambelluca2010-07-031-0/+1
| | | | | | | Table prefix is useful where only one DB is possible (cheap hosting). this way is possible define something like a "namespace" default is 'oc_'
* merge Adityas improvementsFrank Karlitschek2010-03-291-0/+11