index
:
forks/tt-rss
main
Fork of deprecated tt-rss repo
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
classes
/
diskcache.php
Age
Commit message (
Expand
)
Author
2020-11-04
allow audio to be sent to client from the cache
John Aylward
2020-10-01
hide uninteresting errors in several DOMDocument->loadHTML() invocations
Andrew Dolgov
2020-09-22
remove a lot of stuff from global context (functions.php), add a few helper c...
Andrew Dolgov
2020-09-15
af_proxy_http: never print received data directly, always redirect to cached_url
Andrew Dolgov
2020-09-14
- fix multiple vulnerabilities in af_proxy_http
Andrew Dolgov
2020-06-15
better support for image srcset attributes as discussed in https://community....
Andrew Dolgov
2020-05-12
DiskCache: append fake file extension when sending cached files based on mime...
Andrew Dolgov
2020-04-29
DiskCache: properly deal with srcset attributes
Andrew Dolgov
2020-03-12
add support for video[@src] in media cache
lllusion3418
2020-03-12
fix url rewriting for videos with poster and src
lllusion3418
2019-08-15
DiskCache::rewriteUrls() - remove img[@srcset]
Andrew Dolgov
2019-08-14
consistency: use DiskCache->exists() to check for present files
Andrew Dolgov
2019-08-14
DiskCache: more strict checking for input filenames, getUrl() is no longer st...
Andrew Dolgov
2019-08-13
* HOOK_ENCLOSURE_ENTRY: pass article_id to handler
Andrew Dolgov
2019-08-13
DiskCache::expire: support .no-auto-expiry to prevent automatic cache mainten...
Andrew Dolgov
2019-08-13
expire_cached_files to DiskCache::expire()
Andrew Dolgov
2019-08-13
move rewrite_cached_urls to DiskCache::rewriteUrls()
Andrew Dolgov
2019-08-13
add DiskCache.getUrl() and use it in a bunch of places
Andrew Dolgov
2019-08-13
add DiskCache.send; switch af_zz_imgproxy to use DiskCache
Andrew Dolgov
2019-08-13
add DiskCache.isWritable
Andrew Dolgov
2019-08-13
add classes/diskcache
Andrew Dolgov