summaryrefslogtreecommitdiffstats
path: root/app/oauth.go
Commit message (Expand)AuthorAgeFilesLines
* MM-11855 Add App.HTTPService to allow mocking of HTTP client (#9359)Harrison Healey2018-09-071-2/+2
* CSRF Token Implementation for Plugins (#9192)Daniel Schalla2018-08-011-0/+1
* Save OAuth access token to DB for consistency with other flows (#9190)Joram Wilander2018-07-311-0/+7
* Implement OAuth2 implicit grant flow (#9178)Joram Wilander2018-07-271-7/+66
* Simplify oauth (#8972)Emil Velikov2018-06-261-1/+7
* Add more oauth logging and note about GitLab ToS for login (#8949)Joram Wilander2018-06-141-1/+14
* Structured logging (#8673)Christopher Speller2018-04-271-5/+6
* Fall back to constructured URL for OAuth SSO if SiteURL not set (#8352)Joram Wilander2018-02-231-1/+6
* Remove global site url (#8343)Chris2018-02-221-4/+4
* add App.License, remove utils.IsLicensed / utils.License calls (#8203)Chris2018-02-061-2/+2
* ABC-153: don't use http redirects with 4xx/5xx status codes (#8178)Chris2018-02-021-1/+1
* Add Config to disable Auth Transfers. (#7843)Chris Duarte2017-11-281-0/+8
* HTTP client refactor (#7884)Chris2017-11-221-2/+2
* Fixing URL encoding of SAML email address when switching to SAML account (#7733)Christopher Speller2017-10-311-1/+1
* Remove more global refs / state (#7723)Chris2017-10-261-1/+1
* eliminate more utils.Cfg references (#7701)Chris2017-10-241-2/+2
* Reduce utils.Cfg references (#7650)Chris2017-10-181-16/+16
* Add back consumeAndClose functionality. (#7608)Christopher Speller2017-10-121-1/+1
* Miscellaneous app cleanup (#7594)Chris2017-10-091-9/+3
* PLT-7782 Fix for OAuth (#7566)Joram Wilander2017-10-041-6/+1
* Goroutine wranglin (#7556)Chris2017-10-031-4/+4
* remove einterface gets (#7455)Chris2017-09-191-1/+1
* Implement update OAuthApp endpoint for APIv4, add test (#7413)n1aba2017-09-181-0/+17
* Renaming repoChristopher Speller2017-09-061-4/+4
* app type transition (#7167)Chris2017-09-061-85/+85
* App: NewLocAppError -> NewAppError (#7327)George Goldberg2017-09-011-11/+10
* Merge branch 'release-4.1'Christopher Speller2017-08-171-3/+3
|\
| * Merge 4.0.3 into release-4.1 (#7169)Saturnino Abril2017-08-111-3/+3
* | PLT-6358: Server HTTP client improvements (#6980)Chris2017-08-091-2/+2
|/
* If login is using mobile respond with JSON object (#7030)enahum2017-08-031-6/+6
* Add more debugging info to server logs for failed OAuth requests (#7039)Joram Wilander2017-08-021-4/+7
* Minor fixJoramWilander2017-07-121-0/+2
* Minor fixJoramWilander2017-07-061-11/+100
* PLT-5705 Created a single source of http.Client creation logic with internet ...Torsten Juergeleit2017-05-311-11/+3
* Ability to use OAuth login from mobile (#6432)enahum2017-05-171-2/+2
* Creating common token store and moving email invites and verification to it (...Christopher Speller2017-04-271-4/+4
* Fix OAuth SSO first account creation, add mobile support, and fix refresh tok...Joram Wilander2017-04-251-6/+9
* Implement v4 endpoints for OAuth (#6040)Joram Wilander2017-04-201-14/+14
* Refactor OAuth 2.0 code into app layer (#6037)Joram Wilander2017-04-121-1/+476
* PLT-5860 Updated copyright date (#6058)Harrison Healey2017-04-121-1/+1
* Refactor switching login type code into app layer and add v4 endpoint (#6000)Joram Wilander2017-04-101-1/+171
* Migrate functions to app package (#5106)Joram Wilander2017-01-191-1/+1
* Refactor and migrate more functions out of api into app package (#5063)Joram Wilander2017-01-131-0/+34