Commit Graph

3228 Commits

Author SHA1 Message Date
Pat Lathem
3a588fbc18 Fix highlighting of trailing punctuation for own username 2015-10-25 14:09:09 -05:00
Pat Lathem
80e0a8db1d Fix off by one error 2015-10-24 18:54:01 -05:00
Pat Lathem
0c04535599 Remove trailing punctuation when parsing @username references 2015-10-24 18:32:45 -05:00
it33
d8f6cb939f Update Upgrade-Guide.md 2015-10-21 14:53:22 -07:00
it33
01a2ad2ccf Update Upgrade-Guide.md 2015-10-21 14:52:55 -07:00
Harrison Healey
7d94eb1dca Merge pull request #1098 from florianorben/PLT-616
PLT-616: Enable playing of animated GIF in thumbnails and preview
2015-10-21 12:26:07 -04:00
Florian Orben
b9c637ec82 Change stop symbol to another one since chrome-win can't display it 2015-10-21 18:15:04 +02:00
Florian Orben
b00697a500 apply portrait/landscape/quadrat format to playing gif to always display it in best possible way 2015-10-21 18:13:59 +02:00
Florian Orben
62a32f7187 always show stop gif button on small screen sizes 2015-10-21 18:13:59 +02:00
Florian Orben
cd5df514c7 Add stop button to stop animated gifs 2015-10-21 18:13:59 +02:00
Florian Orben
420c754ca3 Horizontally align images if image height > image width 2015-10-21 18:13:59 +02:00
Florian Orben
d167e18f00 PLT-616: Enable playing of animated GIF in thumbnails and preview 2015-10-21 18:13:59 +02:00
it33
9553e44dc5 Create Search.md 2015-10-21 08:47:09 -07:00
Christopher Speller
0e49acede9 Merge pull request #1131 from mattermost/PLT-350
PLT-350 allow ability to disable restricted team names
2015-10-21 11:31:31 -04:00
Harrison Healey
a4e6cce98e Merge pull request #1103 from florianorben/PLT-751
PLT-751: Enable  arrow to edit posts in comment threads
2015-10-21 11:27:27 -04:00
=Corey Hulen
0bfdfd79f0 Fixing unit tests 2015-10-20 21:15:06 -07:00
=Corey Hulen
2022ed68f3 Fixing unit test 2015-10-20 20:39:06 -07:00
=Corey Hulen
b9ce4a644d PLT-350 allow ability to disable restricted team names 2015-10-20 17:30:24 -07:00
Corey Hulen
7ea8268ae8 Merge pull request #1120 from asaadmahmoodspin/ui-improvements
PLT-318 - Updating files overlay design
2015-10-20 14:52:18 -07:00
Corey Hulen
457b3d3475 Merge pull request #1127 from mattermost/formatting-tweaks
Minor formatting adjustments
2015-10-20 14:51:14 -07:00
it33
bfb3040d55 Minor formatting adjustments 2015-10-20 11:38:39 -07:00
it33
e0cda76eb8 Merge pull request #1126 from mattermost/upgrade-guide
Create Upgrade-Guide.md
2015-10-20 11:28:47 -07:00
it33
8424124987 Create Upgrade-Guide.md 2015-10-20 11:15:39 -07:00
Christopher Speller
8b4771a6c7 Merge branch 'release-1.1.0' 2015-10-20 14:04:14 -04:00
Christopher Speller
b8eb11a439 Merge pull request #1125 from mattermost/changelog-update
Update CHANGELOG.md
v1.1.1
2015-10-20 13:05:52 -04:00
it33
fcc67b77cd Update CHANGELOG.md 2015-10-20 12:50:27 -04:00
Joram Wilander
4ed9a9ebca Merge pull request #1100 from girishso/wink_emoji
PLT-699: translate ;) to wink emoji
2015-10-20 12:37:51 -04:00
Asaad Mahmood
e9fc2434fc Updating btn-close size for direct messages on mobile devices. 2015-10-20 21:08:18 +05:00
Asaad Mahmood
b28b519d32 Removing logo email copy file 2015-10-20 20:56:30 +05:00
Joram Wilander
f183f6673f Merge pull request #1116 from sharms/master
Fixed missing colon
2015-10-20 11:50:09 -04:00
Joram Wilander
239abd88e0 Merge pull request #1084 from apaatsio/handle-window-resize-properly
Handle window resize in React way
2015-10-20 11:49:03 -04:00
Christopher Speller
98aaf9067b Merge pull request #1115 from mattermost/salt-fix
Allowing salts longer than 32 chars
2015-10-20 10:38:15 -04:00
Harrison Healey
7d3bc099b9 Merge pull request #1119 from mattermost/fix-db-upgrade
Hotfix to allow db schema .7 to be upgraded to 1.1
2015-10-20 10:02:06 -04:00
Asaad Mahmood
de3cd15b23 Updating custom themes input addon 2015-10-20 18:36:33 +05:00
Asaad Mahmood
4ba3a19855 Adding background transparent for theme inputs 2015-10-20 18:34:49 +05:00
Asaad Mahmood
e48614d6ce PLT-318 - Updating files overlay design 2015-10-20 18:31:34 +05:00
Joram Wilander
460a82878a Merge pull request #1113 from hmhealey/plt716
PLT-716/717 Added from:, in:, and channel: search filters
2015-10-20 08:00:21 -04:00
Joram Wilander
7d8e08ccf6 Merge pull request #1095 from rgarmsen2295/plt-661
PLT-661 Changed all goroutine functions to use '...AndForget' as the naming convention
2015-10-20 07:58:05 -04:00
=Corey Hulen
437efdaaaa Hotfix to allow .7 to be upgraded to 1.1 2015-10-20 04:49:42 -07:00
it33
88b3aa4d80 Create Gitlab-Integration-Service-for-Mattermost.md 2015-10-20 02:11:41 -07:00
Antti Ahti
d3f99e8217 Handle window resize events in React way
Use the React-way of handling resize events. Essentially store the window size in component state instead of doing some custom handling.

See http://facebook.github.io/react/tips/dom-event-listeners.html
2015-10-20 10:07:45 +03:00
it33
4404912909 Minor formatting adjustment 2015-10-19 17:41:39 -07:00
Reed Garmsen
04bf527966 Changed all goroutine functions to use '...AndForget' as the standard naming system 2015-10-19 13:58:15 -07:00
Steven Harms
1d4e96605e Fixed missing colon 2015-10-19 16:02:30 -04:00
Joram Wilander
b5b233f3f0 Merge pull request #1114 from asaadmahmoodspin/ui-improvements
Ui improvements
2015-10-19 15:35:07 -04:00
hmhealey
995c5a276b Fixed incorrectly escaped * in wildcard search for postgres 2015-10-19 15:30:43 -04:00
Florian Orben
27c2862c56 Allow to update root comment in RHS via arrow up shortcut 2015-10-19 21:06:09 +02:00
Florian Orben
58b57acfac PLT-751: Enable arrow to edit posts in comment threads 2015-10-19 21:04:09 +02:00
Asaad Mahmood
b950d99b3a Updating direct messages title 2015-10-19 23:59:17 +05:00
Harrison Healey
d139c9e825 Merge pull request #1108 from mattermost/plt-235
PLT-235 Implement outgoing webhooks.
2015-10-19 14:24:02 -04:00