index
:
forks/tt-rss
main
Fork of deprecated tt-rss repo
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
classes
/
diskcache.php
Age
Commit message (
Expand
)
Author
2022-11-26
DiskCache: enforce basename() on filenames passed to cache adapter
Andrew Dolgov
2022-11-24
rework favicon storage to use DiskCache
Andrew Dolgov
2022-11-24
DiskCache: tweak how expiration is invoked
Andrew Dolgov
2022-11-24
deprecate DiskCache->touch()
Andrew Dolgov
2022-11-23
update_rss_feed: use DiskCache to store feed data
Andrew Dolgov
2022-11-23
* split local cache implementation into a separate class
Andrew Dolgov
2022-11-12
Address upcoming string interpolation deprecation.
wn_
2022-08-12
Switch to direct type declarations of class properties.
wn_
2021-11-18
Don't type DiskCache's $mimeMap.
wn_
2021-11-15
* DiskCache: add download() helper
Andrew Dolgov
2021-11-12
Switch class properties from PHP typing to PHPDoc for compatibility with PHP ...
wn_
2021-11-11
Address PHPStan warnings in 'classes/diskcache.php'.
wn_
2021-03-02
* sanitize: never rewrite relative links to our own prefix
Andrew Dolgov
2021-02-22
migrate the rest into Config::
Andrew Dolgov
2021-02-22
wip: initial for config object
Andrew Dolgov
2021-02-19
rename public.php/cached_url to cached
Andrew Dolgov
2021-02-15
diskcache: unify naming
Andrew Dolgov
2021-02-08
move some old-style handlers to new callback ones
Andrew Dolgov
2021-02-06
fix some more warnings reported by phpstan
Andrew Dolgov
2021-01-15
pluginhost: load plugin data automatically (also marks load_data method as pr...
Andrew Dolgov
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