summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | add a formfactor session variable which is autodetected but can also ↵Frank Karlitschek2012-01-061-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 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
| |_|/ |/| |
* | | 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 ↵Robin Appelman2012-01-031-4/+4
| | | | | | | | | | | | | | | | | | new file fixes file upload
* | | don't try to use mod_rewrite when it isn't enabledRobin Appelman2012-01-031-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 Tanghus2012-01-021-1/+1
| | | | | | | | | | | | contacts/thumbnail.php to spit out lots of error messages.
* | | 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 ↵Michael Gapczynski2012-01-012-40/+25
| | | | | | | | | | | | | | | | permission checks
| * | | 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
| | | | | | | | | | | | | | | Added method 'valid()' to tell if image contains a valid resource. Renamed imageResource() to resource().
* | | Small fixesThomas Tanghus2012-01-011-3/+9
| | |
* | | Removed some denug statements and an exception thrown.Thomas Tanghus2012-01-011-4/+1
| | |
* | | Added class OC_ImageThomas Tanghus2012-01-011-0/+297
|/ /
* | Include PostgreSQL when checking for available database drivers.Daniel Köb2011-12-301-2/+2
| | | | | | | | Signed-off-by: Brice Maron <brice@bmaron.net>
* | 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
| | | | security++
* set http auth headers for apache+php-cgi work around if variable gets ↵Hendrik Langer2011-11-241-0/+8
| | | | renamed by apache
* 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
| | | | | | | | 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 fullcalendarGeorg Ehrke2011-11-1210-8/+54
|\|
| * Use a function to generate select optionsBart Visscher2011-11-091-0/+27
| |
| * Fix comments/documentationJakob Sack2011-11-092-3/+3
| |
| * Make OC_Connector_Sabre_File::get() return a PHP stream instead of the file ↵Florian Vichot2011-11-061-1/+1
| | | | | | | | content, as is recommended by SabreDAV to handle large files.
| * 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
| | | | | | | | | | | | 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 portableBrice Maron2011-10-291-2/+8
| |
| * Enable php display_errors settingBart Visscher2011-10-271-0/+3
| |
* | Merge branch 'master' into fullcalendarBart Visscher2011-10-245-17/+66
|\| | | | | | | | | Conflicts: apps/calendar/index.php