summaryrefslogtreecommitdiffstats
path: root/web/react/utils/utils.jsx
Commit message (Expand)AuthorAgeFilesLines
...
| * | 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
| |/
* / update rename channel modal to not refresh page on channel name changeJoramWilander2015-08-111-6/+17
|/
* Changed post drafts to maintain a store a unique id for each file upload to f...hmhealey2015-08-101-0/+21
* Merge pull request #276 from mattermost/mm-1688Corey Hulen2015-08-021-1/+1
|\
| * reset number of posts to fetch on channel switch and fresh page loadJoramWilander2015-07-291-1/+1
* | 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
| * | Added preview images for non-image fileshmhealey2015-07-291-0/+13
| * | Add an info box next to image thumbnails which provides the name, type, and s...hmhealey2015-07-291-0/+33
| |/
* / Changed mention highlighting code to split words on all non-word charactershmhealey2015-07-301-7/+7
|/
* Merge pull request #252 from rgarmsen2295/ie10-image-regression-fixChristopher Speller2015-07-291-2/+9
|\
| * Removed usage of window.location.origin throughout the codebaseReed Garmsen2015-07-271-3/+4
| * Fixes issue with images not displaying due to window.origin not being defined...Reed Garmsen2015-07-271-2/+8
* | Display thumbnails for files without file extensionshmhealey2015-07-281-3/+6
|/
* Changing the way we mattermost handles URLs. team.domain.com becomes domain.c...Christopher Speller2015-07-201-19/+7
* Use a user's full name as their display name if a nickname hasn't been specifiedhmhealey2015-07-171-1/+19
* Unify all locations where we determine a user's display named based off of th...hmhealey2015-07-171-1/+7
* Merge pull request #198 from nickago/MM-1518Joram Wilander2015-07-171-1/+7
|\
| * fixed formattingnickago2015-07-161-1/+1
| * readded spacenickago2015-07-161-0/+1
| * Fixed config on our link parsernickago2015-07-161-2/+7
* | Merge pull request #183 from nickago/MM-1073Joram Wilander2015-07-161-8/+15
|\ \ | |/ |/|
| * Changed scope of 'metatdata'nickago2015-07-151-1/+1
| * Need you GDev key for youtube stuffnickago2015-07-141-8/+15
* | [webui] fix loading animation for ieralder2015-07-111-4/+35
|/
* Merge pull request #150 from mattermost/mm-895Joram Wilander2015-07-081-14/+0
|\
| * Finishing centralization of BrowserStoreChristopher Speller2015-07-081-14/+0
* | Semicolons and a bug fixnickago2015-07-081-5/+5
* | Changed linkify to autolinker and wrote gap-bridging codenickago2015-07-081-11/+25
|/
* make loop simplerJoramWilander2015-07-021-1/+1
* fix getDirectTeammate so that if teammate is the second id it doesn't return ...JoramWilander2015-07-021-11/+13
* Finally fixed the git weirdnessnickago2015-07-011-0/+18
* Merge pull request #110 from nickago/MM-1430Corey Hulen2015-06-301-2/+2
|\
| * Added the ability to have hashtags with dashes in themnickago2015-06-301-2/+2
* | Removed unnecessary loop copyingReed Garmsen2015-06-301-5/+1
* | Changed keyword logic to use arrays rather than maps to remove highlighting o...Reed Garmsen2015-06-301-5/+5
|/
* @all and @channel now highlight like other mentionsJoramWilander2015-06-301-2/+5
* Merge pull request #32 from rgarmsen2295/mm-1282Corey Hulen2015-06-251-0/+15
|\
| * Added a util function that checks that local/session storage is enabled. Als...Reed Garmsen2015-06-181-0/+15
| * fix for dockerhost HELIUM=Corey Hulen2015-06-181-2/+11
* | Merge pull request #19 from mattermost/mm-1235Corey Hulen2015-06-251-1/+1
|\ \
| * | fixes mm-1235 clicking on mentions now works properlyJoramWilander2015-06-171-1/+1
| |/