etiquette/frontends/etiquette_flask/backend
Ethan Dalool bef91b959b Improve specific tag redirect.
Previous version had a bug when the URL contained percent-encoded
spaces because url.replace() was looking for spaces and not replacing
the %20. Constructing the url from parts is more reliable.
2021-01-05 01:25:29 -08:00
..
endpoints Improve specific tag redirect. 2021-01-05 01:25:29 -08:00
__init__.py Rename the etiquette_flask backend package to backend. 2018-11-04 19:45:23 -08:00
caching.py Let cached_endpoint pass the content-type header through. 2020-10-03 18:30:16 -07:00
common.py Move jsonify methods into the objects instead of separate file. 2021-01-01 17:02:01 -08:00
decorators.py Move jsonify methods into the objects instead of separate file. 2021-01-01 17:02:01 -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 Let make_attributes replace underscores with hyphens in attr names. 2020-09-27 12:14:20 -07:00
jsonify.py Replace all double blank lines with single, improve hash headers. 2020-09-19 03:13:23 -07:00
sessions.py Replace all double blank lines with single, improve hash headers. 2020-09-19 03:13:23 -07:00