etiquette/frontends/etiquette_flask/templates
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
..
admin.html Show cached counts in admin statistics. 2022-11-12 18:40:09 -08:00
album.html Move thumbnail blobs into the database. 2023-01-27 17:34:32 -08:00
bookmarks.html Move http functions to new javascript file http.js. 2022-10-01 14:24:36 -07:00
cards.html Move thumbnail blobs into the database. 2023-01-27 17:34:32 -08:00
clipboard.html Move "clipboard contains x items" to the side bar. 2022-11-05 23:25:06 -07:00
clipboard_tray.html Use update_dynamic_elements for user name, clipboard count. 2021-01-07 20:18:07 -08:00
header.html Add class navigation_link to homepage and header links. 2022-11-11 15:30:23 -08:00
login.html Move http functions to new javascript file http.js. 2022-10-01 14:24:36 -07:00
photo.html Move thumbnail blobs into the database. 2023-01-27 17:34:32 -08:00
root.html Add class navigation_link to homepage and header links. 2022-11-11 15:30:23 -08:00
search.html Small css tweaks. 2022-11-19 22:42:35 -08:00
search_embed.html Fix DOCTYPE should just be "html". 2021-06-22 13:38:08 -07:00
swipe.html Move http functions to new javascript file http.js. 2022-10-01 14:24:36 -07:00
tags.html Show recently tagged photos using js cards instead of iframe. 2022-11-06 22:52:38 -08:00
template.html Move http functions to new javascript file http.js. 2022-10-01 14:24:36 -07:00
user.html Use user ids for author search instead of usernames. 2022-11-09 19:41:16 -08:00