summaryrefslogtreecommitdiffstats
path: root/lib/appconfig.php
Commit message (Expand)AuthorAgeFilesLines
* Checkstyle: many fixesFelix Moeller2012-11-021-2/+2
* Make Jenkins more happy.Felix Moeller2012-10-231-1/+1
* fix some more phpdocRobin Appelman2012-09-231-17/+17
* adding space between) and {Thomas Mueller2012-09-071-15/+15
* Whitespace fixes in libBart Visscher2012-08-291-3/+3
* Merge branch 'master' of git://gitorious.org/owncloud/owncloud into oracle-su...Jörn Friedrich Dreyer2012-08-251-1/+1
|\
| * update copyrightFrank Karlitschek2012-05-261-1/+1
* | reorder code for readabilityJörn Friedrich Dreyer2012-08-011-2/+2
* | fix sqlJörn Friedrich Dreyer2012-08-011-1/+1
* | escape all identifiers with backticksjfd2012-07-311-13/+13
|/
* cache app types in the dbRobin Appelman2012-04-141-0/+34
* prevent sql error while initializing apps on sqlite2Robin Appelman2011-10-201-1/+1
* add OC_Appconfig::hasKeyRobin Appelman2011-10-021-5/+13
* dont use numRows when it's not needed since it can be expensiveRobin Appelman2011-09-171-6/+4
* Fixed a bug in appconfig, where an initially empty set value led to endless d...Robin Appelman2011-08-281-2/+2
* Renaming classes :-)Jakob Sack2011-07-291-1/+1
* One class per file!Jakob Sack2011-07-291-1/+0
* Renamed a few columns in order t ohave both sqlite and mysql up and runningJakob Sack2011-05-151-11/+11
* fix oc_appconfig for sqliteRobin Appelman2011-04-281-5/+5
* php is not perlJakob Sack2011-04-151-6/+6
* Fixed some small bugsJakob Sack2011-04-081-2/+2
* Implementation of OC_APPCONFIG, OC_CONFIG and OC_PREFERENCESJakob Sack2011-04-081-10/+51
* Refactoring OC_APPCONFIG and OC_PREFERENCES, minor changes to OC_APP. These l...Jakob Sack2011-03-121-15/+101
* New classes for owncloud: OC_APP for applications, OC_PREFERENCES for user pr...Jakob Sack2011-03-031-11/+0
* Start of the refactoring. Commit is quite big because I forgot to use git rig...Jakob Sack2011-03-011-0/+45