etiquette/frontends/etiquette_flask/backend/endpoints
voussoir ee28779138 Pass separate tag_count into tags.html to prevent double-counting.
Foolishly, I was checking the length of the outputted easybake format,
which included lines for synonyms and multi-parent tags that shouldn't
be part of the tag count.
2020-09-11 23:52:23 -07:00
..
__init__.py Rename the etiquette_flask backend package to backend. 2018-11-04 19:45:23 -08:00
album_endpoints.py Make response_type required, explicit in all calls. 2020-02-26 17:50:36 -08:00
basic_endpoints.py Centralize flask.render_template calls to simplify common args. 2019-08-14 13:40:52 -07:00
bookmark_endpoints.py Add commit=True to frontend where necessary. 2020-02-20 00:34:28 -08:00
photo_endpoints.py Separately count photo results to fix included albums counting. 2020-09-11 23:12:23 -07:00
tag_endpoints.py Pass separate tag_count into tags.html to prevent double-counting. 2020-09-11 23:52:23 -07:00
user_endpoints.py Add commit=True to frontend where necessary. 2020-02-20 00:34:28 -08:00