Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Added two possible options for removing blue bar error, will choose one later | Reed Garmsen | 2015-07-02 | 1 | -1/+1 | |
| | ||||||
* | Added line that disables caching with a ajax client call that was causing ↵ | Reed Garmsen | 2015-07-02 | 1 | -0/+1 | |
| | | | | errors to be thrown in IE10 | |||||
* | make loop simpler | JoramWilander | 2015-07-02 | 1 | -1/+1 | |
| | ||||||
* | fix getDirectTeammate so that if teammate is the second id it doesn't return ↵ | JoramWilander | 2015-07-02 | 1 | -11/+13 | |
| | | | | null | |||||
* | Finally fixed the git weirdness | nickago | 2015-07-01 | 1 | -0/+18 | |
| | ||||||
* | Merge pull request #110 from nickago/MM-1430 | Corey Hulen | 2015-06-30 | 1 | -2/+2 | |
|\ | | | | | MM-1430 Added the ability to have hashtags with dashes in them | |||||
| * | Added the ability to have hashtags with dashes in them | nickago | 2015-06-30 | 1 | -2/+2 | |
| | | ||||||
* | | Removed unnecessary loop copying | Reed Garmsen | 2015-06-30 | 1 | -5/+1 | |
| | | ||||||
* | | Changed keyword logic to use arrays rather than maps to remove highlighting ↵ | Reed Garmsen | 2015-06-30 | 1 | -5/+5 | |
|/ | | | | of js object properties like constructor and __proto__ | |||||
* | Merge pull request #106 from mattermost/mm-1119 | Joram Wilander | 2015-06-30 | 2 | -2/+6 | |
|\ | | | | | fixes mm-1119 adds @all and @channel mention capabilites | |||||
| * | @all and @channel now highlight like other mentions | JoramWilander | 2015-06-30 | 1 | -2/+5 | |
| | | ||||||
| * | @all and @channel now auto-complete | JoramWilander | 2015-06-29 | 1 | -0/+1 | |
| | | ||||||
* | | add intro text specific to off-topic channel | JoramWilander | 2015-06-29 | 1 | -0/+1 | |
|/ | ||||||
* | Merge pull request #46 from mattermost/mm-1318 | Joram Wilander | 2015-06-25 | 1 | -0/+1 | |
|\ | | | | | fixes mm-1318 only allow 5 files to be uploaded at a time | |||||
| * | fixes mm-1318 only allow 5 files to be uploaded at a time | JoramWilander | 2015-06-22 | 1 | -0/+1 | |
| | | ||||||
| * | fixes br tags causing new lines | JoramWilander | 2015-06-18 | 1 | -4/+1 | |
| | | ||||||
* | | Merge pull request #32 from rgarmsen2295/mm-1282 | Corey Hulen | 2015-06-25 | 1 | -0/+15 | |
|\ \ | | | | | | | MM-1282 | |||||
| * | | Added a util function that checks that local/session storage is enabled. ↵ | Reed Garmsen | 2015-06-18 | 1 | -0/+15 | |
| |/ | | | | | | | Also added tests using this function to report an error to the user if it is not enabled | |||||
| * | fix for dockerhost HELIUM | =Corey Hulen | 2015-06-18 | 2 | -2/+12 | |
| | | ||||||
* | | Merge pull request #27 from mattermost/mm-1240 | Corey Hulen | 2015-06-25 | 3 | -0/+56 | |
|\ \ | | | | | | | fixes mm-1240 adds ability to turn valet feature on | |||||
| * | | added team store, team settings menu, and the ability to turn on valet ↵ | JoramWilander | 2015-06-18 | 3 | -0/+56 | |
| |/ | | | | | | | feature from client | |||||
* | | Merge pull request #19 from mattermost/mm-1235 | Corey Hulen | 2015-06-25 | 1 | -1/+1 | |
|\ \ | | | | | | | fixes mm-1235 clicking on mentions now works properly | |||||
| * | | fixes mm-1235 clicking on mentions now works properly | JoramWilander | 2015-06-17 | 1 | -1/+1 | |
| |/ | ||||||
* | | Merge pull request #18 from mattermost/mm-1269 | Corey Hulen | 2015-06-25 | 1 | -0/+2 | |
|\ \ | | | | | | | fixes mm-1269 don't show blue bar for internet connection issue | |||||
| * | | fixes mm-1269 don't show blue bar for internet connection issue | JoramWilander | 2015-06-17 | 1 | -0/+2 | |
| |/ | ||||||
| * | Fixing link | Christopher Speller | 2015-06-16 | 1 | -2/+2 | |
| | | ||||||
| * | Switching from config file to parsing homelink from url | Christopher Speller | 2015-06-16 | 1 | -0/+12 | |
| | | ||||||
| * | fix typo | JoramWilander | 2015-06-15 | 1 | -1/+1 | |
| | | ||||||
| * | don't remove null check for ltracker | JoramWilander | 2015-06-15 | 1 | -1/+1 | |
| | | ||||||
| * | fixes mm-1223 gracefully handle missing analytics configs | JoramWilander | 2015-06-15 | 1 | -3/+3 | |
| | | ||||||
* | | Merge pull request #9 from mattermost/mm-1263 | Corey Hulen | 2015-06-25 | 1 | -2/+2 | |
|\ \ | | | | | | | fixes mm-1263 mentions are highlighted properly now | |||||
| * | | fixes mm-1263 mentions are highlighted properly now | JoramWilander | 2015-06-16 | 1 | -2/+2 | |
| |/ | ||||||
| * | first commit | =Corey Hulen | 2015-06-14 | 4 | -0/+1980 | |
| | ||||||
* | fixes br tags causing new lines | JoramWilander | 2015-06-18 | 1 | -4/+1 | |
| | ||||||
* | fix for dockerhost HELIUM | =Corey Hulen | 2015-06-18 | 2 | -2/+12 | |
| | ||||||
* | Fixing link | Christopher Speller | 2015-06-16 | 1 | -2/+2 | |
| | ||||||
* | Switching from config file to parsing homelink from url | Christopher Speller | 2015-06-16 | 1 | -0/+12 | |
| | ||||||
* | fix typo | JoramWilander | 2015-06-15 | 1 | -1/+1 | |
| | ||||||
* | don't remove null check for ltracker | JoramWilander | 2015-06-15 | 1 | -1/+1 | |
| | ||||||
* | fixes mm-1223 gracefully handle missing analytics configs | JoramWilander | 2015-06-15 | 1 | -3/+3 | |
| | ||||||
* | first commit | =Corey Hulen | 2015-06-14 | 4 | -0/+1980 | |