Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add flagging functionality to search results (#3803) | Joram Wilander | 2016-08-18 | 2 | -31/+62 |
| | |||||
* | PLT-2345 Switch "help" link below text input box to localizable version (#3794) | enahum | 2016-08-18 | 12 | -2/+748 |
| | |||||
* | Fixed public links being created using percent encoded filename and then ↵ | Harrison Healey | 2016-08-18 | 1 | -1/+1 |
| | | | | accessed without it (#3830) | ||||
* | Fixed TestGetInfoForBytes to work on all platforms (#3832) | Harrison Healey | 2016-08-18 | 1 | -1/+2 |
| | |||||
* | PLT-3842 - Fixing scrolling issue on account/team settings modal (#3819) | Asaad Mahmood | 2016-08-18 | 6 | -6/+18 |
| | |||||
* | Added error message for no signin methods (#3821) | David Lu | 2016-08-18 | 2 | -0/+15 |
| | |||||
* | PLT-3955/PLT-3956 Fixing issues with mentions (#3820) | Harrison Healey | 2016-08-18 | 1 | -14/+16 |
| | | | | | | * PLT-3955 Fixed @here sending push notifications to people not in the channel * PLT-3956 Fixed mention numbers not being incremented | ||||
* | PLT-3838 Remove close button shadow in modals (#3809) | phrix32 | 2016-08-17 | 1 | -0/+1 |
| | |||||
* | PLT-3822 after admin leaves team he cannot get admin access anymore (#3814) | Corey Hulen | 2016-08-17 | 1 | -4/+5 |
| | |||||
* | PLT-3881 Fix websocket errors after leaving the team (#3815) | Corey Hulen | 2016-08-17 | 3 | -0/+8 |
| | |||||
* | Fix typo in admin.service.siteURLDescription (#3818) | Jason Blais | 2016-08-17 | 2 | -2/+2 |
| | | | | | | * Fix typo in admin.service.siteURLDescription * Update configuration_settings.jsx | ||||
* | Multiple UI Improvements (#3804) | Asaad Mahmood | 2016-08-16 | 8 | -26/+69 |
| | | | | | | | | | | | | | | * PLT-3834 - Updating Manage members modal for mobile * PLT-3792 - Making compact view compatible with search and flagged posts RHS * PLT-3910 - Improving suggestions separator * PLT-3769 - Enabling markdown headings in compact view * Updating view members text in en..json * Removing shouldcomponentupdate from search_results_item.jsx | ||||
* | Clear search term before displaying flagged posts (#3802) | Joram Wilander | 2016-08-16 | 1 | -6/+6 |
| | |||||
* | Correctly reset tracker for updateLastViewedAt and other asynchronous calls ↵ | Joram Wilander | 2016-08-16 | 1 | -4/+5 |
| | | | | (#3801) | ||||
* | PLT-3647 Email Batching (#3718) | Harrison Healey | 2016-08-16 | 25 | -208/+1119 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * PLT-3647 Added config settings for email batching * PLT-3647 Refactored generation of email notification * PLT-3647 Added serverside code for email batching * PLT-3647 Updated settings UI to enable email batching * PLT-3647 Removed debug code * PLT-3647 Fixed 0-padding of minutes in batched notification * PLT-3647 Updated clientside UI for when email batching is disabled * Go fmt * PLT-3647 Changed email batching to be disabled by default * Updated batched email message * Added email batching toggle to system console * Changed Email Notifications > Immediate setting to a 30 second batch interval * Go fmt * Fixed link to Mattermost icon in batched email notification * Updated users to use 30 second email batching by default * Fully disabled email batching when clustering is enabled * Fixed email batching setting in the system console * Fixed casing of 'Send Email notifications' -> 'Send email notifications' * Updating UI Improvements for email batching (#3736) * Updated text for notification settings and SiteURL. * Prevented enabling email batching when SiteURL isn't set in the system console * Re-added a couple debug messages * Added warning text when clustering is enabled | ||||
* | Refactored mention parsing and added unit tests (#3806) | Harrison Healey | 2016-08-16 | 3 | -207/+412 |
| | |||||
* | PLT-3886 Add missing period in tutorial intro screen (#3811) | Jason Blais | 2016-08-16 | 2 | -2/+2 |
| | | | | | | * Add missing period in tutorial intro screen * Update en.json | ||||
* | PLT-3617 Switched public file links to use a sha256 hash (#3792) | Harrison Healey | 2016-08-15 | 6 | -50/+56 |
| | | | | | | * Changed FileSettings.PublicLinkSalt to be a pointer * Switched public file links to use a sha256 hash | ||||
* | Fixed mentions not updating when team switched (#3807) | David Lu | 2016-08-15 | 1 | -2/+7 |
| | |||||
* | Hardcoded login footer sitename to Mattermost (#3805) | David Lu | 2016-08-15 | 1 | -1/+1 |
| | |||||
* | PLT-3005 Added confirmation screen to integrations (#3747) | David Lu | 2016-08-15 | 11 | -20/+286 |
| | |||||
* | Making APR link easier to find (#3793) | it33 | 2016-08-15 | 1 | -1/+2 |
| | |||||
* | PLT-3777 Channel URL name changes when display name is updated (#3795) | enahum | 2016-08-15 | 1 | -15/+0 |
| | |||||
* | PLT-3869 Fix set default language when user logs out (#3796) | enahum | 2016-08-15 | 1 | -0/+1 |
| | |||||
* | PLT-3844 Fix Not redirected out of system console after demoting self from ↵ | enahum | 2016-08-15 | 1 | -3/+3 |
| | | | | System Admin (#3797) | ||||
* | Add missin localization strings (#3798) | enahum | 2016-08-15 | 1 | -2/+5 |
| | |||||
* | Made em(..) return an actual number (#3735) | Hugo Giraudel | 2016-08-12 | 1 | -2/+2 |
| | |||||
* | PLT-3793 Re-order languages in Account Settings (#3756) | enahum | 2016-08-12 | 3 | -16/+33 |
| | |||||
* | Send verification email if user has never logged in, send email changed ↵ | Joram Wilander | 2016-08-12 | 1 | -2/+2 |
| | | | | email otherwise (#3759) | ||||
* | EE: PLT-3747 Add create_channel to command line (#3760) | enahum | 2016-08-12 | 2 | -6/+131 |
| | | | | | | | | * PLT-3747 Add create_channel command line * Added tests * Set as EE feature | ||||
* | PLT-1424 Added XRegExp library to fix search highlighting (#3787) | Harrison Healey | 2016-08-12 | 2 | -10/+8 |
| | |||||
* | Clear post textbox as soon as a slash command is sent (#3789) | Harrison Healey | 2016-08-12 | 1 | -2/+4 |
| | |||||
* | Updating markdown links test (#3790) | Jason Blais | 2016-08-12 | 1 | -3/+3 |
| | | | | | | | | | #### Summary Updating markdown links test Ticket Link https://mattermost.atlassian.net/browse/PLT-3829 and https://mattermost.atlassian.net/browse/PLT-3551 are marked as `Won't Fix`, so the markdown links test needs to be updated too. | ||||
* | Merge branch 'release-3.3' RC5 | Elias Nahum | 2016-08-11 | 5 | -15/+15 |
|\ | |||||
| * | Update licensing switches for Office365 and Google SSO through OAuth2 (#3786) | Joram Wilander | 2016-08-11 | 4 | -14/+14 |
| | | |||||
| * | fixed endless loading (#3784) | David Lu | 2016-08-11 | 1 | -1/+1 |
| | | |||||
* | | Clarify help text for available lanuages in localization_settings.jsx (#3776) | Eric Sethna | 2016-08-11 | 2 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | * Update localization_settings.jsx * Update en.json * Update localization_settings.jsx * Update en.json | ||||
* | | fix OAuth provider when running test multiple times (#3782) | enahum | 2016-08-11 | 1 | -2/+2 |
| | | |||||
* | | PLT-3760 - Fixing tutorial positioning on mobile (#3783) | Asaad Mahmood | 2016-08-11 | 2 | -1/+8 |
| | | |||||
* | | Change ordering of at-mention suggestions (#3698) | Yi EungJun | 2016-08-11 | 5 | -40/+129 |
| | | | | | | List members in the current channel first. | ||||
* | | Removed /shortcuts from mobile (#3753) | David Lu | 2016-08-11 | 4 | -17/+36 |
| | | |||||
* | | PLT-3700 Made error message for too short channel URL more clear (#3773) | Harrison Healey | 2016-08-11 | 4 | -14/+27 |
| | | |||||
* | | Merge branch 'release-3.3' RC4 | Elias Nahum | 2016-08-10 | 6 | -59/+62 |
|\| | |||||
| * | fixed password reset salt broken (#3778) | David Lu | 2016-08-10 | 1 | -46/+53 |
| | | |||||
| * | PLT-3846 Fixed loading screen not disappearing upon joining team (#3779) | David Lu | 2016-08-10 | 1 | -6/+4 |
| | | | | | | | | | | | | * fixed loading screen not disappearing upon joining team * Update signup_user_complete.jsx | ||||
| * | PLT-3879 Fix OAuth provider routes (#3780) | enahum | 2016-08-10 | 2 | -5/+3 |
| | | |||||
| * | Marked Office 365 SSO through OAuth2 as beta (#3781) | Joram Wilander | 2016-08-10 | 2 | -2/+2 |
| | | |||||
* | | Merge branch 'release-3.3' RC3 | Elias Nahum | 2016-08-09 | 34 | -1935/+3077 |
|\| | |||||
| * | daily translations 20160809 (#3772) | enahum | 2016-08-09 | 19 | -1884/+3009 |
| | | |||||
| * | Fixed reset password error (#3769) | David Lu | 2016-08-09 | 1 | -13/+6 |
| | |