summary refs log tree commit diff
path: root/synapse/rest/client/v1/profile.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Flatten the synapse.rest.client package (#10600)reivilibre2021-08-171-155/+0
* Remove redundant "coding: utf-8" lines (#9786)Jonathan de Jong2021-04-141-1/+0
* Update black, and run auto formatting over the codebase (#9381)Eric Eastwood2021-02-161-1/+3
* Remove unused OPTIONS handlers. (#8621)Patrick Cloke2020-10-221-6/+0
* Add correct M_BAD_JSON error code to /profile/{userId}/displayname (#8517)Aaron Raimist2020-10-141-1/+3
* Simplify super() calls to Python 3 syntax. (#8344)Patrick Cloke2020-09-181-3/+3
* Back out change preventing setting null avatar URLsErik Johnston2019-12-111-6/+6
* Better errors regarding changing avatar_url (#6497)Andrew Morgan2019-12-091-3/+8
* Port rest/v1 to async/awaitErik Johnston2019-12-051-27/+21
* Remove unnecessary parentheses around return statements (#5931)Andrew Morgan2019-08-301-9/+9
* Replace returnValue with return (#5736)Amber Brown2019-07-231-7/+7
* Run Black. (#5482)Amber Brown2019-06-201-4/+2
* Unify v1 and v2 REST client APIs (#5226)Amber Brown2019-06-031-12/+17
* add options to require an access_token to GET /profile and /publicRooms on CS...Matthew Hodgson2019-05-081-12/+28
* 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