summaryrefslogtreecommitdiffstats
path: root/app/login.go
Commit message (Collapse)AuthorAgeFilesLines
* app type transition (#7167)Chris2017-09-061-7/+7
|
* App: NewLocAppError -> NewAppError (#7327)George Goldberg2017-09-011-2/+1
| | | | | | * App: NewLocAppError -> NewAppError * Remove statuscode that got missed.
* fix user agent for desktop app (#6612)Saturnino Abril2017-06-081-0/+5
|
* Get protocol correctly if using SSL direct to Mattermost (#6361)Joram Wilander2017-05-091-1/+1
|
* PLT-6492 Use new cookie to determine if user is logged in (#6317)Joram Wilander2017-05-041-0/+10
| | | | | | * Use new cookie to determine if user is logged in * Add temporary code for 3.9 to prevent forced re-login
* 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
* Implement APIv4 infrastructure (#5191)Joram Wilander2017-01-301-0/+136
* Implement APIv4 infrastructure * Update parameter requirement functions per feedback