summaryrefslogtreecommitdiffstats
path: root/lib/public/iimage.php
Commit message (Collapse)AuthorAgeFilesLines
* Fix max preview, some resizing and caching issues and force preview ↵Olivier Paroz2015-06-061-0/+10
| | | | | | | | | | providers to resize their previews properly * introduces a method in OC_Image which doesn't stretch images when trying to make them fit in a box * adds the method to all key providers so that they can do their job, as expected by the Preview class * improves the caching mechanism of Preview in order to reduce I/O and to avoid filling the available disk space * fixes some long standing issues * **contains mostly tests**
* Add @since tags to all methods in public namespaceMorris Jobke2015-04-161-1/+19
| | | | | | | * enhance the app development experience - you can look up the method introduction right inside the code without searching via git blame * easier to write apps for multiple versions
* Update license headersJenkins for ownCloud2015-03-261-6/+15
|
* Remove load*() methods from public interfaceJoas Schilling2015-03-161-48/+1
| | | | We shall add a factory for that in the future
* Create an interface for OC_Image and OCP\Image for the public APIJoas Schilling2015-03-161-0/+193