summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
| * fix OC_HELPER::linkTo againRobin Appelman2011-06-021-5/+4
| * fix broken links in shared foldersRobin Appelman2011-06-022-3/+3
| * fix OC_HELPER::linkto() when the link is not a valid file.Robin Appelman2011-06-021-1/+1
| * port sharing by publiclink fully to the 2.0 codebase and provide a simple gui...Robin Appelman2011-06-0215-22/+196
| * make path autocompletion case insensitiveRobin Appelman2011-06-021-1/+2
| * 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
| * fix autocompletionRobin Appelman2011-06-011-0/+4
| * remove warning output to make webdav access workFrank Karlitschek2011-05-311-1/+1
| * Make max upload filesize configurable for apache hostsRobin Appelman2011-05-295-3/+39
| * recursive deletion is now in OC_HELPERRobin Appelman2011-05-291-18/+0
| * recursive copy is now in OC_HELPERRobin Appelman2011-05-291-16/+0
| * add autocomplete for pathsRobin Appelman2011-05-281-0/+56
| * 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
| * Adapt "log" to latest database cahnges, use preferences instead of appconfigJakob Sack2011-05-231-5/+6
| * fix some bugs in the first run dialog, and hide advanced setting initially.Robin Appelman2011-05-192-9/+32
| * changed the path in imagePath againAlessandro Cosentino2011-05-171-2/+2
| * New installer.François Kubler2011-05-178-218/+401
| * we also need ConsoleRobin Appelman2011-05-171-0/+251