summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Update test-links.md (#5721)Jason Blais2017-03-101-1/+0
| | | Remove a test case until we receive a customer request for it. See more details here: https://mattermost.atlassian.net/browse/PLT-5806
* add missing id to use for translation - user settings/security/mfa (#5719)Carlos Tadeu Panato Junior2017-03-101-0/+2
|
* Add new database schema version ready for 3.8. (#5697)George Goldberg2017-03-091-0/+10
|
* add team exists endpoint for APIv4 (#5517)Carlos Tadeu Panato Junior2017-03-075-6/+86
|
* Fix keyboard shortcuts not to trigger on AltGr key (#5566)Lauris BH2017-03-071-1/+1
| | | On Windows when pressing AltGr it will trigger event with same properties as left Ctrl key. Check explicitly that altKey is false otherwise on some keyboard layouts input of special characters is blocked.
* 'Add Members' Modal Focuses Searchbar Fix (#5608)Ryan Wang2017-03-071-3/+9
|
* Merge 3.7 changes into master (#5679)Joram Wilander2017-03-078-11/+106
| | | | | | | | * Save schema version for 3.7 (#5675) * Adding index and cache to reactinos store (#5654) * Fix badge count for push notifications (#5672)
* Adding id examples for UI automation (#5508)Corey Hulen2017-03-075-0/+8
| | | | | | * Adding id examples * Adding id examples
* Update schema for version 3.7. (#5674)George Goldberg2017-03-072-6/+6
|
* translations PR 20170306 (#5666)enahum2017-03-0722-631/+1726
| | | | | | * translations PR 20170306 * Fix platform zh_TW.json
* PLT-5722 Fix formatText to fail gracefully when input is not text (#5670)Harrison Healey2017-03-062-1/+5
| | | | | | * Updated marked to remove incorrect error message * Fix formatText to fail gracefully when input is not text
* Add system console switch for enabling link previews (#5663)Joram Wilander2017-03-0612-6/+128
|
* Update test-emoticons4.md (#5659)lindalumitchell2017-03-061-0/+8
| | | Added test for emoticons in headings.
* Update test-markdown-lists.md (#5658)lindalumitchell2017-03-061-0/+18
| | | Added test for multi-item unordered list with line break.
* Update test-markdown-basics.md (#5657)lindalumitchell2017-03-061-6/+4
| | | | | | | | * Update test-markdown-basics.md Added test for heading followed by paragraph1, line break, paragraph2 * Fix test so it is <4000 characters
* Update test-links.md (#5656)lindalumitchell2017-03-061-0/+1
| | | Added test for angle brackets around email address
* Update test-markdown-basics.md (#5655)Jason Blais2017-03-061-6/+7
|
* PLT-5703 Update license expiry timing and text (#5602)Joram Wilander2017-03-067-56/+93
| | | | | | * Update license expiry timing and text * Updating error bar (#5632)
* PLT-5685 Fixing perf issue and problem with pushing for any activity (#5662)Corey Hulen2017-03-061-30/+21
| | | | | | * PLT-5685 Fixing perf issue and problem with pushing for any activity * PLT-5685 Fixing perf issue and problem with pushing for any activity
* Remove FIXME and XXX from bulk import tests. (#5664)George Goldberg2017-03-061-3/+17
|
* Fix channel switching ALT + UP/DOWN shortcut (#5660)Joram Wilander2017-03-061-1/+1
|
* Prevented RHS from closing when you reply to a message that had been ↵Christopher Speller2017-03-063-27/+2
| | | | deleted. (#5651)
* Fix JS error in mobile view when opening add member modal from view member ↵Joram Wilander2017-03-061-0/+2
| | | | modal (#5661)
* Example of how to call metrics (#5621)Corey Hulen2017-03-062-3/+5
|
* Fix license telemetry. (#5641)George Goldberg2017-03-061-6/+6
|
* enable saml for RN app (#5635)enahum2017-03-061-1/+6
| | | | | | * enable saml for RN app * remove unnecessary user sanitize
* Fix telemtry IDs. (#5649)George Goldberg2017-03-063-2/+16
|
* PLT-5697: Add --validate flag to bulk import CLI. (#5642)George Goldberg2017-03-061-1/+10
|
* fix bug when use /msg command it open the channel in a new tab (#5644)Carlos Tadeu Panato Junior2017-03-061-1/+1
|
* Fix desktop notification click handler for existing/new GMs (#5633)Joram Wilander2017-03-042-2/+3
|
* Increase timeout on suggestion clear after blur (#5631)Joram Wilander2017-03-041-1/+1
|
* PLT-5701 Fix DM email subject text (#5630)enahum2017-03-042-2/+2
|
* PLT-4969 remove Push notifications @ preceeding the username or the user's ↵enahum2017-03-041-1/+1
| | | | name (#5629)
* PLT-5461 Fix channel rename placeholder (#5628)enahum2017-03-042-2/+2
|
* Don't allow name-value pairs in theme vector be localized (#5623)Joram Wilander2017-03-041-37/+11
|
* Update link preview test cases (#5620)Jason Blais2017-03-041-39/+15
|
* Add Markdown test cases for explicit image sizes (#5618)Jason Blais2017-03-041-0/+5
|
* fix message (#5640)Yusuke Nemoto2017-03-042-2/+2
|
* Fixing issue with safari and not closing (#5601)Corey Hulen2017-03-041-1/+1
|
* Mobile Web: Auto-focus cursor in the search box (#5284)Saturnino Abril2017-03-035-14/+53
| | | | | | | | | | | | | | * Mobile Web: Auto-focus cursor in the search box and open keyboard when the search icon is tapped * fixed issue with safari mobile view * added isFocus props to search_bar.jsx component * used 'x' and fixed spacing * changed 'x' icon and fixed css * added aria-hidden='true'
* Prevent user count popovers in GMs from opening view/manage members modal ↵Joram Wilander2017-03-031-29/+32
| | | | (#5619)
* Fixing Link url when cancelling edit of incoming webhook (#5612)Poornima2017-03-031-1/+1
|
* Fix JS error when receiving reply during channel switch (#5582)Joram Wilander2017-03-034-4/+22
|
* Usernames must start with a letter (#5581)Joram Wilander2017-03-0311-74/+97
|
* Fix tab causing textbox placeholder to fill in (#5592)Joram Wilander2017-03-031-1/+3
|
* Move Performance Monitoring out of beta (#5616)Jason Blais2017-03-033-4/+4
| | | | | | | | * Update metrics_settings.jsx * Update admin_sidebar.jsx * Update en.json
* PLT-5484 Reduced scope of CSS rules for (edited) tag (#5599)Harrison Healey2017-03-032-34/+13
| | | | | | * PLT-5484 Reduced scope of CSS rules for (edited) tag * Reverted accidental change from div tags to spans
* Make config.go defaults the same as config.json. (#5605)George Goldberg2017-03-031-4/+4
|
* PLT-3077 Add group messaging (#5489)Joram Wilander2017-03-0248-289/+1592
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Implement server changes for group messaging * Majority of client-side implementation * Some server updates * Added new React multiselect component * Fix style issues * Add custom renderer for options * Fix model test * Update ENTER functionality for multiselect control * Remove buttons from multiselect UI control * Updating group messaging UI (#5524) * Move filter controls up a component level * Scroll with arrow keys * Updating mobile layout for multiselect (#5534) * Fix race condition when backspacing quickly * Hidden or new GMs show up for regular messages * Add overriding of number remaining text * Add UI filtering for team if config setting set * Add icon to channel switcher and class prop to status icon * Minor updates per feedback * Improving group messaging UI (#5563) * UX changes per feedback * Update email for group messages * UI fixes for group messaging (#5587) * Fix missing localization string * Add maximum users message when adding members to GM * Fix input clearing on Android * Updating group messaging UI (#5603) * Updating UI for group messaging (#5604)
* Correct typo in app/email.go (#5569)Ryan Wang2017-03-022-4/+4
|