| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| |
|
|
|
|
|
|
|
|
|
|
| |
* Update user.go
* Update en.json
* Update ldap_test_button.jsx
* Update en.json
|
| |
|
| |
|
| |
|
|
|
| |
* PLT-3921 System Console Recent Active Users
|
|
|
|
|
|
| |
Does this by adding special case regexes to the @mention importing code
in the Slack importer for these three special mention types.
Fixes PLT-4053
|
|
|
|
|
|
|
|
|
|
|
|
| |
code (#3934)
* Update error page to use Markdown and add error for missing OAuth code
* Add line breaks to error messages
This is to make the error message easier to read.
* Update en.json
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
(#3834)
* Add the ability to clear push notifications after channel is viewed
* Fix race condition between updating the mention count and reading it when sending push notifications
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* added handlers for slash commands
* added manual status persistance
* added tests
* removed extra debug output and comments
* rebase - fixing the PR
* making echo messages after slash commands ephemeral
|
| |
|
|
|
|
|
|
| |
* PLT-3994 Fix OAuth2: Properly handle allowing an app fails
* Remove Content-Type from allowOAuth
|
| |
|
| |
|
|
|
|
|
|
|
| |
Converts @mentions in Slack imports for regular messages, comments and
Slack upload messages.
Updates the description on the Team Settings Import tab to remove
mention of @mentions not importing.
|
| |
|
|
|
|
|
|
|
|
| |
* Fixing sanitize license
* Fixing license
* Fixing unit tests
|
|
|
|
|
|
|
|
|
|
| |
(#3871)
* PLT-3942 Add real-time updates for center channel profile picture pop-over
* Send user data with the websocket event to prevent further requests
* Add helper for profile sanitation
|
| |
|
|
|
|
| |
debugging (#3872)
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Deauthorize OAuth APIs
* Deautorize OAuth Apps Account Settings
* Fix typo in client method
* Fix issues found by PM
* Show help text only when there is at least one authorized app
|
|
|
|
| |
(#3829)
|
|
|
|
| |
post list (#3846)
|
|
|
|
| |
if they're not an admin (#3853)
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
* PLT-3754 EE: Add a Display Option to disable Join/Leave messages
* Differentiate between join/leave add/remove messages
* Update user removed from channel text message
|
|
|
|
|
|
| |
* PLT-3955 Fixed @here sending push notifications to people not in the channel
* PLT-3956 Fixed mention numbers not being incremented
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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
|
| |
|
|
|
|
|
|
| |
* Changed FileSettings.PublicLinkSalt to be a pointer
* Switched public file links to use a sha256 hash
|
|
|
|
| |
email otherwise (#3759)
|
|
|
|
|
|
|
|
| |
* PLT-3747 Add create_channel command line
* Added tests
* Set as EE feature
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
* Changed autoconfiguration of SiteURL to be done on every request
* Added SiteURL to system console
|
|
|
|
|
|
| |
* Fix garbled mail subject
* Notification email subject including full month
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* PLT-2899 adding clustering of app servers
* PLT-2899 base framework
* PLT-2899 HA backend
* PLT-2899 Fixing config file
* PLT-2899 adding config syncing
* PLT-2899 set System console to readonly when clustering enabled.
* PLT-2899 Fixing publish API
* PLT-2899 fixing strings
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Added flagged posts functionality
* UI Improvements to flags (#3697)
* Added flag functionality for mobile
* Updating flagged text (#3699)
* Add back button to RHS thread when coming from flagged posts
* Updating position of flags (#3708)
* Plt 3506 - Reverting flag position (#3724)
* Revert "Updating position of flags (#3708)"
This reverts commit aaa05632c5d9eda35a048300a5bd7e99584c5b58.
* Fixing the icon in search
* Help text and white space improvements (#3730)
* Updatng help text and some white spacing.
* Updating help text
|