| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
| |
(#6723)
* clear center and rhs view on other window when leaving a channel
* move redirection to websocket actions
* close sidebar at websocket action
|
| |
|
|
|
|
|
|
| |
* translations PR 20170703
* Fix bad merge
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
* PLT-6964 - Updating new theme
* PLT-6827 - Fixing error bar link color issue
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Update installed_commands.jsx
* Update installed_incoming_webhooks.jsx
* Update installed_oauth_apps.jsx
* Update installed_outgoing_webhooks.jsx
* Update integrations.jsx
* Update quick_switch_modal.jsx
* Update en.json
* Decrease help text size in Integrations page
* Fix syntax error
* Tweak help text size based on Asaad's feedback
* Fix indentation
* Update help text classname to backstage-list__help
* Update _backstage.scss
* Remove the horizontal line in integrations page
* Renamed template strings for integrations help links
|
|
|
|
|
|
|
|
| |
* Update to latest mattermost-redux
* Add back recent and new users to team analytics page
* Update to latest
|
| |
|
|
|
|
|
|
|
|
|
|
| |
last channel member (#6706)
* channel delete option is hidden from the menu unless there is appropriate permissions as set in the policy page
* apply to public channel only and add restriction to API layer
* updated channel deletion
|
|
|
|
|
|
|
|
|
|
| |
* Add config setting to control enabling API version 3
* Update help text for APIv3 config setting (#6843)
* Update configuration_settings.jsx
* Update en.json
|
|
|
|
|
|
| |
* Migrate add_command.jsx to be pure and use redux
* Add basic test for AddCommand component
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
Since I was going to make yet another button for the ElasticSearch test
config button, I refactored all of them to use a single common component
and tidied that component up and gave it some unit tests.
|
|
|
|
| |
message in the channel (#6833)
|
| |
|
| |
|
|
|
|
|
|
| |
* Fixing JS error
* Fixing js error and storing issue
|
| |
|
| |
|
|
|
|
|
|
| |
* translations PR 20170626
* Include italian as UI option
|
|
|
|
|
|
|
|
| |
* PLT-6836 - Updating post spacing
* Updating post spacing
* Updating post margins
|
|
|
|
|
|
|
|
|
|
| |
* move teammate name display setting to the system console
* update all the likes of TeammateNameDisplay names
* fix gofmt error
* rebase and fix conflict
|
| |
|
|
|
|
|
|
|
|
| |
* PLT-6907 Increased hit area for tutorial
* PLT-6907 Show the tutorial no matter what channel you're in
* Fixing eslint issue
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
* Added MarkdownImage component
* Fixed unit tests
* More scrolling fixes
|
|
|
|
|
|
|
|
|
|
| |
width (#6688)
* remove System Console and config settings for image height and width
* add constants and update config.json
* updated as per review
|
|
|
|
|
|
|
|
|
|
| |
text back in the input box when it fails to send (#6695)
* If a message starts with a / but is not a slash command, put the text back in the input box when it fails to send
* update string per review
* update per review
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Add /help slash command
* Fix copyright year
* go fmt
* Add help command test at api4
* Fix jasonblais's issue
* Update test code
* Fix unit test issue - keep config unchanged
|
|
|
|
|
|
|
|
| |
except sitename of custom branding (#6597)
* remove 1024 character limit with text settings at system console, except sitename of custom branding
* add ability to set textarea of TextSetting
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Show a message when invited addresses are blocked
When using the "Send Email Invite" functionality. Emails were sent to
domains that were not on the `RestrictCreationToDomains` list. This
would lead to users getting a message that they can't create an account
if they follow the link in the email.
This commit will check the email addresses before the mails are sent and
warn the user typing them in which ones are blocked.
* Add unit test for domain restrictions on invite
* Invite Member: Clear serverError on toggle
|
|
|
|
|
|
|
|
| |
* add /header slash command
* update websocket
* updater per review
|
| |
|
|
|
|
|
|
| |
* PLT-6844 Change file uploading to use superagent
* Fixed handling of upload errors
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Add documentation to props, migrate to pure component
* Migrate commands_container and installed_commands to redux
* Partially move confirm_integration to redux
* Add more props to commands_container
* Fix identation issue
* Remove unused import
* Update command token to reference redux store
|
|
|
|
|
|
|
|
| |
* Update gorp to support query timeouts on postgres
* Update help text to remove postgres exception
* Fix glide.lock
|
|
|
|
|
|
| |
* Added MarkdownImage component
* Fixed unit tests
|
| |
|
| |
|
| |
|