Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixing IE expire issue | =Corey Hulen | 2016-02-11 | 1 | -1/+0 |
| | |||||
* | Make insecure TLS connections configurable | JoramWilander | 2016-02-05 | 1 | -3/+5 |
| | |||||
* | Accept unsigned TLS certs for SSO and outgoing hooks, also fix delete hooks bug | JoramWilander | 2016-02-05 | 1 | -1/+6 |
| | |||||
* | 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 | 1 | -243/+231 |
| | | | | mentions to share some data | ||||
* | Added ephemeral messages sent when a user mentions someone not in the channel | hmhealey | 2016-02-04 | 1 | -5/+40 |
| | |||||
* | Added serverside check for a post that @mentions someone who isn't in the ↵ | hmhealey | 2016-02-04 | 1 | -0/+53 |
| | | | | channel | ||||
* | Return channel type in new post websocket events | JoramWilander | 2016-01-28 | 1 | -0/+1 |
| | |||||
* | PLT-7: Refactoring api to use translations (chunk 4) | Elias Nahum | 2016-01-24 | 1 | -18/+17 |
| | | | | - Translation for api templates english and spanish | ||||
* | PLT-7 fixing unit test for chunk 2 server | =Corey Hulen | 2016-01-22 | 1 | -8/+6 |
| | |||||
* | Merge pull request #1952 from ZBoxApp/PLT-7-go | Corey Hulen | 2016-01-22 | 1 | -48/+59 |
|\ | | | | | PLT-7: Refactoring api to use translations (chunk 2) | ||||
| * | PLT-7: Change post CreatePost back to model.NewAppError | Elias Nahum | 2016-01-22 | 1 | -3/+7 |
| | | | | | | | | - It was failing test using model.NewLocAppError | ||||
| * | Refactoring api to use translations (chunk 2) | Elias Nahum | 2016-01-22 | 1 | -51/+58 |
| | | | | | | | | | | | | - Add spanish translations - Does not include tests - Add func to get the translations for a user locale | ||||
* | | PLT-7 client side infra | =Corey Hulen | 2016-01-21 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #1867 from apskim/patch-1 | Joram Wilander | 2016-01-21 | 1 | -0/+22 |
|\ \ | |/ |/| | Parse Slack links in the attachment pretext and fields (Fix #1868) | ||||
| * | Parse Slack links in the attachment fields | Alex Polozov | 2016-01-11 | 1 | -0/+16 |
| | | |||||
| * | Parse Slack links in the attachment pretext | Alex Polozov | 2016-01-11 | 1 | -0/+6 |
| | | |||||
* | | Revert " PLT-7 adding loc for db calls" | Corey Hulen | 2016-01-20 | 1 | -47/+45 |
| | | |||||
* | | PLT-7 adding loc db calls for users table | =Corey Hulen | 2016-01-20 | 1 | -2/+2 |
| | | |||||
* | | PLT-7 adding loc db calls for posts table | =Corey Hulen | 2016-01-20 | 1 | -15/+15 |
| | | |||||
* | | PLT-7 adding loc db calls for session table | =Corey Hulen | 2016-01-20 | 1 | -1/+1 |
| | | |||||
* | | PLT-7 adding loc db calls for oauth table | =Corey Hulen | 2016-01-20 | 1 | -15/+15 |
| | | |||||
* | | PLT-7 adding loc db calls for webhooks table | =Corey Hulen | 2016-01-20 | 1 | -1/+1 |
| | | |||||
* | | PLT-7 adding loc db calls for team table | =Corey Hulen | 2016-01-20 | 1 | -1/+1 |
| | | |||||
* | | PLT-7 adding loc for db calls audits and prefs | =Corey Hulen | 2016-01-20 | 1 | -10/+12 |
| | | |||||
* | | PLT-7 Adding translation function to context | =Corey Hulen | 2016-01-19 | 1 | -1/+1 |
| | | |||||
* | | Fixing android push | =Corey Hulen | 2016-01-14 | 1 | -3/+10 |
| | | |||||
* | | Upgrade logging package | =Corey Hulen | 2016-01-11 | 1 | -1/+1 |
|/ | |||||
* | PLT-1607 adding more debugging info for email and push notifications | =Corey Hulen | 2016-01-05 | 1 | -0/+1 |
| | |||||
* | Merge pull request #1726 from mattermost/PLT-1447 | Christopher Speller | 2015-12-15 | 1 | -2/+2 |
|\ | | | | | PLT-1447 fixing sending name in push notifications | ||||
| * | PLT-1447 fixing sending name in push notifications | =Corey Hulen | 2015-12-14 | 1 | -2/+2 |
| | | |||||
* | | Merge branch 'release-1.3' | Christopher Speller | 2015-12-14 | 1 | -0/+2 |
|\ \ | |/ |/| | |||||
| * | Fixing cacheing issue on IE and Edge | Christopher Speller | 2015-12-14 | 1 | -0/+2 |
| | | |||||
* | | Merge pull request #1677 from hmhealey/plt1244 | Corey Hulen | 2015-12-11 | 1 | -18/+35 |
|\ \ | | | | | | | PLT-1244 Changed serverside mention parsing to support usernames containing periods | ||||
| * | | Changed serverside mention parsing to support usernames containing periods | hmhealey | 2015-12-09 | 1 | -18/+35 |
| |/ | |||||
* | | Merge pull request #1652 from hmhealey/plt1319 | Corey Hulen | 2015-12-11 | 1 | -0/+59 |
|\ \ | | | | | | | PLT-1319 Fixed direct channels not being visible when no actual channel exists | ||||
| * | | Moved logic for making direct channels visible to both members on post to ↵ | hmhealey | 2015-12-07 | 1 | -0/+59 |
| | | | | | | | | | | | | the server | ||||
* | | | Merge pull request #1648 from npcode/notification-email-local-timezone | Christopher Speller | 2015-12-10 | 1 | -2/+2 |
|\ \ \ | |_|/ |/| | | Use local timezone for notification email | ||||
| * | | Use local timezone for notification email | Yi EungJun | 2015-12-08 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | Local timezone is better default than UTC because it is common that all users of a mattermost server live near the server. | ||||
* | | | fixing typo | =Corey Hulen | 2015-12-09 | 1 | -1/+1 |
| | | | |||||
* | | | Updating the push message | =Corey Hulen | 2015-12-08 | 1 | -1/+5 |
| |/ |/| | |||||
* | | Fixing message | =Corey Hulen | 2015-12-04 | 1 | -23/+1 |
| | | |||||
* | | PLT-1369 send core message | =Corey Hulen | 2015-12-04 | 1 | -1/+24 |
| | | |||||
* | | Remove <> link replacement | JoramWilander | 2015-12-04 | 1 | -4/+0 |
| | | |||||
* | | Convert links in Slack attachment text to Markdown format | JoramWilander | 2015-12-03 | 1 | -1/+16 |
| | | |||||
* | | PLT-902 switching to push proxy server | =Corey Hulen | 2015-11-30 | 1 | -2/+14 |
| | | |||||
* | | Disabling the all mention | =Corey Hulen | 2015-11-23 | 1 | -3/+3 |
| | | |||||
* | | Implementing Permalinks and jumping to post from search. Performance | Christopher Speller | 2015-11-23 | 1 | -0/+36 |
| | | | | | | | | improvements. |