summaryrefslogtreecommitdiffstats
path: root/api/webrtc.go
Commit message (Collapse)AuthorAgeFilesLines
* Renaming repoChristopher Speller2017-09-061-2/+2
|
* Implement GET /webrtc/token endpoint for APIv4 (#6046)Joram Wilander2017-04-161-68/+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
* Move WebSocket API to it's own package and add websocket v4 endpoint (#5881)Joram Wilander2017-03-281-16/+0
|
* More app code migration (#5170)Joram Wilander2017-01-251-1/+1
| | | | | | | | * Migrate admin functions into app package * More user function refactoring * Move post functions into app package
* Closing response body when fetching link previews (#5181)Christopher Speller2017-01-241-8/+0
|
* Refactor and migrate more functions out of api into app package (#5063)Joram Wilander2017-01-131-19/+0
|
* PLT-4938 Add app package and move logic over from api package (#4931)Joram Wilander2017-01-131-5/+7
| | | | | | | | | | * 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
* PLT-4550 move webrtc to TE (#4440)enahum2016-11-041-10/+93
| | | | | | * PLT-4550 move webrtc to TE * remove webrtc from makefile enterprise tests
* PLT-3734 Cleaning up shouldSendEvent function (#4024)enahum2016-09-271-1/+1
| | | | | | * PLT-3734 Cleaning up shouldSendEvent function * Fix LHS unread highlight and jewel mentions
* PLT-3412 WebRTC Server side & System Console (#3706)enahum2016-09-151-0/+51
* WebRTC Server side * WebRTC System Console * Consistency on variable names * Add turn and stun uri validation