summary refs log tree commit diff
path: root/demo (unfollow)
Commit message (Expand)AuthorFilesLines
2016-06-29Track approximate last access time for remote mediaErik Johnston4-1/+71
2016-06-28Update turn-howto.rst to use git clone (2)Rick Cogley1-1/+5
2016-06-28Update turn-howto.rst to use git cloneRick Cogley1-1/+1
2016-06-28Remove double spacesRick Cogley1-12/+11
2016-06-27remove vector.im from default secondary DS listMatthew Hodgson1-1/+0
2016-06-26Update to reflect new location at github. Rick Cogley1-16/+18
2016-06-24Fix the sytests to use a port-range rather than a port baseMark Haines3-4/+7
2016-06-24Remove room name & alias testDavid Baker1-41/+0
2016-06-24even more pep8David Baker1-0/+1
2016-06-24more pep8David Baker1-1/+0
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-16Access replication_url from the worker config directlyMark Haines3-8/+6
2016-06-16Comment on what's going on in clobber_with_worker_configMark Haines1-