summaryrefslogtreecommitdiffstats
path: root/app/user_agent.go
Commit message (Collapse)AuthorAgeFilesLines
* [MM-12536] Migrate to idiomatic error handling the file `app/user_agent.go` ↵Mukul Rawat2018-10-151-39/+42
| | | | | | | | | | | | | | | in the mattermost-server (#9575) (#9576) * Make changes to function getPlatformName. * Make changes to the function getOSName, use switch statement inside instead of nested if * create helper function and make getBrowserVersion() more idiomatic * update getUAVersion * update getBrowserName * changes required in review done
* MM-10495 Updated user agent detection to match output of previous library ↵Harrison Healey2018-05-091-0/+132
(#8748) * MM-10495 Updated user agent detection to match output of previous library * Fixed missing license header