Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | generate a random salt during installation and store it in the config.php. ↵ | Frank Karlitschek | 2012-06-08 | 1 | -0/+3 |
| | | | | use it to salt the password hashing. | ||||
* | add spacing lines to our awesome new sample config file. readability++ | Frank Karlitschek | 2012-06-08 | 1 | -0/+26 |
| | |||||
* | Add help texts to config options in config.sample.php | Bart Visscher | 2012-06-07 | 1 | -4/+33 |
| | |||||
* | Make check for writable apps dir configurable | Bart Visscher | 2012-06-05 | 1 | -0/+5 |
| | |||||
* | fix oc-780 | Frank Karlitschek | 2012-05-31 | 1 | -1/+1 |
| | |||||
* | make default app choosable | Georg Ehrke | 2012-05-11 | 1 | -0/+1 |
| | |||||
* | removing executable bit from various files | Thomas Mueller | 2012-04-30 | 1 | -0/+0 |
| | |||||
* | document the log settings | Frank Karlitschek | 2012-04-21 | 1 | -0/+3 |
| | |||||
* | Add a static code checker for evil patterns in apps. | Frank Karlitschek | 2012-04-21 | 1 | -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 Karlitschek | 2012-04-20 | 1 | -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 Karlitschek | 2012-03-23 | 1 | -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 Karlitschek | 2012-02-23 | 1 | -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 Karlitschek | 2012-02-11 | 1 | -0/+1 |
| | | | | standalone css/jss files and templates | ||||
* | only call error_log() if DEBUG is true | Florian Pritz | 2011-09-24 | 1 | -0/+2 |
| | | | | Signed-off-by: Florian Pritz <bluewind@xinu.at> | ||||
* | Use OC_CONFIG where possible | Jakob Sack | 2011-04-16 | 1 | -11/+14 |
| | |||||
* | fix permissions, start to implement private data api | Martin T. H. Sandsmark | 2010-07-16 | 1 | -0/+0 |
| | |||||
* | Added variable $CONFIG_DBTABLEPREFIX in configuration file for table prefix | Aldo "xoen" Giambelluca | 2010-07-03 | 1 | -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 improvements | Frank Karlitschek | 2010-03-29 | 1 | -0/+11 |