summaryrefslogtreecommitdiffstats
path: root/api
Commit message (Collapse)AuthorAgeFilesLines
* Revert "MM-1494 Change image resizing for preview and thumbnail to use ↵Joram Wilander2015-07-161-3/+3
| | | | Lanczos interpolation"
* fixing merge=Corey Hulen2015-07-153-3/+19
|\
| * Changed image resizing for both the preview and thumbnail to use Lanczos ↵hmhealey2015-07-141-3/+3
| | | | | | | | interpolation instead of simple nearest neighbour
| * If a message has no text but has an attached image or file the desktop ↵Reed Garmsen2015-07-131-0/+14
| | | | | | | | notification now says uploaded an image or uploaded a file respectively (if both, defaults to image)
| * removed testing statenickago2015-07-131-2/+0
| |
| * Added User update functionnickago2015-07-131-0/+4
| |
* | Fixes mm-1415 adding email bypass flag=Corey Hulen2015-07-122-2/+2
|/
* Server now notifies users they have been added to a new channelnickago2015-07-091-0/+4
|
* Merge pull request #149 from rgarmsen2295/mm-1260Christopher Speller2015-07-081-0/+9
|\ | | | | MM-1260 Member Invites can no longer be sent to emails already used to signup
| * Small tweaks and cleanupReed Garmsen2015-07-071-2/+2
| |
| * Added a server side check to see if members who are trying to be invited ↵Reed Garmsen2015-07-071-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-reviewJoram Wilander2015-07-082-5/+7
|\ \ | | | | | | team code review
| * | team code review=Corey Hulen2015-07-062-5/+7
| | |
* | | Merge pull request #143 from rgarmsen2295/mm-1416Corey Hulen2015-07-071-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 Garmsen2015-07-061-0/+9
| | | | | | | | | | | | deleted as well as a corresponding unit test
* | | Merge pull request #138 from hmhealey/mm756Christopher Speller2015-07-071-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 ↵hmhealey2015-07-071-3/+3
| |/ / | | | | | | | | | unread when one of those is automatically posted
* / / Explicitly cast to an int64 when selecting a random profile picture colour ↵hmhealey2015-07-061-1/+1
|/ / | | | | | | to prevent overflow on 32-bit installations of Go
* | Fixing unit tests=Corey Hulen2015-07-0610-87/+97
| |
* | adding debugging=Corey Hulen2015-07-061-2/+4
| |
* | adding debugging=Corey Hulen2015-07-051-7/+8
| |
* | adding debugging=Corey Hulen2015-07-051-6/+7
| |
* | fixing unit tests=Corey Hulen2015-07-052-0/+4
| |
* | Fixing unit test=Corey Hulen2015-07-051-4/+4
| |
* | Fixing unit test=Corey Hulen2015-07-051-3/+3
| |
* | fixing unit tests=Corey Hulen2015-07-052-2/+2
| |
* | fixing race condition in unit tests=Corey Hulen2015-07-059-70/+70
|/
* MM-1426 - Updating UIAsaad Mahmood2015-07-171-1/+1
|
* Facelifted "direct message" to "private message"nickago2015-07-011-1/+1
|
* Merge pull request #106 from mattermost/mm-1119Joram Wilander2015-06-301-2/+12
|\ | | | | fixes mm-1119 adds @all and @channel mention capabilites
| * added team-wide and channel-wide mentionsJoramWilander2015-06-291-2/+12
| |
* | Merge pull request #100 from asaadmahmoodspin/masterCorey Hulen2015-06-291-1/+1
|\ \ | | | | | | MM-1268 - Updating button in email template
| * | MM-1268 - Updating button in email templateAsaad Mahmood2015-06-301-1/+1
| | |
* | | Merge pull request #98 from mattermost/mm-1199Corey Hulen2015-06-297-30/+87
|\ \ \ | |/ / |/| | fixes mm-1199 adds off-topic as a default channel
| * | update unit tests for default channelsJoramWilander2015-06-293-3/+26
| | |
| * | new users now join off-topic defaultlyJoramWilander2015-06-294-16/+43
| | |
| * | move default channel creation to seperate func and add off-topicJoramWilander2015-06-293-20/+27
| |/
* / Changed invite email to reflect the sender's status in the team (e.g. admin ↵Reed Garmsen2015-06-292-1/+10
|/ | | | v.s. plain member)
* updated channel unit testJoramWilander2015-06-291-3/+9
|
* Merge pull request #59 from haikoschol/masterCorey Hulen2015-06-271-1/+1
|\ | | | | Fix typo in function name
| * Fix typo in function nameHaiko Schol2015-06-241-1/+1
| |
* | Merge pull request #48 from rgarmsen2295/mm-1364Corey Hulen2015-06-251-0/+1
|\ \ | | | | | | MM-1364
| * | Fixed bmp image previewing/uploading by adding new go image libraryReed Garmsen2015-06-221-0/+1
| | |
| * | Merge pull request #40 from mattermost/image-fixCorey Hulen2015-06-192-35/+48
| |\ \ | | | | | | | | HELIUM profile image now generates on each call if S3 is not configured
| | * | update unit tests for new createProfileImage funcJoramWilander2015-06-191-4/+11
| | | |
| | * | profile image now generates on each call if S3 is not configuredJoramWilander2015-06-191-31/+37
| | | |
| * | | improved split functionJoramWilander2015-06-191-1/+1
| | | |
| * | | remove loggingJoramWilander2015-06-191-1/+0
| | | |
| * | | fix a bug where mentions wouldn't update for words after a new lineJoramWilander2015-06-191-1/+2
| |/ /
| * | fix for dockerhost HELIUM=Corey Hulen2015-06-181-0/+4
| | |