aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'database' into filesystemRobin Appelman2011-12-112-0/+31
|\
| * update apps when their version number increasesRobin Appelman2011-12-112-0/+31
| * Merge branch 'master' into databaseRobin Appelman2011-12-117-18/+118
| |\
* | \ Merge branch 'master' into filesystemRobin Appelman2011-12-1110-20/+317
|\ \ \
| * | | make filesize parsing case insensitiveRobin Appelman2011-12-111-12/+13
| * | | Some small changesBart Visscher2011-12-091-10/+0
| * | | Update OC_VObjectBart Visscher2011-12-091-0/+6
| * | | Gallery: splitout model codeBart Visscher2011-12-081-1/+1
| * | | Fix filename of log iconBart Visscher2011-12-071-1/+1
| * | | Use a proxy class to interface with Sabre_VObject classesBart Visscher2011-12-071-0/+201
| | |/ | |/|
| * | Template: output better html for select optionsBart Visscher2011-11-241-1/+1
| * | removed no longer used function and exec commandFrank Karlitschek2011-11-241-16/+0
| * | set http auth headers for apache+php-cgi work around if variable gets renamed...Hendrik Langer2011-11-241-0/+8
| * | Merge branch 'master' of gitorious.org:owncloud/owncloud into fullcalendarGeorg Ehrke2011-11-203-1/+93
| |\ \
| | * | second half of the updating stuffFrank Karlitschek2011-11-192-1/+2
| | * | first small step to an automatic updating system.Frank Karlitschek2011-11-191-0/+91
| * | | Merge branch 'master' into fullcalendarGeorg Ehrke2011-11-1210-8/+54
| |\| |
| * | | Merge branch 'master' into fullcalendarBart Visscher2011-10-245-17/+66
| |\ \ \
| * \ \ \ Merge branch 'master' of gitorious.org:owncloud/owncloud into fullcalendarGeorg Ehrke2011-10-227-266/+121
| |\ \ \ \
| * | | | | Translation of calendar interfaceBart Visscher2011-10-201-0/+16
* | | | | | 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