Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add MFA functionality | JoramWilander | 2016-03-30 | 1 | -10/+187 |
* | Fix oauth routes and link issues | JoramWilander | 2016-03-24 | 1 | -1/+1 |
* | Fix imports and change ldap function name | JoramWilander | 2016-03-23 | 1 | -1/+1 |
* | Add the ability to switch from email to ldap and back | JoramWilander | 2016-03-23 | 1 | -12/+185 |
* | Merge pull request #2419 from mattermost/plt-2044 | Christopher Speller | 2016-03-16 | 1 | -3/+9 |
|\ | |||||
| * | Auto-create account if team allows sign-up from login page and oauth account ... | JoramWilander | 2016-03-11 | 1 | -3/+9 |
* | | Converting to Webpack. Stage 1. | Christopher Speller | 2016-03-16 | 1 | -1/+1 |
* | | Convering client to react-router. | Christopher Speller | 2016-03-14 | 1 | -35/+111 |
|/ | |||||
* | Fix typo | Elias Nahum | 2016-02-25 | 1 | -1/+1 |
* | Set Context Error if ExtraUpdateByUser fails | Elias Nahum | 2016-02-25 | 1 | -1/+3 |
* | Member show on Activate and Hide on deactivate from channel member list and a... | Elias Nahum | 2016-02-25 | 1 | -0/+2 |
* | Fixing IE expire issue | =Corey Hulen | 2016-02-11 | 1 | -1/+0 |
* | Need to set as template.HTML | Elias Nahum | 2016-02-10 | 1 | -2/+2 |
* | Change body info from String to HTML | Elias Nahum | 2016-02-10 | 1 | -1/+1 |
* | Fix change email subject | Elias Nahum | 2016-02-10 | 1 | -1/+1 |
* | Fixing attaching device id | =Corey Hulen | 2016-02-08 | 1 | -1/+1 |
* | Add ExpiresAt to session cookie so that IE/Edge store the cookie | JoramWilander | 2016-02-08 | 1 | -0/+3 |
* | Make insecure TLS connections configurable | JoramWilander | 2016-02-05 | 1 | -2/+1 |
* | Accept unsigned TLS certs for SSO and outgoing hooks, also fix delete hooks bug | JoramWilander | 2016-02-05 | 1 | -1/+6 |
* | Merge pull request #2052 from mattermost/PLT-1429 | Harrison Healey | 2016-02-04 | 1 | -0/+4 |
|\ | |||||
| * | Merge branch 'master' into PLT-1429 | =Corey Hulen | 2016-02-03 | 1 | -0/+34 |
| |\ | |||||
| * \ | Fixing merge | =Corey Hulen | 2016-02-01 | 1 | -2/+45 |
| |\ \ | |||||
| * \ \ | merging | =Corey Hulen | 2016-01-25 | 1 | -50/+71 |
| |\ \ \ | |||||
| * \ \ \ | merging | =Corey Hulen | 2016-01-22 | 1 | -86/+94 |
| |\ \ \ \ | |||||
| * \ \ \ \ | Merge branch 'master' into PLT-1429 | =Corey Hulen | 2016-01-14 | 1 | -11/+26 |
| |\ \ \ \ \ | |||||
| * | | | | | | partial fix for UI | =Corey Hulen | 2016-01-08 | 1 | -0/+4 |
* | | | | | | | Update user email when switching to SSO | JoramWilander | 2016-02-03 | 1 | -2/+5 |
| |_|_|_|_|/ |/| | | | | | |||||
* | | | | | | Added ability to sign in via username; separated email sign in and sign up co... | Reed Garmsen | 2016-02-02 | 1 | -0/+34 |
| |_|_|_|/ |/| | | | | |||||
* | | | | | PLT-7 Removing AppError ctor | =Corey Hulen | 2016-01-27 | 1 | -1/+1 |
* | | | | | PLT-1586 adding attach device id method | =Corey Hulen | 2016-01-26 | 1 | -1/+44 |
| |_|_|/ |/| | | | |||||
* | | | | PLT-7: Refactoring api to use translations (chunk 4) | Elias Nahum | 2016-01-24 | 1 | -50/+71 |
| |_|/ |/| | | |||||
* | | | Refactoring api to use translations (chunk 2) | Elias Nahum | 2016-01-22 | 1 | -86/+94 |
* | | | Revert " PLT-7 adding loc for db calls" | Corey Hulen | 2016-01-20 | 1 | -97/+95 |
* | | | PLT-7 adding loc db calls for users table | =Corey Hulen | 2016-01-20 | 1 | -42/+42 |
* | | | PLT-7 adding loc db calls for posts table | =Corey Hulen | 2016-01-20 | 1 | -1/+1 |
* | | | PLT-7 adding loc db calls for session table | =Corey Hulen | 2016-01-20 | 1 | -12/+12 |
* | | | PLT-7 adding loc db calls for oauth table | =Corey Hulen | 2016-01-20 | 1 | -2/+2 |
* | | | PLT-7 adding loc db calls for oauth table | =Corey Hulen | 2016-01-20 | 1 | -3/+3 |
* | | | PLT-7 adding loc db calls for webhooks table | =Corey Hulen | 2016-01-20 | 1 | -2/+2 |
* | | | PLT-7 adding loc db calls for team table | =Corey Hulen | 2016-01-20 | 1 | -12/+12 |
* | | | PLT-7 adding loc for db calls audits and prefs | =Corey Hulen | 2016-01-20 | 1 | -21/+23 |
| |/ |/| | |||||
* | | Final updates | JoramWilander | 2016-01-14 | 1 | -0/+4 |
* | | Add some unit tests | JoramWilander | 2016-01-14 | 1 | -9/+20 |
* | | Merge pull request #1876 from mattermost/release-1.4 | Corey Hulen | 2016-01-12 | 1 | -1/+1 |
|\ \ | |||||
| * | | Support old oauth routes | JoramWilander | 2016-01-12 | 1 | -1/+1 |
| |/ | |||||
* / | Upgrade logging package | =Corey Hulen | 2016-01-11 | 1 | -1/+1 |
|/ | |||||
* | PLT-1558 adding session length to config file | =Corey Hulen | 2016-01-05 | 1 | -4/+4 |
* | PLT-1557 revoking sessions from same device | =Corey Hulen | 2016-01-05 | 1 | -7/+25 |
* | Add ability to switch between SSO and email account | JoramWilander | 2015-12-17 | 1 | -22/+318 |
* | Some refactoring | Christopher Speller | 2015-12-16 | 1 | -18/+82 |