Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | 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 | |
| |_|/ |/| | | ||||||
* | | | 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 | |
| | | | ||||||
* | | | Added class OC_Image | Thomas Tanghus | 2012-01-01 | 1 | -0/+297 | |
|/ / | ||||||
* | | Include PostgreSQL when checking for available database drivers. | Daniel Köb | 2011-12-30 | 1 | -2/+2 | |
| | | | | | | | | Signed-off-by: Brice Maron <brice@bmaron.net> | |||||
* | | make filesize parsing case insensitive | Robin Appelman | 2011-12-11 | 1 | -12/+13 | |
| | | ||||||
* | | Some small changes | Bart Visscher | 2011-12-09 | 1 | -10/+0 | |
| | | ||||||
* | | Update OC_VObject | Bart Visscher | 2011-12-09 | 1 | -0/+6 | |
| | | ||||||
* | | Gallery: splitout model code | Bart Visscher | 2011-12-08 | 1 | -1/+1 | |
| | | ||||||
* | | Fix filename of log icon | Bart Visscher | 2011-12-07 | 1 | -1/+1 | |
| | | ||||||
* | | Use a proxy class to interface with Sabre_VObject classes | Bart Visscher | 2011-12-07 | 1 | -0/+201 | |
|/ | ||||||
* | Template: output better html for select options | Bart Visscher | 2011-11-24 | 1 | -1/+1 | |
| | ||||||
* | removed no longer used function and exec command | Frank Karlitschek | 2011-11-24 | 1 | -16/+0 | |
| | | | | security++ | |||||
* | set http auth headers for apache+php-cgi work around if variable gets ↵ | Hendrik Langer | 2011-11-24 | 1 | -0/+8 | |
| | | | | renamed by apache | |||||
* | Merge branch 'master' of gitorious.org:owncloud/owncloud into fullcalendar | Georg Ehrke | 2011-11-20 | 3 | -1/+93 | |
|\ | ||||||
| * | second half of the updating stuff | Frank Karlitschek | 2011-11-19 | 2 | -1/+2 | |
| | | ||||||
| * | first small step to an automatic updating system. | Frank Karlitschek | 2011-11-19 | 1 | -0/+91 | |
| | | | | | | | | At the moment we only have a hint that a new version is avaiable and a link to a not yet existing page if updating information. This has to be improved. | |||||
* | | Merge branch 'master' into fullcalendar | Georg Ehrke | 2011-11-12 | 10 | -8/+54 | |
|\| | ||||||
| * | Use a function to generate select options | Bart Visscher | 2011-11-09 | 1 | -0/+27 | |
| | | ||||||
| * | Fix comments/documentation | Jakob Sack | 2011-11-09 | 2 | -3/+3 | |
| | | ||||||
| * | Make OC_Connector_Sabre_File::get() return a PHP stream instead of the file ↵ | Florian Vichot | 2011-11-06 | 1 | -1/+1 | |
| | | | | | | | | content, as is recommended by SabreDAV to handle large files. | |||||
| * | Display correctly the error message when nothing is retrieved from OCS servers | Brice Maron | 2011-11-06 | 1 | -0/+2 | |
| | | ||||||
| * | Avoid Huge error message when unable to read log file | Brice Maron | 2011-11-06 | 1 | -0/+3 | |
| | | ||||||
| * | use database table prefix from installer, not the old configured value | Robin Appelman | 2011-11-03 | 1 | -2/+2 | |
| | | ||||||
| * | attempt to manage some special chars in file list | Brice Maron | 2011-11-01 | 1 | -0/+5 | |
| | | | | | | | | | | | | Added a jquery function to filter by attributes. Add more logging in rename file Use the new function to avoid errors | |||||
| * | Add sequence name in insertid to be more portable | Brice Maron | 2011-10-29 | 1 | -2/+8 | |
| | | ||||||
| * | Enable php display_errors setting | Bart Visscher | 2011-10-27 | 1 | -0/+3 | |
| | | ||||||
* | | Merge branch 'master' into fullcalendar | Bart Visscher | 2011-10-24 | 5 | -17/+66 | |
|\| | | | | | | | | | Conflicts: apps/calendar/index.php |