summaryrefslogtreecommitdiffstats
path: root/web
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #116 from nickago/MM-1341Joram Wilander2015-07-031-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 tacticnickago2015-07-011-1/+1
| |
| * Fixed click responsenickago2015-07-011-3/+2
| |
| * Inital attempt at active element checkingnickago2015-07-011-1/+7
| |
* | Restructured logic to flow more naturally and be cleanerReed Garmsen2015-07-021-42/+44
| |
* | Added import statement to styles.scssReed Garmsen2015-07-021-0/+1
| |
* | Added logic for loading animation to appear when posts have yet to be ↵Reed Garmsen2015-07-022-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 animationReed Garmsen2015-07-022-0/+71
| |
* | Fixing padding in sidebar dropdownAsaad Mahmood2015-07-181-1/+1
| |
* | MM-1319 - Copy link and background changeAsaad Mahmood2015-07-182-3/+1
| |
* | Updating marginsAsaad Mahmood2015-07-181-3/+5
| |
* | Minor fixes to mattermost UIAsaad Mahmood2015-07-182-1/+2
| |
* | Merge pull request #123 from asaadmahmoodspin/mm-1426Corey Hulen2015-07-0212-35/+67
|\ \ | | | | | | MM-1426 - Updating UI
| * | Changing var currentUser in post_rightAsaad Mahmood2015-07-171-6/+6
| | |
| * | Changing var name from currentUser to currentUserCssAsaad Mahmood2015-07-171-3/+3
| | |
| * | Adding highlights and improving css for posts on responsive screensAsaad Mahmood2015-07-173-7/+4
| | |
| * | Merge pull request #2 from rgarmsen2295/mm-1453asaadmahmoodspin2015-07-022-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 Garmsen2015-07-022-8/+24
| | | | | | | | | | | | | | | | current user
| * | | Merge branch 'master' of https://github.com/mattermost/platform into mm-1426Asaad Mahmood2015-07-171-11/+13
| |\ \ \
| * | | | Improving modal UIAsaad Mahmood2015-07-172-4/+3
| | | | |
| * | | | Improving channel notificationsAsaad Mahmood2015-07-171-3/+3
| | | | |
| * | | | Improving image modalsAsaad Mahmood2015-07-172-1/+2
| | | | |
| * | | | Adding border radiusAsaad Mahmood2015-07-171-0/+1
| | | | |
| * | | | MM-1426 - Updating UIAsaad Mahmood2015-07-178-18/+36
| | |/ / | |/| |
* | | | Merge pull request #121 from rgarmsen2295/mm-1445Corey Hulen2015-07-021-3/+4
|\ \ \ \ | |_|/ / |/| | | MM-1445 Changed valet title and description for clarity
| * | | Changed valet title and description for clarityReed Garmsen2015-07-021-3/+4
| |/ /
* | | 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
|/ / | | | | | | null
* | Merge pull request #118 from nickago/MM-1363Joram Wilander2015-07-021-3/+10
|\ \ | | | | | | Mm 1363 Limit uploads to only JPEGs for profile pictures
| * | Changed ordering of steps for upload to imporve astheticnickago2015-07-011-2/+4
| | |
| * | Restricted profile picture uploads to just JPEGsnickago2015-07-011-1/+6
| |/
* | Merge pull request #115 from nickago/MM-1425Corey Hulen2015-07-015-8/+8
|\ \ | | | | | | MM-1425 Facelifted "direct message" to "private message"
| * | Facelifted "direct message" to "private message"nickago2015-07-015-8/+8
| |/
* | Merge pull request #114 from asaadmahmoodspin/masterCorey Hulen2015-07-0112-5/+21
|\ \ | | | | | | Fixing css issues in IE, adding doctype to html files
| * | Improving targeting for row contentAsaad Mahmood2015-07-011-5/+5
| | |
| * | Just arranging the css more properlyAsaad Mahmood2015-07-011-1/+4
| | |
| * | Fixing height for contentAsaad Mahmood2015-07-012-3/+5
| | |
| * | Fixing css issues in IE, adding doctype to html filesAsaad Mahmood2015-07-0111-0/+11
| |/
* | Merge pull request #92 from nickago/MM-1151Corey Hulen2015-07-014-14/+27
|\ \ | | | | | | MM-1151 clickable search results
| * | Finally fixed the git weirdnessnickago2015-07-014-14/+27
| |/
* | Merge pull request #90 from ralder/patch-1Corey Hulen2015-07-011-1/+1
|\ \ | |/ |/| fix pr #82 bug mention list inside modal
| * fix pr #82 mention list inside modalralder2015-06-291-1/+1
| |
* | Merge pull request #110 from nickago/MM-1430Corey Hulen2015-06-301-2/+2
|\ \ | | | | | | MM-1430 Added the ability to have hashtags with dashes in them
| * | Added the ability to have hashtags with dashes in themnickago2015-06-301-2/+2
| | |
* | | Merge pull request #102 from nickago/MM-1328Corey Hulen2015-06-301-1/+3
|\ \ \ | | | | | | | | MM-1328 Now limits domain to just alphanumeric
| * | | Aligned front end and back end domain requirementsnickago2015-06-301-1/+3
| |/ /
* | | Removed unnecessary loop copyingReed Garmsen2015-06-301-5/+1
| | |
* | | Changed keyword logic to use arrays rather than maps to remove highlighting ↵Reed Garmsen2015-06-301-5/+5
|/ / | | | | | | of js object properties like constructor and __proto__
* | Merge pull request #109 from nickago/MM-1289Christopher Speller2015-06-301-3/+10
|\ \ | | | | | | Mm 1289 Now sorts extra channel members lexigraphically
| * | Added extra precaution to avoid null errornickago2015-06-301-7/+9
| | |