Граф коммитов

1837 Коммитов

Автор SHA1 Сообщение Дата
nickago
b69221aa7f Added unit tests 2015-08-27 09:26:14 -07:00
nickago
824917b029 Added wildcard highlighting and removed redundant whitespace parsing 2015-08-27 08:57:07 -07:00
nickago
72fc15ddf3 Added server parsing of wildcards 2015-08-27 08:57:07 -07:00
Corey Hulen
d3093028cf Merge pull request #484 from mattermost/mm-1994
MM-1994 Improvements to import UI
2015-08-27 08:32:09 -07:00
Christopher Speller
e1c09605dc Merge pull request #469 from mattermost/mm-1699
MM-1699 Refactored post handling/updating on both the client and server
2015-08-27 11:22:19 -04:00
Christopher Speller
ea4beb7c45 Merge pull request #487 from rgarmsen2295/mm-2000
MM-2000 Added links to the teams listed in the 'Find your teams' email
2015-08-27 10:02:19 -04:00
Christopher Speller
d5e202a4d9 Merge pull request #472 from rgarmsen2295/mm-1853
MM-1853 Prevents users from typing more than 4000 characters into any any post/comment
2015-08-27 10:01:54 -04:00
Joram Wilander
cf1c2ad2cc Merge pull request #481 from BastienDurel/master
Add Date header in mail so it will be sorted correctly
2015-08-27 09:46:29 -04:00
Bastien Durel
dce1f1e988 Use better format for date, as RFC1123 re-defined it over RFC822, and states 'implementations SHOULD use numeric timezones instead of timezone names' 2015-08-27 15:03:04 +02:00
JoramWilander
041d89b85a Refactored post handling/updating on both the client and server. 2015-08-27 08:21:26 -04:00
Christopher Speller
8356e25f80 Merge pull request #471 from nickago/MM-1803
MM-1803 Added clearing of search bar on close of comment section of RHS
2015-08-27 08:19:40 -04:00
Joram Wilander
232fd59ef4 Merge pull request #470 from nickago/MM-1945
MM-1945 Added a link to error page that returns users to the root page
2015-08-27 08:18:59 -04:00
Reed Garmsen
a56603d666 Moved duplicate code into functions and added better handling of large paste text dumps 2015-08-26 16:53:19 -07:00
Reed Garmsen
841aef34f5 Added links to the teams listed in the 'Find your teams' email 2015-08-26 15:02:34 -07:00
Christopher Speller
1ed6718dd9 Improvements to import UI 2015-08-26 15:24:17 -04:00
Bastien Durel
ab5b2d12a5 missing tab 2015-08-26 20:17:52 +02:00
Bastien Durel
2ebbc7a410 Merge branch 'master' of github.com:mattermost/platform 2015-08-26 17:01:39 +02:00
Bastien Durel
224e7d1a7b tabify 2015-08-26 16:45:57 +02:00
Bastien Durel
af02957c22 add date header in mail 2015-08-26 16:43:24 +02:00
Christopher Speller
378f0b52c1 Merge pull request #478 from rgarmsen2295/mm-2007
MM-2007 Clears the 'New Channel' dialogue box of errors and previous input on exit
2015-08-26 09:28:16 -04:00
Reed Garmsen
68ba3174fe Clears the 'new channel' dialogue box of errors and previous input on exit 2015-08-25 17:38:16 -07:00
Corey Hulen
d653dc18e4 Merge pull request #476 from rgarmsen2295/mm-1915
MM-1915 Added white background to non-image file previews
2015-08-25 16:49:48 -07:00
Reed Garmsen
146b349183 Added white background to non-image files (was previously transparent 2015-08-25 16:17:25 -07:00
=Corey Hulen
3ba4914b49 fixing build 2015-08-25 13:27:23 -07:00
nickago
70634ecdf2 Added clearing of search bar on close of comment section of RHS 2015-08-25 13:26:36 -07:00
Corey Hulen
eb5af31c17 Merge pull request #466 from mattermost/mm-1912
Fixes mm-1912 move get file info into its own web service call
2015-08-25 13:17:21 -07:00
Reed Garmsen
656a88efdd Fixed issue with carriage returns being counted improperly in non-ie browsers and updated error messages to be appropriate to what is being typed (message vs. post vs. edit) 2015-08-25 13:16:44 -07:00
nickago
6ac39ef687 Added a link to error page that returns users to the root page 2015-08-25 11:06:11 -07:00
Reed Garmsen
5766bbfc65 Prevents users from typing more than 4000 characters into any 'textbox' (posts, comments, and post/comment edits). Also adds new error message for when users hit exactly 4000 characters so they know the limit. 2015-08-25 09:40:08 -07:00
Christopher Speller
b4ee263730 Merge pull request #467 from mattermost/mm-2021
Fixes mm-2021 removes hard coded port for SSL
2015-08-25 12:24:46 -04:00
Joram Wilander
70da0dbec6 Merge pull request #456 from mattermost/mm-1960
Fixes mm-1960 allows upload of files over 1MB to Elastic Beanstalk
2015-08-25 08:55:29 -04:00
Joram Wilander
e8731133d2 Merge pull request #464 from rgarmsen2295/mm-1895
MM-1895 Adds email help text
2015-08-25 08:52:37 -04:00
Joram Wilander
b40de482a3 Merge pull request #445 from rgarmsen2295/mm-1995
MM-1995 Moved the ability to rename a team into the team settings modal and fixed valet regression
2015-08-25 08:51:54 -04:00
Joram Wilander
fccb967aff Merge pull request #460 from nickago/MM-1996
MM-1996 exapnded form tag to include submission button
2015-08-25 08:50:12 -04:00
Christopher Speller
bca7cb76db Merge pull request #458 from rgarmsen2295/mm-1983
MM-1983 Fixed issue with timestamp incorrectly displaying single digit minutes
2015-08-25 08:48:32 -04:00
=Corey Hulen
ec1fbeb1a5 Fixes mm-2021 removes hard coded port 2015-08-24 17:04:54 -07:00
=Corey Hulen
7472d9b29b Fixes mm-2021 removes hard coded port 2015-08-24 17:02:27 -07:00
Corey Hulen
b76b314153 Merge pull request #463 from mattermost/mm-1991
Fixes mm-1991 Allow ability to white label
2015-08-24 15:15:06 -07:00
Corey Hulen
415ea0b502 Merge pull request #459 from nickago/MM-1966
MM-1966 Re-enabled enter key submission for send invites page
2015-08-24 15:14:36 -07:00
=Corey Hulen
64b179ab0e Fixes mm-1912 move get file info into its own web service call 2015-08-24 15:03:52 -07:00
Corey Hulen
930488f002 Merge pull request #465 from rgarmsen2295/prof-img-fix
Fixes issue with site trying to load profile pictures without having profile information
2015-08-24 13:09:25 -07:00
Joram Wilander
106cff4195 Merge pull request #452 from CtrlZvi/starttls_auth
Add SMTP auth to STARTTLS connections
2015-08-24 15:58:22 -04:00
Reed Garmsen
b2c16401c8 Fixed issue with site tryinng to load profile pictures without having profile information 2015-08-24 12:58:04 -07:00
Joram Wilander
29c7f61c3a Merge pull request #441 from nickago/MM-1893
MM-1893 Upon exiting edit post modal, focus is placed on the respective text input field
2015-08-24 15:57:56 -04:00
Joram Wilander
c486508431 Merge pull request #446 from rgarmsen2295/mm-1999
MM-1999 Removes 'for' from the edit channel description title when the channel has no title
2015-08-24 15:56:39 -04:00
Reed Garmsen
a7f932ef90 Added email help text and added licensing info 2015-08-24 12:28:46 -07:00
Corey Hulen
d0be2ef930 Merge pull request #451 from CtrlZvi/log_feedback_email_error
Log invalid feedback email before overwriting with default
2015-08-24 12:16:46 -07:00
=Corey Hulen
291c3b8b3d Fixes mm-1991 Allow ability to white label 2015-08-24 12:12:25 -07:00
nickago
203a3e468f exapnded form tag to include submission button 2015-08-24 11:52:29 -07:00
Corey Hulen
192e18cdd0 Merge pull request #449 from rgarmsen2295/mm-1933
Multiple fixes for IE10 & Edge browsers primarily due to aggressive ajax call caching on the browser
2015-08-24 11:27:49 -07:00