summaryrefslogtreecommitdiff
path: root/server/szurubooru/rest/app.py
AgeCommit message (Expand)Author
2025-10-12Replace outdated `cgi` moduleJakob L. Kreuze
2021-11-29server: fix python docstring formattingShyam Sunder
2020-06-06client+server: implement code autoformatting using prettier and blackShyam Sunder
2018-07-08server/password-reset: try to construct full URLrr-
2017-02-07server/api: fix unicode urls (#121)rr-
2017-02-05server: refactor + add type hintingrr-
2017-02-03server: make linters happierrr-
2017-02-02server/rest: rollback session on query exceptionrr-
2017-01-21server: fix problems with escapingrr-
2017-01-03server/db: fix closing DB sessionsrr-
2017-01-03server/rest: simplify error handling flowrr-
2016-09-26server: fix constructing of HTTP errorsrr-
2016-09-10server/errors: fix serializing errorsrr-
2016-09-10server/errors: add and document error codesrr-
2016-09-10server/errors: allow extra info in errorsrr-
2016-08-16server/rest: urldecode incoming pathsrr-
2016-08-16server/rest: work around Python bug 27777rr-
2016-08-16server/rest: fix reporting parameter type errorsrr-
2016-08-14server/general: embrace most of PEP8rr-
2016-08-14server/general: ditch falcon for in-house WSGI apprr-