summary refs log tree commit diff
path: root/synapse/handlers/room_list.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #1130 from matrix-org/erikj/fix_pubroom_pagErik Johnston2016-09-191-12/+25
|\
| * PEP8Erik Johnston2016-09-171-1/+1
| * Handle fact that _generate_room_entry may not return a room entryErik Johnston2016-09-171-12/+25
* | Merge pull request #1129 from matrix-org/erikj/fix_pubroom_pagErik Johnston2016-09-171-110/+123
|\|
| * SpellingErik Johnston2016-09-171-1/+1
| * Fix and clean up publicRooms paginationErik Johnston2016-09-171-110/+123
* | Make public room search case insensitiveDavid Baker2016-09-161-4/+4
|/
* CommentErik Johnston2016-09-161-0/+2
* Add remote reoom cacheErik Johnston2016-09-161-2/+23
* Support filtering remote room listsErik Johnston2016-09-161-3/+9
* Filter remote rooms lists locallyErik Johnston2016-09-161-10/+24
* Don't cache searched in /publicRoomsErik Johnston2016-09-161-1/+5
* Add very basic filter API to /publicRoomsErik Johnston2016-09-151-5/+18
* Change the way we calculate new_limit in /publicRooms and add POST APIErik Johnston2016-09-151-15/+33
* Base public room list off of public_rooms streamErik Johnston2016-09-151-7/+27
* Pass since/from parameters over federationErik Johnston2016-09-151-29/+26
* Allow paginating both forwards and backwardsErik Johnston2016-09-151-21/+50
* Remove support for aggregate room listsErik Johnston2016-09-151-55/+0
* Accept optional token to public room listErik Johnston2016-09-151-7/+75
* Calculate the public room list from a stream_orderingErik Johnston2016-09-141-3/+40
* Refactor public rooms to not pull out the full state for each roomErik Johnston2016-09-141-14/+30
* Move RoomListHandler into a separate fileErik Johnston2016-09-141-0/+184