aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Module/Photo.php
Commit message (Collapse)AuthorAgeFilesLines
* implement AS representation of photos and albums, cleanup and minor fixesMario2021-10-131-35/+83
|
* Remove unusable variable $sql_queryMax Kostikov2021-03-081-1/+1
|
* Add support filesystem storage for xchan profile photosMax Kostikov2021-01-241-3/+3
|
* undefined variable $filenameMario2021-01-151-1/+1
|
* Do not revalidate cached photosMax Kostikov2020-12-261-3/+4
|
* Skip profile photo query from addons for undefined channel idMax Kostikov2020-12-071-11/+11
|
* Don't try to fetch profile photo for unknown channel Max Kostikov2020-10-251-12/+14
|
* Force browser photo revalidationMax Kostikov2020-04-291-2/+2
|
* Prefer use Etag on photo modification validationMax Kostikov2019-11-041-1/+1
|
* Update Photo.phpMax Kostikov2019-10-261-1/+1
|
* Better cached photos processingMax Kostikov2019-10-261-13/+5
|
* Fix cache-control syntax for photosMax Kostikov2019-10-151-2/+1
|
* Updates to zcard/profile images and other public images to account for ↵M. Dent2019-10-141-1/+7
| | | | infrastructure caches (CDN)
* Fix ETag quotesMax Kostikov2019-07-151-1/+1
|
* Use html_entity_decode() for cached photo URLMax Kostikov2019-06-191-1/+1
|
* Use goaway() base functionMax Kostikov2019-04-271-2/+1
|
* Optimize cached photos processingMax Kostikov2019-04-241-11/+13
|
* Add modified date in Etag hash calculationMax Kostikov2019-04-241-3/+8
|
* Update Photo.phpMax Kostikov2019-04-181-1/+1
|
* Update Photo.phpMax Kostikov2019-04-181-2/+4
|
* Implement ETag: header support for cache controlMax Kostikov2019-04-181-15/+14
|
* Add 'must-revalidate' to Cache-control header for profile photosMax Kostikov2019-04-171-1/+4
|
* Precise 'Modified:' header processing if no profile photo added; remove ↵Max Kostikov2019-04-171-29/+8
| | | | duplicated code
* Fix file path with filesystem storageMax Kostikov2019-04-161-1/+1
|
* Update Photo.phpMax Kostikov2019-04-051-5/+5
|
* Update Photo.phpMax Kostikov2019-04-051-1/+1
|
* Update Photo.phpMax Kostikov2019-04-051-3/+4
|
* Prevent return wrong profile photo modification date by pluginMax Kostikov2019-04-051-21/+23
|
* Faster image processing with photo cache addonMax Kostikov2018-12-241-5/+6
|
* Move SSLify code from Photo cache addonMax Kostikov2018-12-171-6/+5
|
* SSLify cached URL on redirect if neededMax Kostikov2018-12-171-1/+3
|
* Remove photo_cache_enable variableMax Kostikov2018-12-161-1/+1
|
* Update Photo.phpMax Kostikov2018-12-031-1/+1
|
* Update Photo.phpMax Kostikov2018-12-031-1/+1
|
* Update Photo.phpMax Kostikov2018-12-031-1/+1
|
* New logic for less dependence on cache logicMax Kostikov2018-12-031-15/+12
|
* Better cache settings logicMax Kostikov2018-11-291-4/+4
|
* Code cleanupMax Kostikov2018-11-291-3/+3
|
* Add photo cache hooksMax Kostikov2018-11-291-33/+57
|
* Revert "Fix return on wrong sotred in Content-Length size for full size photos"Mario2018-11-191-4/+2
| | | This reverts commit 6010b5c6198bf49c39029a657443b5bf1be8b408
* Revert "Add filesize for streaming content"Mario2018-11-191-1/+0
| | | This reverts commit 238a616292ad5c6e7be97a4dd763a302729abf80
* Add filesize for streaming contentMax Kostikov2018-11-161-0/+1
|
* Fix return on wrong sotred in Content-Length size for full size photosMax Kostikov2018-11-161-2/+4
|
* Update Photo.phpMax Kostikov2018-11-131-4/+4
|
* Remove uneccessary include/photos.php Max Kostikov2018-11-131-1/+0
|
* Text formatting in Photo.phpMax Kostikov2018-11-131-2/+2
|
* Replace fetch_image_from_url() with z_fetch_url()Max Kostikov2018-11-131-6/+8
|
* Remove unnecessary Zulu timezone mentionMax Kostikov2018-11-101-1/+1
|
* Fixed timezone conversionMax Kostikov2018-11-091-4/+4
|
* Correct "Content-Length:" calculation addedMax Kostikov2018-11-081-1/+1
|