summaryrefslogtreecommitdiffstats
path: root/web/react/utils
Commit message (Collapse)AuthorAgeFilesLines
* 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
| * | | Added case for window resize and cleaned up functionnickago2015-08-121-1/+0
| | | |
| * | | Completely rehauled scrolling system, finished base implementationnickago2015-08-121-2/+1
| |/ /
* | / Revert "MM-375 Adds text formatting features using a modified version of the ↵Christopher Speller2015-08-141-229/+79
| |/ |/| | | | | marked js library"
* | Merge pull request #360 from rgarmsen2295/mm-375dJoram Wilander2015-08-141-79/+229
|\ \ | | | | | | MM-375 Adds text formatting features using a modified version of the marked js library
| * | Cosmetic refactoring of the notifyMe function in utils.jsx and removed ↵Reed Garmsen2015-08-121-24/+24
| | | | | | | | | | | | unnecessary files
| * | Cosmetic refactoring of post_body.jsxReed Garmsen2015-08-121-0/+2
| | |
| * | Cosmetic refactoring of textToJsx functionReed Garmsen2015-08-121-82/+131
| | |
| * | Implemented basic text formatting package using a modfied version of the ↵Reed Garmsen2015-08-121-27/+126
| |/ | | | | | | marked js library. Supports *bold*, _italics_, and `code`
* | Merge pull request #370 from hmhealey/mm1812Christopher Speller2015-08-143-0/+43
|\ \ | | | | | | MM-1812 Provide warnings on team invite screens when email is disabled
| * | Removed isEmailEnabledSynchronous and switched the email disabled warnings ↵hmhealey2015-08-131-21/+0
| | | | | | | | | | | | to use ConfigStore
| * | Added ConfigStore that is populated from the serverhmhealey2015-08-133-0/+43
| | |
| * | Reformatted code to match the style guidehmhealey2015-08-111-2/+2
| | |
| * | Added initial api to allow clientside code to query serverside configurationhmhealey2015-08-111-0/+21
| |/
* | Merge pull request #365 from mattermost/mm-1700Christopher Speller2015-08-144-92/+209
|\ \ | | | | | | MM-1700 don't pull all channel data all the time
| * | update rename channel modal to not refresh page on channel name changeJoramWilander2015-08-111-6/+17
| | |
| * | incorporate channel updateAt into channel counts and pull channel data on ↵JoramWilander2015-08-111-2/+4
| | | | | | | | | | | | channel update