summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* improved check in oc_preferences if a key already existsRobin Appelman2011-06-191-3/+5
* only load apps if they existRobin Appelman2011-06-191-1/+3
* add post_* hooks to filesystem for write, create, delete, rename and copyRobin Appelman2011-06-191-27/+76
* Fixed documentation of OC_L10NJakob Sack2011-06-191-3/+5
* L10N is here ;-)Jakob Sack2011-06-191-7/+10
* Merge branch 'master' of git://anongit.kde.org/owncloudJakob Sack2011-06-193-10/+77
|\
| * allow disabling apps, install apps as disabledKamil Domanski2011-06-193-10/+77
* | Load preferences only if user is registeredJakob Sack2011-06-191-1/+1
|/
* Removed debug messagesJakob Sack2011-06-191-11/+1
* l10n addedJakob Sack2011-06-192-2/+252
* added preferences to base.php, will be needed for i18n stuffJakob Sack2011-06-191-0/+2
* move installation of shipped apps to setupKamil Domanski2011-06-192-21/+19
* handle app repo connection failureKamil Domanski2011-06-181-58/+70
* only create one connection to a sqlite3 database, fixes 'Database locked' err...Robin Appelman2011-06-171-0/+8
* prevent some possible warnings if there are files in /appsRobin Appelman2011-06-171-1/+1
* allow plugins to cancel filesystem operations using the provided hooksRobin Appelman2011-06-161-49/+103
* default to sqlite3 over sqlite2 for new installationsRobin Appelman2011-06-161-2/+2
* fix settings page for non-admin usersRobin Appelman2011-06-141-2/+2
* make use of native sqlite3 prepared statementsRobin Appelman2011-06-141-2/+329
* store numbers as strings to prevent errors with numeric passwordsRobin Appelman2011-06-141-3/+0
* use sqlite3 if sqlite2 isn't availableRobin Appelman2011-06-141-3/+8
* fix error with empty config fileRobin Appelman2011-06-141-1/+1
* make OC_DB work with the sqlite3 driverRobin Appelman2011-06-131-6/+8
* sqlite3 driver for mdb2Robin Appelman2011-06-136-0/+3626
* add option to remove tables install from database structureRobin Appelman2011-06-121-0/+38
* test case library and start of filesystem testRobin Appelman2011-06-121-0/+93
* allow tear down of filesystem.Robin Appelman2011-06-122-3/+20
* fix delTreeRobin Appelman2011-06-121-1/+1
* Adding clear logs functionsAlessandro Cosentino2011-06-071-1/+13
* try to adjust times to the clients timezoneRobin Appelman2011-06-051-2/+9
* fix incorrect variable name in libfilestorageRobin Appelman2011-06-041-1/+1
* merge refactoring in masterRobin Appelman2011-06-021-5/+0
* delete old plugin stuffRobin Appelman2011-06-021-381/+0
* fix OC_HELPER::linkTo againRobin Appelman2011-06-021-5/+4
* fix OC_HELPER::linkto() when the link is not a valid file.Robin Appelman2011-06-021-1/+1
* add dateOnly option to formatDateRobin Appelman2011-06-021-3/+4
* install apps that are shipped with owncloud the first time they are loadedRobin Appelman2011-06-011-0/+13
* Make max upload filesize configurable for apache hostsRobin Appelman2011-05-292-1/+22
* recursive deletion is now in OC_HELPERRobin Appelman2011-05-291-18/+0
* recursive copy is now in OC_HELPERRobin Appelman2011-05-291-16/+0
* App installer backend.Robin Appelman2011-05-283-8/+146
* fix a strict error in webdavRobin Appelman2011-05-281-1/+1
* fix a potential infinite loop when installing with sqliteRobin Appelman2011-05-281-0/+2
* changed the path in imagePath againAlessandro Cosentino2011-05-171-2/+2
* New installer.François Kubler2011-05-172-89/+141
* Fixing the image link for appsJakob Sack2011-05-171-2/+2
* use simplexml instead of dom for OC_APP::getAppInfo()Robin Appelman2011-05-161-11/+6
* moved app install/remove/update functions to lib/installer.phpRobin Appelman2011-05-152-90/+141
* Renamed a few columns in order t ohave both sqlite and mysql up and runningJakob Sack2011-05-154-33/+35
* renamed installer.php to setup.phpJakob Sack2011-05-061-12/+12