Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Changed post searching to allow searching by multiple users/channels | hmhealey | 2015-10-23 | 1 | -32/+10 | |
| | | ||||||
* | | Merge branch 'master' into PLT-44 | =Corey Hulen | 2015-10-20 | 1 | -10/+10 | |
|\| | ||||||
| * | Merge pull request #1113 from hmhealey/plt716 | Joram Wilander | 2015-10-20 | 1 | -5/+5 | |
| |\ | | | | | | | PLT-716/717 Added from:, in:, and channel: search filters | |||||
| | * | Added from:, in:, and channel: search modifiers | hmhealey | 2015-10-19 | 1 | -5/+5 | |
| | | | ||||||
| * | | Changed all goroutine functions to use '...AndForget' as the standard naming ↵ | Reed Garmsen | 2015-10-19 | 1 | -5/+5 | |
| | | | | | | | | | | | | system | |||||
* | | | Multi-session login | =Corey Hulen | 2015-10-20 | 1 | -1/+1 | |
|/ / | ||||||
* | | Generalized webhook post code and added it to outgoing webhooks | JoramWilander | 2015-10-19 | 1 | -2/+40 | |
| | | ||||||
* | | Refactor to hit database less often. | JoramWilander | 2015-10-19 | 1 | -81/+65 | |
| | | ||||||
* | | Remove special team logic. | JoramWilander | 2015-10-19 | 1 | -29/+19 | |
| | | ||||||
* | | Fix minor style for gofmt. | JoramWilander | 2015-10-19 | 1 | -1/+1 | |
| | | ||||||
* | | Implement outgoing webhooks. | JoramWilander | 2015-10-19 | 1 | -3/+131 | |
|/ | ||||||
* | Changing SpinPunch to Mattermost in copyright | Christopher Speller | 2015-10-08 | 1 | -1/+1 | |
| | ||||||
* | Pass-through post creation time when importing posts | Teviot Systems | 2015-10-02 | 1 | -0/+2 | |
| | ||||||
* | Fixing some locations to use the IsTeamAdmin function which properly checks ↵ | Christopher Speller | 2015-09-30 | 1 | -2/+2 | |
| | | | | for system admin permissions. | |||||
* | Merge branch 'master' into PLT-11-email | =Corey Hulen | 2015-09-23 | 1 | -1/+1 | |
|\ | ||||||
| * | PLT-126: Change 'Private Messages' to 'Direct Messages' | Chengwei Yang | 2015-09-23 | 1 | -1/+1 | |
| | | | | | | | | Signed-off-by: Chengwei Yang <yangchengwei@qiyi.com> | |||||
* | | Adding team settings to admin console | =Corey Hulen | 2015-09-22 | 1 | -70/+0 | |
|/ | ||||||
* | Adding gofmt to travis build | Christopher Speller | 2015-09-17 | 1 | -1/+1 | |
| | ||||||
* | PLT-93 cleaing up client side configs | =Corey Hulen | 2015-09-15 | 1 | -2/+4 | |
| | ||||||
* | Renaming ROLE_ADMIN to ROLE_TEAM_ADMIN | =Corey Hulen | 2015-09-11 | 1 | -1/+1 | |
| | ||||||
* | Adding cmd line options | =Corey Hulen | 2015-09-04 | 1 | -1/+1 | |
| | ||||||
* | Refactored post handling/updating on both the client and server. | JoramWilander | 2015-08-27 | 1 | -3/+35 | |
| | ||||||
* | Added a message deleted indicator when a post is deleted to let the user ↵ | JoramWilander | 2015-08-19 | 1 | -2/+1 | |
| | | | | know what's happening. | |||||
* | Changed all templates to use site url instead of team url for finding the ↵ | nickago | 2015-07-31 | 1 | -2/+2 | |
| | | | | 'static' directory | |||||
* | Merge pull request #214 from hmhealey/mm1498 | Joram Wilander | 2015-07-22 | 1 | -0/+31 | |
|\ | | | | | MM-1498 Provide a replacement message for email notifications for posts only containing files | |||||
| * | Use QueryUnescape function to convert to a human readable filename in email ↵ | hmhealey | 2015-07-21 | 1 | -1/+7 | |
| | | | | | | | | notifications | |||||
| * | Added additional check when adding a message to an email notification for a ↵ | hmhealey | 2015-07-20 | 1 | -2/+2 | |
| | | | | | | | | blank post and corrected a comment | |||||
| * | Provide a replacement message for email notifications for posts only ↵ | hmhealey | 2015-07-20 | 1 | -4/+29 | |
| | | | | | | | | containing files | |||||
* | | removed unnecessary debug statements | JoramWilander | 2015-07-21 | 1 | -1/+0 | |
| | | ||||||
* | | fixed unit tests to work with team domain changes and update partial url ↵ | JoramWilander | 2015-07-21 | 1 | -0/+34 | |
| | | | | | | | | regex for files | |||||
* | | Fixing issues with files trasitioning to relative paths | Christopher Speller | 2015-07-21 | 1 | -33/+0 | |
| | | ||||||
* | | Changing the way we mattermost handles URLs. team.domain.com becomes ↵ | Christopher Speller | 2015-07-20 | 1 | -14/+16 | |
|/ | | | | | | | 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 | |||||
* | Merge pull request #185 from mattermost/mm-1348 | Corey Hulen | 2015-07-17 | 1 | -4/+4 | |
|\ | | | | | fixes mm-1348 removing dependency on redis | |||||
| * | fixes mm-1348 removing dependency on redis | =Corey Hulen | 2015-07-14 | 1 | -4/+4 | |
| | | ||||||
* | | Allow Users to be notified using @all, @channel, and their first name when ↵ | hmhealey | 2015-07-17 | 1 | -4/+4 | |
| | | | | | | | | other notifications are disabled | |||||
* | | Use User.FirstName instead of trying to infer a user's first name from their ↵ | hmhealey | 2015-07-17 | 1 | -7/+2 | |
| | | | | | | | | 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. | |||||
* | | Merge pull request #184 from nickago/MM-1278 | Joram Wilander | 2015-07-17 | 1 | -5/+6 | |
|\ \ | |/ |/| | MM-1278 Team admin can now delete any post | |||||
| * | reworked logic to stem from post | nickago | 2015-07-16 | 1 | -4/+4 | |
| | | ||||||
| * | Moved admin checking into seperate function | nickago | 2015-07-16 | 1 | -13/+7 | |
| | | ||||||
| * | Team admin can now delete any post | nickago | 2015-07-14 | 1 | -7/+14 | |
| | | ||||||
* | | If a message has no text but has an attached image or file the desktop ↵ | Reed Garmsen | 2015-07-13 | 1 | -0/+14 | |
|/ | | | | notification now says uploaded an image or uploaded a file respectively (if both, defaults to image) | |||||
* | Facelifted "direct message" to "private message" | nickago | 2015-07-01 | 1 | -1/+1 | |
| | ||||||
* | added team-wide and channel-wide mentions | JoramWilander | 2015-06-29 | 1 | -2/+12 | |
| | ||||||
* | Merge pull request #27 from mattermost/mm-1240 | Corey Hulen | 2015-06-25 | 1 | -6/+14 | |
|\ | | | | | fixes mm-1240 adds ability to turn valet feature on | |||||
| * | move valet feature switch to DB from config | JoramWilander | 2015-06-17 | 1 | -6/+14 | |
| | | ||||||
| * | update unit test | JoramWilander | 2015-06-15 | 1 | -0/+1 | |
| | | ||||||
| * | fixes mm-1239 adds config setting to turn off valet feature | JoramWilander | 2015-06-15 | 1 | -0/+5 | |
| | | ||||||
| * | first commit | =Corey Hulen | 2015-06-14 | 1 | -0/+692 | |
| | ||||||
* | improved split function | JoramWilander | 2015-06-19 | 1 | -1/+1 | |
| |