summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* make filesize parsing case insensitiveRobin Appelman2011-12-111-12/+13
* increase version to trigger database upgradeRobin Appelman2011-11-261-1/+1
* Merge branch 'database' into filesystemRobin Appelman2011-11-268-53/+115
|\
| * fix errors during database migrationRobin Appelman2011-11-151-7/+8
| * set the installed version after updating the databaseRobin Appelman2011-11-151-0/+1
| * fixes in the sqlite manager driverRobin Appelman2011-11-151-23/+49
| * automatically upgrade the main database on version number increase (doesnt wo...Robin Appelman2011-11-132-7/+12
| * small fix in sqlite3 driverRobin Appelman2011-11-131-3/+0
| * minor changes to mysql setupRobin Appelman2011-11-131-4/+4
| * some fixes in the sqlite3 driverRobin Appelman2011-11-122-7/+12
| * Use a function to generate select optionsBart Visscher2011-11-091-0/+27
| * Fix comments/documentationJakob Sack2011-11-092-3/+3
* | keep encrypted and versioned flag in fscacheRobin Appelman2011-11-121-15/+35
* | use cache for searching filesRobin Appelman2011-11-102-12/+10
* | always load the filecacheRobin Appelman2011-11-101-0/+2
* | tell the user when the files are being scannedRobin Appelman2011-11-102-5/+2
* | provide caching for file metadataRobin Appelman2011-11-095-118/+351
* | remove OC_Filesystem::fromUploadedFileRobin Appelman2011-11-083-36/+4
* | remove OC_Filesystem::fileatimeRobin Appelman2011-11-084-8/+1
* | remove the need to register storage providers, pass the classname during moun...Robin Appelman2011-11-083-44/+8
* | remove outdated remote storage prototypeRobin Appelman2011-11-081-350/+0
|/
* Make OC_Connector_Sabre_File::get() return a PHP stream instead of the file c...Florian Vichot2011-11-061-1/+1
* Display correctly the error message when nothing is retrieved from OCS serversBrice Maron2011-11-061-0/+2
* Avoid Huge error message when unable to read log fileBrice Maron2011-11-061-0/+3
* use database table prefix from installer, not the old configured valueRobin Appelman2011-11-031-2/+2
* attempt to manage some special chars in file listBrice Maron2011-11-011-0/+5
* Add sequence name in insertid to be more portableBrice Maron2011-10-291-2/+8
* Enable php display_errors settingBart Visscher2011-10-271-0/+3
* provide function for updating the database schemeRobin Appelman2011-10-231-2/+35
* improve detection of database backendRobin Appelman2011-10-231-2/+13
* improve mimetype detectionRobin Appelman2011-10-231-9/+12
* fix fopenRobin Appelman2011-10-231-1/+3
* change the error hint from suggesting to change the owner of a directory to c...Frank Karlitschek2011-10-222-3/+3
* change licencing headers for sqlite3 driverRobin Appelman2011-10-226-265/+120
* fix log level checkRobin Appelman2011-10-221-1/+1
* escape filenames for getMimeTypeRobin Appelman2011-10-201-0/+1
* Merge commit 'refs/merge-requests/64' of git://gitorious.org/owncloud/owncloudRobin Appelman2011-10-207-25/+26
|\
| * Don't use sys_get_temp_dir(), as it reports the wrong path in restricted envi...Hendrik Langer2011-10-197-25/+26
* | prevent sql error while initializing apps on sqlite2Robin Appelman2011-10-201-1/+1
|/
* make sharing work with the new mouting mechanismRobin Appelman2011-10-183-11/+8
* mount filesystems on demandRobin Appelman2011-10-182-32/+12
* Remove unnecessary exec for getting timezone and fix spacingsBrice Maron2011-10-171-6/+6
* prevent the remaining ob_clean related errorsRobin Appelman2011-10-171-2/+2
* fix now() function for sqlite3Robin Appelman2011-10-171-1/+1
* Fix bookmarks app to work with postgresql.Brice Maron2011-10-161-1/+10
* use OC_Log instead of error_logRobin Appelman2011-10-164-15/+12
* make log level configurableRobin Appelman2011-10-161-4/+1
* provide a logging mechanismRobin Appelman2011-10-162-0/+73
* some minor tweaks to oc_dbRobin Appelman2011-10-161-2/+4
* Fix typo in getting var from configBrice Maron2011-10-161-1/+1