summary refs log tree commit diff
path: root/synapse/rest/client/v1/logout.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove unnecessary parentheses around return statements (#5931)Andrew Morgan2019-08-301-4/+4
* Replace returnValue with return (#5736)Amber Brown2019-07-231-2/+2
* Run Black. (#5482)Amber Brown2019-06-201-1/+2
* Unify v1 and v2 REST client APIs (#5226)Amber Brown2019-06-031-9/+10
* LintAaron Raimist2019-05-291-2/+0
* Get rid of try exceptAaron Raimist2019-05-271-16/+9
* Show correct error when logging out and access token is missingAaron Raimist2019-05-241-4/+4
* Make auth & transactions more testable (#3499)Amber Brown2018-07-141-2/+1
* run isortAmber Brown2018-07-091-3/+2
* Return 401 for invalid access_token on logoutdklug2018-03-021-1/+4
* Delete devices in various logout situationsRichard van der Hoff2017-11-291-2/+25
* Move access token deletion into auth handlerRichard van der Hoff2017-11-011-4/+4
* Add helper function for getting access_tokens from requestsMark Haines2016-09-091-8/+2
* Implement logoutErik Johnston2016-03-111-0/+72