Commit Graph

207 Commits

Author SHA1 Message Date
hmhealey
bc8e69d99f Fixed incorrect check if a url starts with an explicit protocol 2015-09-18 11:56:23 -04:00
Christopher Speller
b1f26540ce Merge pull request #693 from mattermost/mm-1419
Implement OAuth2 service provider functionality.
2015-09-16 16:26:56 -04:00
JoramWilander
47e6a33a45 Implement OAuth2 service provider functionality. 2015-09-16 15:49:12 -04:00
Corey Hulen
4e11fa23d7 Merge pull request #695 from hmhealey/startswith
Replaced instances of startsWith with lastIndexOf in TextFormatting
2015-09-16 11:17:25 -07:00
hmhealey
60d2cff723 Replaced instances of startsWith with lastIndexOf in TextFormatting 2015-09-16 14:08:10 -04:00
=Corey Hulen
d625e62d96 Finished removing some of the last bits of client side config 2015-09-15 19:29:00 -07:00
=Corey Hulen
5e2f701e6c Removing old config stuff 2015-09-15 19:09:50 -07:00
=Corey Hulen
b2a679c25d PLT-93 cleaing up client side configs 2015-09-15 18:59:14 -07:00
=Corey Hulen
788fc4373b removing loggly 2015-09-15 14:20:25 -07:00
Christopher Speller
1bbb5265be Merge pull request #681 from mattermost/PLT-12-log
PLT-12 Adding server logs viewer to admin console
2015-09-15 15:59:29 -04:00
Joram Wilander
125094b21b Merge pull request #682 from mattermost/nc-patch
Fixing cutoff team name in new channel modal.
2015-09-15 11:16:31 -04:00
Joram Wilander
4a9984d166 Merge pull request #676 from hmhealey/mm1900b
MM-1900 Removed textToJsx
2015-09-15 08:20:01 -04:00
Christopher Speller
edecf835ed Fixing cutoff team name in new channel modal 2015-09-15 08:11:00 -04:00
=Corey Hulen
3bd350dcaf Merge branch 'master' into PLT-12-log 2015-09-14 16:59:24 -07:00
Corey Hulen
bfebb41bc0 Merge pull request #678 from mattermost/mm-1589
PLT-171 MM-1589 New add channel modal using react-bootstrap.
2015-09-14 16:57:54 -07:00
hmhealey
4c9ae22b62 Renamed text formatting tokens so that there should be significantly less chance of having conflicting tokens 2015-09-14 15:08:13 -04:00
Christopher Speller
0ea0233c50 New add channel modal using react-bootstrap. 2015-09-14 13:56:58 -04:00
hmhealey
d8779efc99 Removed textToJsx! 2015-09-14 12:22:02 -04:00
hmhealey
3e3b52554a Cleaned up TextFormatting and added a default click handler for hashtags and @mentions 2015-09-14 12:21:58 -04:00
Michael Leer
90ef55b428 replace lowerName with name 2015-09-14 16:10:31 +01:00
Michael Leer
5fbd1e9860 PLT-41
Removed lowercase from the error wording.
Removed additional toLowerCase within validator.
2015-09-14 15:15:48 +01:00
hmhealey
214e48835a Added highlighting of search terms to the new text formatting 2015-09-14 09:19:27 -04:00
hmhealey
e1797c7d55 Added autolinking of hashtags to the new text formatting 2015-09-14 09:19:27 -04:00
hmhealey
3ab2814af3 Added autolinking of urls to the new text formatting 2015-09-14 09:19:26 -04:00
hmhealey
5d28ffa444 Added highlighting when the current user is mentioned to the new text formatting 2015-09-14 09:19:26 -04:00
hmhealey
91f258c725 Added handling for @mentions to the new text formatting 2015-09-14 09:19:26 -04:00
hmhealey
2d2939576c Added skeleton for new text formatting code which will replace textToJsx 2015-09-14 09:19:26 -04:00
=Corey Hulen
e06e292be7 PLT-12 adding log viewer 2015-09-10 18:32:22 -07:00
Christopher Speller
b15b297bb3 Merge pull request #623 from mattermost/plt-35
PLT-35 Add post list container to hold mounted post lists for faster rendering/channel switching.
2015-09-09 08:22:06 -04:00
Joram Wilander
05eb81638d Merge pull request #602 from mattermost/mm-1409
MM-1409 Adding ability to export data from mattermost
2015-09-08 11:55:37 -04:00
JoramWilander
5c0680397d Add post list container to hold mounted post lists for faster rendering/channel switching. 2015-09-08 10:11:57 -04:00
hmhealey
45b034053a Fixed @mentions containing uppercase characters 2015-09-04 12:34:55 -04:00
Christopher Speller
f0fd9a9e8b Adding ability to export data from mattermost 2015-09-04 11:11:38 -04:00
Corey Hulen
b3fea25edd Merge pull request #590 from nickago/MM-1932
MM-1932 Added emoji wrapper with cross platform available gliffs
2015-09-03 13:37:00 -07:00
nickago
c81efd1391 Added emoji wrapper with cross platform available gliffs 2015-09-03 09:35:40 -07:00
hmhealey
fede1ae96f MM-1852 Fixed hashtag regex so that it only looks for hashtags starting with a # 2015-09-03 12:21:13 -04:00
Corey Hulen
723e0756e8 Merge pull request #566 from nickago/hotfix
fixed bug in function binding causing search to slip to end word of post
2015-09-02 13:55:13 -07:00
nickago
d2904c4dcb fixed bug in function binding causing trimWord to slip to end word of post 2015-09-02 13:52:48 -07:00
Christopher Speller
f79eea1854 Moving config.js to /web/react/utils/ Including in every file needed 2015-09-02 16:49:32 -04:00
Christopher Speller
0ffb8e6203 Cosmetic refactoring for ESLint 2015-09-02 10:49:01 -04:00
Christopher Speller
3cdd0192dd Merge pull request #492 from nickago/MM-1796
MM-1796 Added parsing of the 't=' parameter on youtube videos
2015-08-31 09:03:38 -04:00
Christopher Speller
34cd8b5059 Merge pull request #477 from nickago/MM-1794
MM-1794 Reformatted Youtube video display
2015-08-31 09:03:19 -04:00
Christopher Speller
ccb5d076d5 Merge pull request #475 from nickago/MM-1773
MM-1773a Add wildcard searching for postgresql
2015-08-31 09:03:11 -04:00
Reed Garmsen
023b286930 Removed warning message when at the max character limit 2015-08-28 14:43:48 -07:00
JoramWilander
4ea9635b50 Remove Google as a SSO service. 2015-08-28 10:02:45 -04:00
Christopher Speller
75af5d4536 Merge pull request #496 from mattermost/mm-2015
MM-2015 Added the ability to create a team with SSO services and added the ability to turn off email sign up.
2015-08-28 09:14:37 -04:00
JoramWilander
f5fec3a157 Added the ability to create a team with SSO services and added the ability to turn off email sign up. 2015-08-28 08:37:55 -04:00
nickago
a61688f9eb removed vestigial perfect Scrollbar command 2015-08-27 13:16:57 -07:00
JoramWilander
a6c7fe76a5 If we don't have any posts for a channel, pull page rather than pulling latest. 2015-08-27 12:56:15 -04:00
nickago
824917b029 Added wildcard highlighting and removed redundant whitespace parsing 2015-08-27 08:57:07 -07:00