summary refs log tree commit diff
path: root/tests/rest (unfollow)
Commit message (Expand)AuthorFilesLines
2014-08-14Start phasing out HttpServer: we should be using Resources instead. Added res...Kegan Dougal2-0/+4
2014-08-14grammar fix v0.0.0 alphaMatthew Hodgson1-2/+2
2014-08-14fix emote presentationMatthew Hodgson1-1/+1
2014-08-14fix http client GET parameters; somehow missing named param. how could this h...Matthew Hodgson1-2/+2
2014-08-14config cssMatthew Hodgson1-0/+12
2014-08-14completely change the CSS to be an entirely 'position: absolute' layout rathe...Matthew Hodgson6-29/+46
2014-08-14fix whitespaceMatthew Hodgson1-0/+1
2014-08-13Consistent capitalisation of 'Matrix' as a proper noun in README; 80 col wrapPaul "LeoNerd" Evans1-4/+5
2014-08-13An initial hack at storing presence state-change mtimes in database and prese...Paul "LeoNerd" Evans7-29/+101
2014-08-13Allow advancing the MockClock's timePaul "LeoNerd" Evans1-0/+4
2014-08-13Don't mock out presence_handler's internal start/stop methods in presencelike...Paul "LeoNerd" Evans1-9/+5
2014-08-13Move MockClock into tests.utils so we can reĆ¼se itPaul "LeoNerd" Evans2-11/+11
2014-08-13Set datastore's .hs field in SQLBaseStore rather than in the toplevel DataSto...Paul "LeoNerd" Evans2-1/+1
2014-08-13when we're talking about backfilling data in federation, call it backfilling ...Matthew Hodgson9-54/+54
2014-08-13don't hammer after 403Matthew Hodgson1-1/+4
2014-08-13pagination was a terrible nameMatthew Hodgson1-5/+5
2014-08-13Implement directory service federation by Federation Queries; avoid local_onl...Paul "LeoNerd" Evans3-27/+141
2014-08-13Add a HomeServer.parse_roomalias() to avoid having to RoomAlias.from_sring(.....Paul "LeoNerd" Evans4-14/+18
2014-08-13Update graph.py to use new federation urlsErik Johnston1-1/+1
2014-08-13Now that HS->HS Profile lookups use Federation Queries, we don't need the 'lo...Paul "LeoNerd" Evans2-10/+4
2014-08-13Use new Federation Query API to implement HS->HS fetching of remote users' pr...Paul "LeoNerd" Evans3-33/+71
2014-08-13Define the concept of a 'federation Query'; creating API for making and handl...Paul "LeoNerd" Evans3-0/+113
2014-08-13Update get_json()'s documentation to match the actual observed behaviourPaul "LeoNerd" Evans1-4/+3
2014-08-13Handle a potential race in the notifier when calling get_events_for which res...Erik Johnston1-3/+7
2014-08-13Store public room id > alias mappings.Kegan Dougal1-0/+6
2014-08-13typoMatthew Hodgson1-1/+1
2014-08-13timestampsMatthew Hodgson1-1/+1
2014-08-13Don't pass host_web_client flag to register_servlets, it needs to be a Resour...Kegan Dougal2-4/+2
2014-08-13more quickstart fixesMatthew Hodgson1-4/+9
2014-08-13refactor the README a load more to make the quickstart more visibleMatthew Hodgson2-84/+83
2014-08-13Fix logging verbosity parsing codePaul "LeoNerd" Evans1-3/+2
2014-08-13Namespace all the Federation HTTP URLs to /matrix/federation/v1/...Paul "LeoNerd" Evans3-27/+35
2014-08-13Add troubleshooting section to help with PyNaCl bug.David Baker1-0/+6
2014-08-13Use strings instead of opaque magic-number constants for presence states; ren...Paul "LeoNerd" Evans7-37/+34
2014-08-13Added a -w flag which will host the web client if specified. Currently this j...Kegan Dougal5-48/+65
2014-08-13verbose by default pleaseMatthew Hodgson1-3/+3
2014-08-13Return the room_alias when GETing public rooms.Kegan Dougal1-2/+5
2014-08-13fix footnotes a bitMatthew Hodgson1-3/+5
2014-08-13Room: Added a text input to type an image URL in order to send an image messageEmmanuel ROHEE4-3/+37
2014-08-13Display image messages from the streamEmmanuel ROHEE2-1/+10
2014-08-13add in copyrights to everything, not just the synapse subdir, and add a copyr...Matthew Hodgson35-1/+523
2014-08-13add in whitespace after copyright statements to improve legibilityMatthew Hodgson76-1/+76
2014-08-13remove remaining TODOs and fill in lots more infoMatthew Hodgson1-29/+108
2014-08-13actually register the login servlet (uncommitted code thinko?)Matthew Hodgson1-3/+2
2014-08-12and tweak some more...Matthew Hodgson1-4/+5
2014-08-12fix rst issues correctly...Matthew Hodgson1-4/+5
2014-08-12fix rst issuesMatthew Hodgson2-534/+0
2014-08-12make README a bit more comprehensive and rename example/ as experiments/Matthew Hodgson3-16/+640
2014-08-12remove the png profile image for nowMatthew Hodgson1-0/+0
2014-08-12Fix dependency_link urlErik Johnston1-1/+1
2014-08-12Change syutil dependency link to point at github.Erik Johnston1-1/+1
2014-08-12Fix the 'Go to room' button to use the correct room alias apiErik Johnston3-2/+31
2014-08-12