summaryrefslogtreecommitdiffstats
path: root/web/react/components
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #158 from nickago/MM-975Christopher Speller2015-07-138-10/+19
|\ | | | | MM-975 Added timestamps to pictures to stop caching
| * Added update function to image update and fixed corner casesnickago2015-07-135-6/+12
| |
| * Added timestamps to pictures to stop cachingnickago2015-07-134-4/+7
| |
* | Merge pull request #166 from rgarmsen2295/mm-1526Corey Hulen2015-07-131-1/+1
|\ \ | | | | | | MM-1526 Desktop notifications no longer render carriage returns
| * | Changed parser for desktop notifications to replace returns with a single space.Reed Garmsen2015-07-101-1/+1
| | |
| * | Changes to notifcation carriage return parsingReed Garmsen2015-07-101-1/+1
| | |
* | | Merge pull request #163 from ralder/fix-and-refactor-browser-storeChristopher Speller2015-07-134-22/+13
|\ \ \ | |_|/ |/| | [webui] second bugfix for pr #150 and refactor BrowserStore
| * | fix BrowserStore bug in actionOnItemsWithPrefix and refactor BrowserStoreralder2015-07-104-22/+13
| | |
* | | Merge pull request #164 from ralder/fix-mentions-list-height-in-right-sidebarJoram Wilander2015-07-131-11/+18
|\ \ \ | |_|/ |/| | [webui] fix incorrect height for mentions list for reply and edit textbox
| * | [webui] fix incorrect height for mentions list for reply textboxralder2015-07-101-11/+18
| | |
* | | Revert "MM-831 Post timestamp now updates in real time"Joram Wilander2015-07-102-11/+0
| |/ |/|
* | Merge pull request #159 from rgarmsen2295/mm-1269bCorey Hulen2015-07-102-3/+49
|\ \ | | | | | | MM-1269b Added yellow tinge to post and comment textbox when connection is disrupted
| * | Removed extraneous setStateReed Garmsen2015-07-101-2/+1
| | |
| * | Changed spacing model of connection flag & removed unnecessary duplication ↵Reed Garmsen2015-07-101-9/+6
| | | | | | | | | | | | of logic
| * | Moved check for existing timer interrupt outside of if-else block for sanityReed Garmsen2015-07-091-4/+5
| | |
| * | Removed newlineReed Garmsen2015-07-091-1/+0
| | |
| * | Changed method again this time to a timer based system so that when inet ↵Reed Garmsen2015-07-091-16/+27
| | | | | | | | | | | | does come back the yellow tinge goes away automatically not on user input
| * | Added performance commentReed Garmsen2015-07-091-0/+2
| | |
| * | Use the AsyncClient call 'updateLastViewedAt' as a way of checking for inet ↵Reed Garmsen2015-07-091-9/+15
| | | | | | | | | | | | connectivity immediately after clearning yellow bar after user has typed 5 characters
| * | Added errorchange listener to textbox that detects if inet is not connected. ↵Reed Garmsen2015-07-092-3/+34
| | | | | | | | | | | | Still do not have reliable way of checking if inet has reconnected
* | | Merge pull request #157 from rgarmsen2295/mm-1265Corey Hulen2015-07-102-5/+5
|\ \ \ | |_|/ |/| | MM-1265 Button to change roles now shows "click" mouse ptr when hovered over & change with loading more channels
| * | Better logic for checking if channel has loadedReed Garmsen2015-07-101-1/+1
| | |
| * | Removed extraneous console.log functionsReed Garmsen2015-07-091-5/+0
| | |
| * | Leave result of _getMoreChannels unitialized if it does not yet exist in ↵Reed Garmsen2015-07-091-0/+5
| | | | | | | | | | | | browser storage to know when list of more channels is loading vs when its empty
| * | The options to change member roles are now links so that they have the ↵Reed Garmsen2015-07-091-4/+4
| |/ | | | | | | 'click' mouse hand when hovered over
* | UI Improvements for RHSAsaad Mahmood2015-07-101-1/+1
| |
* | MM-1304 - Quick fix for error on welcome sign up pageAsaad Mahmood2015-07-101-1/+1
| |
* | Merge branch 'master' of https://github.com/mattermost/platformAsaad Mahmood2015-07-104-2/+15
|\ \
| * \ Merge pull request #154 from nickago/MM-831Joram Wilander2015-07-102-0/+11
| |\ \ | | | | | | | | MM-831 Post timestamp now updates in real time
| | * | Added comments for the force update functionsnickago2015-07-092-0/+2
| | | |
| | * | Placed event listeners on higher level components to avoid app dispatcher vomitnickago2015-07-093-9/+9
| | | |
| | * | Merge branch 'master' of https://github.com/mattermost/platform into MM-831nickago2015-07-093-23/+47
| | |\| | | | | | | | | | | | | merge
| | * | Time change ping riding on the status interupt for timestamp updatenickago2015-07-091-0/+9
| | | |
| * | | fix bugs for pr #150 MM-895ralder2015-07-101-2/+0
| | | |
| * | | Merge pull request #155 from nickago/MM-1296Joram Wilander2015-07-091-0/+4
| |\ \ \ | | |_|/ | |/| | MM-1296 Server now notifies users they have been added to a new channel
| | * | Added curly bracenickago2015-07-091-1/+2
| | | |
| | * | Server now notifies users they have been added to a new channelnickago2015-07-091-0/+3
| | |/
* | / Improving mentions list and other UI improvementsAsaad Mahmood2015-07-102-9/+15
|/ /
* | Updating Ui for postsAsaad Mahmood2015-07-091-1/+12
| |
* | Merge branch 'master' of https://github.com/mattermost/platformAsaad Mahmood2015-07-099-108/+93
|\|
| * Merge pull request #145 from ralder/fix-tabIndex-channel_invite_modalJoram Wilander2015-07-092-93/+66
| |\ | | | | | | [webui] add missing tabIndex for channel members modal
| | * add missing tabIndex for channel members modalralder2015-07-072-93/+66
| | |
| * | Merge pull request #149 from rgarmsen2295/mm-1260Christopher Speller2015-07-081-1/+6
| |\ \ | | | | | | | | MM-1260 Member Invites can no longer be sent to emails already used to signup
| | * | Small tweaks and cleanupReed Garmsen2015-07-071-10/+1
| | | |
| | * | Added a server side check to see if members who are trying to be invited ↵Reed Garmsen2015-07-071-2/+16
| | |/ | | | | | | | | | have already been invited by checking the email. Client handles it as if it was an email error.
| * | Merge pull request #150 from mattermost/mm-895Joram Wilander2015-07-086-14/+21
| |\ \ | | | | | | | | MM-895 Reorganization of browser storage.
| | * | Finishing centralization of BrowserStoreChristopher Speller2015-07-083-10/+12
| | | |
| | * | Modifying all storage to use session storage. Also adding an abstraction ↵Christopher Speller2015-07-083-4/+9
| | |/ | | | | | | | | | layer to add current user id as a prefix to most keys.
* | | MM-1444 - Fixing text selection issueAsaad Mahmood2015-07-091-2/+1
| | |
* | | MM-1469 - Loading message in more channel modalAsaad Mahmood2015-07-081-3/+4
| | |