aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Photo
Commit message (Collapse)AuthorAgeFilesLines
* Deprecate *_config() functions in core.Harald Eilertsen2024-03-243-8/+13
|
* fix php errors and deprecation warningsMario Vavti2023-12-311-3/+3
|
* fix warnings and regressionsMario2022-09-151-1/+1
|
* php8: random cleanup and warning fixesMario2022-09-081-25/+25
|
* bump php version requirementMario2022-05-251-11/+5
|
* php8 warningsMario2022-02-131-5/+5
|
* get devHilmar R2021-03-011-11/+20
|
* Add .webp image format supportMax Kostikov2019-12-072-13/+35
|
* Avoid to process original images using storeThumbnailMax Kostikov2019-06-181-3/+7
|
* get channel from photo uidMario Vavti2019-05-241-1/+1
|
* Update PhotoDriver.phpMax Kostikov2019-05-081-13/+3
|
* Add photo usage detection if not exist on thumbnail saveMax Kostikov2019-05-081-0/+12
|
* Add multiple profiles support on image operations in photo driverMax Kostikov2019-04-121-5/+8
|
* Revert "Update htconfig.sample.php"Max Kostikov2019-04-101-0/+27
| | | | This reverts commit f2126ef18c8b66020305d07dcefeacc4e55a3c12
* Remove duplicate code in PhotoDriver classes.Klaus Weidenbach2019-02-143-38/+32
| | | | | cropImage is just a special case of cropImageRect, no need to duplicate all the code.
* Refactor photo_driver to use namespaces.Klaus Weidenbach2019-02-143-0/+880
Add simple UnitTest, but it is not yet very meaningful.