summaryrefslogtreecommitdiffstats
path: root/lib/private/preview/provider.php
Commit message (Collapse)AuthorAgeFilesLines
* Move \OC\Preview to PSR-4Roeland Jago Douma2016-04-201-67/+0
|
* Happy new year!Thomas Müller2016-01-121-1/+1
|
* update licence headers via scriptMorris Jobke2015-10-051-1/+0
|
* update license headers and authorsMorris Jobke2015-06-251-0/+2
|
* Fix max preview, some resizing and caching issues and force preview ↵Olivier Paroz2015-06-061-2/+2
| | | | | | | | | | 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**
* Update license headersJenkins for ownCloud2015-03-261-0/+23
|
* Create an interface for OC_Image and OCP\Image for the public APIJoas Schilling2015-03-161-3/+1
|
* Add more type hintingJoas Schilling2015-03-161-1/+1
|
* Use DI for the configJoas Schilling2015-03-161-1/+6
|
* Add an interface for the preview providersJoas Schilling2015-03-161-1/+3
|
* Register preview providers on the preview manager instead of OC\PreviewJoas Schilling2015-03-161-1/+1
|
* Revert "Updating license headers"Morris Jobke2015-02-261-23/+0
| | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36.
* Updating license headersJenkins for ownCloud2015-02-231-0/+23
|
* Fix intendation and doc blocks of preview providersJoas Schilling2014-11-281-1/+1
|
* Move registration of core preview providers to previewJoas Schilling2014-11-271-4/+6
| | | | So the class files only have class code and don't execute code
* Use svg mimeicons for empty text filesRobin Appelman2014-07-301-0/+10
|
* Images on public sharing get downscaled to increase use experience - this ↵Thomas Müller2014-05-021-0/+1
| | | | | | | | | | | will speed up loading time - adding keep aspect to core/ajax/preview.php - remove duplicate method Preview::show() - no more hard coded mimetype of preview - remove .png from the preview urls - keep old route preview.png for backwards compatibility - aspect preserving previews are now cached
* polish documentation based on scrutinizer patchesJörn Friedrich Dreyer2014-02-061-1/+1
|
* fix doc block of OC\Preview\Provider::getThumbnail()Georg Ehrke2013-10-071-3/+9
|
* move the private namespace OC into lib/private - OCP will stay in lib/publicThomas Müller2013-09-301-0/+19
Conflicts: lib/private/vcategories.php