Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #2073 from mattermost/ee-updates | Corey Hulen | 2016-02-04 | 1 | -6/+26 |
|\ | | | | | Some general updates to EE | ||||
| * | Move license storage to database | JoramWilander | 2016-02-04 | 1 | -6/+26 |
| | | |||||
* | | Merge pull request #2064 from hmhealey/plt882 | Christopher Speller | 2016-02-04 | 3 | -246/+432 |
|\ \ | |/ |/| | PLT-882 Ephemeral Messages and Out-Of-Channel mentions | ||||
| * | Changed sendNotificationsAndForget to be synchronous and called as a go func | hmhealey | 2016-02-04 | 1 | -228/+225 |
| | | |||||
| * | Added helper methods to send ephemeral messages to specific users | hmhealey | 2016-02-04 | 1 | -19/+35 |
| | | |||||
| * | Changed how posts are marked ephemeral | hmhealey | 2016-02-04 | 1 | -2/+1 |
| | | |||||
| * | Reworked the code for sending notifications and checking for out of channel ↵ | hmhealey | 2016-02-04 | 2 | -248/+262 |
| | | | | | | | | mentions to share some data | ||||
| * | Changed out of channel mention tests to use proper email addresses | hmhealey | 2016-02-04 | 1 | -6/+7 |
| | | |||||
| * | Added ephemeral messages sent when a user mentions someone not in the channel | hmhealey | 2016-02-04 | 2 | -5/+43 |
| | | |||||
| * | Added serverside check for a post that @mentions someone who isn't in the ↵ | hmhealey | 2016-02-04 | 2 | -0/+121 |
| | | | | | | | | channel | ||||
* | | Merge pull request #2052 from mattermost/PLT-1429 | Harrison Healey | 2016-02-04 | 17 | -666/+1689 |
|\ \ | |/ |/| | PLT-1429 adding user created slash commands | ||||
| * | PLT-1429 Fixing code review comments | =Corey Hulen | 2016-02-04 | 3 | -6/+6 |
| | | |||||
| * | Fixing build | =Corey Hulen | 2016-02-03 | 1 | -2/+2 |
| | | |||||
| * | Fixing based on feedback | =Corey Hulen | 2016-02-03 | 1 | -2/+2 |
| | | |||||
| * | Merge branch 'master' into PLT-1429 | =Corey Hulen | 2016-02-03 | 1 | -1/+1 |
| |\ | |||||
| * \ | Merge branch 'master' into PLT-1429 | =Corey Hulen | 2016-02-03 | 4 | -4/+263 |
| |\ \ | |||||
| * | | | Fixing unit test | =Corey Hulen | 2016-02-02 | 1 | -1/+1 |
| | | | | |||||
| * | | | Adding loc to front-end | =Corey Hulen | 2016-02-02 | 1 | -6/+6 |
| | | | | |||||
| * | | | Adding loc to new command backend | =Corey Hulen | 2016-02-01 | 8 | -67/+117 |
| | | | | |||||
| * | | | Fixing merge | =Corey Hulen | 2016-02-01 | 21 | -149/+219 |
| |\ \ \ | |||||
| * \ \ \ | merging | =Corey Hulen | 2016-01-25 | 38 | -166/+298 |
| |\ \ \ \ | |||||
| * | | | | | Merging | =Corey Hulen | 2016-01-22 | 2 | -3/+4 |
| | | | | | | |||||
| * | | | | | merging | =Corey Hulen | 2016-01-22 | 19 | -352/+410 |
| |\ \ \ \ \ | |||||
| * | | | | | | Adding test command | =Corey Hulen | 2016-01-15 | 2 | -16/+201 |
| | | | | | | | |||||
| * | | | | | | merging | =Corey Hulen | 2016-01-15 | 1 | -3/+10 |
| |\ \ \ \ \ \ | |||||
| * | | | | | | | finishing up commands UI | =Corey Hulen | 2016-01-14 | 2 | -2/+2 |
| | | | | | | | | |||||
| * | | | | | | | Merge branch 'master' into PLT-1429 | =Corey Hulen | 2016-01-14 | 22 | -45/+221 |
| |\ \ \ \ \ \ \ | |||||
| * | | | | | | | | Chaning webhooks to be team wide | =Corey Hulen | 2016-01-11 | 1 | -2/+2 |
| | | | | | | | | | |||||
| * | | | | | | | | Switching to enable integrations for testing | =Corey Hulen | 2016-01-11 | 2 | -8/+73 |
| | | | | | | | | | |||||
| * | | | | | | | | Adding loading testing commands | =Corey Hulen | 2016-01-10 | 5 | -395/+578 |
| | | | | | | | | | |||||
| * | | | | | | | | Fixing unit tests | =Corey Hulen | 2016-01-09 | 3 | -11/+7 |
| | | | | | | | | | |||||
| * | | | | | | | | adding different commands | =Corey Hulen | 2016-01-09 | 11 | -439/+346 |
| | | | | | | | | | |||||
| * | | | | | | | | Fixing unit tests | =Corey Hulen | 2016-01-08 | 1 | -0/+28 |
| | | | | | | | | | |||||
| * | | | | | | | | Adding web service methods | =Corey Hulen | 2016-01-08 | 3 | -16/+261 |
| | | | | | | | | | |||||
| * | | | | | | | | partial fix for UI | =Corey Hulen | 2016-01-08 | 5 | -36/+399 |
| | | | | | | | | | |||||
| * | | | | | | | | PLT-1429 adding sql storage for slash commands | =Corey Hulen | 2016-01-06 | 2 | -830/+830 |
| | | | | | | | | | |||||
* | | | | | | | | | Merge pull request #2059 from mattermost/plt-1732 | Harrison Healey | 2016-02-04 | 1 | -2/+5 |
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ |/| | | | | | | | | PLT-1732 Update user email when switching to SSO | ||||
| * | | | | | | | | Update user email when switching to SSO | JoramWilander | 2016-02-03 | 1 | -2/+5 |
| | |_|_|_|_|_|/ | |/| | | | | | | |||||
* / | | | | | | | PLT-7: Refactoring frontend (chunk 11) | Elias Nahum | 2016-02-03 | 1 | -1/+1 |
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - channel view - Added translations for previous commits - Fix bug on signup_team email body | ||||
* | | | | | | | Merge pull request #2049 from mattermost/plt-1856 | Christopher Speller | 2016-02-03 | 2 | -1/+58 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | PLT-1856 Add basic server audit tab to system console for EE | ||||
| * | | | | | | | Add basic server audit tab to system console for EE | JoramWilander | 2016-02-02 | 2 | -1/+58 |
| | |_|_|_|_|/ | |/| | | | | | |||||
* | | | | | | | Merge pull request #2045 from mattermost/plt-1849 | Christopher Speller | 2016-02-03 | 2 | -1/+153 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | PLT-1849 Added extra system-wide statistics for EE | ||||
| * | | | | | | | Added extra system-wide statistics for EE | JoramWilander | 2016-02-02 | 2 | -1/+153 |
| |/ / / / / / | |||||
* / / / / / / | Added ability to sign in via username; separated email sign in and sign up ↵ | Reed Garmsen | 2016-02-02 | 2 | -2/+52 |
|/ / / / / / | | | | | | | | | | | | | | | | | | | config settings | ||||
* | | | | | | Fixing email unit tests | =Corey Hulen | 2016-02-01 | 13 | -128/+128 |
| | | | | | | |||||
* | | | | | | Merge pull request #2013 from mattermost/plt-1749 | Christopher Speller | 2016-01-29 | 1 | -0/+1 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | PLT-1749 Return channel type in new post websocket events | ||||
| * | | | | | | Return channel type in new post websocket events | JoramWilander | 2016-01-28 | 1 | -0/+1 |
| | | | | | | | |||||
* | | | | | | | Remove expiry from public links | JoramWilander | 2016-01-28 | 1 | -8/+0 |
|/ / / / / / | |||||
* | | | | | | Fixing build | =Corey Hulen | 2016-01-27 | 1 | -3/+2 |
| | | | | | | |||||
* | | | | | | PLT-7 Removing AppError ctor | =Corey Hulen | 2016-01-27 | 3 | -4/+6 |
| | | | | | |