summaryrefslogtreecommitdiffstats
path: root/web
Commit message (Collapse)AuthorAgeFilesLines
...
| * | Reformatted user_settings_appearance.jsx to meet style guide requirements.JoramWilander2015-09-022-55/+112
| | |
| * | Reformatted team_signup_allowed_domains_page.jsx to meet style guide ↵JoramWilander2015-09-021-23/+64
| | | | | | | | | | | | requirements.
| * | Reformatted user_profile.jsx to meet style guide requirements.JoramWilander2015-09-012-46/+62
| | |
| * | Reformatted view_image.jsx to meet style guide requirements.JoramWilander2015-09-011-78/+146
| | |
| * | Reformatted team_settings.jsx to meet style guide requirements.JoramWilander2015-09-011-50/+67
| | |
| * | Reformatted get_link_modal.jsx to meet style guide requirements.JoramWilander2015-09-011-44/+98
| | |
| * | Reformatted post_header.jsx to meet style guide requirements.JoramWilander2015-09-011-11/+30
| | |
| * | Reformatted user_settings_security.jsx to meet style guide requirements.JoramWilander2015-09-011-46/+123
| | |
| * | Reformatted team_feature_tab.jsx to meet style guide requirements.JoramWilander2015-09-011-40/+65
| | |
| * | Reformatted sidebar.jsx to meet style guide requirements.JoramWilander2015-09-011-228/+318
| | |
| * | Reformatted loading_screen.jsx to meet style guide requirements.JoramWilander2015-09-011-15/+22
| | |
| * | Reformatted navbar.jsx to meet style guide requirements.JoramWilander2015-09-011-134/+302
| | |
| * | Reformatted access_history_modal.jsx to meet style guide requirements.JoramWilander2015-09-011-33/+66
| | |
| * | Reformatted channel_notifications.jsx to meet style guide requirements.JoramWilander2015-09-011-64/+74
| | |
| * | Reformatted team_signup_password_page.jsx to meet style guide requirements.JoramWilander2015-09-011-23/+56
| |/
* | Merge pull request #539 from rgarmsen2295/reformat_part_oneCorey Hulen2015-09-0224-746/+1369
|\ \ | | | | | | MM-2063 Cosmetic Refactoring
| * | Additional refactoring according to issues not caught by eslintReed Garmsen2015-09-028-60/+56
| | |
| * | Cosmetic reformatting of multiple jsx filesReed Garmsen2015-09-0224-697/+1324
| |/
* | Merge pull request #538 from hmhealey/mm2064Corey Hulen2015-09-0224-1233/+2086
|\ \ | | | | | | MM-2064 Cosmetic refactoring for ES6 and style guide
| * | Refactored various React components to use ES6 syntax and to match the style ↵hmhealey2015-09-0125-1234/+2087
| |/ | | | | | | guide without any errors or warnings
* | Merge pull request #535 from nickago/MM-2067Corey Hulen2015-09-0228-995/+1496
|\ \ | | | | | | MM-2067 Cosmetic Refactoring
| * | Cosmetic Refactoringnickago2015-09-0228-995/+1496
| |/
* | Merge branch 'release-0.7.0'Christopher Speller2015-09-021-1/+1
|\ \ | |/ |/|
| * Fix bad user being set on team creation causing Manage Team modal to not work.JoramWilander2015-09-011-1/+1
| |
* | Merging release branch 'release-0.7.0'Christopher Speller2015-09-015-4/+7
|\|
| * Also updating the position of the bottom unread indicatorAsaad Mahmood2015-09-012-2/+1
| |
| * MM-2046 - Updating momentum scroll on IOSAsaad Mahmood2015-09-011-0/+1
| |
| * Merge pull request #528 from mattermost/MM-2056Christopher Speller2015-09-011-1/+2
| |\ | | | | | | HOTFIX MM-2056 fixes problem with creating team
| | * MM-2056 fixes problem with creating team=Corey Hulen2015-08-311-1/+2
| | |
| * | Fix missing forgot password link.JoramWilander2015-08-311-1/+3
| |/
* | Removing complexity rule. Removing check of camel case from property namesChristopher Speller2015-08-311-2/+2
| |
* | Merge pull request #508 from rgarmsen2295/reformat_user_generalChristopher Speller2015-08-312-79/+175
|\ \ | | | | | | [Cosmetic Reformatting] UserSettingsGeneralTab (and a few minor changes to PostInfo)
| * | Reformats the user_settings_general.jsx file; also adds missing keys to ↵Reed Garmsen2015-08-272-79/+175
| | | | | | | | | | | | children in an array
* | | Merge pull request #497 from nickago/MM-1842Christopher Speller2015-08-311-0/+8
|\ \ \ | | | | | | | | MM-1842 Added invite link to off-topic channel
| * | | Added invite link to off-topic channelnickago2015-08-271-0/+8
| | | |
* | | | Merge pull request #494 from rgarmsen2295/mm-1628Christopher Speller2015-08-311-1/+1
|\ \ \ \ | | | | | | | | | | MM-1628 The navbar is no longer completely obscured by the status bar in full screen safari on iOS
| * | | | When viewing the site on iOS from the home screen, the top of the screen is ↵Reed Garmsen2015-08-271-1/+1
| | | | | | | | | | | | | | | | | | | | no longer obscured by the phone's status bar
* | | | | Merge pull request #493 from asaadmahmoodspin/masterChristopher Speller2015-08-312-6/+16
|\ \ \ \ \ | | | | | | | | | | | | MM-1899 - Updating UI for commands in input box
| * | | | | Removing console.log from command_listAsaad Mahmood2015-08-271-2/+0
| | | | | |
| * | | | | MM-1899 - Updating UI for commands in input boxAsaad Mahmood2015-08-272-6/+18
| | |/ / / | |/| | |
* | | | | Merge pull request #492 from nickago/MM-1796Christopher Speller2015-08-311-1/+32
|\ \ \ \ \ | | | | | | | | | | | | MM-1796 Added parsing of the 't=' parameter on youtube videos
| * | | | | Added parsing of the 't=' parameter on youtube videosnickago2015-08-271-1/+32
| | | | | |
* | | | | | Merge pull request #485 from nickago/MM-1899Christopher Speller2015-08-314-1/+23
|\ \ \ \ \ \ | | | | | | | | | | | | | | MM-1899 Enabled and added help text for settings items
| * | | | | | Enabled and added help text for settings itemsAsaad Mahmood2015-08-274-1/+23
| | | | | | |
* | | | | | | Merge pull request #480 from nickago/MM-1704Christopher Speller2015-08-311-1/+1
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | MM-1704 Open new teams in new tab
| * | | | | | | Open new teams in new tabnickago2015-08-261-1/+1
| | | | | | | |
* | | | | | | | Merge pull request #477 from nickago/MM-1794Christopher Speller2015-08-311-2/+5
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | MM-1794 Reformatted Youtube video display
| * | | | | | | | Reformatted Youtube video displaynickago2015-08-251-2/+5
| | | | | | | | |
* | | | | | | | | Merge pull request #475 from nickago/MM-1773Christopher Speller2015-08-311-3/+15
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ |/| | | | | | | | MM-1773a Add wildcard searching for postgresql
| * | | | | | | | Added wildcard highlighting and removed redundant whitespace parsingnickago2015-08-271-3/+15
| | |_|_|_|/ / / | |/| | | | | |