summaryrefslogtreecommitdiffstats
path: root/web
Commit message (Collapse)AuthorAgeFilesLines
* Replaced broken remaining calls to getDOMNode with React.findDOMNodehmhealey2015-09-0211-33/+33
|
* Merge pull request #553 from mattermost/MM-2065Corey Hulen2015-09-0221-602/+1240
|\ | | | | MM-2065 Cosmetic refactoring for ESLint
| * MM-2065 breaking seach_results into multiple files=Corey Hulen2015-09-023-145/+239
| |
| * MM-2065 style refactoring=Corey Hulen2015-09-0118-457/+1001
| |
* | Merge pull request #547 from mattermost/mm-2068Corey Hulen2015-09-025-700/+812
|\ \ | | | | | | MM-2068 Cosmetic refactoring for ESLint
| * | Cosmetic refactoring for ESLintChristopher Speller2015-09-025-700/+812
| |/
* | Merge pull request #545 from mattermost/mm-2066Corey Hulen2015-09-0215-979/+1678
|\ \ | | | | | | MM-2066 Refactoring for style guide
| * | Remove use of getDOMNode from multiple files.JoramWilander2015-09-029-87/+72
| | |
| * | Remove getDOMNode usage and self assign in access_modal_history.jsxJoramWilander2015-09-021-5/+4
| | |
| * | Changed imports to be upper case for multiple files.JoramWilander2015-09-026-26/+26
| | |
| * | 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
| | |/ / / | |/| | |