summary refs log tree commit diff
path: root/synapse/rest/__init__.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Initial empty implementation that just registers an API endpoint handlerPaul "LeoNerd" Evans2016-08-171-0/+2
|
* GET /devices endpointRichard van der Hoff2016-07-201-0/+2
| | | | | | | implement a GET /devices endpoint which lists all of the user's devices. It also returns the last IP where we saw that device, so there is some dancing to fish that out of the user_ips table.
* Add an openidish mechanism for proving to third parties that you own a given ↵Mark Haines2016-05-051-0/+2
| | | | user_id
* Add /report endpointErik Johnston2016-05-041-0/+2
|
* Implement logoutErik Johnston2016-03-111-0/+2
|
* copyrightsMatthew Hodgson2016-01-071-1/+1
|
* Add /_matrix/versions to report supported versionsDaniel Wagner-Hall2016-01-061-0/+6
|
* Actually host r0 and unstable prefixesDaniel Wagner-Hall2015-12-081-1/+67
|
* Code style fixes.Mark Haines2015-01-291-1/+1
|
* Merge branch 'develop' into pushersDavid Baker2015-01-221-37/+2
|\ | | | | | | | | Conflicts: synapse/rest/__init__.py
| * Move rest APIs back under the rest directoryMark Haines2015-01-221-0/+14
| |
| * Move client v1 api rest servlets into a "client/v1" directoryMark Haines2015-01-221-47/+0
| |
* | Oops: second part of commit dc938606David Baker2015-01-221-1/+2
| |
* | Merge branch 'develop' into pushersDavid Baker2015-01-131-1/+1
|\|
| * Update copyright noticesMark Haines2015-01-061-1/+1
| |
* | Merge branch 'develop' into pushersDavid Baker2014-12-181-1/+1
|\| | | | | | | | | | | | | Conflicts: synapse/api/errors.py synapse/server.py synapse/storage/__init__.py
| * Kill off synapse.api.events.*Erik Johnston2014-12-161-1/+1
| |
* | Start creating a module to do generic notifications (just prints them to ↵David Baker2014-11-191-1/+2
|/ | | | stdout currently!)
* SYN-48: Implement WHOIS rest servletErik Johnston2014-09-291-1/+3
|
* Add support for TURN servers as per the TURN REST API ↵David Baker2014-09-231-1/+2
| | | | (http://tools.ietf.org/html/draft-uberti-behave-turn-rest-00)
* fix the copyright holder from matrix.org to OpenMarket Ltd, as matrix.org ↵Matthew Hodgson2014-09-031-1/+1
| | | | hasn't been incorporated in time for launch.
* Renamed /public/rooms to /publicRoomsKegan Dougal2014-08-271-3/+1
|
* Renaming: /im/sync >> /initialSync. /rooms/$roomid/members/list >> ↵Kegan Dougal2014-08-261-2/+3
| | | | /rooms/$roomid/members. /rooms$roomid/messages/list >> /room/$roomid/messages. Updated cmdclient, tests and webclient.
* Make federation use resource_for_federation as well.Kegan Dougal2014-08-141-2/+1
|
* Start phasing out HttpServer: we should be using Resources instead. Added ↵Kegan Dougal2014-08-141-14/+10
| | | | resource_for_client/federation/web_client to the HomeServer and hooked the C-S servlets to operate on resource_for_client. Dynamically construct the Resource tree.
* Added a -w flag which will host the web client if specified. Currently this ↵Kegan Dougal2014-08-131-1/+7
| | | | just delegates to the webclient RestServlet.
* add in whitespace after copyright statements to improve legibilityMatthew Hodgson2014-08-131-0/+1
|
* actually register the login servlet (uncommitted code thinko?)Matthew Hodgson2014-08-131-3/+2
|
* Reference Matrix Home Servermatrix.org2014-08-121-0/+44