summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * 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-192-2/+3
* forgot "event" as a parameter.Jakob Sack2011-06-191-2/+2
* move installation of shipped apps to setupKamil Domanski2011-06-192-21/+19
* change db index names to avoid collisionsKamil Domanski2011-06-182-6/+6
* handle app repo connection failureKamil Domanski2011-06-183-58/+84
* only create one connection to a sqlite3 database, fixes 'Database locked' err...Robin Appelman2011-06-171-0/+8
* make new folder dialog behave more like a regular form, so you can press ente...Robin Appelman2011-06-172-2/+3
* prevent some possible warnings if there are files in /appsRobin Appelman2011-06-171-1/+1
* make the system for default fileactions more flexibleRobin Appelman2011-06-161-5/+8
* 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
* remove plugins settings pageRobin Appelman2011-06-142-80/+0
* remove outdated plugins entry in settings pageRobin Appelman2011-06-141-1/+0
* fix settings page for non-admin usersRobin Appelman2011-06-142-10/+12
* small fix in filesystem testRobin Appelman2011-06-142-4/+3
* 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
* Fix php4 legacy callsThomas Zander2011-06-134-24/+12
* 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 cases for OC_FILESYSTEMRobin Appelman2011-06-121-5/+197
* test case library and start of filesystem testRobin Appelman2011-06-124-0/+214
* allow tear down of filesystem.Robin Appelman2011-06-122-3/+20
* fix delTreeRobin Appelman2011-06-121-1/+1
* Small modifications to clear logs functionsAlessandro Cosentino2011-06-073-3/+4
* Adding clear logs functionsAlessandro Cosentino2011-06-077-6/+48
* try to adjust times to the clients timezoneRobin Appelman2011-06-054-2/+28
* fix loading of image viewer againRobin Appelman2011-06-041-30/+31
* only load image viewer when in file browserRobin Appelman2011-06-041-47/+49
* fix file actions for newly uploaded filesRobin Appelman2011-06-042-2/+10
* fix imageviewer againRobin Appelman2011-06-042-7/+14
* fix file action dialog not reappearing after being usedRobin Appelman2011-06-041-4/+5
* fix imageviewer not showing up when using the actions menuRobin Appelman2011-06-041-2/+6
* always show the image in the middle of the screen, regardless of scrollingRobin Appelman2011-06-041-2/+2
* fix fileactions following the link insteadRobin Appelman2011-06-042-3/+3
* image viewer pluginRobin Appelman2011-06-044-0/+83
* make fileactions extendable by pluginsRobin Appelman2011-06-047-33/+131
* some refactoring of the filebrowsers javascript codeRobin Appelman2011-06-044-95/+114
* fix incorrect variable name in libfilestorageRobin Appelman2011-06-041-1/+1
* fix download links of newly uploaded filesRobin Appelman2011-06-031-1/+1
* new file uploader that should work with more browsersRobin Appelman2011-06-033-129/+92
* merge refactoring in masterRobin Appelman2011-06-02466-42009/+10217
|\
| * delete old plugin stuffRobin Appelman2011-06-02112-18299/+0