summaryrefslogtreecommitdiffstats
path: root/web/react
Commit message (Collapse)AuthorAgeFilesLines
...
| * | Update user_settings_general.jsxEric Sethna2015-11-201-2/+2
| | | | | | | | | Clarify email help text
* | | Fixes issue where an admin could not delete a root post in the RHSReed Garmsen2015-11-231-30/+52
| |/ |/|
* | Moved show static methods out of modals and into EventHelpershmhealey2015-11-2311-47/+42
| |
* | Converted GetLinkModal to React-Bootstrap and added GetTeamInviteLinkModalhmhealey2015-11-2310-108/+163
| |
* | Cleaned up how channel intro messages display set channel header buttonhmhealey2015-11-231-28/+17
| |
* | Renamed EditChannelModal to EditChannelHeaderModalhmhealey2015-11-234-12/+12
| |
* | Ported EditChannelModal to React-Bootstraphmhealey2015-11-237-187/+161
| |
* | Enable no magic numbers as warning. Ignore stateless components.Christopher Speller2015-11-232-5/+5
| |
* | Implementing Permalinks and jumping to post from search. PerformanceChristopher Speller2015-11-2323-602/+1095
| | | | | | | | improvements.
* | Merge pull request #1481 from asaadmahmoodspin/ui-improvementsChristopher Speller2015-11-231-1/+1
|\ \ | | | | | | Updating markdown stuff
| * | Updating markdown stuffAsaad Mahmood2015-11-211-1/+1
| |/
* | Merge pull request #1484 from hmhealey/plt1247Christopher Speller2015-11-231-16/+31
|\ \ | | | | | | PLT-1247 Wrap markdown code blocks in pre tags
| * | Fixed newlines being stripped from multiline code blockshmhealey2015-11-201-16/+31
| |/
* / Overhaul of build system.Christopher Speller2015-11-221-1/+2
|/
* Merge pull request #1478 from mattermost/plt-1237Harrison Healey2015-11-20165-859/+885
|\ | | | | PLT-1237 Upgrading dependancies
| * Patching strange travis eslint problemChristopher Speller2015-11-192-2/+2
| |
| * Upgrading client dependancies. Upgrading to babel 6. Moving to es6 package ↵Christopher Speller2015-11-19162-836/+841
| | | | | | | | system.
| * Upgrading ESLint and adding some more rules. Refactoring to meet these new rulesChristopher Speller2015-11-199-21/+42
| |
* | Merge pull request #1466 from esethna/patch-16Christopher Speller2015-11-201-1/+1
|\ \ | |/ |/| Update edit_channel_purpose_modal.jsx
| * Fix typoEric Sethna2015-11-191-1/+1
| |
| * Update edit_channel_purpose_modal.jsxEric Sethna2015-11-181-1/+1
| | | | | | Clarify where the channel purpose is used.
* | Made eslint ignore files using destructuring while a bug with eslint and ↵hmhealey2015-11-191-0/+2
| | | | | | | | babel-eslint is dealt with
* | Multiple UI ImprovementsAsaad Mahmood2015-11-192-3/+20
| |
* | Merge pull request #1457 from hmhealey/plt729Christopher Speller2015-11-195-10/+75
|\ \ | | | | | | PLT-729 Added search button to mobile header
| * | Added search button to mobile navbarhmhealey2015-11-182-3/+33
| | |
| * | Added ability to open search sidebar programaticallyhmhealey2015-11-183-7/+42
| | |
* | | Merge pull request #1464 from hmhealey/plt733Christopher Speller2015-11-191-7/+14
|\ \ \ | | | | | | | | PLT-733 Changed file uploads to scroll currently uploading files into view
| * | | Changed file uploads to scroll currently uploading files into viewhmhealey2015-11-181-7/+14
| | |/ | |/|
* | | Merge pull request #1460 from esethna/patch-14Christopher Speller2015-11-191-2/+2
|\ \ \ | | | | | | | | Update create_post.jsx
| * | | Update create_post.jsxEric Sethna2015-11-181-2/+2
| |/ / | | | | | | Add Enter key instructions to the Sending Messages pop-over.
* | | Removing postInfo from post.jsxAsaad Mahmood2015-11-191-2/+0
| | |
* | | Posts structure improvementAsaad Mahmood2015-11-1912-218/+190
|/ /
* / Converted DeletePostModal to React-Bootstraphmhealey2015-11-1811-97/+140
|/
* Merge pull request #1423 from hmhealey/plt737Christopher Speller2015-11-1811-322/+254
|\ | | | | PLT-737 Converted first set of Modals to ReactBootstrap
| * Removed Modal base classhmhealey2015-11-178-59/+37
| |
| * Converted DeleteChannelModal to React-Bootstraphmhealey2015-11-174-93/+53
| |
| * Converted ChannelNotificationsModal to React-Bootstraphmhealey2015-11-174-91/+49
| |
| * Converted ChannelInfoModal to React-Bootstraphmhealey2015-11-174-89/+53
| |
| * Renamed onModalDismissed to onHide to keep it consistent with React-Bootstraphmhealey2015-11-173-18/+19
| |
| * Added ToggleModalButton componenthmhealey2015-11-172-39/+71
| |
| * Added Modal base class that extends ReactBootstrap.Modalhmhealey2015-11-175-20/+59
| |
* | Merge pull request #1455 from alexgaribay/PLT-866Joram Wilander2015-11-181-9/+7
|\ \ | | | | | | PLT-866: Update text on sign-in page
| * | PLT-866: Update text on sign-in pageAlex Garibay2015-11-171-9/+7
| | |
* | | Merge pull request #1403 from florianorben/PLT-327Corey Hulen2015-11-173-1/+71
|\ \ \ | |/ / |/| | PLT-327: Add help text for Markdown
| * | PLT-327: Add help text for MarkdownFlorian Orben2015-11-173-1/+71
| |/
* / force reload on server update=Corey Hulen2015-11-172-2/+2
|/
* Merge pull request #1438 from florianorben/PLT-924Christopher Speller2015-11-171-6/+11
|\ | | | | PLT-924: Combine sequential messages from same user to look like one …
| * PLT-924: Combine sequential messages from same user to look like one message ↵Florian Orben2015-11-161-6/+11
| | | | | | | | (still edits as separate messages)
* | Merge pull request #1445 from asaadmahmoodspin/ui-improvementsCorey Hulen2015-11-165-16/+13
|\ \ | | | | | | Multiple UI Improvements
| * | Removing height variableAsaad Mahmood2015-11-161-1/+0
| | |