etiquette/frontends/etiquette_flask
Ethan Dalool b0dcc6d3c6 Separately count photo results to fix included albums counting.
I'm currently running an experiment where albums are also included in
search results, but they don't cost you any of your limit parameter.
So the len(results) was often bigger than limit and tricking this
paginator into thinking we needed a next page when really we didn't.
This workaround can be undone when I decide how to make the album
results more official.
2020-09-11 23:12:23 -07:00
..
backend Separately count photo results to fix included albums counting. 2020-09-11 23:12:23 -07:00
static Rewrite entry_with_history hook and use keydown instead of keyup. 2020-09-10 08:21:20 -07:00
templates Rename generate_thumbnail_for_video -> _form. 2020-09-11 17:06:50 -07:00
tests Remove unused imports & other small things. 2020-02-20 22:44:56 -08:00
etiquette_flask_entrypoint.py Replace werkzeug.contrib with werkzeug.middleware proxyfix. 2020-05-17 16:33:40 -07:00
etiquette_flask_launch.py main should return the args.func(args) value. 2020-02-08 17:24:57 -08:00