todo.sr.ht/todosrht
Thorben Günther 4827e61f97 Fix flask send_file arguments
The deprecated attachment_filename was removed in a recent flask release
and is superseded by download_name [1].

[1]: https://github.com/pallets/flask/pull/4667
2022-09-29 10:38:25 +02:00
..
alembic api/graph: Implement ticket deletion 2022-05-16 13:15:29 +02:00
blueprints Fix flask send_file arguments 2022-09-29 10:38:25 +02:00
emails Replace pystache with string.Template 2021-05-16 16:14:59 -04:00
templates Add CLOSED ticket resolution 2022-07-25 13:44:18 +02:00
types Add CLOSED ticket resolution 2022-07-25 13:44:18 +02:00
access.py todosrht/access: Fetch trackers case-sensitively 2022-09-06 15:37:17 +02:00
app.py Extract todo app to allow test bootstrap 2018-11-21 08:09:04 -05:00
color.py Add util functions for working with colors 2018-10-16 21:10:38 -04:00
default_query.graphql GraphQL: update example query 2021-02-25 10:19:30 -05:00
email.py emails: fix issues outside of app context 2021-05-19 10:59:03 -04:00
export.py Implement ticket editing in the UI 2020-08-25 15:47:58 -04:00
filters.py Updates per jinja2 breaking changes 2022-04-11 22:10:33 +02:00
flask.py api/graph: Implement ticket deletion 2022-05-16 13:15:29 +02:00
schema.graphqls Add Python riggings for GraphQL API 2021-02-25 10:04:22 -05:00
search.py Allow sorting by number of comments 2021-09-14 12:40:41 +02:00
service.py Initial pass on API support 2019-04-30 15:12:05 -04:00
tickets.py Fix user mentions for usernames with a dash 2022-06-29 17:12:38 +02:00
tracker_import.py tracker_import: fix comment_count 2022-01-26 09:05:00 +01:00
trackers.py Fix recent users function 2019-10-26 10:56:25 -04:00
urls.py api/graph: Implement ticket deletion 2022-05-16 13:15:29 +02:00
webhooks.py webhooks.py: correct typo in variable name 2021-12-08 12:22:31 +01:00