summaryrefslogtreecommitdiffstats
path: root/lib/private/preview/mp3.php
Commit message (Collapse)AuthorAgeFilesLines
* Update license headersJenkins for ownCloud2015-03-261-4/+21
|
* Create an interface for OC_Image and OCP\Image for the public APIJoas Schilling2015-03-161-2/+1
|
* Revert "Updating license headers"Morris Jobke2015-02-261-20/+4
| | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36.
* Updating license headersJenkins for ownCloud2015-02-231-4/+20
|
* Fix intendation and doc blocks of preview providersJoas Schilling2014-11-281-1/+12
|
* Move registration of core preview providers to previewJoas Schilling2014-11-271-2/+0
| | | | So the class files only have class code and don't execute code
* add autoloadMorris Jobke2014-07-251-2/+0
|
* update getID3 libraryMorris Jobke2014-07-251-1/+1
|
* Images on public sharing get downscaled to increase use experience - this ↵Thomas Müller2014-05-021-1/+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
* Use dedicated OC_Image loader methodsThomas Tanghus2013-11-131-2/+4
| | | | This prevents excessive logging and disk access
* move the private namespace OC into lib/private - OCP will stay in lib/publicThomas Müller2013-09-301-0/+48
Conflicts: lib/private/vcategories.php