summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* default table prefix to oc_ if not setTom Needham2012-01-101-1/+1
* Just a comment ;-)Thomas Tanghus2012-01-091-0/+1
* Missing line returnTom Needham2012-01-081-1/+1
* save updated version number of apps after updatingRobin Appelman2012-01-081-0/+1
* Merge branch 'master' of gitorious.org:owncloud/owncloudTom Needham2012-01-081-2/+5
|\
| * improve pgsql database detectionRobin Appelman2012-01-081-2/+5
* | Merge branch 'master' of gitorious.org:owncloud/owncloud into jqueryuiTom Needham2012-01-089-76/+326
|\|
| * dont create a new user when it already existsRobin Appelman2012-01-081-9/+16
| * improve detection for mysql databasesRobin Appelman2012-01-081-3/+6
| * load reverse driver when updating databaseRobin Appelman2012-01-081-0/+1
| * don't try to upgrade what isn't installedRobin Appelman2012-01-081-7/+9
| * allow changing database backends between PDO and MDB2Robin Appelman2012-01-081-4/+19
| * Fix updateApp() and add extra check to updateApps()Michael Gapczynski2012-01-081-7/+9
| * update apps when their version number increasesRobin Appelman2012-01-082-0/+31
| * fix errors during database migrationRobin Appelman2012-01-081-7/+8
| * set the installed version after updating the databaseRobin Appelman2012-01-081-0/+1
| * fixes in the sqlite manager driverRobin Appelman2012-01-081-23/+49
| * automatically upgrade the main database on version number increase (doesnt wo...Robin Appelman2012-01-082-7/+12
| * small fix in sqlite3 driverRobin Appelman2012-01-081-3/+0
| * minor changes to mysql setupRobin Appelman2012-01-081-4/+4
| * some fixes in the sqlite3 driverRobin Appelman2012-01-082-7/+12
| * Merge branch 'master' of gitorious.org:owncloud/owncloudFrank Karlitschek2012-01-061-1/+1
| |\
| | * Use parameterTom Needham2012-01-061-1/+1
| * | finish the application store feature so that users can download and install o...Frank Karlitschek2012-01-062-1/+37
| |/
| * add a formfactor session variable which is autodetected but can also manually...Frank Karlitschek2012-01-061-0/+37
| * Added fixOrientation method which rotates the image based on EXIF data.Thomas Tanghus2012-01-051-2/+82
| * Wrong permission checking on file save.Thomas Tanghus2012-01-041-3/+3
| * Content type header was sent when saving image to disk.Thomas Tanghus2012-01-041-2/+2
| * Remove the keys in preferences when a user is deleted - Thanks rogercMichael Gapczynski2012-01-041-1/+2
* | Fixed merge conflict in /files/ajax/move.phpTom Needham2012-01-046-40/+500
|\|
| * Fix sqlite detection for Ubuntu 11.10prcrst2012-01-031-1/+1
| * don't check if the target path is writable for operations that can create a n...Robin Appelman2012-01-031-4/+4
| * don't try to use mod_rewrite when it isn't enabledRobin Appelman2012-01-031-1/+1
| * OC_Image::__invoke didn't return anything thus causing contacts/thumbnail.php...Thomas Tanghus2012-01-021-1/+1
| * Merge git://gitorious.org/owncloud/owncloud into oc_imageThomas Tanghus2012-01-022-20/+21
| |\
| | * fix is_readable and is_writableRobin Appelman2012-01-021-19/+20
| | * Fix whitespace usernameGeorg Ehrke2012-01-021-1/+1
| * | Added more error checking and debug on missing image support.Thomas Tanghus2012-01-021-6/+29
| * | Added save() to OC_Image.Thomas Tanghus2012-01-021-9/+44
| * | Merge git://gitorious.org/owncloud/owncloud into oc_imageThomas Tanghus2012-01-022-4/+4
| |\|
| | * Correct local permissions checksMichael Gapczynski2012-01-012-4/+4
| * | Merge git://gitorious.org/owncloud/owncloud into oc_imageThomas Tanghus2012-01-022-40/+25
| |\|
| | * Replace canRead()/canWrite() with is_readable()/is_writeable() for proper per...Michael Gapczynski2012-01-012-40/+25
| | * Move to branchMichael Gapczynski2012-01-011-76/+0
| | * Initial commit of common filestorageMichael Gapczynski2012-01-011-0/+76
| * | Removed static declaration from loadFrom* methods.Thomas Tanghus2012-01-021-7/+6
| * | Mixed up two lines :-PThomas Tanghus2012-01-011-2/+2
| * | Added image type specific loading and displaying.Thomas Tanghus2012-01-011-11/+128
| * | Small fixesThomas Tanghus2012-01-011-3/+9
| * | Removed some denug statements and an exception thrown.Thomas Tanghus2012-01-011-4/+1