Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move more from \OC to PSR-4 | Roeland Jago Douma | 2016-04-29 | 1 | -1337/+0 |
| | | | | | | | | | | | | | | | | | | | | | | * \OC\OCSClient * \OC\Preview * \OC\PreviewManager * \OC\Repair * \OC\RepairException * \OC\Search * \OC\ServerContainer * \OC\ServerNotAvailableException * \OC\ServiceUnavailableException * \OC\Setup * \OC\Streamer * \OC\SubAdmin * \OC\SystemConfig * \OC\TagManager * \OC\Tags * \OC\TempManager * \OC\TemplateLayout * \OC\URLGenerator * \OC\Updater | ||||
* | Fix more things | Joas Schilling | 2016-02-19 | 1 | -4/+4 |
| | |||||
* | Scrutinizer Auto-Fixes | Scrutinizer Auto-Fixer | 2016-02-19 | 1 | -11/+11 |
| | | | | This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com | ||||
* | Happy new year! | Thomas Müller | 2016-01-12 | 1 | -1/+2 |
| | |||||
* | Removed deprecated OC_Helper::mimeTypeIcon function | Roeland Jago Douma | 2015-12-18 | 1 | -1/+1 |
| | |||||
* | Verify return type | Lukas Reschke | 2015-12-09 | 1 | -2/+6 |
| | | | | Can also be null. Silences another security warning... | ||||
* | Add tests | Robin Appelman | 2015-10-01 | 1 | -1/+1 |
| | |||||
* | stricter check if thumbnail is cached | Robin Appelman | 2015-10-01 | 1 | -7/+4 |
| | |||||
* | to much copy paste | Robin Appelman | 2015-10-01 | 1 | -5/+3 |
| | |||||
* | use cache data we already have to check if a thumbnail of specific size is ↵ | Robin Appelman | 2015-10-01 | 1 | -1/+24 |
| | | | | cached | ||||
* | use the fileinfo to check if we have a valid file | Robin Appelman | 2015-10-01 | 1 | -1/+1 |
| | |||||
* | allow passing the fileinfo to the preview manager | Robin Appelman | 2015-10-01 | 1 | -2/+3 |
| | |||||
* | Fix preview caching | Robin Appelman | 2015-09-29 | 1 | -25/+19 |
| | |||||
* | Cover both width and height for the sidebar preview | Robin Appelman | 2015-09-29 | 1 | -23/+27 |
| | |||||
* | Merge pull request #15098 from owncloud/fix_preview_versions_revert_issue | Thomas Müller | 2015-09-24 | 1 | -0/+7 |
|\ | | | | | fix issue with version rollback and thumbnails | ||||
| * | delete cached preview when rolling back file's version | Georg Ehrke | 2015-09-20 | 1 | -0/+7 |
| | | | | | | | | | | | | | | | | add random number using OC.parseQueryString and _.extend() version rollback: add missing prefix to OC\Preview::post_delete add test to assure that the rollback hook is called | ||||
* | | Revert "Show cached previews directly" | Robin Appelman | 2015-09-22 | 1 | -6/+0 |
|/ | | | | This reverts commit 1b708e26efbcb4052becad3d7b6618064c2605a6. | ||||
* | Show cached previews directly | Robin Appelman | 2015-09-08 | 1 | -0/+6 |
| | |||||
* | Allow creating previewss that cover the specified dimensions | Robin Appelman | 2015-09-02 | 1 | -6/+68 |
| | |||||
* | Remove OC_Log | Thomas Müller | 2015-07-03 | 1 | -1/+1 |
| | |||||
* | update license headers and authors | Morris Jobke | 2015-06-25 | 1 | -2/+1 |
| | |||||
* | Remove unneeded returns from private cropping methods | Olivier Paroz | 2015-06-19 | 1 | -16/+12 |
| | |||||
* | Remove unneeded returns from private cropping methods | Olivier Paroz | 2015-06-18 | 1 | -16/+6 |
| | |||||
* | Move media type icon preview creation to its own method | Olivier Paroz | 2015-06-18 | 1 | -4/+25 |
| | |||||
* | Send the mime icon if we can't generate a preview | Olivier Paroz | 2015-06-18 | 1 | -1/+4 |
| | |||||
* | Fix max preview, some resizing and caching issues and force preview ↵ | Olivier Paroz | 2015-06-06 | 1 | -250/+538 |
| | | | | | | | | | | 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** | ||||
* | Introducing the maximum size preview | Olivier Paroz | 2015-04-07 | 1 | -117/+246 |
| | | | | | | The first time we're asked to generate a preview we'll generate one of the maximum dimension indicated in the configuration and all future resizing requests will be done on that preview in order to not waste time converting the same file over and over. One of the fixes required for #12465 | ||||
* | Update license headers | Jenkins for ownCloud | 2015-03-26 | 1 | -8/+26 |
| | |||||
* | Create an interface for OC_Image and OCP\Image for the public API | Joas Schilling | 2015-03-16 | 1 | -6/+6 |
| | |||||
* | Add an interface for the preview providers | Joas Schilling | 2015-03-16 | 1 | -1/+1 |
| | |||||
* | Move default provider registration to preview manager | Joas Schilling | 2015-03-16 | 1 | -177/+28 |
| | |||||
* | Register preview providers on the preview manager instead of OC\Preview | Joas Schilling | 2015-03-16 | 1 | -55/+9 |
| | |||||
* | Merge pull request #13648 from oparoz/sfnt-fonts-preview | Morris Jobke | 2015-03-11 | 1 | -1/+2 |
|\ | | | | | Add support for font previews | ||||
| * | Add support for font previews | Olivier Paroz | 2015-02-24 | 1 | -1/+2 |
| | | |||||
* | | Check whether the file id is valid, before using it to delete the previews | Joas Schilling | 2015-03-09 | 1 | -9/+10 |
| | | |||||
* | | Revert "Updating license headers" | Morris Jobke | 2015-02-26 | 1 | -27/+8 |
|/ | | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36. | ||||
* | Updating license headers | Jenkins for ownCloud | 2015-02-23 | 1 | -8/+27 |
| | |||||
* | Verify whether type is correct | Lukas Reschke | 2015-01-08 | 1 | -2/+3 |
| | | | | `$this->info` can very well contain an empty array or possibly other values. This means that when this code path is called a PHP Fatal error might get thrown which is not what we want. | ||||
* | Allow disabling previews per mount | Robin Appelman | 2014-12-17 | 1 | -0/+5 |
| | |||||
* | Stop flooding the log, when previews are disabled | Joas Schilling | 2014-12-03 | 1 | -1/+1 |
| | |||||
* | Split bitmap providers into one per file | Joas Schilling | 2014-11-28 | 1 | -2/+0 |
| | |||||
* | Split office providers into one class per file | Joas Schilling | 2014-11-28 | 1 | -1/+0 |
| | |||||
* | Fix intendation and doc blocks of preview providers | Joas Schilling | 2014-11-28 | 1 | -5/+0 |
| | |||||
* | Move registration of core preview providers to preview | Joas Schilling | 2014-11-27 | 1 | -2/+70 |
| | | | | So the class files only have class code and don't execute code | ||||
* | The class name is Movie NOT Movies | Olivier Paroz | 2014-11-25 | 1 | -2/+2 |
| | |||||
* | remove ugly hack and don't use OC\Preview\Image for tiffs and svgs | Georg Ehrke | 2014-11-23 | 1 | -10/+0 |
| | |||||
* | Merge pull request #11741 from owncloud/delete_all_children_preview_2 | Vincent Petry | 2014-11-17 | 1 | -16/+94 |
|\ | | | | | delete all children's previews when deleting a folder | ||||
| * | delete all children's previews when deleting a folder | Georg Ehrke | 2014-10-30 | 1 | -16/+94 |
| | | | | | | | | add phpdoc | ||||
* | | Add type hinting to functions | Lukas Reschke | 2014-10-24 | 1 | -1/+1 |
|/ | | | | It's only reasonable to have proper type hinting here which might even help us to catch bugs. | ||||
* | Make files non executable | Lukas Reschke | 2014-10-24 | 1 | -0/+0 |
| | | | | There is not much sense in having these files marked executable, we should avoid that. |