summary refs log tree commit diff
path: root/tests (unfollow)
Commit message (Collapse)AuthorFilesLines
2016-06-09Add function to load config without generating itMark Haines2-3/+21
Renames ``load_config`` to ``load_or_generate_config`` Adds a method called ``load_config`` that just loads the config. The main synapse.app.homeserver will continue to use ``load_or_generate_config`` to retain backwards compat. However new worker processes can use ``load_config`` to load the config avoiding some of the cruft needed to generate the config. As the new ``load_config`` method is expected to be used by new configs it removes support for the legacy commandline overrides that ``load_or_generate_config`` supports
2016-06-09502 on /thumbnail when can't contact remote serverErik Johnston1-4/+10
2016-06-09Remove redundant exception log in /eventsErik Johnston1-24/+21
2016-06-08Fix a bug caused by a change in auth_handler functionNegar Fazeli2-8/+5
Fix the relevant unit test cases
2016-06-08Pull full state for each room all at onceErik Johnston1-16/+16
2016-06-08Disable the synchrotron on jenkins until the sytest support lands (#855)Mark Haines1-1/+2
* Disable the synchrotron on jenkins until the sytest support lands * Poke jenkins * Poke jenkins * Poke jenkins * Poke jenkins * Poke jenkins * Poke jenkins * Poke jenkins * Poke jenkins
2016-06-08Don't make rooms visibile by defaultErik Johnston1-2/+0
2016-06-08Fix up federation PublicRoomListErik Johnston1-1/+1
2016-06-08Log user that is making /publicRooms callsErik Johnston1-0/+7
2016-06-08Enable auth on federation PublicRoomListErik Johnston1-5/+0