summaryrefslogtreecommitdiffstats
path: root/web/react/utils/utils.jsx
Commit message (Collapse)AuthorAgeFilesLines
* PLT-93 cleaing up client side configs=Corey Hulen2015-09-151-3/+2
|
* Merge pull request #682 from mattermost/nc-patchJoram Wilander2015-09-151-1/+1
|\ | | | | Fixing cutoff team name in new channel modal.
| * Fixing cutoff team name in new channel modalChristopher Speller2015-09-151-1/+1
| |
* | Merge pull request #676 from hmhealey/mm1900bJoram Wilander2015-09-151-199/+0
|\ \ | |/ |/| MM-1900 Removed textToJsx
| * Removed textToJsx!hmhealey2015-09-141-199/+0
| |
* | Merge pull request #678 from mattermost/mm-1589Corey Hulen2015-09-141-0/+11
|\ \ | | | | | | PLT-171 MM-1589 New add channel modal using react-bootstrap.
| * | New add channel modal using react-bootstrap.Christopher Speller2015-09-141-0/+11
| |/
* | replace lowerName with nameMichael Leer2015-09-141-3/+1
| |
* | PLT-41Michael Leer2015-09-141-2/+2
|/ | | | | Removed lowercase from the error wording. Removed additional toLowerCase within validator.
* Fixed @mentions containing uppercase charactershmhealey2015-09-041-1/+1
|
* MM-1852 Fixed hashtag regex so that it only looks for hashtags starting with a #hmhealey2015-09-031-1/+1
|
* Merge pull request #566 from nickago/hotfixCorey Hulen2015-09-021-1/+1
|\ | | | | fixed bug in function binding causing search to slip to end word of post
| * fixed bug in function binding causing trimWord to slip to end word of postnickago2015-09-021-1/+1
| |
* | Moving config.js to /web/react/utils/ Including in every file neededChristopher Speller2015-09-021-0/+1
|/
* Cosmetic refactoring for ESLintChristopher Speller2015-09-021-213/+271
|
* Merge pull request #492 from nickago/MM-1796Christopher Speller2015-08-311-1/+32
|\ | | | | MM-1796 Added parsing of the 't=' parameter on youtube videos
| * Added parsing of the 't=' parameter on youtube videosnickago2015-08-271-1/+32
| |
* | 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
| | | |
* | | | removed vestigial perfect Scrollbar commandnickago2015-08-271-1/+0
|/ / /
* | | Merge pull request #469 from mattermost/mm-1699Christopher Speller2015-08-271-1/+1
|\ \ \ | | | | | | | | MM-1699 Refactored post handling/updating on both the client and server
| * | | Refactored post handling/updating on both the client and server.JoramWilander2015-08-271-1/+1
| | |/ | |/|
* | | Merge pull request #472 from rgarmsen2295/mm-1853Christopher Speller2015-08-271-0/+52
|\ \ \ | |/ / |/| | 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)
* | Merge pull request #466 from mattermost/mm-1912Corey Hulen2015-08-251-17/+0
|\ \ | |/ |/| 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-241-17/+0
| |
* | Fixed issue with timestamp incorrectly displaying single digit minutesReed Garmsen2015-08-241-1/+1
|/
* 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
|
* Cosmetic refactoring for ESLintChristopher Speller2015-08-191-448/+481
|
* Implemention of slack import feature.Christopher Speller2015-08-191-0/+9
|
* Merge pull request #383 from rgarmsen2295/mm-1584bCorey Hulen2015-08-181-1/+14
|\ | | | | 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-181-1/+14
| |
* | Formatted comments' time in RHS similar to rootnickago2015-08-181-0/+4
|/
* 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 #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
| * | Added case for window resize and cleaned up functionnickago2015-08-121-1/+0
| | |
| * | Completely rehauled scrolling system, finished base implementationnickago2015-08-121-2/+1
| |/