Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2015-01-22 | Add rest API & store for creating push rules | David Baker | 2 | -0/+391 | |
Also make unrecognised request error look more like synapse errors because it makes it easier to throw them from within rest classes. | |||||
2015-01-22 | Move client rest tests back under rest | Mark Haines | 9 | -5/+19 | |
2015-01-22 | Move rest APIs back under the rest directory | Mark Haines | 31 | -19/+33 | |
2015-01-22 | Move client v1 api rest servlets into a "client/v1" directory | Mark Haines | 23 | -24/+52 | |
2015-01-22 | Fix manifest. Ignore contrib and docs directories when checking manifest ↵ | Mark Haines | 3 | -5/+9 | |
against source control. | |||||
2015-01-22 | Add demo and scripts to python manifest | Mark Haines | 1 | -2/+11 | |
2015-01-22 | update .gitignore, set media-store-path in demo | Mark Haines | 2 | -9/+5 | |
2015-01-22 | Move experiments, graph and cmdclient into contrib | Mark Haines | 6 | -0/+0 | |
2015-01-22 | Remove jsfiddles | Mark Haines | 16 | -1079/+0 | |
2015-01-22 | Move scripts into scripts | Mark Haines | 6 | -2/+2 | |
2015-01-21 | Abstract out the room ID from presence tests, so it's stored in self | Paul "LeoNerd" Evans | 1 | -8/+10 | |
2015-01-21 | Use common base class for two Presence unit-tests, avoiding boilerplate ↵ | Paul "LeoNerd" Evans | 1 | -54/+25 | |
copypasta | |||||
2015-01-20 | use underscores everywhere, not camelcase. | David Baker | 1 | -3/+3 | |
2015-01-20 | add instance_handles to pushers so we have a way to refer to them even if ↵ | David Baker | 7 | -27/+39 | |
the push token changes. | |||||
2015-01-19 | Only start the notifier timeout once we've had a chance to check for ↵ | Mark Haines | 1 | -2/+2 | |
updates. Otherwise the timeout could fire while we are waiting for the database to return any updates it might have | |||||
2015-01-19 | Fix pyflakes errors | Mark Haines | 1 | -1/+1 | |
2015-01-19 | Fix syntax | Mark Haines | 1 | -2/+3 | |
2015-01-19 | Allow ':memory:' as the database path for sqlite3 | Mark Haines | 2 | -2/+11 | |
2015-01-16 | Finish renaming "context" to "room_id" in federation codebase | Mark Haines | 7 | -99/+62 | |
2015-01-16 | Fold _do_request_for_transaction into the methods that called it since it ↵ | Mark Haines | 1 | -44/+11 | |
was a trivial wrapper around client.get_json | |||||
2015-01-16 | Split transport layer into client and server parts | Mark Haines | 3 | -272/+321 | |
2015-01-16 | Remove temporary debug logging that was accidentally committed | Mark Haines | 1 | -2/+0 | |
2015-01-16 | Require device language when adding a pusher. | David Baker | 5 | -5/+11 | |
Because this seems like it might be useful to do sooner rather than later. | |||||
2015-01-15 | Send room name and first alias in notification poke. | David Baker | 3 | -3/+61 | |
2015-01-15 | Don't make the pushers' event streams cause people to appear online | David Baker | 2 | -22/+25 | |
2015-01-13 | Honour the 'rejected' return from push gateways | David Baker | 6 | -19/+81 | |
Add a timestamp to push tokens so we know the last time they we got them from the device. Send it to the push gateways so it can determine whether its failure is more recent than the token. Stop and remove pushers that have been rejected. | |||||
2015-01-13 | Have /join/:room_id return the room ID in response anyway, for consistency ↵ | Paul "LeoNerd" Evans | 1 | -1/+1 | |
of clients (SYN-234) | |||||
2015-01-13 | Have MockClock detect attempts to cancel expired timers, to prevent a repeat ↵ | Paul "LeoNerd" Evans | 1 | -4/+16 | |
of SYN-230 | |||||
2015-01-13 | Don't try to cancel already-expired timers - SYN-230 | Paul "LeoNerd" Evans | 1 | -2/+8 | |
2015-01-13 | Remove unused functions | Mark Haines | 4 | -30/+0 | |
2015-01-13 | get_room_events isn't called anywhere | Mark Haines | 1 | -30/+0 | |
2015-01-13 | Fix stream token ordering | Mark Haines | 1 | -72/+101 | |
2015-01-13 | Split out function to decide whether to notify or a given event | David Baker | 1 | -2/+17 | |
2015-01-13 | Bump version | Erik Johnston | 2 | -2/+2 | |
2015-01-13 | Insert 'age' into top level when returning events to clients | Erik Johnston | 1 | -1/ |