Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | object -> \OC\Preview | Thomas Müller | 2014-05-13 | 1 | -1/+1 | |
| | ||||||
* | Fix all PHPDoc types and variable names, in /lib | Robin McCorkell | 2014-05-13 | 1 | -5/+5 | |
| | ||||||
* | Fix @return array PHPDocs, in /lib | Robin McCorkell | 2014-05-13 | 1 | -1/+1 | |
| | ||||||
* | Dont create borders around previews when scaling up is disabled | Robin Appelman | 2014-05-05 | 1 | -1/+1 | |
| | ||||||
* | Images on public sharing get downscaled to increase use experience - this ↵ | Thomas Müller | 2014-05-02 | 1 | -19/+41 | |
| | | | | | | | | | | | 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 | |||||
* | Some more PHPDoc fixes | Lukas Reschke | 2014-04-21 | 1 | -0/+16 | |
| | ||||||
* | Merge pull request #8019 from owncloud/thumbnail_fixes | Thomas Müller | 2014-04-14 | 1 | -102/+132 | |
|\ | | | | | Thumbnail fixes | |||||
| * | adding unit test for cache mechanism | Thomas Müller | 2014-04-04 | 1 | -49/+49 | |
| | | ||||||
| * | fixing typos/spellings | Thomas Müller | 2014-04-04 | 1 | -4/+11 | |
| | | ||||||
| * | fix float comparison for negative results | Jörn Friedrich Dreyer | 2014-04-03 | 1 | -2/+2 | |
| | | ||||||
| * | extract more methods | Jörn Friedrich Dreyer | 2014-04-02 | 1 | -46/+63 | |
| | | ||||||
| * | extract method isCachedBigger | Jörn Friedrich Dreyer | 2014-04-02 | 1 | -14/+33 | |
| | | ||||||
| * | remove unnecessary code | Jörn Friedrich Dreyer | 2014-04-02 | 1 | -16/+2 | |
| | | ||||||
| * | compare floats with epsilon | Jörn Friedrich Dreyer | 2014-04-02 | 1 | -1/+2 | |
| | | ||||||
* | | Pass the correct root to the preview on post_write | Robin Appelman | 2014-04-04 | 1 | -1/+1 | |
|/ | ||||||
* | Merge pull request #7704 from ↵ | Vincent Petry | 2014-03-17 | 1 | -11/+54 | |
|\ | | | | | | | | | owncloud/preview_use_pre_instead_of_post_delete_hook_2 use preDelete instead of postDelete hook | |||||
| * | improve validation of getFileInfo in \OC\Preview | Georg Ehrke | 2014-03-13 | 1 | -8/+20 | |
| | | ||||||
| * | use preDelete instead of postDelete hook | Georg Ehrke | 2014-03-13 | 1 | -3/+34 | |
| | | ||||||
* | | always output a png | Georg Ehrke | 2014-03-14 | 1 | -1/+1 | |
|/ | ||||||
* | add fclose, fixes issue from bdb96b9af85256f9b3f8663ccf6d27b3d1330918 | Georg Ehrke | 2014-03-05 | 1 | -0/+1 | |
| | ||||||
* | fix issue with spamming logging files when loading cached thumbnail | Georg Ehrke | 2014-03-05 | 1 | -1/+3 | |
| | ||||||
* | Cache the fileinfo in OC\Preview | Robin Appelman | 2014-02-27 | 1 | -115/+126 | |
| | ||||||
* | polish documentation based on scrutinizer patches | Jörn Friedrich Dreyer | 2014-02-06 | 1 | -4/+6 | |
| | ||||||
* | add PHPDoc for setMimetype() | Bjoern Schiessle | 2013-11-28 | 1 | -0/+4 | |
| | ||||||
* | we need to be able to set the mimetype manually | Bjoern Schiessle | 2013-11-28 | 1 | -15/+22 | |
| | ||||||
* | move the private namespace OC into lib/private - OCP will stay in lib/public | Thomas Müller | 2013-09-30 | 1 | -0/+630 | |
Conflicts: lib/private/vcategories.php |