Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove author | Elias Nahum | 2016-01-29 | 1 | -3/+0 |
| | |||||
* | PLT-7: Refactoring frontend (chunk 6) | Elias Nahum | 2016-01-29 | 1 | -0/+67 |
| | | | | | | - Authorize - Signup Team Confirm - Footer | ||||
* | PLT-7: Refactoring frontend (chunk 4) | Elias Nahum | 2016-01-28 | 2 | -6/+55 |
| | |||||
* | Moved PreferenceStore initialization into head.html | hmhealey | 2016-01-26 | 1 | -5/+1 |
| | |||||
* | Changed first preference load to be done synchronously | hmhealey | 2016-01-26 | 1 | -14/+3 |
| | |||||
* | Fixing eslint error | =Corey Hulen | 2016-01-25 | 1 | -1/+0 |
| | |||||
* | PLT-7 fixing error bar msg | =Corey Hulen | 2016-01-25 | 1 | -5/+0 |
| | |||||
* | PLT-7 client side infra | =Corey Hulen | 2016-01-25 | 1 | -74/+70 |
| | |||||
* | Merge pull request #1970 from mattermost/PLT-7-client-infra3 | Corey Hulen | 2016-01-24 | 1 | -17/+60 |
|\ | | | | | PLT-7 client infra for loc | ||||
| * | PLT-7 client infra for loc | =Corey Hulen | 2016-01-24 | 1 | -17/+60 |
| | | |||||
* | | PLT-7 client side infra for loc | =Corey Hulen | 2016-01-24 | 8 | -76/+473 |
|/ | |||||
* | PLT-7 fixing dist build | =Corey Hulen | 2016-01-21 | 1 | -2/+0 |
| | |||||
* | PLT-7 client side infra | =Corey Hulen | 2016-01-21 | 1 | -6/+3 |
| | |||||
* | PLT-7 Adding react-intl libs | =Corey Hulen | 2016-01-21 | 1 | -8/+62 |
| | |||||
* | Add ability to switch between SSO and email account | JoramWilander | 2015-12-17 | 1 | -0/+19 |
| | |||||
* | Improved PreferenceStore api when getting values | hmhealey | 2015-12-15 | 1 | -1/+1 |
| | |||||
* | fix font not being changed on first page visit (if preferences havent been ↵ | Florian Orben | 2015-12-04 | 1 | -0/+12 |
| | | | | loaded before) | ||||
* | Replaced MentionList and Mention components with AtMentionProvider | hmhealey | 2015-12-01 | 1 | -16/+0 |
| | |||||
* | Converted TeamMembers (now called TeamMembersModal) to React-Bootstrap | hmhealey | 2015-11-23 | 1 | -6/+0 |
| | |||||
* | Converted GetLinkModal to React-Bootstrap and added GetTeamInviteLinkModal | hmhealey | 2015-11-23 | 1 | -3/+3 |
| | |||||
* | Ported EditChannelModal to React-Bootstrap | hmhealey | 2015-11-23 | 1 | -6/+0 |
| | |||||
* | Implementing Permalinks and jumping to post from search. Performance | Christopher Speller | 2015-11-23 | 2 | -12/+9 |
| | | | | improvements. | ||||
* | Upgrading client dependancies. Upgrading to babel 6. Moving to es6 package ↵ | Christopher Speller | 2015-11-19 | 12 | -38/+38 |
| | | | | system. | ||||
* | Merge pull request #1423 from hmhealey/plt737 | Christopher Speller | 2015-11-18 | 1 | -18/+0 |
|\ | | | | | PLT-737 Converted first set of Modals to ReactBootstrap | ||||
| * | Converted DeleteChannelModal to React-Bootstrap | hmhealey | 2015-11-17 | 1 | -6/+0 |
| | | |||||
| * | Converted ChannelNotificationsModal to React-Bootstrap | hmhealey | 2015-11-17 | 1 | -6/+0 |
| | | |||||
| * | Converted ChannelInfoModal to React-Bootstrap | hmhealey | 2015-11-17 | 1 | -6/+0 |
| | | |||||
* | | PLT-327: Add help text for Markdown | Florian Orben | 2015-11-17 | 1 | -0/+16 |
|/ | |||||
* | Merge pull request #1303 from mattermost/plt-516-2 | Christopher Speller | 2015-11-04 | 1 | -12/+0 |
|\ | | | | | PLT-516 Part 2 of fixing performance issues with large teams | ||||
| * | Convert channel_members and channel_invite modals to react boostrap to fix ↵ | JoramWilander | 2015-11-04 | 1 | -12/+0 |
| | | | | | | | | performance issues | ||||
* | | Moved InviteMemberModal to be controlled by a store | hmhealey | 2015-11-02 | 1 | -0/+6 |
| | | |||||
* | | Ported UserSettingsModal to React-Bootstrap | hmhealey | 2015-11-02 | 1 | -6/+0 |
| | | |||||
* | | Ported AccessHistoryModal and ActivityLogModal to React-Bootstrap | hmhealey | 2015-11-02 | 1 | -12/+0 |
| | | |||||
* | | Ported ConfirmModal and InviteMemberModal to React-Bootstrap | hmhealey | 2015-11-02 | 1 | -6/+0 |
|/ | |||||
* | Hooking up external components | Christopher Speller | 2015-11-02 | 1 | -3/+1 |
| | |||||
* | Creating hierarchy | Christopher Speller | 2015-11-02 | 1 | -70/+25 |
| | |||||
* | PLT-340 | =Corey Hulen | 2015-10-27 | 3 | -3/+14 |
| | |||||
* | Merging from master | =Corey Hulen | 2015-10-19 | 1 | -2/+5 |
|\ | |||||
| * | change url when a user navigates between tabs [#962] | Stas Vovk | 2015-10-18 | 1 | -2/+5 |
| | | |||||
* | | Refactoring web classes to use multi-session | =Corey Hulen | 2015-10-16 | 1 | -3/+4 |
| | | |||||
* | | Fixing merge | =Corey Hulen | 2015-10-16 | 1 | -0/+3 |
|\| | |||||
| * | Merge pull request #1079 from hmhealey/initprefs | Christopher Speller | 2015-10-16 | 1 | -0/+3 |
| |\ | | | | | | | Added an initial call to get all user preferences on page load | ||||
| | * | Added an initial call to get all user preferences on page load | hmhealey | 2015-10-15 | 1 | -0/+3 |
| | | | |||||
* | | | Inital support for multi-tab loging | =Corey Hulen | 2015-10-16 | 1 | -9/+1 |
|/ / | |||||
* / | Fixing most deprication warnings | Christopher Speller | 2015-10-15 | 10 | -45/+45 |
|/ | |||||
* | Updated More Direct Channels modal and converted it to ReactBootstrap | hmhealey | 2015-10-14 | 1 | -6/+0 |
| | |||||
* | Changing SpinPunch to Mattermost in copyright | Christopher Speller | 2015-10-08 | 11 | -11/+11 |
| | |||||
* | Merge pull request #915 from mattermost/plt-300 | Christopher Speller | 2015-10-05 | 1 | -8/+8 |
|\ | | | | | PLT-300 Update allow/deny oauth page UI, and add ouath as reserved word. | ||||
| * | Update allow/deny oauth page UI, and add ouath as reserved word. | JoramWilander | 2015-10-02 | 1 | -8/+8 |
| | | |||||
* | | PLT-44 allow team switching without the need to login | =Corey Hulen | 2015-10-01 | 1 | -0/+4 |
|/ |