| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge pull request #85 from rails/cross-site-forgery-protection | Pratik | 2015-10-12 | 2 | -1/+59 |
|\ |
|
| * | Treat ORIGIN as an opaque identifier and do equality comparison with the spec... | Pratik Naik | 2015-10-12 | 2 | -7/+8 |
| * | Set appropriate origin and host in the tests | Pratik Naik | 2015-10-12 | 1 | -2/+3 |
| * | First take at cross site forgery protection | Pratik Naik | 2015-10-07 | 2 | -0/+56 |
* | | Run a single eventmachine timer to send heartbeats | Pratik Naik | 2015-10-08 | 1 | -3/+1 |
|/ |
|
* | support connection identifiers that don't implement to_global_id by defaultin... | Mark Humphreys | 2015-08-24 | 1 | -0/+39 |
* | refactor channel look up to use a hash instead of an array and reduce the num... | Lachlan Sylvester | 2015-07-30 | 1 | -1/+1 |
* | Tests for channel subscriptions | Pratik Naik | 2015-07-13 | 1 | -0/+87 |
* | Connection identifier tests | Pratik Naik | 2015-07-12 | 1 | -0/+77 |
* | Test auth failure | Pratik Naik | 2015-07-12 | 1 | -0/+26 |
* | More connection tests | Pratik Naik | 2015-07-12 | 1 | -1/+63 |
* | Add some more tests | Pratik Naik | 2015-07-12 | 1 | -0/+17 |