aboutsummaryrefslogtreecommitdiffstats
path: root/lib/appconfig.php
Commit message (Collapse)AuthorAgeFilesLines
* update copyrightFrank Karlitschek2012-05-261-1/+1
|
* 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 ↵Robin Appelman2011-08-281-2/+2
| | | | | | duplicates of this app/key pair. Path by Elias Probst <mail@eliasprobst.eu>
* 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 ↵Jakob Sack2011-03-121-15/+101
| | | | libraries are skeletons only, the functions need to be written.
* New classes for owncloud: OC_APP for applications, OC_PREFERENCES for user ↵Jakob Sack2011-03-031-11/+0
| | | | preferences
* Start of the refactoring. Commit is quite big because I forgot to use git ↵Jakob Sack2011-03-011-0/+45
right from the beginning. Sorry.