Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #360 from rgarmsen2295/mm-375d | Joram Wilander | 2015-08-14 | 1 | -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 Garmsen | 2015-08-12 | 1 | -24/+24 |
| | | | | | | | | unnecessary files | ||||
| * | Cosmetic refactoring of post_body.jsx | Reed Garmsen | 2015-08-12 | 1 | -0/+2 |
| | | |||||
| * | Cosmetic refactoring of textToJsx function | Reed Garmsen | 2015-08-12 | 1 | -82/+131 |
| | | |||||
| * | Implemented basic text formatting package using a modfied version of the ↵ | Reed Garmsen | 2015-08-12 | 1 | -27/+126 |
| | | | | | | | | marked js library. Supports *bold*, _italics_, and `code` | ||||
* | | update rename channel modal to not refresh page on channel name change | JoramWilander | 2015-08-11 | 1 | -6/+17 |
|/ | |||||
* | Changed post drafts to maintain a store a unique id for each file upload to ↵ | hmhealey | 2015-08-10 | 1 | -0/+21 |
| | | | | fix issues with duplicate file names | ||||
* | Merge pull request #276 from mattermost/mm-1688 | Corey Hulen | 2015-08-02 | 1 | -1/+1 |
|\ | | | | | MM-1688 reset number of posts to fetch on channel switch and fresh page load | ||||
| * | reset number of posts to fetch on channel switch and fresh page load | JoramWilander | 2015-07-29 | 1 | -1/+1 |
| | | |||||
* | | Revert "MM-1706 Changed mention highlighting code to split words on all ↵ | Joram Wilander | 2015-07-31 | 1 | -7/+7 |
| | | | | | | | | non-word characters" | ||||
* | | Merge pull request #271 from hmhealey/mm1656 | Joram Wilander | 2015-07-31 | 1 | -0/+65 |
|\ \ | | | | | | | MM-1656 Updated file UI | ||||
| * | | Updated ViewImage modal dialog to include details about non-image files | hmhealey | 2015-07-29 | 1 | -0/+6 |
| | | | |||||
| * | | Added utility function to get a file attachment's url | hmhealey | 2015-07-29 | 1 | -0/+13 |
| | | | |||||
| * | | Added preview images for non-image files | hmhealey | 2015-07-29 | 1 | -0/+13 |
| | | | |||||
| * | | Add an info box next to image thumbnails which provides the name, type, and ↵ | hmhealey | 2015-07-29 | 1 | -0/+33 |
| |/ | | | | | | | size of a file. | ||||
* / | Changed mention highlighting code to split words on all non-word characters | hmhealey | 2015-07-30 | 1 | -7/+7 |
|/ | |||||
* | Merge pull request #252 from rgarmsen2295/ie10-image-regression-fix | Christopher Speller | 2015-07-29 | 1 | -2/+9 |
|\ | | | | | Fixes issue with images not displaying in IE10 due to window.location.origin not being defined in IE10 | ||||
| * | Removed usage of window.location.origin throughout the codebase | Reed Garmsen | 2015-07-27 | 1 | -3/+4 |
| | | |||||
| * | Fixes issue with images not displaying due to window.origin not being ↵ | Reed Garmsen | 2015-07-27 | 1 | -2/+8 |
| | | | | | | | | defined in IE10 | ||||
* | | Display thumbnails for files without file extensions | hmhealey | 2015-07-28 | 1 | -3/+6 |
|/ | |||||
* | Changing the way we mattermost handles URLs. team.domain.com becomes ↵ | Christopher Speller | 2015-07-20 | 1 | -19/+7 |
| | | | | | | | domain.com/team. Renaming team.Name to team.DisplayName and team.Domain to team.Name. So: team.Name -> url safe name. team.DisplayName -> nice name for users | ||||
* | Use a user's full name as their display name if a nickname hasn't been specified | hmhealey | 2015-07-17 | 1 | -1/+19 |
| | |||||
* | Unify all locations where we determine a user's display named based off of ↵ | hmhealey | 2015-07-17 | 1 | -1/+7 |
| | | | | their nickname/username into a helper function | ||||
* | Merge pull request #198 from nickago/MM-1518 | Joram Wilander | 2015-07-17 | 1 | -1/+7 |
|\ | | | | | MM-1518 Fixed config on our link parser | ||||
| * | fixed formatting | nickago | 2015-07-16 | 1 | -1/+1 |
| | | |||||
| * | readded space | nickago | 2015-07-16 | 1 | -0/+1 |
| | | |||||
| * | Fixed config on our link parser | nickago | 2015-07-16 | 1 | -2/+7 |
| | | |||||
* | | Merge pull request #183 from nickago/MM-1073 | Joram Wilander | 2015-07-16 | 1 | -8/+15 |
|\ \ | |/ |/| | MM-1073 Enable youtube metadata with a google developer key | ||||
| * | Changed scope of 'metatdata' | nickago | 2015-07-15 | 1 | -1/+1 |
| | | |||||
| * | Need you GDev key for youtube stuff | nickago | 2015-07-14 | 1 | -8/+15 |
| | | |||||
* | | [webui] fix loading animation for ie | ralder | 2015-07-11 | 1 | -4/+35 |
|/ | |||||
* | Merge pull request #150 from mattermost/mm-895 | Joram Wilander | 2015-07-08 | 1 | -14/+0 |
|\ | | | | | MM-895 Reorganization of browser storage. | ||||
| * | Finishing centralization of BrowserStore | Christopher Speller | 2015-07-08 | 1 | -14/+0 |
| | | |||||
* | | Semicolons and a bug fix | nickago | 2015-07-08 | 1 | -5/+5 |
| | | |||||
* | | Changed linkify to autolinker and wrote gap-bridging code | nickago | 2015-07-08 | 1 | -11/+25 |
|/ | |||||
* | 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__ | ||||
* | @all and @channel now highlight like other mentions | JoramWilander | 2015-06-30 | 1 | -2/+5 |
| | |||||
* | 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 | 1 | -2/+11 |
| | | |||||
* | | 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 |
| |/ | |||||
| * | 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 |
| | |