summary refs log tree commit diff
path: root/tests/test_test_utils.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2015-01-30Update the current state of an event if we update auth events.Erik Johnston1-1/+3
2015-01-30Fix bug in timeout handling in keyclientErik Johnston1-3/+4
2015-01-30Fix regression where we no longer correctly handled the case of gaps in our ↵Erik Johnston2-2/+9
event graph
2015-01-30Fix bug where we changes in outlier in metadata dict propogated to other eventsErik Johnston3-4/+8
2015-01-29Include content in notification pokesDavid Baker1-0/+2
2015-01-29Change 'from' in notification pokes to 'sender' to match client API v2. Send ↵David Baker2-5/+14
sender display names where they exist.
2015-01-29Add default push rules including setting a sound for messages mentioning ↵David Baker2-8/+74
your username / display name
2015-01-29Renumber priority classes so we can use 0 for defaults.David Baker1-5/+5
2015-01-29Allow kind to be set to null to delete a pusher.David Baker1-1/+10
2015-01-29Initial implementation of auth conflict resolutionErik Johnston8-81/+210
2015-01-29Code style fixes.Mark Haines8-26/+42
2015-01-29Only send a badge-reset if the user actually has unread notifications.David Baker1-2/+7
2015-01-29Make post_json(...) actually send data.Erik Johnston1-1/+1
2015-01-29Add post_json(...) method to federation clientErik Johnston1-0/+37
2015-01-29SYN-252: Supply the stream and topological parts in the correct order to the ↵Mark Haines1-3/+3
constructor
2015-01-28Allow the push rule delete method to take more specifiers.David Baker1-8/+11
2015-01-28Change uses of get_user_by_req because it returns a tuple now.David Baker2-4/+4
2015-01-28Rename ClientID to ClientInfo since it is a pair of IDs rather than a single ↵Mark Haines2-3/+3
identifier
2015-01-28Add a : to the doc string after the type of the return valueMark Haines1-1/+1
2015-01-28Extract the id token of the token when authing users, include the token and ↵Mark Haines18-48/+92
device_id in the internal meta data for the event along with the transaction id when sending events
2015-01-28Start implementing auth conflict resErik Johnston6-52/+253
2015-01-28Move pushers delta to v12 and bump schema versionDavid Baker2-1/+1
2015-01-28Return the device_id from get_auth_by_reqMark Haines13-31/+34
2015-01-28Use %s instead of +David Baker1-2/+2
2015-01-28NewlineDavid Baker1-0/+1
2015-01-28Redundant parensDavid Baker1-1/+1
2015-01-28unnecessary newlinesDavid Baker1-2/+0
2015-01-28More magic commas (including the place I copied it from...)David Baker1-4/+4
2015-01-28Google doc styleDavid Baker1-4/+5
2015-01-28spacesDavid Baker1-2/+2
2015-01-28Unnecessary newlines.David Baker1-5/+0
2015-01-28Unnecessary newline.David Baker1-1/+0
2015-01-28Better styleDavid Baker1-2/+5
2015-01-28Another superfluous newlineDavid Baker1-1/+0
2015-01-28Ah, the comma of doom.David Baker1-1/+1
2015-01-28Brackets are nicerDavid Baker1-2/+2
2015-01-28Unnecessary new lineDavid Baker1-1/+0
2015-01-28Easy on the newlinesDavid Baker1-1/+0
2015-01-282015David Baker1-1/+1
2015-01-28doc style fixDavid Baker1-1/+1
2015-01-28It is 2015David Baker1-1/+1
2015-01-28Oops, bad merge: needed to change the base class of the rest servlets too.David Baker3-6/+7
2015-01-28More code style thingsDavid Baker1-3/+4
2015-01-28Brackets rather than slashes at endDavid Baker1-3/+3
2015-01-28Redundant bracketing & missed spaceDavid Baker1-2/+2
2015-01-28Update copyrightDavid Baker1-1/+1
2015-01-28Unused importDavid Baker1-1/+0
2015-01-28Reset badge count to zero when last active time is bumpedDavid Baker4-3/+76
2015-01-28Add matrix.org as a trusted ID server because it's now passed through on ↵David Baker1-1/+1
ports 80/443 and the web client defaults to that now. Fixes email validation (including signing up with an email address).
2015-01-27Oops, remove debuggingDavid Baker1-1/+0
2015-01-27or of course we could just return the deferredDavid Baker1-2/+1
2015-01-27Need a defer.inlineCallbacks here as we yield in it: otherwise nothing in ↵David Baker1-0/+1
the cb gets executed.
2015-01-27Unbreak bad presence merge - don't add these blocks together with an and: ↵David Baker1-12/+14
they're different things.
2015-01-27Initial cut of a shared base class for REST unit testsPaul "LeoNerd" Evans1-0/+45
2015-01-26Support membership events and more camelcase/underscoresDavid Baker2-4/+8
2015-01-26Add brackets to make get room name / alias workDavid Baker1-2/+2
2015-01-26Remove unused import from server.pyMark Haines1-1/+0
2015-01-26Pass the current time to serialize event, rather than passing anMark Haines7-20/+45
HS and getting a clock from it and calling time_msec on the clock. Remove the serialize_event method from the HS since it is no longer needed.
2015-01-26Pushers should only try & look for rejected devices in something that's a ↵David Baker1-1/+1
list or tuple.
2015-01-26Make it the responsibility of the replication layer to check signature and ↵Erik Johnston3-26/+173
hashes.