summary refs log tree commit diff
path: root/tests/rest/test_presence.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Move client v1 api rest servlets into a "client/v1" directoryMark Haines2015-01-221-372/+0
* Merge branch 'develop' into server2server_signingMark Haines2014-09-301-2/+12
|\
| * Unbreak tests after changing storage APIErik Johnston2014-09-291-2/+10
| * Track the IP users connect with. Add an admin column to users table.Erik Johnston2014-09-261-1/+5
* | Sign federation transactionsMark Haines2014-09-241-3/+12
|/
* Have all unit tests import from our own subclass of trial's unittest TestCase...Paul "LeoNerd" Evans2014-09-121-5/+1
* fix the copyright holder from matrix.org to OpenMarket Ltd, as matrix.org has...Matthew Hodgson2014-09-031-1/+1
* Kill the statePaul "LeoNerd" Evans2014-09-031-8/+12
* Implement presence state visibilty limiting when polling eventsource for streamPaul "LeoNerd" Evans2014-09-031-5/+23
* Rename API-visible 'mtime' presence field to 'last_active'; slightly differen...Paul "LeoNerd" Evans2014-09-011-1/+1
* Rename 'state' presence key to the much more obvious 'presence'; maintain a l...Paul "LeoNerd" Evans2014-09-011-7/+11
* change the world: make the default matrix API URL prefix /_matrix rather than...Matthew Hodgson2014-08-311-1/+1
* Bugfix for rest presence test - datastore needs to implement profile methodsPaul "LeoNerd" Evans2014-08-291-0/+10
* Define a new event stream data source for typing notifications (currently null)Paul "LeoNerd" Evans2014-08-291-3/+5
* Move the *EventSource classes into the handlers they relate to, so it's easie...Paul "LeoNerd" Evans2014-08-291-2/+2
* Re-enable presence, un-skip presence testsPaul "LeoNerd" Evans2014-08-281-2/+0
* Fix up the various presence-related tests so that if they're not skipped, the...Paul "LeoNerd" Evans2014-08-271-8/+16
* Final url modifications: renamed /presence_list to /presence/list to keep the...Kegan Dougal2014-08-271-3/+3
* skip presence tests which broke when presence polling was disabledMark Haines2014-08-221-0/+2
* Update testsErik Johnston2014-08-191-8/+1
* Fix typo in merge conflictErik Johnston2014-08-191-2/+0
* Merge branch 'master' of github.com:matrix-org/synapse into sql_refactorErik Johnston2014-08-191-57/+109
|\
| * Perform the 'REST'-level tests of Presence against the real Presence handler ...Paul "LeoNerd" Evans2014-08-191-40/+92
| * Rename MockHttpServer to MockHttpResource as it stands for one server resourc...Paul "LeoNerd" Evans2014-08-191-17/+17
* | SQL doesn't allow AUTOINCREMENT on non PRIMARY KEY columns.Erik Johnston2014-08-181-0/+2
|/
* Removed http_server from HomeServer. Updated unit tests to use either resourc...Kegan Dougal2014-08-141-3/+3
* Start phasing out HttpServer: we should be using Resources instead. Added res...Kegan Dougal2014-08-141-0/+3
* An initial hack at storing presence state-change mtimes in database and prese...Paul "LeoNerd" Evans2014-08-131-2/+10
* Use strings instead of opaque magic-number constants for presence states; ren...Paul "LeoNerd" Evans2014-08-131-6/+6
* add in copyrights to everything, not just the synapse subdir, and add a copyr...Matthew Hodgson2014-08-131-0/+14
* Reference Matrix Home Servermatrix.org2014-08-121-0/+241