summaryrefslogtreecommitdiffstats
path: root/web/react/utils
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #159 from rgarmsen2295/mm-1269bCorey Hulen2015-07-101-2/+0
|\
| * Added errorchange listener to textbox that detects if inet is not connected. ...Reed Garmsen2015-07-091-7/+0
| * Notes to myselfReed Garmsen2015-07-091-1/+6
* | Merge pull request #157 from rgarmsen2295/mm-1265Corey Hulen2015-07-101-1/+1
|\ \
| * | Final change to code affected by change to loading more channels logicReed Garmsen2015-07-101-1/+1
| |/
* / fix bugs for pr #150 MM-895ralder2015-07-101-1/+1
|/
* Merge branch 'master' of https://github.com/mattermost/platformAsaad Mahmood2015-07-092-28/+29
|\
| * Merge pull request #150 from mattermost/mm-895Joram Wilander2015-07-082-15/+2
| |\
| | * Finishing centralization of BrowserStoreChristopher Speller2015-07-081-14/+0
| | * Modifying all storage to use session storage. Also adding an abstraction laye...Christopher Speller2015-07-081-1/+2
| * | Semicolons and a bug fixnickago2015-07-081-5/+5
| * | Changed linkify to autolinker and wrote gap-bridging codenickago2015-07-081-11/+25
| |/
* / Changed loading logic for retrieving more channels to allow for loading anima...Reed Garmsen2015-07-071-1/+1
|/
* Added comment for later referenceReed Garmsen2015-07-021-1/+1
* Implemented IE10 & 11 specific error suppression when a 200 status (aka OK) e...Reed Garmsen2015-07-021-4/+6
* Removed option that does not workReed Garmsen2015-07-021-2/+2
* Added two possible options for removing blue bar error, will choose one laterReed Garmsen2015-07-021-1/+1
* Added line that disables caching with a ajax client call that was causing err...Reed Garmsen2015-07-021-0/+1
* 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
|/
* Merge pull request #106 from mattermost/mm-1119Joram Wilander2015-06-302-2/+6
|\
| * @all and @channel now highlight like other mentionsJoramWilander2015-06-301-2/+5
| * @all and @channel now auto-completeJoramWilander2015-06-291-0/+1
* | add intro text specific to off-topic channelJoramWilander2015-06-291-0/+1
|/
* Merge pull request #46 from mattermost/mm-1318Joram Wilander2015-06-251-0/+1
|\
| * fixes mm-1318 only allow 5 files to be uploaded at a timeJoramWilander2015-06-221-0/+1
| * fixes br tags causing new linesJoramWilander2015-06-181-4/+1
* | 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-182-2/+12
* | Merge pull request #27 from mattermost/mm-1240Corey Hulen2015-06-253-0/+56
|\ \
| * | added team store, team settings menu, and the ability to turn on valet featur...JoramWilander2015-06-183-0/+56
| |/
* | 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
| |/
* | Merge pull request #18 from mattermost/mm-1269Corey Hulen2015-06-251-0/+2
|\ \
| * | fixes mm-1269 don't show blue bar for internet connection issueJoramWilander2015-06-171-0/+2
| |/
| * Fixing linkChristopher Speller2015-06-161-2/+2
| * Switching from config file to parsing homelink from urlChristopher Speller2015-06-161-0/+12
| * fix typoJoramWilander2015-06-151-1/+1
| * don't remove null check for ltrackerJoramWilander2015-06-151-1/+1
| * fixes mm-1223 gracefully handle missing analytics configsJoramWilander2015-06-151-3/+3
* | Merge pull request #9 from mattermost/mm-1263Corey Hulen2015-06-251-2/+2
|\ \
| * | fixes mm-1263 mentions are highlighted properly nowJoramWilander2015-06-161-2/+2
| |/
| * first commit=Corey Hulen2015-06-144-0/+1980
* fixes br tags causing new linesJoramWilander2015-06-181-4/+1