etiquette/frontends/etiquette_flask/backend/endpoints
voussoir faf0c62426 Check if limit is falsey to avoid useless prevnext buttons.
If limit is 0 then you get prev and next links which also have
limit 0 and are pointless to click.
2020-03-28 17:38:10 -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 Check if limit is falsey to avoid useless prevnext buttons. 2020-03-28 17:38:10 -07:00
tag_endpoints.py Make response_type required, explicit in all calls. 2020-02-26 17:50:36 -08:00
user_endpoints.py Add commit=True to frontend where necessary. 2020-02-20 00:34:28 -08:00