summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
| * we need System.php after allRobin Appelman2011-05-171-0/+540
| * fix the drop down arrow in file browserRobin Appelman2011-05-171-1/+1
| * Fixing the image link for appsJakob Sack2011-05-171-2/+2
| * Of course we should change the column names in the SQL file as wellJakob Sack2011-05-161-5/+5
| * fix the drop down arrow in file browserRobin Appelman2011-05-162-1/+2
| * use simplexml instead of dom for OC_APP::getAppInfo()Robin Appelman2011-05-161-11/+6
| * cleanup 3dpartyRobin Appelman2011-05-1662-17422/+0
| * Get rid of this stupid "I AM ACTIVE!!!" message.Jakob Sack2011-05-153-8/+4
| * 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-155-38/+40
| * renamed installer.php to setup.phpJakob Sack2011-05-062-13/+13
| * no hooks for OC_FILESTORAGE the one from OC_FILESYSTEM should be enoughRobin Appelman2011-04-291-48/+7
| * mergeRobin Appelman2011-04-2829-105/+605
| |\
| | * fix oc_appconfig for sqliteRobin Appelman2011-04-281-5/+5
| | * make logs work with sqliteRobin Appelman2011-04-282-4/+23
| | * fix some sqlite strict errorsRobin Appelman2011-04-281-8/+8
| | * move sqlite database into the data folder, makes it easier to set the correct...Robin Appelman2011-04-285-21/+17
| | * fix mdb2 error handeling a bitRobin Appelman2011-04-281-1/+1
| | * add search functionality, for now only searches files but plugins/apps can ex...Robin Appelman2011-04-2413-3/+267
| | * fix chmodrRobin Appelman2011-04-241-2/+2
| | * stylesheets have .css as extention, not .jsRobin Appelman2011-04-231-1/+1
| | * make OC_HOOKS actually workRobin Appelman2011-04-232-5/+17