Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Localizing back button | =Corey Hulen | 2016-02-22 | 1 | -0/+1 |
| | |||||
* | PLT-7: Refactoring frontend (chunk 6) | Elias Nahum | 2016-01-29 | 1 | -0/+5 |
| | | | | | | - Authorize - Signup Team Confirm - Footer | ||||
* | Fix docs route to include the user locale | Elias Nahum | 2016-01-28 | 1 | -0/+9 |
| | | | | - Move Messaging_{locale}.md files to static/help | ||||
* | PLT-7: Refactoring frontend (chunk 4) | Elias Nahum | 2016-01-28 | 1 | -0/+1 |
| | |||||
* | Changed first preference load to be done synchronously | hmhealey | 2016-01-26 | 1 | -0/+9 |
| | |||||
* | PLT-7: Refactoring entry point and web to use translations (chunk 8) | Elias Nahum | 2016-01-25 | 1 | -66/+66 |
| | | | | - Add spanish translations | ||||
* | PLT-7: Refactoring api to use translations (chunk 4) | Elias Nahum | 2016-01-24 | 1 | -2/+2 |
| | | | | - Translation for api templates english and spanish | ||||
* | PLT-7 fixing dist build | =Corey Hulen | 2016-01-21 | 1 | -0/+1 |
| | |||||
* | PLT-7 client side infra | =Corey Hulen | 2016-01-21 | 1 | -17/+17 |
| | |||||
* | PLT-7 Adding react-intl libs | =Corey Hulen | 2016-01-21 | 1 | -1/+8 |
| | |||||
* | Revert " PLT-7 adding loc for db calls" | Corey Hulen | 2016-01-20 | 1 | -49/+48 |
| | |||||
* | PLT-7 adding loc db calls for users table | =Corey Hulen | 2016-01-20 | 1 | -8/+8 |
| | |||||
* | PLT-7 adding loc db calls for posts table | =Corey Hulen | 2016-01-20 | 1 | -1/+1 |
| | |||||
* | PLT-7 adding loc db calls for session table | =Corey Hulen | 2016-01-20 | 1 | -3/+3 |
| | |||||
* | PLT-7 adding loc db calls for oauth table | =Corey Hulen | 2016-01-20 | 1 | -10/+10 |
| | |||||
* | PLT-7 adding loc db calls for oauth table | =Corey Hulen | 2016-01-20 | 1 | -6/+6 |
| | |||||
* | 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 | -13/+13 |
| | |||||
* | PLT-7 adding loc for db calls audits and prefs | =Corey Hulen | 2016-01-20 | 1 | -6/+7 |
| | |||||
* | Added license validation and settings | JoramWilander | 2016-01-14 | 1 | -1/+1 |
| | |||||
* | Merge pull request #1876 from mattermost/release-1.4 | Corey Hulen | 2016-01-12 | 1 | -1/+3 |
|\ | | | | | Release 1.4 RC2 | ||||
| * | Add removal comments | JoramWilander | 2016-01-12 | 1 | -2/+2 |
| | | |||||
| * | Support old oauth routes | JoramWilander | 2016-01-12 | 1 | -1/+3 |
| | | |||||
* | | Upgrade logging package | =Corey Hulen | 2016-01-11 | 1 | -1/+1 |
|/ | |||||
* | Merge pull request #1813 from mattermost/PLT-1558 | Harrison Healey | 2016-01-06 | 1 | -1/+1 |
|\ | | | | | PLT-1558 adding session length to config file | ||||
| * | PLT-1558 adding session length to config file | =Corey Hulen | 2016-01-05 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #1814 from mattermost/PLT-1485a | Christopher Speller | 2016-01-06 | 1 | -1/+8 |
|\ \ | | | | | | | PLT-1485 Adding last view channel sticky | ||||
| * | | PLT-1485 Adding last view channel sticky | =Corey Hulen | 2016-01-05 | 1 | -1/+8 |
| |/ | |||||
* / | [Fix #1669] Allow parameters in Content-Type of incoming webhook request | Alex Polozov | 2016-01-06 | 1 | -1/+2 |
|/ | | | | Mattermost currently does not allow optional parameters in the `Content-Type` of an incoming webhook request. Visual Studio Team Services's Slack integration sends its message with `Content-Type: application/json; charset=utf-8`, whereas Mattermost currently requires precisely `Content-Type: application/json`. This PR relaxes this check, looking only at the media part of the header. | ||||
* | Add ability to switch between SSO and email account | JoramWilander | 2015-12-17 | 1 | -118/+103 |
| | |||||
* | Some refactoring | Christopher Speller | 2015-12-16 | 1 | -8/+22 |
| | |||||
* | Fixed issue with emails containing a '+' | Reed Garmsen | 2015-12-13 | 1 | -1/+1 |
| | |||||
* | Implementing Permalinks and jumping to post from search. Performance | Christopher Speller | 2015-11-23 | 1 | -53/+138 |
| | | | | improvements. | ||||
* | PLT-327: Add help text for Markdown | Florian Orben | 2015-11-17 | 1 | -0/+11 |
| | |||||
* | allow incoming webhooks even if it doesnt have a text on it if attachment ↵ | Florian Orben | 2015-11-14 | 1 | -1/+1 |
| | | | | field is present | ||||
* | Adding safari 8 to list of unsupported browsers. | Christopher Speller | 2015-11-12 | 1 | -2/+2 |
| | |||||
* | Merge pull request #1327 from florianorben/PLT-857-2 | Joram Wilander | 2015-11-06 | 1 | -1/+11 |
|\ | | | | | PLT-857: Support `attachments` for Incoming Webhooks | ||||
| * | fix alter table command for postgres | Florian Orben | 2015-11-06 | 1 | -0/+1 |
| | | |||||
| * | PLT-857: Support for Incoming Webhooks - Try #2 | Florian Orben | 2015-11-05 | 1 | -1/+10 |
| | | |||||
* | | don't panic if incoming webhook contains invalid json | Florian Orben | 2015-11-06 | 1 | -0/+5 |
|/ | |||||
* | PLT-951 PLT-972 fixing issues with team directory | =Corey Hulen | 2015-11-02 | 1 | -1/+1 |
| | |||||
* | Added Safari 7 and IE10 to the list of unsupported browsers | Reed Garmsen | 2015-10-30 | 1 | -2/+2 |
| | |||||
* | Moving single team redirect to backend | =Corey Hulen | 2015-10-28 | 1 | -2/+5 |
| | |||||
* | PLT-340 | =Corey Hulen | 2015-10-27 | 1 | -15/+19 |
| | |||||
* | Parse incoming webhook requsets into model instead of string map | JoramWilander | 2015-10-26 | 1 | -7/+7 |
| | |||||
* | Addressing issues from group code review | =Corey Hulen | 2015-10-22 | 1 | -1/+0 |
| | |||||
* | Merge branch 'master' into PLT-44 | =Corey Hulen | 2015-10-20 | 1 | -2/+2 |
|\ | |||||
| * | Changed all goroutine functions to use '...AndForget' as the standard naming ↵ | Reed Garmsen | 2015-10-19 | 1 | -2/+2 |
| | | | | | | | | system | ||||
* | | Multi-session login | =Corey Hulen | 2015-10-20 | 1 | -6/+5 |
| | | |||||
* | | Adding multi-session cookie | =Corey Hulen | 2015-10-20 | 1 | -30/+6 |
| | |