| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| | |
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* PLT-7011 - Long channel name truncation
* PLT-7013 - Fixing channel header mobile
* PLT-7012 - Updating quick switch modal on mobile
* PLT-7008 - Channel preferences mobile fix
* PLT-7014 - Increasing tap area for channel desc
|
| | |
|
| |
| |
| |
| | |
(#6872)
|
| | |
|
| |
| |
| |
| |
| |
| | |
* PLT-6999 Stopped mutating style object provided by react-bootstrap
* Fixed indentation to satisfy eslint
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| | |
only attachment (#6935)
* make OutgoingWebhook to fire when post has no text content but only attachment
* update per comment and modify payload & test
|
| | |
|
| |
| |
| |
| |
| |
| | |
* fix
* consolidate code
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* PLT-6474: Basic System Console Elasticsearch Config.
* Fix review comments.
* More review fixes.
* Review comments.
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* ignore null array items in incoming webhooks / command responses
* consolidate code, process announcements in command response as well
* make a bit more idiomatic, add tests
* add missing file
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| |
| |
| |
| | |
- Used client-side EXIF data to rotate profile picture thumbnails
- Added a small package for correctly translating EXIF orientation into CSS transforms
- Instead of displaying the image using FileReader, used URL.createObjectURL because it is faster
- For upload thumbnails, the original behavior was scaling the entire original image, without accounting for EXIF rotate. I changed this to use the thumbnail image, which does respect rotation.
- The preview image was not available when the upload request returned, because handling the preview image creation was in a goroutine. I used sync.WaitGroup to block until the preview image creation is done.
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* Remove a couple of superfluous trailing arguments
* Simplify assignment logic in a couple of places
* Modify some potentially inconsistent setState calls to use the function form
* Fix eslint errors
|
| |
| |
| |
| |
| |
| | |
* Fix SignupEmail invite handling
* Fix eslint errors
|
| | |
|
| |
| |
| |
| |
| |
| |
| | |
* Fixes Elasticsearch to have consistent capitalisation everywhere
across the code and UI (except the config file unfortunately).
* Adds basic unit tests for Elastichsearch.
* Adds a Elasticsearch docker image to the Makefile to enable testing
the Elasticsearch feature.
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
This commit redesigns the jobserver to be based around an architecture
of "workers", which carry out jobs of a particular type, and "jobs"
which are a unit of work carried by a particular worker. It also
introduces "schedulers" which are responsible for scheduling jobs of a
particular type automatically (jobs can also be scheduled manually when
apropriate).
Workers may be run many times, either in instances of the platform
binary, or the standalone jobserver binary. In any mattermost cluster,
only one instance of platform OR jobserver must run the schedulers. At
the moment this is controlled by a config variable, but in future will
be controlled through the cluster leader election process.
|
|/ |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* PLT-6905 - Updating channel header design
* Updating border-radius
* Updating radius for wide icons
* Updating trigger for overlay
* Updating UI for channel header
* Updating channel header sizing
* Updating channel header css
* Updating sidebar css
* Updating status icons
* Adjusting border
* Updating comment
* Removing type from status icon
* Fixing UI issues for the channel header/sidebar
* make "Add a channel description" open the channel header modal
* Updating status and opacity
* Updating stauts icon positioning
* Updating description and heading size
* Updating UI changes
* Updating UI changes
* add a focused class to the parent div .search__form and then remove when hover away
* Fix active state for pinned posts icon
* Updating UI changes
* Update channel header text
|
| |
|
|
|
|
| |
LDAP/SAML is enabled (#6857)
|
|
|
|
|
|
|
|
| |
* system console setting for the emoji picker
* remove state.emojiPickerEnable
* update url to /admin_console/customization/emoji
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
(#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-6753 Fixed deactivated users counting against max members on a team
* Removed nested sql query when checking the number of team members
|
|
|
|
|
|
| |
* 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
|
| |
|