summary refs log tree commit diff
path: root/synapse/rest/client/v1/profile.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* run isortAmber Brown2018-07-091-2/+3
* replace 'except:' with 'except Exception:'Richard van der Hoff2017-10-231-2/+2
* Split out profile handler to fix testsErik Johnston2017-08-251-9/+9
* admin,storage: added more administrator functionalitiesMorteza Araby2017-02-021-2/+4
* Dont invoke get_handlers fromClientV1RestServletErik Johnston2016-08-121-0/+12
* Use parse_json_object_from_request to parse JSON out of request bodiesMark Haines2016-03-111-4/+4
* Pass whole requester to ratelimitingDaniel Wagner-Hall2016-03-031-2/+2
* Revert "Reject additional path segments"Daniel Wagner-Hall2016-02-091-3/+3
* Reject additional path segmentsDaniel Wagner-Hall2016-02-081-3/+3
* No braces hereDavid Baker2016-02-031-1/+1
* Don't return null if profile display name / avatar url isn't set: omit them i...David Baker2016-02-031-6/+17
* Introduce a Requester objectDaniel Wagner-Hall2016-01-111-4/+4
* copyrightsMatthew Hodgson2016-01-071-1/+1
* Host /unstable and /r0 versions of r0 APIsDaniel Wagner-Hall2015-12-011-4/+4
* Allow guests to set their display namesDaniel Wagner-Hall2015-11-121-1/+1
* Allow guests to register and call /events?room_id=Daniel Wagner-Hall2015-11-041-2/+2
* Remove completely unused concepts from codebaseDaniel Wagner-Hall2015-08-251-2/+2
* Blunty replace json with simplejsonErik Johnston2015-02-111-1/+1
* Extract the id token of the token when authing users, include the token and d...Mark Haines2015-01-281-2/+2
* Return the device_id from get_auth_by_reqMark Haines2015-01-281-2/+2
* Extract the client v1 base RestServlet to a separate classMark Haines2015-01-231-4/+4
* Replace hs.parse_userid with UserID.from_stringMark Haines2015-01-231-6/+7
* Move rest APIs back under the rest directoryMark Haines2015-01-221-0/+113