Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Server now notifies users they have been added to a new channel | nickago | 2015-07-09 | 1 | -0/+4 |
| | |||||
* | Merge pull request #149 from rgarmsen2295/mm-1260 | Christopher Speller | 2015-07-08 | 1 | -0/+9 |
|\ | | | | | MM-1260 Member Invites can no longer be sent to emails already used to signup | ||||
| * | Small tweaks and cleanup | Reed Garmsen | 2015-07-07 | 1 | -2/+2 |
| | | |||||
| * | Added a server side check to see if members who are trying to be invited ↵ | Reed Garmsen | 2015-07-07 | 1 | -0/+9 |
| | | | | | | | | have already been invited by checking the email. Client handles it as if it was an email error. | ||||
* | | Merge pull request #136 from mattermost/code-review | Joram Wilander | 2015-07-08 | 2 | -5/+7 |
|\ \ | | | | | | | team code review | ||||
| * | | team code review | =Corey Hulen | 2015-07-06 | 2 | -5/+7 |
| | | | |||||
* | | | Merge pull request #143 from rgarmsen2295/mm-1416 | Corey Hulen | 2015-07-07 | 1 | -0/+9 |
|\ \ \ | |_|/ |/| | | MM-1416 Changed error message when adding a previously deleted channel to be better suited | ||||
| * | | Added new error message when trying to add a channel that was previously ↵ | Reed Garmsen | 2015-07-06 | 1 | -0/+9 |
| | | | | | | | | | | | | deleted as well as a corresponding unit test | ||||
* | | | Merge pull request #138 from hmhealey/mm756 | Christopher Speller | 2015-07-07 | 1 | -3/+3 |
|\ \ \ | | | | | | | | | MM-756 Don't mark channels as unread after user joined/left messages | ||||
| * | | | Add a post type for user joined/left messages and don't flag a channel as ↵ | hmhealey | 2015-07-07 | 1 | -3/+3 |
| |/ / | | | | | | | | | | unread when one of those is automatically posted | ||||
* / / | Explicitly cast to an int64 when selecting a random profile picture colour ↵ | hmhealey | 2015-07-06 | 1 | -1/+1 |
|/ / | | | | | | | to prevent overflow on 32-bit installations of Go | ||||
* | | Fixing unit tests | =Corey Hulen | 2015-07-06 | 10 | -87/+97 |
| | | |||||
* | | adding debugging | =Corey Hulen | 2015-07-06 | 1 | -2/+4 |
| | | |||||
* | | adding debugging | =Corey Hulen | 2015-07-05 | 1 | -7/+8 |
| | | |||||
* | | adding debugging | =Corey Hulen | 2015-07-05 | 1 | -6/+7 |
| | | |||||
* | | fixing unit tests | =Corey Hulen | 2015-07-05 | 2 | -0/+4 |
| | | |||||
* | | Fixing unit test | =Corey Hulen | 2015-07-05 | 1 | -4/+4 |
| | | |||||
* | | Fixing unit test | =Corey Hulen | 2015-07-05 | 1 | -3/+3 |
| | | |||||
* | | fixing unit tests | =Corey Hulen | 2015-07-05 | 2 | -2/+2 |
| | | |||||
* | | fixing race condition in unit tests | =Corey Hulen | 2015-07-05 | 9 | -70/+70 |
|/ | |||||
* | MM-1426 - Updating UI | Asaad Mahmood | 2015-07-17 | 1 | -1/+1 |
| | |||||
* | Facelifted "direct message" to "private message" | nickago | 2015-07-01 | 1 | -1/+1 |
| | |||||
* | Merge pull request #106 from mattermost/mm-1119 | Joram Wilander | 2015-06-30 | 1 | -2/+12 |
|\ | | | | | fixes mm-1119 adds @all and @channel mention capabilites | ||||
| * | added team-wide and channel-wide mentions | JoramWilander | 2015-06-29 | 1 | -2/+12 |
| | | |||||
* | | Merge pull request #100 from asaadmahmoodspin/master | Corey Hulen | 2015-06-29 | 1 | -1/+1 |
|\ \ | | | | | | | MM-1268 - Updating button in email template | ||||
| * | | MM-1268 - Updating button in email template | Asaad Mahmood | 2015-06-30 | 1 | -1/+1 |
| | | | |||||
* | | | Merge pull request #98 from mattermost/mm-1199 | Corey Hulen | 2015-06-29 | 7 | -30/+87 |
|\ \ \ | |/ / |/| | | fixes mm-1199 adds off-topic as a default channel | ||||
| * | | update unit tests for default channels | JoramWilander | 2015-06-29 | 3 | -3/+26 |
| | | | |||||
| * | | new users now join off-topic defaultly | JoramWilander | 2015-06-29 | 4 | -16/+43 |
| | | | |||||
| * | | move default channel creation to seperate func and add off-topic | JoramWilander | 2015-06-29 | 3 | -20/+27 |
| |/ | |||||
* / | Changed invite email to reflect the sender's status in the team (e.g. admin ↵ | Reed Garmsen | 2015-06-29 | 2 | -1/+10 |
|/ | | | | v.s. plain member) | ||||
* | updated channel unit test | JoramWilander | 2015-06-29 | 1 | -3/+9 |
| | |||||
* | Merge pull request #59 from haikoschol/master | Corey Hulen | 2015-06-27 | 1 | -1/+1 |
|\ | | | | | Fix typo in function name | ||||
| * | Fix typo in function name | Haiko Schol | 2015-06-24 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #48 from rgarmsen2295/mm-1364 | Corey Hulen | 2015-06-25 | 1 | -0/+1 |
|\ \ | | | | | | | MM-1364 | ||||
| * | | Fixed bmp image previewing/uploading by adding new go image library | Reed Garmsen | 2015-06-22 | 1 | -0/+1 |
| | | | |||||
| * | | Merge pull request #40 from mattermost/image-fix | Corey Hulen | 2015-06-19 | 2 | -35/+48 |
| |\ \ | | | | | | | | | HELIUM profile image now generates on each call if S3 is not configured | ||||
| | * | | update unit tests for new createProfileImage func | JoramWilander | 2015-06-19 | 1 | -4/+11 |
| | | | | |||||
| | * | | profile image now generates on each call if S3 is not configured | JoramWilander | 2015-06-19 | 1 | -31/+37 |
| | | | | |||||
| * | | | improved split function | JoramWilander | 2015-06-19 | 1 | -1/+1 |
| | | | | |||||
| * | | | remove logging | JoramWilander | 2015-06-19 | 1 | -1/+0 |
| | | | | |||||
| * | | | fix a bug where mentions wouldn't update for words after a new line | JoramWilander | 2015-06-19 | 1 | -1/+2 |
| |/ / | |||||
| * | | fix for dockerhost HELIUM | =Corey Hulen | 2015-06-18 | 1 | -0/+4 |
| | | | |||||
* | | | Merge pull request #27 from mattermost/mm-1240 | Corey Hulen | 2015-06-25 | 6 | -16/+218 |
|\ \ \ | |_|/ |/| | | fixes mm-1240 adds ability to turn valet feature on | ||||
| * | | fix command comparator and team store | JoramWilander | 2015-06-18 | 1 | -5/+6 |
| | | | |||||
| * | | added unit tests for new team API services | JoramWilander | 2015-06-18 | 1 | -0/+103 |
| | | | |||||
| * | | added team store, team settings menu, and the ability to turn on valet ↵ | JoramWilander | 2015-06-18 | 1 | -0/+20 |
| | | | | | | | | | | | | feature from client | ||||
| * | | add API service to turn on valet feature | JoramWilander | 2015-06-18 | 1 | -0/+51 |
| | | | |||||
| * | | move valet feature switch to DB from config | JoramWilander | 2015-06-17 | 5 | -15/+42 |
| |/ | |||||
| * | Merge pull request #4 from mattermost/mm-1245 | Corey Hulen | 2015-06-15 | 1 | -1/+1 |
| |\ | | | | | | | fixes mm-1245 filenames are now url escaped |