aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Photo
Commit message (Collapse)AuthorAgeFilesLines
* Fix image scale on thumbnail saveMax Kostikov2019-04-101-1/+2
|
* 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.