etiquette/frontends/etiquette_flask/backend
voussoir 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
..
endpoints Separately count photo results to fix included albums counting. 2020-09-11 23:12:23 -07:00
__init__.py Rename the etiquette_flask backend package to backend. 2018-11-04 19:45:23 -08:00
caching.py Remove unused imports & other small things. 2020-02-20 22:44:56 -08:00
common.py Save the user's CSS theme in a cookie so it stays across pages. 2020-09-09 19:26:11 -07:00
decorators.py Rename the etiquette_flask backend package to backend. 2018-11-04 19:45:23 -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 Use decorators in jinja_filters to automatically register them. 2020-09-09 13:23:16 -07:00
jsonify.py Rename the etiquette_flask backend package to backend. 2018-11-04 19:45:23 -08:00
sessions.py Add httponly to session cookie. 2020-09-09 19:19:35 -07:00