- Sep 10, 2020
-
-
Morris Jobke authored
Ref #22288 Signed-off-by:
Morris Jobke <hey@morrisjobke.de>
-
- Aug 18, 2020
-
-
Morris Jobke authored
Signed-off-by:
Morris Jobke <hey@morrisjobke.de>
-
- May 02, 2020
-
-
Roeland Jago Douma authored
Else the wrong mimetype might be set. Resulting in continious regeneration of previews when browsing. Signed-off-by:
Roeland Jago Douma <roeland@famdouma.nl>
-
- Apr 10, 2020
-
-
Christoph Wurst authored
Signed-off-by:
Christoph Wurst <christoph@winzerhof-wurst.at>
-
Christoph Wurst authored
To continue this formatting madness, here's a tiny patch that adds unified formatting for control structures like if and loops as well as classes, their methods and anonymous functions. This basically forces the constructs to start on the same line. This is not exactly what PSR2 wants, but I think we can have a few exceptions with "our" style. The starting of braces on the same line is pracrically standard for our code. This also removes and empty lines from method/function bodies at the beginning and end. Signed-off-by:
Christoph Wurst <christoph@winzerhof-wurst.at>
-
Christoph Wurst authored
Signed-off-by:
Christoph Wurst <christoph@winzerhof-wurst.at>
-
- Apr 09, 2020
-
-
Robin Appelman authored
by allowing the generation of multiple previews at once we save on having to find, open and decode the max-preview for every preview of the same file the main use case for this is the preview generator app (pr for that comming next) in my local testing this saves about 25% of time when using the preview generator app Signed-off-by:
Robin Appelman <robin@icewind.nl>
-
- Apr 07, 2020
-
-
Christoph Wurst authored
Signed-off-by:
Christoph Wurst <christoph@winzerhof-wurst.at>
-
- Mar 31, 2020
-
-
Christoph Wurst authored
Signed-off-by:
Christoph Wurst <christoph@winzerhof-wurst.at>
-
- Mar 26, 2020
-
-
Christoph Wurst authored
Signed-off-by:
Christoph Wurst <christoph@winzerhof-wurst.at>
-
- Dec 05, 2019
-
-
Christoph Wurst authored
Signed-off-by:
Christoph Wurst <christoph@winzerhof-wurst.at>
-
- Sep 01, 2019
-
-
Samuel CHEMLA authored
Signed-off-by:
Samuel CHEMLA <chemla.samuel@gmail.com>
-
- Jan 26, 2018
-
-
Morris Jobke authored
Signed-off-by:
Morris Jobke <hey@morrisjobke.de>
-
Morris Jobke authored
Signed-off-by:
Morris Jobke <hey@morrisjobke.de>
-
- Jan 18, 2018
-
-
Morris Jobke authored
Improve OC_Image code to not guess the type of input, but actually request the specific methods to be called Followup to #7836 Signed-off-by:
Morris Jobke <hey@morrisjobke.de>
-
- Jan 17, 2018
-
-
Morris Jobke authored
* IImage::crop/preciseResize now have type hinting for integers * found while testing strict typing for PHP 7+ Signed-off-by:
Morris Jobke <hey@morrisjobke.de>
-
- Jan 07, 2018
-
-
Roeland Jago Douma authored
Throw proper exception if we can't get the mimetype for a preview. Catch it later on so we can just return a not found for the preview. Signed-off-by:
Roeland Jago Douma <roeland@famdouma.nl>
-
Roeland Jago Douma authored
For legacy reasons we stored all the previews with a png extention. However we did not put png data in them all the time. This caused the preview endpoints to always report that a preview is a png file. Which was a lie. Since we abstract away from the storage etc in the previewmanager. There is no need anymore to store them as .png files and instead we can use the actual file extention. Signed-off-by:
Roeland Jago Douma <roeland@famdouma.nl>
-
- Nov 27, 2017
-
-
Morris Jobke authored
Signed-off-by:
Morris Jobke <hey@morrisjobke.de>
-
- Nov 06, 2017
-
-
Morris Jobke authored
Signed-off-by:
Morris Jobke <hey@morrisjobke.de>
-
Morris Jobke authored
Signed-off-by:
Morris Jobke <hey@morrisjobke.de>
-
- Oct 23, 2017
-
-
Julius Härtl authored
Signed-off-by:
Julius Härtl <jus@bitgrid.net>
-
- May 02, 2017
-
-
Robin Appelman authored
Signed-off-by:
Robin Appelman <robin@icewind.nl>
-
- Mar 08, 2017
-
-
Roeland Jago Douma authored
During preview generation if we provide an invalid JPG file the system errors out with a PHP Fatal Error. Now we can't catch Fatal Errors (in 5.6). I suspect that exif_imagetype to fall back to the extention. However a valid jpg file has a size. So we request the size of the image and just drop out if that returns false. Signed-off-by:
Roeland Jago Douma <roeland@famdouma.nl>
-
- Feb 22, 2017
-
-
Joas Schilling authored
Signed-off-by:
Joas Schilling <coding@schilljs.com>
-
Joas Schilling authored
Signed-off-by:
Joas Schilling <coding@schilljs.com>
-
- Feb 10, 2017
-
-
Victor Dubiniuk authored
Signed-off-by:
Lukas Reschke <lukas@statuscode.ch>
-
Joas Schilling authored
Signed-off-by:
Joas Schilling <coding@schilljs.com>
-
- Oct 26, 2016
-
-
Roeland Jago Douma authored
Fixes #1928 Signed-off-by:
Roeland Jago Douma <roeland@famdouma.nl>
-
- Aug 29, 2016
-
-
Thomas Müller authored
-
- Jul 21, 2016
-
-
Joas Schilling authored
-
Joas Schilling authored
-
- May 26, 2016
-
-
Lukas Reschke authored
-
- Apr 30, 2016
-
-
Roeland Jago Douma authored
As discussed we move all old style classes (OC_FOO_BAR) to legacy. Then from there we can evaluate the need to convert them back or if they can be fully deprecated/deleted.
-
- Mar 01, 2016
-
-
Lukas Reschke authored
-
Lukas Reschke authored
Probably nice for the people that contributed to 9.0 to see themselves in the AUTHORS file :)
-
- Feb 14, 2016
-
-
Morris Jobke authored
* fixes #16461
-
- Jan 12, 2016
-
-
Thomas Müller authored
-
- Jan 04, 2016
-
-
Lukas Reschke authored
Otherwise static code scanners will complain about this.
-
- Oct 26, 2015
-
-
Lukas Reschke authored
-