Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Updated oauth2 app register modal | JoramWilander | 2015-12-01 | 1 | -3/+9 |
| | |||||
* | rename 'featureToggle' to 'isFeatureEnable' and move definition of available ↵ | Florian Orben | 2015-11-27 | 1 | -19/+16 |
| | | | | prerelease-features to constants.jsx | ||||
* | only show advanced settings section if there are any pre-release features | Florian Orben | 2015-11-27 | 1 | -49/+56 |
| | |||||
* | PLT-1125: allow to toggle features in frontend | Florian Orben | 2015-11-27 | 1 | -16/+118 |
| | |||||
* | Merge pull request #1502 from mattermost/disable-all | Christopher Speller | 2015-11-24 | 1 | -4/+6 |
|\ | | | | | Disabling the all mention | ||||
| * | fixing eslint | =Corey Hulen | 2015-11-23 | 1 | -0/+2 |
| | | |||||
| * | Disabling the all mention | =Corey Hulen | 2015-11-23 | 1 | -4/+4 |
| | | |||||
* | | Update user_settings_general.jsx | Eric Sethna | 2015-11-20 | 1 | -2/+2 |
|/ | | | Clarify email help text | ||||
* | Upgrading client dependancies. Upgrading to babel 6. Moving to es6 package ↵ | Christopher Speller | 2015-11-19 | 14 | -71/+71 |
| | | | | system. | ||||
* | Posts structure improvement | Asaad Mahmood | 2015-11-19 | 1 | -1/+4 |
| | |||||
* | Removed Modal base class | hmhealey | 2015-11-17 | 1 | -2/+13 |
| | |||||
* | Added ToggleModalButton component | hmhealey | 2015-11-17 | 1 | -39/+9 |
| | |||||
* | Added Modal base class that extends ReactBootstrap.Modal | hmhealey | 2015-11-17 | 1 | -7/+7 |
| | |||||
* | Fix cancel button on username setting and other general improvements | JoramWilander | 2015-11-13 | 1 | -82/+82 |
| | |||||
* | Merge branch 'release-1.2' | Christopher Speller | 2015-11-12 | 1 | -1/+0 |
|\ | |||||
| * | Make import/export theme input box editable | JoramWilander | 2015-11-12 | 1 | -1/+0 |
| | | |||||
* | | Rename areStatesEqual to areObjectsEqual and make it more comprehensive and ↵ | JoramWilander | 2015-11-12 | 3 | -15/+19 |
|/ | | | | accurate. | ||||
* | Updating tutorial tip | Asaad Mahmood | 2015-11-09 | 2 | -3/+2 |
| | |||||
* | Add new line break | JoramWilander | 2015-11-09 | 1 | -0/+1 |
| | |||||
* | Prevent SSO users from changing their email | JoramWilander | 2015-11-06 | 1 | -35/+55 |
| | |||||
* | UI Improvements for Slack and post dropdown | Asaad Mahmood | 2015-11-05 | 2 | -4/+8 |
| | |||||
* | Updating code themes | Asaad Mahmood | 2015-11-05 | 1 | -4/+6 |
| | |||||
* | Removed old code theme selector and fixed some issues | Reed Garmsen | 2015-11-04 | 3 | -83/+6 |
| | |||||
* | Moved code theme picker into custom theme subarea | Reed Garmsen | 2015-11-04 | 2 | -23/+69 |
| | |||||
* | Fixed theme confirmation dialog to work in all cases and removed some jquery ↵ | hmhealey | 2015-11-03 | 10 | -53/+173 |
| | | | | magic related to it | ||||
* | Moved InviteMemberModal to be controlled by a store | hmhealey | 2015-11-02 | 1 | -2/+3 |
| | |||||
* | Added handling of keyboard focus to UserSettingsModal and its children | hmhealey | 2015-11-02 | 4 | -11/+51 |
| | |||||
* | Added a confirmation dialog for unsaved theme changes and removed ↵ | hmhealey | 2015-11-02 | 9 | -115/+105 |
| | | | | unnecessary dialog close handling | ||||
* | Ported UserSettingsModal to React-Bootstrap | hmhealey | 2015-11-02 | 4 | -37/+56 |
| | |||||
* | Ported AccessHistoryModal and ActivityLogModal to React-Bootstrap | hmhealey | 2015-11-02 | 1 | -13/+16 |
| | |||||
* | Merge pull request #1268 from mattermost/plt-514 | Christopher Speller | 2015-11-02 | 2 | -16/+25 |
|\ | | | | | PLT-514 Validate callback urls on the server and add help text to outgoing webhooks | ||||
| * | Validate callback urls on the server and add help text to outgoing webhooks | JoramWilander | 2015-11-02 | 2 | -16/+25 |
| | | |||||
* | | display full name, nickname or username in direct messages | Stas Vovk | 2015-11-01 | 1 | -3/+97 |
|/ | |||||
* | Fixing eslint not recursing | Christopher Speller | 2015-10-30 | 2 | -7/+6 |
| | |||||
* | allow code theme to be shareable | Florian Orben | 2015-10-29 | 2 | -2/+7 |
| | |||||
* | code style theme chooser | Florian Orben | 2015-10-29 | 2 | -1/+77 |
| | |||||
* | Merge branch 'master' of https://github.com/mattermost/platform into ↵ | Asaad Mahmood | 2015-10-29 | 6 | -77/+184 |
|\ | | | | | | | ui-improvements | ||||
| * | Merge pull request #1196 from florianorben/send-on-ctrl | Joram Wilander | 2015-10-28 | 4 | -0/+183 |
| |\ | | | | | | | allow messages to be send on ctrl+enter | ||||
| | * | add new user-setting section 'advanced' and remove ctrl-send setting from ↵ | Florian Orben | 2015-10-28 | 4 | -87/+183 |
| | | | | | | | | | | | | general tab | ||||
| | * | allow messages to be send on ctrl+enter | Florian Orben | 2015-10-28 | 1 | -1/+88 |
| | | | |||||
| * | | Revert "PLT-395: Add syntax highlighting to Markdown code blocks" | Christopher Speller | 2015-10-28 | 2 | -77/+1 |
| |/ | |||||
* | | Merge branch 'master' of https://github.com/mattermost/platform into ↵ | Asaad Mahmood | 2015-10-27 | 3 | -2/+78 |
|\| | | | | | | | ui-improvements | ||||
| * | Fixed file upload and profile picture upload error display to work for ↵ | hmhealey | 2015-10-26 | 1 | -1/+1 |
| | | | | | | | | serverside errors | ||||
| * | code style theme chooser | Florian Orben | 2015-10-24 | 2 | -1/+77 |
| | | |||||
* | | Oauth UI Improvements and settings improvement | Asaad Mahmood | 2015-10-23 | 2 | -0/+5 |
|/ | |||||
* | Multiple UI Improvements | Asaad Mahmood | 2015-10-23 | 3 | -76/+87 |
| | |||||
* | Merge pull request #1149 from mattermost/plt-808 | Christopher Speller | 2015-10-23 | 3 | -26/+62 |
|\ | | | | | PLT-808 Fix deleting channels breaking the webhook UI | ||||
| * | In webhooks UI handle error if channel can't be found, also use display name ↵ | JoramWilander | 2015-10-22 | 3 | -26/+62 |
| | | | | | | | | over url name, plus warning fixes | ||||
* | | Multi-session login | =Corey Hulen | 2015-10-20 | 1 | -1/+1 |
| | | |||||
* | | Fixing merge conflicts | =Corey Hulen | 2015-10-19 | 3 | -27/+327 |
|\| |