You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
calibre-web/cps
Jonathan Rehm a27848b351 Add static asset cache busting
Calculates MD5 hash of static assets on server start. These are appended to the file name's when url_for is used, telling browsers to download the latest version of the files, e.g. style.css?q=81cf0ee.

Inspired by https://github.com/ChrisTM/Flask-CacheBust but uses query strings instead of rewriting the path because fonts inside CSS files break when the path is rewritten.
7 years ago
..
static Added a 5px separation for all input labels in advanced search to improve readability 7 years ago
templates Add option to hide mature content from some users 7 years ago
translations Update chinese translation 7 years ago
__init__.py custom columns unfinished 8 years ago
book_formats.py Ensure file paths in uploads are non-empty, fix #183 (#184) 7 years ago
cache_buster.py Add static asset cache busting 7 years ago
db.py Add timestamp to default publishing date 7 years ago
epub.py Added series and series_index metadata handler 7 years ago
fb2.py Code cosmetics 7 years ago
gdriveutils.py Allow deleting books (fixes #119) 7 years ago
helper.py Fix hmac creation in send_test_email function 7 years ago
redirect.py Fix for Python 3 7 years ago
ub.py Add mature_content property to Anonymous class 7 years ago
uploader.py Reuse original code logic. 7 years ago
web.py Add static asset cache busting 7 years ago