Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | default table prefix to oc_ if not set | Tom Needham | 2012-01-10 | 1 | -1/+1 |
| | |||||
* | Just a comment ;-) | Thomas Tanghus | 2012-01-09 | 1 | -0/+1 |
| | |||||
* | Missing line return | Tom Needham | 2012-01-08 | 1 | -1/+1 |
| | |||||
* | save updated version number of apps after updating | Robin Appelman | 2012-01-08 | 1 | -0/+1 |
| | |||||
* | Merge branch 'master' of gitorious.org:owncloud/owncloud | Tom Needham | 2012-01-08 | 1 | -2/+5 |
|\ | |||||
| * | improve pgsql database detection | Robin Appelman | 2012-01-08 | 1 | -2/+5 |
| | | |||||
* | | Merge branch 'master' of gitorious.org:owncloud/owncloud into jqueryui | Tom Needham | 2012-01-08 | 9 | -76/+326 |
|\| | |||||
| * | dont create a new user when it already exists | Robin Appelman | 2012-01-08 | 1 | -9/+16 |
| | | |||||
| * | improve detection for mysql databases | Robin Appelman | 2012-01-08 | 1 | -3/+6 |
| | | |||||
| * | load reverse driver when updating database | Robin Appelman | 2012-01-08 | 1 | -0/+1 |
| | | |||||
| * | don't try to upgrade what isn't installed | Robin Appelman | 2012-01-08 | 1 | -7/+9 |
| | | |||||
| * | allow changing database backends between PDO and MDB2 | Robin Appelman | 2012-01-08 | 1 | -4/+19 |
| | | |||||
| * | Fix updateApp() and add extra check to updateApps() | Michael Gapczynski | 2012-01-08 | 1 | -7/+9 |
| | | |||||
| * | update apps when their version number increases | Robin Appelman | 2012-01-08 | 2 | -0/+31 |
| | | |||||
| * | fix errors during database migration | Robin Appelman | 2012-01-08 | 1 | -7/+8 |
| | | |||||
| * | set the installed version after updating the database | Robin Appelman | 2012-01-08 | 1 | -0/+1 |
| | | |||||
| * | fixes in the sqlite manager driver | Robin Appelman | 2012-01-08 | 1 | -23/+49 |
| | | |||||
| * | automatically upgrade the main database on version number increase (doesnt ↵ | Robin Appelman | 2012-01-08 | 2 | -7/+12 |
| | | | | | | | | work with sqlite for now) | ||||
| * | small fix in sqlite3 driver | Robin Appelman | 2012-01-08 | 1 | -3/+0 |
| | | |||||
| * | minor changes to mysql setup | Robin Appelman | 2012-01-08 | 1 | -4/+4 |
| | | |||||
| * | some fixes in the sqlite3 driver | Robin Appelman | 2012-01-08 | 2 | -7/+12 |
| | | |||||
| * | Merge branch 'master' of gitorious.org:owncloud/owncloud | Frank Karlitschek | 2012-01-06 | 1 | -1/+1 |
| |\ | |||||
| | * | Use parameter | Tom Needham | 2012-01-06 | 1 | -1/+1 |
| | | | |||||
| * | | finish the application store feature so that users can download and install ↵ | Frank Karlitschek | 2012-01-06 | 2 | -1/+37 |
| |/ | | | | | | | ownCloud apps from our website. there is still a small problem with write permissions. will look into this later | ||||
| * | add a formfactor session variable which is autodetected but can also ↵ | Frank Karlitschek | 2012-01-06 | 1 | -0/+37 |
| | | | | | | | | | | | | | | | | | | | | | | manually overwritten via a get variable. currently we have: * default -> the normal desktop browser interface * mobile -> interface for smartphones * tablet -> interface for tablets * standalone -> the default interface but without header, footer and sidebar. just the application. useful to use just a specific app on the desktop in a standalone window. In the future we should adapt the userinterface to the specific formfactor. | ||||
| * | Added fixOrientation method which rotates the image based on EXIF data. | Thomas Tanghus | 2012-01-05 | 1 | -2/+82 |
| | | |||||
| * | Wrong permission checking on file save. | Thomas Tanghus | 2012-01-04 | 1 | -3/+3 |
| | | |||||
| * | Content type header was sent when saving image to disk. | Thomas Tanghus | 2012-01-04 | 1 | -2/+2 |
| | | |||||
| * | Remove the keys in preferences when a user is deleted - Thanks rogerc | Michael Gapczynski | 2012-01-04 | 1 | -1/+2 |
| | | |||||
* | | Fixed merge conflict in /files/ajax/move.php | Tom Needham | 2012-01-04 | 6 | -40/+500 |
|\| | |||||
| * | Fix sqlite detection for Ubuntu 11.10 | prcrst | 2012-01-03 | 1 | -1/+1 |
| | | |||||
| * | don't check if the target path is writable for operations that can create a ↵ | Robin Appelman | 2012-01-03 | 1 | -4/+4 |
| | | | | | | | | | | | | new file fixes file upload | ||||
| * | don't try to use mod_rewrite when it isn't enabled | Robin Appelman | 2012-01-03 | 1 | -1/+1 |
| | | | | | | | | having a broken web/card/caldav is much better as having no ownCloud at all :) | ||||
| * | OC_Image::__invoke didn't return anything thus causing ↵ | Thomas Tanghus | 2012-01-02 | 1 | -1/+1 |
| | | | | | | | | contacts/thumbnail.php to spit out lots of error messages. | ||||
| * | Merge git://gitorious.org/owncloud/owncloud into oc_image | Thomas Tanghus | 2012-01-02 | 2 | -20/+21 |
| |\ | |||||
| | * | fix is_readable and is_writable | Robin Appelman | 2012-01-02 | 1 | -19/+20 |
| | | | |||||
| | * | Fix whitespace username | Georg Ehrke | 2012-01-02 | 1 | -1/+1 |
| | | | |||||
| * | | Added more error checking and debug on missing image support. | Thomas Tanghus | 2012-01-02 | 1 | -6/+29 |
| | | | |||||
| * | | Added save() to OC_Image. | Thomas Tanghus | 2012-01-02 | 1 | -9/+44 |
| | | | |||||
| * | | Merge git://gitorious.org/owncloud/owncloud into oc_image | Thomas Tanghus | 2012-01-02 | 2 | -4/+4 |
| |\| | |||||
| | * | Correct local permissions checks | Michael Gapczynski | 2012-01-01 | 2 | -4/+4 |
| | | | |||||
| * | | Merge git://gitorious.org/owncloud/owncloud into oc_image | Thomas Tanghus | 2012-01-02 | 2 | -40/+25 |
| |\| | |||||
| | * | Replace canRead()/canWrite() with is_readable()/is_writeable() for proper ↵ | Michael Gapczynski | 2012-01-01 | 2 | -40/+25 |
| | | | | | | | | | | | | permission checks | ||||
| | * | Move to branch | Michael Gapczynski | 2012-01-01 | 1 | -76/+0 |
| | | | |||||
| | * | Initial commit of common filestorage | Michael Gapczynski | 2012-01-01 | 1 | -0/+76 |
| | | | |||||
| * | | Removed static declaration from loadFrom* methods. | Thomas Tanghus | 2012-01-02 | 1 | -7/+6 |
| | | | |||||
| * | | Mixed up two lines :-P | Thomas Tanghus | 2012-01-01 | 1 | -2/+2 |
| | | | |||||
| * | | Added image type specific loading and displaying. | Thomas Tanghus | 2012-01-01 | 1 | -11/+128 |
| | | | | | | | | | | | | | | | Added method 'valid()' to tell if image contains a valid resource. Renamed imageResource() to resource(). | ||||
| * | | Small fixes | Thomas Tanghus | 2012-01-01 | 1 | -3/+9 |
| | | | |||||
| * | | Removed some denug statements and an exception thrown. | Thomas Tanghus | 2012-01-01 | 1 | -4/+1 |
| | | |