summaryrefslogtreecommitdiffstats
path: root/web/react/utils
Commit message (Collapse)AuthorAgeFilesLines
...
* | Merge pull request #477 from nickago/MM-1794Christopher Speller2015-08-311-2/+5
|\ \ | | | | | | MM-1794 Reformatted Youtube video display
| * | Reformatted Youtube video displaynickago2015-08-251-2/+5
| | |
* | | Merge pull request #475 from nickago/MM-1773Christopher Speller2015-08-311-3/+15
|\ \ \ | | | | | | | | MM-1773a Add wildcard searching for postgresql
| * | | Added wildcard highlighting and removed redundant whitespace parsingnickago2015-08-271-3/+15
| | | |
* | | | Removed warning message when at the max character limitReed Garmsen2015-08-281-37/+0
| | | |
* | | | Remove Google as a SSO service.JoramWilander2015-08-281-1/+0
| | | |
* | | | Merge pull request #496 from mattermost/mm-2015Christopher Speller2015-08-282-0/+16
|\ \ \ \ | | | | | | | | | | MM-2015 Added the ability to create a team with SSO services and added the ability to turn off email sign up.
| * | | | Added the ability to create a team with SSO services and added the ability ↵JoramWilander2015-08-282-0/+16
| | | | | | | | | | | | | | | | | | | | to turn off email sign up.
* | | | | removed vestigial perfect Scrollbar commandnickago2015-08-271-1/+0
|/ / / /
* / / / If we don't have any posts for a channel, pull page rather than pulling latest.JoramWilander2015-08-271-0/+5
|/ / /
* | | Merge pull request #469 from mattermost/mm-1699Christopher Speller2015-08-273-8/+66
|\ \ \ | | | | | | | | MM-1699 Refactored post handling/updating on both the client and server
| * | | Refactored post handling/updating on both the client and server.JoramWilander2015-08-273-8/+66
| | |/ | |/|
* | | Merge pull request #472 from rgarmsen2295/mm-1853Christopher Speller2015-08-272-0/+53
|\ \ \ | |/ / |/| | MM-1853 Prevents users from typing more than 4000 characters into any any post/comment
| * | Moved duplicate code into functions and added better handling of large paste ↵Reed Garmsen2015-08-261-0/+24
| | | | | | | | | | | | text dumps
| * | Fixed issue with carriage returns being counted improperly in non-ie ↵Reed Garmsen2015-08-251-0/+28
| | | | | | | | | | | | browsers and updated error messages to be appropriate to what is being typed (message vs. post vs. edit)
| * | Prevents users from typing more than 4000 characters into any 'textbox' ↵Reed Garmsen2015-08-251-0/+1
| |/ | | | | | | (posts, comments, and post/comment edits). Also adds new error message for when users hit exactly 4000 characters so they know the limit.
* | Merge pull request #466 from mattermost/mm-1912Corey Hulen2015-08-252-17/+14
|\ \ | |/ |/| Fixes mm-1912 move get file info into its own web service call
| * Fixes mm-1912 move get file info into its own web service call=Corey Hulen2015-08-242-17/+14
| |
* | Merge pull request #458 from rgarmsen2295/mm-1983Christopher Speller2015-08-251-1/+1
|\ \ | |/ |/| MM-1983 Fixed issue with timestamp incorrectly displaying single digit minutes
| * Fixed issue with timestamp incorrectly displaying single digit minutesReed Garmsen2015-08-241-1/+1
| |
* | Merge pull request #449 from rgarmsen2295/mm-1933Corey Hulen2015-08-241-6/+11
|\ \ | |/ |/| Multiple fixes for IE10 & Edge browsers primarily due to aggressive ajax call caching on the browser
| * Fixes issue with profile pictures not updating w/o refresh and prevents more ↵Reed Garmsen2015-08-221-0/+5
| | | | | | | | ie10 ajax caching issues
| * Fixed issue with logout in active sessions not working in ie10Reed Garmsen2015-08-221-0/+2
| |
| * Added cache: false to ajax calls that caused problems with ie10Reed Garmsen2015-08-221-6/+4
| |
* | Added fullscreen capability to youtube embednickago2015-08-211-1/+2
|/
* Fixing AM-PM issueChristopher Speller2015-08-201-1/+1
|
* Fixing a few refactoring errors.Christopher Speller2015-08-201-3/+3
|
* Merge pull request #394 from mattermost/mm-1410Joram Wilander2015-08-192-635/+687
|\ | | | | MM-1410 Initial implementaiton of import from Slack
| * Requiring team admin to import and fixing a few style issuesChristopher Speller2015-08-191-2/+1
| |
| * Cosmetic refactoring for ESLintChristopher Speller2015-08-192-642/+670
| |
| * Implemention of slack import feature.Christopher Speller2015-08-192-0/+25
| |
* | Added a message deleted indicator when a post is deleted to let the user ↵JoramWilander2015-08-191-2/+3
|/ | | | know what's happening.
* Merge pull request #383 from rgarmsen2295/mm-1584bCorey Hulen2015-08-182-1/+31
|\ | | | | MM-1584 Private message channels no longer do a page refresh on creation/first use
| * Added feature to the 'More...' PM channel list and fixed small cosmetic issuesReed Garmsen2015-08-182-3/+16
| |
| * Private message channels no longer refresh on creation/first useReed Garmsen2015-08-181-0/+17
| |
* | Formatted comments' time in RHS similar to rootnickago2015-08-181-0/+4
|/
* finalize implenetation of predictive client posts so that users get ↵JoramWilander2015-08-182-11/+21
| | | | immediate feedback after posting
* adds predictive posting on the clientJoramWilander2015-08-181-0/+2
|
* Merge pull request #391 from asaadmahmoodspin/masterChristopher Speller2015-08-181-0/+14
|\ | | | | Multiple UI changes
| * Multiple UI changesAsaad Mahmood2015-08-181-0/+14
| |
* | Merge pull request #381 from mattermost/mm-1705Christopher Speller2015-08-183-4/+15
|\ \ | | | | | | MM-1705 add google as an oauth single-sign-on service
| * | merge async_client getMe changesJoramWilander2015-08-141-6/+6
| | |
| * | added google sign-in functionality to the client, with minor model modificationsJoramWilander2015-08-143-10/+21
| | |
* | | Merge pull request #374 from nickago/MM-1299Joram Wilander2015-08-181-2/+8
|\ \ \ | |_|/ |/| | MM-1299 Fixes problem of two notification sounds in firefox
| * | Added hardcoded firefox functionnickago2015-08-171-3/+3
| | |
| * | move browser check functionality into a methodnickago2015-08-141-1/+5
| | |
| * | Refactored such that the menu doesn't open for firefox usersnickago2015-08-131-1/+1
| | |
| * | Handed control of notification sounds over to browser for firefoxnickago2015-08-121-2/+4
| | |
* | | Revert "Mm 1640 Fixed odd scrolling issues on channel refresh"Joram Wilander2015-08-171-0/+2
| | |
* | | Merge pull request #372 from nickago/MM-1640Christopher Speller2015-08-171-2/+0
|\ \ \ | | | | | | | | Mm 1640 Fixed odd scrolling issues on channel refresh