summaryrefslogtreecommitdiffstats
path: root/web/react/utils
Commit message (Expand)AuthorAgeFilesLines
...
* finalize implenetation of predictive client posts so that users get immediate...JoramWilander2015-08-182-11/+21
* adds predictive posting on the clientJoramWilander2015-08-181-0/+2
* Merge pull request #391 from asaadmahmoodspin/masterChristopher Speller2015-08-181-0/+14
|\
| * Multiple UI changesAsaad Mahmood2015-08-181-0/+14
* | Merge pull request #381 from mattermost/mm-1705Christopher Speller2015-08-183-4/+15
|\ \
| * | 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
|\ \ \ | |_|/ |/| |
| * | 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
|\ \ \
| * | | 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
| |/ |/|
* | Merge pull request #360 from rgarmsen2295/mm-375dJoram Wilander2015-08-141-79/+229
|\ \
| * | Cosmetic refactoring of the notifyMe function in utils.jsx and removed unnece...Reed Garmsen2015-08-121-24/+24
| * | 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 mark...Reed Garmsen2015-08-121-27/+126
| |/
* | Merge pull request #370 from hmhealey/mm1812Christopher Speller2015-08-143-0/+43
|\ \
| * | Removed isEmailEnabledSynchronous and switched the email disabled warnings to...hmhealey2015-08-131-21/+0
| * | 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
|\ \
| * | 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 cha...JoramWilander2015-08-111-2/+4
| * | added getChannelCounts service and refactored the client to more intelligentl...JoramWilander2015-08-112-103/+167
| * | added getChannel api service and use that over getChannels where appropriate ...JoramWilander2015-08-113-0/+40
| |/
* / Added jpeg's to list of image typesnickago2015-08-111-1/+1
|/
* Merge pull request #359 from hmhealey/mm1770Christopher Speller2015-08-112-3/+28
|\
| * Changed post drafts to maintain a store a unique id for each file upload to f...hmhealey2015-08-101-0/+21
| * Added the ability to cancel file uploads on postshmhealey2015-08-101-3/+7
* | Added keys to array-based elements and made getMe asynchronousnickago2015-08-062-12/+4
|/
* Changed max number of displayed direct message channels to 20nickago2015-08-051-1/+1
* Merge pull request #302 from hmhealey/mm1788Corey Hulen2015-08-021-1/+0
|\
| * Removed ^replying in preparation for 0.6.0hmhealey2015-07-301-1/+0
* | Merge pull request #276 from mattermost/mm-1688Corey Hulen2015-08-023-4/+11
|\ \
| * | removed ternary operator to make if statement clearerJoramWilander2015-07-301-1/+4
| * | reset number of posts to fetch on channel switch and fresh page loadJoramWilander2015-07-293-4/+8
| |/
* | Merge pull request #274 from mattermost/mm-1497Corey Hulen2015-08-021-0/+2
|\ \
| * | removed uneccessary utils loadThumbnails functionJoramWilander2015-07-311-44/+0
| * | image thumbnails now scale appropriately so there is no whitespace, also gene...JoramWilander2015-07-312-0/+46
* | | Revert "MM-1706 Changed mention highlighting code to split words on all non-w...Joram Wilander2015-07-311-7/+7
|/ /
* | Merge pull request #271 from hmhealey/mm1656Joram Wilander2015-07-311-0/+65
|\ \
| * | Updated ViewImage modal dialog to include details about non-image fileshmhealey2015-07-291-0/+6
| * | Added utility function to get a file attachment's urlhmhealey2015-07-291-0/+13