summaryrefslogtreecommitdiffstats
path: root/app/login.go
Commit message (Collapse)AuthorAgeFilesLines
* Idiomatic error handling for app/{job,license,login}.go (#9474)Jesús Espino2018-09-281-8/+6
|
* MM-12045: Fix MFA for ldap accounts (#9420)Jesús Espino2018-09-171-2/+5
|
* CSRF Token Implementation for Plugins (#9192)Daniel Schalla2018-08-011-1/+1
| | | | | | | | | | | | | | | | | deleted test config fix test config Dont wipe the session token for plugins Simplified Tokens; Generate CSRF for other sessions Remove CSRF from Access Token; Remove Getter/Setter from Context fix removed setter remove getcsrf helper from plugin api enforce csrf only for cookie auth
* Login Hooks (#9177)Daniel Schalla2018-07-301-0/+22
| | | Tests; gofmt
* Prototype for CBA (#8475)Corey Hulen2018-06-121-0/+25
| | | | | | | | | | | | | | * Prototype for CBA * Fixing gofmt issues * Do not require password if logging in with certificate * Fixing issues from feedback * Adding unit tests * Fixing feedback
* Fixing TE login. (#8826)Christopher Speller2018-05-181-3/+5
|
* Merge release-4.10 with masterDerrick Anderson2018-05-111-21/+4
|\
| * MM-10495 Updated user agent detection to match output of previous library ↵Harrison Healey2018-05-091-21/+4
| | | | | | | | | | | | | | | | (#8748) * MM-10495 Updated user agent detection to match output of previous library * Fixed missing license header
* | MM-4998 Adding LoginIdAttribute to allow LDAP users to change their login ID ↵Christopher Speller2018-05-101-24/+46
|/ | | | | | | | | | | | | | without losing their account (#8756) * Adding LoginIdAttribute * Modifying LDAP to use loginIDAttribute. * Adding IDAttribute migration and AD objectGUID support. * Removing unused idea. * Fix typo.
* Removed mssola/user_agent library (#8417)Harrison Healey2018-03-121-8/+6
| | | | | | * Removed mssola/user_agent library * Changed user agent tests to use t.Run
* MM-8681 Adding config settings necessary for using CloudFront. (#8307)Christopher Speller2018-02-201-0/+3
| | | | | | * Adding config settings nessisary for using CloudFront. * Adding new config settings to diagnostics.
* Reduce utils.Cfg references (#7650)Chris2017-10-181-4/+3
| | | | | | | | | | | | * app.UpdateConfig method * test fix * another test fix * the config override option as-was is just error prone, remove it for now * derp
* remove einterface gets (#7455)Chris2017-09-191-9/+8
|
* Renaming repoChristopher Speller2017-09-061-3/+3
|
* 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