Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Do not re-register WS connection if already authenticated (#6511) | Joram Wilander | 2017-05-30 | 1 | -0/+4 |
| | |||||
* | Detach session activity update from statuses (#6379) | Joram Wilander | 2017-05-10 | 1 | -1/+4 |
| | |||||
* | PLT-5860 Updated copyright date (#6058) | Harrison Healey | 2017-04-12 | 1 | -1/+1 |
| | | | | | | | | | | | | * PLT-5860 Updated copyright date in about modal * PLT-5860 Updated copyright notice in JSX files * PLT-5860 Updated copyright notice in go files * Fixed misc copyright dates * Fixed component snapshots | ||||
* | PLT-5750 Add sequence number to websocket connections and events (#5907) | Joram Wilander | 2017-04-01 | 1 | -2/+0 |
| | | | | | | | | * Add sequence number to websocket connections and events * Copy pointer instead of pass by value and use int64 over uint64 * Add more logging to missed events | ||||
* | Fixing double send of websocket hello message (#5490) | Corey Hulen | 2017-02-22 | 1 | -1/+0 |
| | |||||
* | Fixing websocket auth then sending challenge (#5406) | Corey Hulen | 2017-02-14 | 1 | -0/+2 |
| | |||||
* | PLT-4938 Add app package and move logic over from api package (#4931) | Joram Wilander | 2017-01-13 | 1 | -0/+96 |
* Add app package and move logic over from api package * Change app package functions to return errors * Move non-api tests into app package * Fix merge |