summaryrefslogtreecommitdiffstats
path: root/store/sql_oauth_store.go
Commit message (Collapse)AuthorAgeFilesLines
* Renaming repoChristopher Speller2017-09-061-2/+2
|
* set to default value with config is missing (#7320)Saturnino Abril2017-08-301-2/+2
|
* Postgres fixJoramWilander2017-07-131-1/+9
|
* Minor fixJoramWilander2017-07-121-0/+11
|
* Stage 1 of caching layer. Framework (#6693)Christopher Speller2017-06-271-2/+2
|
* PLT-6341/PLT-6342 Update gorp to mattermost fork and add connection timeout ↵Joram Wilander2017-05-291-1/+1
| | | | | | | | | | | | setting (#6410) * Update gorp to mattermost fork and add connection timeout setting * Add go dependency * Rename from connection timeout to query timeout * Properly add gorp dependency
* Refactor OAuth 2.0 code into app layer (#6037)Joram Wilander2017-04-121-11/+13
|
* 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-0/+6
|
* Fix leaking goroutines in store calls (#3993). (#4021)Kyo Nguyen2016-09-191-19/+20
|
* PLT-3984 Add the ability to regenerate OAuth Client Secret (#3899)enahum2016-08-301-1/+0
|
* PLT-3695 refactoring to use sql_upgrader (#3788)Corey Hulen2016-08-241-14/+0
| | | | | | | | | | | | | | | | | | | | * PLT-3695 unitying upgrade support * PLT-3695 refactoring to use sql_upgrader * Fixing unit test * Adding 3.3 to 3.4 * Fixing upgrading * Seperating DB schema from version.go * Fixing upgrade cmd * Moving to const for exit codes * remving old unused code
* PLT-3745 - Deauthorize OAuth Apps (#3852)enahum2016-08-231-0/+50
| | | | | | | | | | | | * Deauthorize OAuth APIs * Deautorize OAuth Apps Account Settings * Fix typo in client method * Fix issues found by PM * Show help text only when there is at least one authorized app
* PLT-3484 OAuth2 Service Provider (#3632)enahum2016-08-031-6/+162
| | | | | | | | | | | | | | * 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 stores to use translations (chunk 7)Elias Nahum2016-01-251-18/+18
| | | | - Add spanish translations
* Revert " PLT-7 adding loc for db calls"Corey Hulen2016-01-201-13/+12
|
* PLT-7 adding loc db calls for oauth table=Corey Hulen2016-01-201-12/+13
|
* Adding perm delete to cmd line=Corey Hulen2015-11-161-1/+1
|
* PLT-975 adding perm deletes=Corey Hulen2015-11-161-0/+18
|
* Fix spelling of encounteredPat Lathem2015-10-301-5/+5
|
* Changing SpinPunch to Mattermost in copyrightChristopher Speller2015-10-081-1/+1
|
* Implement OAuth2 service provider functionality.JoramWilander2015-09-161-0/+334