summaryrefslogtreecommitdiffstats
path: root/app/websocket_router.go
Commit message (Collapse)AuthorAgeFilesLines
* Migrate to idiomatic error handling in app/websocket_router.go (#9708)Hanzei2018-10-181-17/+15
|
* MM-10254 Add plugin APIs for getting/updating user statuses (#9101)Joram Wilander2018-07-161-1/+1
| | | | | | | | * Add plugin APIs for getting/updating user statuses * Add and update tests * Updates per feedback
* Structured logging (#8673)Christopher Speller2018-04-271-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Implementing structured logging * Changes to en.json to allow refactor to run. * Fixing global logger * Structured logger initalization. * Add caller. * Do some log redirection. * Auto refactor * Cleaning up l4g reference and removing dependancy. * Removing junk. * Copyright headers. * Fixing tests * Revert "Changes to en.json to allow refactor to run." This reverts commit fd8249e99bcad0231e6ea65cd77c32aae9a54026. * Fixing some auto refactor strangeness and typo. * Making keys more human readable.
* Miscellaneous app cleanup (#7594)Chris2017-10-091-7/+0
| | | | | | | | | | | | * app cleanup * whoops, forgot a file * some minor cleanup * longer container deadline * defensive checks
* Goroutine wranglin (#7556)Chris2017-10-031-2/+2
| | | | | | * goroutine wranglin * synchronize WebConn.WritePump
* remove remaining Global() calls (outside of tests) (#7521)Chris2017-09-281-8/+10
|
* Renaming repoChristopher Speller2017-09-061-2/+2
|
* 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