Commit Graph

120 Commits

Author SHA1 Message Date
Christopher Speller
fdc3207724 Webpack optimizations and fixes 2016-03-17 11:32:06 -04:00
Christopher Speller
12896bd23e Converting to Webpack. Stage 1. 2016-03-16 18:02:55 -04:00
Christopher Speller
d7cdcf082f Convering client to react-router. 2016-03-14 00:38:25 -04:00
=Corey Hulen
70eee52297 Localizing back button 2016-02-22 07:53:09 -08:00
Elias Nahum
6b7438b52f PLT-7: Refactoring frontend (chunk 6)
- Authorize
- Signup Team Confirm
- Footer
2016-01-29 13:50:48 -03:00
Elias Nahum
e88156ea24 Fix docs route to include the user locale
- Move Messaging_{locale}.md files to static/help
2016-01-28 17:14:11 -03:00
Elias Nahum
53e495cf33 PLT-7: Refactoring frontend (chunk 4) 2016-01-28 16:16:39 -03:00
hmhealey
a6c97490b3 Changed first preference load to be done synchronously 2016-01-26 13:50:57 -05:00
Elias Nahum
2902df1621 PLT-7: Refactoring entry point and web to use translations (chunk 8)
- Add spanish translations
2016-01-25 17:44:11 -03:00
Elias Nahum
470349d105 PLT-7: Refactoring api to use translations (chunk 4)
- Translation for api templates english and spanish
2016-01-24 17:10:54 -03:00
=Corey Hulen
ec5b278fca PLT-7 fixing dist build 2016-01-21 16:36:12 -06:00
=Corey Hulen
2219854359 PLT-7 client side infra 2016-01-21 14:15:44 -06:00
=Corey Hulen
dea84b1892 PLT-7 Adding react-intl libs 2016-01-21 13:54:21 -06:00
Corey Hulen
aefbb541d0 Revert " PLT-7 adding loc for db calls" 2016-01-20 13:36:16 -06:00
=Corey Hulen
75f8729e2d PLT-7 adding loc db calls for users table 2016-01-20 12:43:44 -06:00
=Corey Hulen
aac8d121a0 PLT-7 adding loc db calls for posts table 2016-01-20 10:34:31 -06:00
=Corey Hulen
3ac5ecf0e9 PLT-7 adding loc db calls for session table 2016-01-20 10:18:11 -06:00
=Corey Hulen
11c035aef4 PLT-7 adding loc db calls for oauth table 2016-01-20 10:04:17 -06:00
=Corey Hulen
640d3018c9 PLT-7 adding loc db calls for oauth table 2016-01-20 08:56:09 -06:00
=Corey Hulen
ef11df7532 PLT-7 adding loc db calls for webhooks table 2016-01-20 08:44:05 -06:00
=Corey Hulen
5b2ec62347 PLT-7 adding loc db calls for team table 2016-01-20 08:33:26 -06:00
=Corey Hulen
f5eb3c1bcb PLT-7 adding loc for db calls audits and prefs 2016-01-20 07:59:56 -06:00
JoramWilander
9110dd54a1 Added license validation and settings 2016-01-14 08:24:09 -05:00
Corey Hulen
b8c70b4d04 Merge pull request #1876 from mattermost/release-1.4
Release 1.4 RC2
2016-01-12 14:46:06 -06:00
JoramWilander
d1eb3eef30 Add removal comments 2016-01-12 08:04:55 -05:00
JoramWilander
1763ff6d72 Support old oauth routes 2016-01-12 08:02:38 -05:00
=Corey Hulen
b1251b9393 Upgrade logging package 2016-01-11 09:12:51 -06:00
Harrison Healey
5bcb9f1c50 Merge pull request #1813 from mattermost/PLT-1558
PLT-1558 adding session length to config file
2016-01-06 16:13:10 -05:00
Christopher Speller
fcb87ca42f Merge pull request #1814 from mattermost/PLT-1485a
PLT-1485 Adding last view channel sticky
2016-01-06 09:15:44 -05:00
Alex Polozov
23a8d954d9 [Fix #1669] Allow parameters in Content-Type of incoming webhook request
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.
2016-01-06 02:58:27 +00:00
=Corey Hulen
f0e620a485 PLT-1485 Adding last view channel sticky 2016-01-05 14:48:05 -06:00
=Corey Hulen
bd4314e977 PLT-1558 adding session length to config file 2016-01-05 11:13:25 -06:00
JoramWilander
a6ae90ac2a Add ability to switch between SSO and email account 2015-12-17 12:44:46 -05:00
Christopher Speller
58358ddd7c Some refactoring 2015-12-16 17:30:15 -05:00
Reed Garmsen
7fb1551254 Fixed issue with emails containing a '+' 2015-12-13 15:47:44 -08:00
Christopher Speller
9e8cd93790 Implementing Permalinks and jumping to post from search. Performance
improvements.
2015-11-23 09:53:15 -05:00
Florian Orben
e9a8bcd727 PLT-327: Add help text for Markdown 2015-11-17 18:55:20 +01:00
Florian Orben
ab99c378c4 allow incoming webhooks even if it doesnt have a text on it if attachment field is present 2015-11-14 01:45:48 +01:00
Christopher Speller
1dbdaf8156 Adding safari 8 to list of unsupported browsers. 2015-11-12 14:38:35 -05:00
Joram Wilander
1ecad4301e Merge pull request #1327 from florianorben/PLT-857-2
PLT-857: Support `attachments` for Incoming Webhooks
2015-11-06 09:05:32 -05:00
Florian Orben
c1baee3984 don't panic if incoming webhook contains invalid json 2015-11-06 00:42:12 +01:00
Florian Orben
7e3b53c37b fix alter table command for postgres 2015-11-06 00:24:39 +01:00
Florian Orben
b085bc2d56 PLT-857: Support for Incoming Webhooks - Try #2 2015-11-05 23:33:21 +01:00
=Corey Hulen
6db2dd9079 PLT-951 PLT-972 fixing issues with team directory 2015-11-02 12:34:18 -08:00
Reed Garmsen
dd978c3e57 Added Safari 7 and IE10 to the list of unsupported browsers 2015-10-30 14:13:10 -07:00
=Corey Hulen
0b967b2acb Moving single team redirect to backend 2015-10-28 08:58:27 -07:00
=Corey Hulen
bb25056d9a PLT-340 2015-10-27 22:18:52 -07:00
JoramWilander
c94388042b Parse incoming webhook requsets into model instead of string map 2015-10-26 15:10:17 -04:00
=Corey Hulen
cbbee5cadb Addressing issues from group code review 2015-10-22 09:36:46 -07:00
=Corey Hulen
e1f9459029 Merge branch 'master' into PLT-44 2015-10-20 14:50:03 -07:00