summaryrefslogtreecommitdiffstats
path: root/app/websocket_router.go
Commit message (Collapse)AuthorAgeFilesLines
* app type transition (#7167)Chris2017-09-061-4/+5
|
* PLT-6226 fixing race in IsAuth (#7296)Corey Hulen2017-09-051-2/+3
| | | | | | | | | | * Fixing race in isAuth function * PLT-6226 fixing race in IsAuth * Moving int64 to top so it's aligned * Adding comment and fixing asymmetric call
* App: NewLocAppError -> NewAppError (#7327)George Goldberg2017-09-011-4/+5
| | | | | | * App: NewLocAppError -> NewAppError * Remove statuscode that got missed.
* Do not re-register WS connection if already authenticated (#6511)Joram Wilander2017-05-301-0/+4
|
* Detach session activity update from statuses (#6379)Joram Wilander2017-05-101-1/+4
|
* PLT-5860 Updated copyright date (#6058)Harrison Healey2017-04-121-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 Wilander2017-04-011-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 Hulen2017-02-221-1/+0
|
* Fixing websocket auth then sending challenge (#5406)Corey Hulen2017-02-141-0/+2
|
* PLT-4938 Add app package and move logic over from api package (#4931)Joram Wilander2017-01-131-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