forked-synapse/synapse/rest/client/v1
Daniel Wagner-Hall a0b181bd17 Remove completely unused concepts from codebase
Removes device_id and ClientInfo

device_id is never actually written, and the matrix.org DB has no
non-null entries for it. Right now, it's just cluttering up code.

This doesn't remove the columns from the database, because that's
fiddly.
2015-08-25 16:23:06 +01:00
..
__init__.py Add config option to turn off freezing events. Use new encode_json api and ujson.loads 2015-05-29 12:17:33 +01:00
admin.py Remove completely unused concepts from codebase 2015-08-25 16:23:06 +01:00
base.py 1) Pushers are now associated with an access token 2015-03-24 17:24:15 +00:00
directory.py Remove completely unused concepts from codebase 2015-08-25 16:23:06 +01:00
events.py Remove completely unused concepts from codebase 2015-08-25 16:23:06 +01:00
initial_sync.py Remove completely unused concepts from codebase 2015-08-25 16:23:06 +01:00
login.py Return fully qualified user_id as per spec 2015-08-20 21:54:53 +01:00
presence.py Remove completely unused concepts from codebase 2015-08-25 16:23:06 +01:00
profile.py Remove completely unused concepts from codebase 2015-08-25 16:23:06 +01:00
push_rule.py SYN-390: Don't modify the dictionary returned from the data store 2015-05-26 10:14:15 +01:00
pusher.py Remove completely unused concepts from codebase 2015-08-25 16:23:06 +01:00
register.py Factor out user id validation checks 2015-03-18 11:34:18 +00:00
room.py Remove completely unused concepts from codebase 2015-08-25 16:23:06 +01:00
transactions.py Remove access_token from synapse.rest.client.v1.transactions {get,store}_response logging 2015-06-16 10:09:43 +01:00
voip.py Remove completely unused concepts from codebase 2015-08-25 16:23:06 +01:00