summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | made /shortcuts separate for mac (#3571)David Lu2016-07-144-3/+27
| |
* | PLT-3266 Added channel header to create channel modal (#3559)David Lu2016-07-143-4/+48
| | | | | | | | | | | | | | | | * Added channel header to create channel modal removed React FindDOMNode * made css changes
* | PLT-3508/PLT-3516/PLT-3558/PLT-3570/PLT-3497 Multiple UI Improvements (#3553)Asaad Mahmood2016-07-1410-155/+211
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * PLT-3627 - Fixing spacing in RHS * PLT-3516 - Fixing errors in backstage * PLT-3558 - Fixing system console menu on small screens * PLT-3570 - Fixing account settings sidebar truncating issue * PLT-3497 - Moving see other themes link * Removing formatted message import from premade theme chooser
* | Increased wait time for TestUserTyping event test case (#3587)Joram Wilander2016-07-141-1/+1
| |
* | Fix porting theme to preferences so that it works for users who never set ↵Harrison Healey2016-07-141-1/+3
| | | | | | | | their theme (#3592)
* | PLT-2992 Added the ability to use different themes for each team (#3411)Harrison Healey2016-07-1423-285/+683
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Cleaned up user_settings_theme.jsx and import_theme_modal.jsx * Made ImportThemeModal use a callback to return the theme to the user settings modal instead of saving it directly * Moved user theme from model to preferences * Added serverside API to delete preferences TODO update package with client stuff * Changed constants.jsx so that Preferences and ActionTypes can be imported on their own * Updated ThemeProps migration code to properly rename solarized code themes * Fixed warnings thrown by AppDispatcher * Added clientside UI to support team-specific themes * Removed debugging code from test * Fixed setting a user's theme when they haven't set their theme before
* | PLT-3153 Converted slash command triggers to lowercase on save (#3577)David Lu2016-07-143-2/+8
| | | | | | | | | | | | * Converted slash command triggers to lowercase on save * Made slash commands case insensitive
* | PLT-3366 Holding down the ALT key and clicking on a message adds a new ↵samogot2016-07-1414-37/+296
| | | | | | | | messages indicator (squashed) (#3374)
* | PLT-3192 EE: Restricted site name to 30 characters (#3560)David Lu2016-07-145-1/+19
| | | | | | | | | | | | * Restricted site name to 30 characters * Added maxlength to TextSetting
* | PLT-3547 fixing caching issue with direct profiles (#3567)Corey Hulen2016-07-141-6/+10
| |
* | Added some documentation comments to Go driver (#3576)Joram Wilander2016-07-141-0/+46
| |
* | Removed system message on /msg success (#3579)David Lu2016-07-142-2/+2
| |
* | Change view image modal loading text to be visible (#3581)Harrison Healey2016-07-141-1/+1
| |
* | Update LDAP error message (#3583)lfbrock2016-07-131-1/+1
| |
* | PLT-3017 fixing iOS blank rendering (#3586)Corey Hulen2016-07-131-1/+1
| |
* | Hide build number if it is the same as the version number in the about ↵David Lu2016-07-131-1/+6
| | | | | | | | dialog (#3585)
* | PLT-3584 Fix no team found when creating account (#3552)enahum2016-07-131-1/+3
| |
* | Fix SAML config validation (#3562)enahum2016-07-131-1/+1
| |
* | PLT-3384 Improve the "Verify Email" email (#3564)enahum2016-07-133-11/+15
| |
* | added username to system console users list (#3566)David Lu2016-07-131-1/+6
| |
* | Highlight hashtags containing search text (#3568)Harrison Healey2016-07-131-9/+12
| |
* | Fixes reading wrong websocket message property (#3580)Joram Wilander2016-07-131-1/+1
| |
* | Fixed invalid password error when admin resets password (#3578)David Lu2016-07-131-1/+0
| |
* | Fixing bug in inital load returning team member objects that had been ↵Christopher Speller2016-07-131-1/+1
| | | | | | | | deleted. (#3554)
* | SAML Unit Tests, Go Driver & Removed vendor dependency (#3532)enahum2016-07-1312-499/+39
| |
* | PLT-3618 fixing error when team member removed on system console (#3569)Corey Hulen2016-07-131-1/+1
| |
* | Fixes javascript error with missing func (#3570)Corey Hulen2016-07-131-1/+0
| |
* | Fixing accessing admin console without credentials (#3558)Christopher Speller2016-07-121-0/+3
| |
* | Merged release-3.2 into masterHarrison Healey2016-07-125-7/+84
|\|
| * Update en.json (#3551)Harrison Healey2016-07-121-2/+2
| |
| * Some improvments to password handling (#3549)Christopher Speller2016-07-123-3/+76
| |
| * Letting email not validated error message through login. Changing invalid ↵Christopher Speller2016-07-122-2/+6
| | | | | | | | credentials error. (#3546)
| * daily translations 20160711 (#3544)enahum2016-07-119-535/+555
| |
| * Plt 3475 - Post control improvements (#3538)Asaad Mahmood2016-07-115-12/+58
| | | | | | | | | | | | * Adding class to post when dropdown is active. * plt-3475 - Post controls improvements
| * Always allow system admins to see the Integrations sidebar (#3536)Harrison Healey2016-07-111-1/+3
| |
| * PLT-3560 blocking adding to channel once user is removed (#3537)Corey Hulen2016-07-113-0/+28
| |
| * PLT-3575 Fix Cannot upload certificates with .cer file extension on SAML (#3534)enahum2016-07-081-2/+2
| |
| * Fixed permissions when getting a file attachment to use the correct user id ↵Harrison Healey2016-07-081-1/+1
| | | | | | | | (#3535)
| * daily translations 20160708 (#3533)enahum2016-07-0812-562/+1436
| |
| * Login error messages fix (#3525)Christopher Speller2016-07-082-4/+10
| |
| * PLT-3538 Fix Login page doesn't show SAML option if gitlab is enabled (#3524)enahum2016-07-081-1/+1
| |
| * PLT-2863 fixing bad merge that broke this PR (#3523)Corey Hulen2016-07-072-0/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * PLT-2863 adding remove user from team * PLT-2863 adding the client side UI * Fixing trailing space * Fixing reported issues * Adding documentatino * Switching to final javascript driver * Fixing bad merge * Fixing bad merge
| * Bumping version to: 3.2.0-rc1Mattermost Build2016-07-071-0/+1
| |
* | Added infrastructure for basic WebSocket API (#3432)Joram Wilander2016-07-1232-363/+820
| |
* | PLT-3157 - Adding display width customisation to intro message (#3521)Asaad Mahmood2016-07-123-21/+35
| | | | | | | | | | | | * PLT-3157 - Adding display width customisation to intro message * Fixing error
* | sorted channel switcher by handle (#3547)David Lu2016-07-111-1/+7
| |
* | PLT-3536 Remove "Make Member" option fom "Manage Mamber" when member is ↵enahum2016-07-111-1/+1
| | | | | | | | System Admin (#3550)
* | Merge release 3.2 into master (#3548)Harrison Healey2016-07-1127-884/+1876
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Bumping version to: 3.2.0-rc1 * PLT-2863 fixing bad merge that broke this PR (#3523) * PLT-2863 adding remove user from team * PLT-2863 adding the client side UI * Fixing trailing space * Fixing reported issues * Adding documentatino * Switching to final javascript driver * Fixing bad merge * Fixing bad merge * PLT-3538 Fix Login page doesn't show SAML option if gitlab is enabled (#3524) * Login error messages fix (#3525) * daily translations 20160708 (#3533) * Fixed permissions when getting a file attachment to use the correct user id (#3535) * PLT-3575 Fix Cannot upload certificates with .cer file extension on SAML (#3534) * PLT-3560 blocking adding to channel once user is removed (#3537) * Always allow system admins to see the Integrations sidebar (#3536) * Plt 3475 - Post control improvements (#3538) * Adding class to post when dropdown is active. * plt-3475 - Post controls improvements * daily translations 20160711 (#3544)
* | Add doc links to System Console > Integrations > Webhooks and Commands help ↵Jason Blais2016-07-112-6/+6
| | | | | | | | | | | | text (#3540) * Add links to docs
* | Correct grammar (#3539)Bob Uhl2016-07-111-1/+1
|/