summary refs log tree commit diff
path: root/synapse/storage/events.py (unfollow)
Commit message (Expand)AuthorFilesLines
2016-06-24pep8David Baker1-1/+0
2016-06-24Use similar naming we use in email notifs for pushDavid Baker6-79/+26
2016-06-22Actually we need to order these properlyDavid Baker1-2/+12
2016-06-22StyleDavid Baker1-1/+1
2016-06-22Put most recent 20 messages in notifDavid Baker1-3/+4
2016-06-22Rework ldap integration with ldap3Martin Weinelt4-60/+249
2016-06-21Optionally start or stop workers in synctl.Mark Haines1-27/+151
2016-06-21Remove the legacy v0 content upload API.Mark Haines3-132/+3
2016-06-21Fix substitution failure in mail templateDavid Baker1-1/+1
2016-06-20Bump version and changelogErik Johnston2-1/+16
2016-06-17Add the create_profile method back since the tests use itMark Haines1-0/+6
2016-06-17Add a comment on why we don't create a profile for upgrading usersMark Haines1-0/+1
2016-06-17Remove registered_users from the distributor.Mark Haines5-33/+24
2016-06-17Linearize some federation endpoints based on (origin, room_id)Erik Johnston2-67/+78
2016-06-17Disable responding with canonical json for federationErik Johnston1-1/+1
2016-06-17Enable use_frozen_events in testsErik Johnston1-0/+1
2016-06-17Turn use_frozen_events off by defaultErik Johnston1-1/+1
2016-06-17Only re-sign our own eventsErik Johnston2-12/+18
2016-06-17Fix ``KeyError: 'msgtype'``. Use ``.get``Mark Haines1-14/+15
2016-06-17Fix setting gc thresholds in the workersMark Haines2-2/+4
2016-06-16Use worker_ prefixes for worker config, use existing support for multiple con...Mark Haines5-79/+33
2016-06-16Access the event_cache_size directly from the server object.Mark Haines5-21/+10
2016-06-16