summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | 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-092-10/+16
| | | | | | | | | | | | | | | | 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-094-10/+38
| | | | | | | | | | | | | | | | Still do not have reliable way of checking if inet has reconnected
| * | | Notes to myselfReed Garmsen2015-07-091-1/+6
| | | |
* | | | Merge pull request #157 from rgarmsen2295/mm-1265Corey Hulen2015-07-104-10/+11
|\ \ \ \ | |_|/ / |/| | | MM-1265 Button to change roles now shows "click" mouse ptr when hovered over & change with loading more channels
| * | | Final change to code affected by change to loading more channels logicReed Garmsen2015-07-101-1/+1
| | | |
| * | | Removed test codeReed Garmsen2015-07-101-2/+0
| | | |
| * | | Better logic for checking if channel has loadedReed Garmsen2015-07-103-2/+9
| | | |
| * | | 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-092-4/+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
* | | Merge pull request #162 from asaadmahmoodspin/masterJoram Wilander2015-07-103-8/+13
|\ \ \ | | | | | | | | UI Improvements for RHS
| * | | UI Improvements for RHSAsaad Mahmood2015-07-103-8/+13
|/ / /
* | | Merge pull request #156 from asaadmahmoodspin/masterJoram Wilander2015-07-109-41/+72
|\ \ \ | | | | | | | | Improving mentions list and other UI improvements
| * | | MM-1304 - Quick fix for error on welcome sign up pageAsaad Mahmood2015-07-102-4/+6
| | | |
| * | | Merge branch 'master' of https://github.com/mattermost/platformAsaad Mahmood2015-07-1010-8/+60
| |\ \ \ | |/ / / |/| | |
* | | | 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-099-94/+138
| |\ \ \ \ | | | |/ / | | |/| | | | | | | merge
| * | | | Time change ping riding on the status interupt for timestamp updatenickago2015-07-091-0/+9
| | |_|/ | |/| |
* | | | Merge pull request #160 from ralder/fix-pr-150-MM-895Christopher Speller2015-07-103-8/+14
|\ \ \ \ | | | | | | | | | | [webui] fix bugs for pr #150 MM-895
| * | | | fix bugs for pr #150 MM-895ralder2015-07-103-8/+14
| | | | |
* | | | | Merge pull request #152 from faebser/manifest-for-mobileChristopher Speller2015-07-102-0/+26
|\ \ \ \ \ | |/ / / / |/| | | | Manifest for mobile
| * | | | remove newlineFabian Frei2015-07-091-1/+1
| | | | |
| * | | | added link to manifest.json and ios metatagsFabian Frei2015-07-091-0/+13
| | | | |
| * | | | added manifest.jsonFabian Frei2015-07-091-0/+13
| | | | |
* | | | | Merge pull request #155 from nickago/MM-1296Joram Wilander2015-07-093-0/+9
|\ \ \ \ \ | |_|_|/ / |/| | | | MM-1296 Server now notifies users they have been added to a new channel
| * | | | Minor formatting changenickago2015-07-091-1/+1
| | | | |
| * | | | Added curly bracenickago2015-07-091-1/+2
| | | | |
| * | | | Server now notifies users they have been added to a new channelnickago2015-07-093-0/+8
| | |/ / | |/| |
| | | * Improving mentions list and other UI improvementsAsaad Mahmood2015-07-107-37/+66
| |_|/ |/| |
* | | Merge pull request #151 from asaadmahmoodspin/masterJoram Wilander2015-07-099-94/+138
|\ \ \ | |/ / |/| | MM-1469 - Loading message in more channel modal
| * | Updating font size and margins for loading animationAsaad Mahmood2015-07-091-1/+2
| | |
| * | Updating Ui for postsAsaad Mahmood2015-07-093-67/+92
| | |
| * | Merge branch 'master' of https://github.com/mattermost/platformAsaad Mahmood2015-07-0921-232/+342
| |\ \ | |/ / |/| |
* | | 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-082-1/+15
|\ \ \ | | | | | | | | MM-1260 Member Invites can no longer be sent to emails already used to signup
| * | | Small tweaks and cleanupReed Garmsen2015-07-072-12/+3
| | | |
| * | | Added a server side check to see if members who are trying to be invited ↵Reed Garmsen2015-07-072-2/+25
| | | | | | | | | | | | | | | | 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-0816-124/+234
|\ \ \ \ | | | | | | | | | | MM-895 Reorganization of browser storage.
| * | | | Adding comments to change versions in syncChristopher Speller2015-07-082-0/+3
| | | | |
| * | | | Finishing centralization of BrowserStoreChristopher Speller2015-07-086-31/+46
| | | | |
| * | | | Modifying all storage to use session storage. Also adding an abstraction ↵Christopher Speller2015-07-0811-100/+192
| | |/ / | |/| | | | | | | | | | layer to add current user id as a prefix to most keys.
* | | | Merge pull request #146 from nickago/MM-1284Joram Wilander2015-07-082-14/+27
|\ \ \ \ | | | | | | | | | | MM-1284 Fixed auto-linking (for good hopefully)
| * \ \ \ Merge branch 'MM-1284' of https://github.com/nickago/platform into MM-1284nickago2015-07-080-0/+0
| |\ \ \ \ | | | | | | | | | | | | | | | | | | merge conflics
| | * | | | Add ALL the semicolonsnickago2015-07-081-3/+3
| | | | | |
| | * | | | Changed linkify to autolinker and wrote gap-bridging codenickago2015-07-072-12/+25
| | |/ / /