summaryrefslogtreecommitdiffstats
path: root/model/authorize_test.go
Commit message (Collapse)AuthorAgeFilesLines
* avoid t.Fatal() in tests (#9189)Jesse Hallam2018-08-091-21/+9
| | | | | | I've been burned a few times by tests that simply fatal, requiring me to run another build to learn more about what the mismatch was. Avoid this. This is part of a long running goal of mine to make testing "better".
* Increase OAuth2 state parameter limitJoramWilander2018-02-071-1/+1
|
* Implement v4 endpoints for OAuth (#6040)Joram Wilander2017-04-201-0/+11
| | | | | | | | | | | | | | | | | | * 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/+71
|
* Changing SpinPunch to Mattermost in copyrightChristopher Speller2015-10-081-1/+1
|
* Implement OAuth2 service provider functionality.JoramWilander2015-09-161-0/+66