Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Typing notifier resets on channel change | nickago | 2015-07-06 | 1 | -4/+9 |
| | |||||
* | Merge pull request #116 from nickago/MM-1341 | Joram Wilander | 2015-07-03 | 1 | -0/+5 |
|\ | | | | | MM-1341 mention auto-complete now goes away if you move off it's specific textbox | ||||
| * | Removed a change originally made for a prior fix tactic | nickago | 2015-07-01 | 1 | -1/+1 |
| | | |||||
| * | Fixed click response | nickago | 2015-07-01 | 1 | -3/+2 |
| | | |||||
| * | Inital attempt at active element checking | nickago | 2015-07-01 | 1 | -1/+7 |
| | | |||||
* | | Restructured logic to flow more naturally and be cleaner | Reed Garmsen | 2015-07-02 | 1 | -42/+44 |
| | | |||||
* | | Added logic for loading animation to appear when posts have yet to be ↵ | Reed Garmsen | 2015-07-02 | 2 | -5/+15 |
| | | | | | | | | loaded. Added markup necessary for loading animation css. Removed a file that was no longer needed for the design. | ||||
* | | Added new files for adding new loading animation | Reed Garmsen | 2015-07-02 | 1 | -0/+3 |
| | | |||||
* | | MM-1319 - Copy link and background change | Asaad Mahmood | 2015-07-18 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #123 from asaadmahmoodspin/mm-1426 | Corey Hulen | 2015-07-02 | 3 | -14/+30 |
|\ \ | | | | | | | MM-1426 - Updating UI | ||||
| * | | Changing var currentUser in post_right | Asaad Mahmood | 2015-07-17 | 1 | -6/+6 |
| | | | |||||
| * | | Changing var name from currentUser to currentUserCss | Asaad Mahmood | 2015-07-17 | 1 | -3/+3 |
| | | | |||||
| * | | Merge pull request #2 from rgarmsen2295/mm-1453 | asaadmahmoodspin | 2015-07-02 | 2 | -8/+24 |
| |\ \ | | | | | | | | | MM-1453 Added additional class to the markup indicating if the post came from the current user | ||||
| | * | | Added additional class to the markup indicating if the post came from the ↵ | Reed Garmsen | 2015-07-02 | 2 | -8/+24 |
| | | | | | | | | | | | | | | | | current user | ||||
| * | | | Improving modal UI | Asaad Mahmood | 2015-07-17 | 1 | -3/+3 |
| | | | | |||||
| * | | | Improving channel notifications | Asaad Mahmood | 2015-07-17 | 1 | -3/+3 |
| |/ / | |||||
* / / | Changed valet title and description for clarity | Reed Garmsen | 2015-07-02 | 1 | -3/+4 |
|/ / | |||||
* | | Merge pull request #118 from nickago/MM-1363 | Joram Wilander | 2015-07-02 | 1 | -3/+10 |
|\ \ | | | | | | | Mm 1363 Limit uploads to only JPEGs for profile pictures | ||||
| * | | Changed ordering of steps for upload to imporve asthetic | nickago | 2015-07-01 | 1 | -2/+4 |
| | | | |||||
| * | | Restricted profile picture uploads to just JPEGs | nickago | 2015-07-01 | 1 | -1/+6 |
| |/ | |||||
* | | Merge pull request #115 from nickago/MM-1425 | Corey Hulen | 2015-07-01 | 5 | -8/+8 |
|\ \ | | | | | | | MM-1425 Facelifted "direct message" to "private message" | ||||
| * | | Facelifted "direct message" to "private message" | nickago | 2015-07-01 | 5 | -8/+8 |
| |/ | |||||
* / | Finally fixed the git weirdness | nickago | 2015-07-01 | 3 | -14/+9 |
|/ | |||||
* | Aligned front end and back end domain requirements | nickago | 2015-06-30 | 1 | -1/+3 |
| | |||||
* | Merge pull request #109 from nickago/MM-1289 | Christopher Speller | 2015-06-30 | 1 | -3/+10 |
|\ | | | | | Mm 1289 Now sorts extra channel members lexigraphically | ||||
| * | Added extra precaution to avoid null error | nickago | 2015-06-30 | 1 | -7/+9 |
| | | |||||
| * | MM-1289 Now sorts users in lexigraphical order in extra members popover | nickago | 2015-06-30 | 1 | -1/+6 |
| | | |||||
* | | Merge pull request #108 from rgarmsen2295/mm-1309 | Christopher Speller | 2015-06-30 | 1 | -1/+1 |
|\ \ | | | | | | | MM-1309 Fixed grammmatical issue in error message | ||||
| * | | Fixed grammmatical issue in error message | Reed Garmsen | 2015-06-30 | 1 | -1/+1 |
| |/ | |||||
* | | Merge pull request #106 from mattermost/mm-1119 | Joram Wilander | 2015-06-30 | 4 | -9/+65 |
|\ \ | |/ |/| | fixes mm-1119 adds @all and @channel mention capabilites | ||||
| * | add default icon for non-user autocompletes | JoramWilander | 2015-06-30 | 1 | -2/+8 |
| | | |||||
| * | @all and @channel now auto-complete | JoramWilander | 2015-06-29 | 3 | -3/+16 |
| | | |||||
| * | added team-wide and channel-wide mentions | JoramWilander | 2015-06-29 | 1 | -5/+42 |
| | | |||||
* | | Revert "MM-1289 Sorted the channel members popover lexigraphically" | Christopher Speller | 2015-06-30 | 1 | -6/+1 |
| | | |||||
* | | Merge pull request #101 from rgarmsen2295/mm-983 | Christopher Speller | 2015-06-30 | 1 | -1/+1 |
|\ \ | | | | | | | MM-983 Fixed file preview removal in IE10 | ||||
| * | | Changed file preview removal from using dataset which is unsupported in ie10 ↵ | Reed Garmsen | 2015-06-29 | 1 | -1/+1 |
| |/ | | | | | | | to using the getAttribute method which is backwards and forwards compatible | ||||
* | | Merge pull request #91 from nickago/MM-1289 | Christopher Speller | 2015-06-30 | 1 | -1/+6 |
|\ \ | | | | | | | MM-1289 Sorted the channel members popover lexigraphically | ||||
| * | | Added semicolons | nickago | 2015-06-29 | 1 | -2/+2 |
| | | | |||||
| * | | Sorted the channel members popover lexigraphically | nickago | 2015-06-29 | 1 | -1/+6 |
| |/ | |||||
* | | Merge pull request #103 from nickago/MM-1293 | Joram Wilander | 2015-06-30 | 1 | -1/+1 |
|\ \ | | | | | | | MM-1293 Updated file display key to avoid child flattening | ||||
| * | | Changed the style of key-assignment to allow for more assured variance | nickago | 2015-06-29 | 1 | -2/+1 |
| | | | |||||
| * | | Updated file display key to avoid child flattening | nickago | 2015-06-29 | 1 | -1/+2 |
| |/ | |||||
* / | add intro text specific to off-topic channel | JoramWilander | 2015-06-29 | 1 | -1/+12 |
|/ | |||||
* | rebase touch-ups | JoramWilander | 2015-06-29 | 3 | -2/+3 |
| | |||||
* | make channel notifications modal visible in mobile mode | JoramWilander | 2015-06-29 | 1 | -1/+1 |
| | |||||
* | fixes mm-1316 improves channel notifications UI and updates channellist etag | JoramWilander | 2015-06-29 | 2 | -73/+165 |
| | |||||
* | Merge pull request #93 from rgarmsen2295/mm-1317 | Joram Wilander | 2015-06-29 | 1 | -1/+1 |
|\ | | | | | MM-1317 Fixed typo in team domain look-up page | ||||
| * | Fixed typo in team domain look-up page | Reed Garmsen | 2015-06-28 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #87 from asaadmahmoodspin/settings-ui | Joram Wilander | 2015-06-29 | 2 | -16/+16 |
|\ \ | | | | | | | Updating settings UI | ||||
| * | | Updating settings UI | Asaad Mahmood | 2015-06-28 | 2 | -16/+16 |
| | | |