Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Partial fix for PLT-203 | =Corey Hulen | 2015-09-24 | 1 | -10/+3 |
| | |||||
* | Merge branch 'master' into PLT-11-email | =Corey Hulen | 2015-09-23 | 1 | -1/+5 |
|\ | |||||
| * | Merge pull request #739 from rgarmsen2295/plt-39 | Christopher Speller | 2015-09-23 | 1 | -1/+5 |
| |\ | | | | | | | PLT-39 Clicking "Resend email" on the verification page now confirms email was sent | ||||
| | * | Minor changes to how resend status is passed | Reed Garmsen | 2015-09-21 | 1 | -2/+3 |
| | | | |||||
| | * | Added confirmation when users request another verification email; users are ↵ | Reed Garmsen | 2015-09-21 | 1 | -1/+4 |
| | | | | | | | | | | | | no longer redirected after requesting another verification email | ||||
* | | | Fixing merge conflict | =Corey Hulen | 2015-09-22 | 1 | -0/+85 |
|\| | | |||||
| * | | Implement incoming webhooks. | JoramWilander | 2015-09-21 | 1 | -0/+85 |
| |/ | |||||
* | | Adding service settings to admin console | =Corey Hulen | 2015-09-22 | 1 | -4/+4 |
| | | |||||
* | | Adding team settings to admin console | =Corey Hulen | 2015-09-22 | 1 | -1/+1 |
| | | |||||
* | | Adding email to admin console | =Corey Hulen | 2015-09-21 | 1 | -4/+0 |
|/ | |||||
* | Implement OAuth2 service provider functionality. | JoramWilander | 2015-09-16 | 1 | -7/+197 |
| | |||||
* | PLT-93 cleaing up client side configs | =Corey Hulen | 2015-09-15 | 1 | -6/+4 |
| | |||||
* | PLT-12 adding log viewer | =Corey Hulen | 2015-09-10 | 1 | -6/+4 |
| | |||||
* | merging | =Corey Hulen | 2015-09-10 | 1 | -0/+1 |
|\ | |||||
| * | Set EmailVerified to true for users signing up with SSO. | JoramWilander | 2015-09-10 | 1 | -0/+1 |
| | | |||||
* | | PLT-12 UI framework for admin console | =Corey Hulen | 2015-09-10 | 1 | -9/+13 |
| | | |||||
* | | Adding initial admin console html pages | =Corey Hulen | 2015-09-03 | 1 | -19/+26 |
|/ | |||||
* | Remove Google as a SSO service. | JoramWilander | 2015-08-28 | 1 | -6/+0 |
| | |||||
* | Added the ability to create a team with SSO services and added the ability ↵ | JoramWilander | 2015-08-28 | 1 | -7/+38 |
| | | | | to turn off email sign up. | ||||
* | Changed 1 hour expire time to 30 days | nickago | 2015-08-24 | 1 | -6/+7 |
| | |||||
* | Added help text to profile picture screen | nickago | 2015-08-21 | 1 | -0/+2 |
| | |||||
* | added google sign-in functionality to the client, with minor model modifications | JoramWilander | 2015-08-14 | 1 | -38/+10 |
| | |||||
* | initial server implementation for using google as a single-sign-on oauth service | JoramWilander | 2015-08-14 | 1 | -3/+6 |
| | |||||
* | Removing nickname parameter from FireAndForgetVerifyEmail | Christopher Speller | 2015-07-30 | 1 | -1/+1 |
| | |||||
* | Fixing links for signup from team invite link. Enter now advances ↵ | Christopher Speller | 2015-07-30 | 1 | -12/+13 |
| | | | | signup_user_complete screen. Signin now link now redirects properly. | ||||
* | updates to sign-up flow, remove company name and marketing checkbox | JoramWilander | 2015-07-28 | 1 | -1/+0 |
| | |||||
* | only show gitlab signup/login links if gitlab oauth is turned on | JoramWilander | 2015-07-22 | 1 | -0/+2 |
| | |||||
* | add changes from team review | JoramWilander | 2015-07-22 | 1 | -3/+3 |
| | |||||
* | added signup link verification to oauth signup flow | JoramWilander | 2015-07-22 | 1 | -3/+53 |
| | |||||
* | add error for trying to sign up with the same oauth account twice | JoramWilander | 2015-07-22 | 1 | -0/+5 |
| | |||||
* | added error message when trying to sign up with gitlab using an email ↵ | JoramWilander | 2015-07-22 | 1 | -0/+5 |
| | | | | already used in the system | ||||
* | merged with new team domain changes and added signup/login links for gitlab | JoramWilander | 2015-07-22 | 1 | -14/+25 |
| | |||||
* | made oauth architecture more generalized | JoramWilander | 2015-07-22 | 1 | -35/+73 |
| | |||||
* | inital implementation of using GitLab OAuth2 provider for signup/login | JoramWilander | 2015-07-22 | 1 | -0/+87 |
| | |||||
* | Changing the way we mattermost handles URLs. team.domain.com becomes ↵ | Christopher Speller | 2015-07-20 | 1 | -68/+75 |
| | | | | | | | domain.com/team. Renaming team.Name to team.DisplayName and team.Domain to team.Name. So: team.Name -> url safe name. team.DisplayName -> nice name for users | ||||
* | Use User.FirstName instead of trying to infer a user's first name from their ↵ | hmhealey | 2015-07-17 | 1 | -1/+1 |
| | | | | nickname in multiple places. | ||||
* | Renamed FullName column in database to Nickname. Renamed all serverside ↵ | hmhealey | 2015-07-17 | 1 | -3/+3 |
| | | | | references from FullName to Nickname. | ||||
* | redirected channel name 404's to town square | nickago | 2015-07-06 | 1 | -1/+4 |
| | |||||
* | move default channel creation to seperate func and add off-topic | JoramWilander | 2015-06-29 | 1 | -1/+1 |
| | |||||
* | added team store, team settings menu, and the ability to turn on valet ↵ | JoramWilander | 2015-06-18 | 1 | -0/+1 |
| | | | | feature from client | ||||
* | first commit | =Corey Hulen | 2015-06-14 | 1 | -0/+430 |