etiquette/frontends/etiquette_flask/backend/endpoints
Ethan Dalool b9ad785f4d Remove 'updated' key from /all_albums, /all_tags. Was killing caching.
The cached_endpoint decorator was detecting that the response content
kept changing, so it never returned 304. Oops. At the moment the client
doesn't even use this key, so if we need it back we can use the etag or
another http header.
2021-01-05 13:05:18 -08:00
..
__init__.py Rename the etiquette_flask backend package to backend. 2018-11-04 19:45:23 -08:00
album_endpoints.py Remove 'updated' key from /all_albums, /all_tags. Was killing caching. 2021-01-05 13:05:18 -08:00
basic_endpoints.py Replace all double blank lines with single, improve hash headers. 2020-09-19 03:13:23 -07:00
bookmark_endpoints.py Move jsonify methods into the objects instead of separate file. 2021-01-01 17:02:01 -08:00
photo_endpoints.py Add search_embed for bringing search iframes to other pages. 2021-01-02 13:49:43 -08:00
tag_endpoints.py Remove 'updated' key from /all_albums, /all_tags. Was killing caching. 2021-01-05 13:05:18 -08:00
user_endpoints.py Add UI for editing user's display name. 2021-01-01 19:46:31 -08:00