summaryrefslogtreecommitdiffstats
path: root/config
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #31 from visit1985/persistentcookiesLukas Reschke2012-10-161-1/+4
|\ | | | | reresubmit: improved persistent cookies :)
| * Make the lifetime of the remember login cookieBart Visscher2012-10-141-1/+4
| |
* | Make enhanced auth configurableLukas Reschke2012-10-161-0/+3
| |
* | Make enhanced auth time configurableLukas Reschke2012-10-161-0/+3
|/
* Correct "ownCloud"Lukas Reschke2012-09-231-10/+9
|
* Add little more doc about app foldersBrice Maron2012-06-211-0/+1
|
* Correct sample configBrice Maron2012-06-141-8/+4
|
* Merge branch 'master' into multi_app_dirBrice Maron2012-06-141-4/+65
|\ | | | | | | | | | | | | | | Conflicts: apps/bookmarks/ajax/addBookmark.php config/config.sample.php lib/app.php remote.php
| * finally fix the updater. next is an automatic updater. but this is a bit ↵Frank Karlitschek2012-06-091-0/+3
| | | | | | | | more tricky.
| * 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
| |
* | Add possibility to choose the installation folderBrice Maron2012-06-141-6/+6
| |
* | Add doc about multi app dir in sample configBrice Maron2012-06-071-1/+12
|/
* 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>
* merged gitignoresJan-Christoph Borchardt2011-08-151-2/+0
|
* Adding clear logs functionsAlessandro Cosentino2011-06-071-0/+0
|
* Use OC_CONFIG where possibleJakob Sack2011-04-161-11/+14
|
* fix permissions, start to implement private data apiMartin T. H. Sandsmark2010-07-162-0/+0
|
* Merge commit 'refs/merge-requests/27' of ↵Robin Appelman2010-07-052-0/+1
|\ | | | | | | | | | | | | | | | | | | | | git://gitorious.org/owncloud/owncloud into merge Conflicts: inc/HTTP/WebDAV/Server/Filesystem.php inc/lib_config.php inc/lib_log.php inc/lib_user.php inc/templates/adminform.php
| * 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_'
* Ignore auto-generated config fileThomas Zander2010-05-221-0/+2
|
* remove config/config.php, this will make using git on the server easier ↵Robin2010-05-221-3/+0
| | | | since config.php changes
* clear default configRobin2010-04-281-9/+1
|
* mergeRobin2010-04-281-2/+11
|
* merge Adityas improvementsFrank Karlitschek2010-03-292-2/+13
|
* syncroot2010-03-161-10/+1
|
* cleanup autoconfiguration wizard, add settings page, make it run from ↵root2010-03-161-87/+11
| | | | subdirectories, huge cleanup
* fix bug where siteroot was not configuredcdRobin2010-03-151-1/+6
|
* Ask for configuration on first runRobin2010-03-151-32/+71
|
* commiting ownCloud 1.0 beta 1v1.0.0beta1Frank Karlitschek2010-03-101-0/+43