etiquette/frontends/etiquette_flask/backend
Ethan Dalool e4f686c86f Move thumbnail blobs into the database.
I've moved the thumbnails around many times over this project
and hopefully it doesn't happen too many more. Once the database has
tens of thousands of items, the thumbnails start to become the biggest
headache on the disk. Backing up, restoring, and sharding files per
directory are slower and more effortful with separate files. In the db
means the db is a larger file, but this is disk space that was already
getting used anyway. Now it's simpler and has atomic transactions.
2023-01-27 17:34:32 -08:00
..
endpoints Move thumbnail blobs into the database. 2023-01-27 17:34:32 -08:00
__init__.py Bring catch_etiquette_exception into common. 2022-04-05 11:53:35 -07:00
client_caching.py Some linting. 2021-08-20 22:54:12 -07:00
common.py Match bytestring typo fix. 2022-11-13 19:12:50 -08:00
helpers.py Don't leave falsey values out of dict_to_params, let caller do it. 2020-03-28 17:37:28 -07:00
jinja_filters.py Minor linting. 2022-11-19 22:43:44 -08:00
sessions.py Add admin button to clear all login sessions. 2022-11-07 17:51:02 -08:00