summaryrefslogtreecommitdiffstats
path: root/model/authorize.go
Commit message (Collapse)AuthorAgeFilesLines
* Bump AuthorizeRequest State max length to 1024 (#9468)Mark Vainomaa2018-09-271-1/+1
| | | Resolves MM-12000
* Implement OAuth2 implicit grant flow (#9178)Joram Wilander2018-07-271-1/+2
|
* Increase OAuth2 state parameter limitJoramWilander2018-02-071-1/+1
|
* unnamed return (#8170)Chris2018-01-301-28/+10
|
* simplify things (#7735)Chris2017-10-301-6/+1
|
* Model: NewLocAppError -> NewAppError (#7450)George Goldberg2017-09-151-8/+8
|
* Implement v4 endpoints for OAuth (#6040)Joram Wilander2017-04-201-0/+56
| | | | | | | | | | | | | | | | | | * Implement POST /oauth/apps endpoint for APIv4 * Implement GET /oauth/apps endpoint for APIv4 * Implement GET /oauth/apps/{app_id} and /oauth/apps/{app_id}/info endpoints for APIv4 * Refactor API version independent oauth endpoints * Implement DELETE /oauth/apps/{app_id} endpoint for APIv4 * Implement /oauth/apps/{app_id}/regen_secret endpoint for APIv4 * Implement GET /user/{user_id}/oauth/apps/authorized endpoint for APIv4 * Implement POST /oauth/deauthorize endpoint
* 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
* Add more OAuth unit tests (#5946)enahum2017-04-031-1/+1
|
* PLT-3484 OAuth2 Service Provider (#3632)enahum2016-08-031-0/+5
| | | | | | | | | | | | | | * PLT-3484 OAuth2 Service Provider * PM text review for OAuth 2.0 Service Provider * PLT-3484 OAuth2 Service Provider UI tweaks (#3668) * Tweaks to help text * Pushing OAuth improvements (#3680) * Re-arrange System Console for OAuth 2.0 Provider
* PLT-7: Refactoring models to use translations (chunk 6)Elias Nahum2016-01-251-8/+8
| | | | - Add spanish translations
* Changing SpinPunch to Mattermost in copyrightChristopher Speller2015-10-081-1/+1
|
* Implement OAuth2 service provider functionality.JoramWilander2015-09-161-0/+103