| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Added model objects for emoji
* Added database tables for emoji
* Added settings for custom emoji
* Added serverside APIs and unit tests for custom emoji
* Added additional validation to catch duplicate emoji names earlier on
* Added additional validation to prevent users from adding emoji as another user
|
|\
| |
| |
| |
| | |
Conflicts:
webapp/components/create_comment.jsx
|
| |
| |
| |
| |
| |
| | |
* Comment out max file size settting in system console
* Remove pending post after successful create post request
|
| | |
|
| |
| |
| |
| |
| |
| | |
* Add server restart note to LDAP sync setting
* Add server restart note to LDAP sync setting
|
| |
| |
| |
| | |
error (#3292)
|
| | |
|
| |
| |
| |
| |
| |
| | |
* Fixing attachment in RHS root post for compact view
* Improving spacing for mentions
|
| | |
|
| |
| |
| |
| | |
show up in the RHS (#3282)
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* PLT-2058 Debugging incoming web hook content
This change debugs contents of incoming webhooks using l4g.
The problem is that in order to debug the request body, it neads to be
read. And a Reader can only be read once. Hence, the body is only read
for Debugging if it is actually enabled. Furthermore, a new reader is
created from the content of the old reader in order for the rest of the
method to work as usual (with or without debugging).
The debug statement is wrapped in a closure, so that the content is
only copied if Debug is actually enabled.
It is not possible to return `(string, string)` from the closure to
`l4g.Debug()`. That is the reason the debugging is not done with `=%v`,
but the translations strings end with a space.
I tested the change with a `application/json` HTTP header as well as
`payload=`
The debug method is extracted into util/log.go in order to be re-usable
for debugging `io.Reader`
* Added a config flag to turn off incoming webhook debugging
Setting `EnableWebhookDebugging` to false in the `config.json` will
disable the printing of the content of incoming webhooks to the console
* Defaulting webhook debugging to true
* Added the setting of debugging incoming webhooks to the system console
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* scrolling fixes:
- jumps on free scroll when somebody posts a new message (and old one disappears at top)
- jumps on closing RHS (no compensation of resize)
- scroll blinking on opening/closing RHS (delay before resize compensation)
* fix scroll slipping up on multiple open/close RHS in case when (this.refs.postlist.offsetHeight % Constants.SCROLL_PAGE_FRACTION === 0)
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
provider (#3204)
* Fixed a typo to an error message regarding editing an account field handled by a login provider. (PLT-3156)
* Added 'field_handled_externally' to the en language file.
Other languages are needed.
|
| | |
|
| |
| |
| |
| |
| | |
a post (#3300)
PLT-3203 Commenting on the RHS while in permalink view makes the message not show up in the RHS
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* Add "Database:" to Mattermost About Dialog
The property has been named SQLDriverName to make a difference with the
FileSettings DriverName.
* Add missing string for 'Database' in i18n file
|
|/ |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
* Added support for DMs
* Checked username beginning characters
|
|
|
|
|
|
|
|
|
|
| |
* Added user setting to auto collapse image previews
* Added slash commands for collapsing/expanding image previews
* Added translation strings for collapse setting
* Add default props for preview collapse setting
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Added message history
* Minor logical changes
* Fixed indexes resetting
* Fixed double messages
* Fixed resetting main history when RHS opened
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
* Update help text for localization settings
* Add to en.json
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
(#3238)
* PLT-3182 - Improving switch channels modal and some minor UI improvements
Enabling link previews
Adding compact layout to RHS
Improving timestamps
* Adding update code for RHS components
|
|
|
|
|
|
|
|
|
|
| |
* Update Segment text
* Update Segment text
* Correcting typo
* Fixed typo
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
(#3237)
* Added EnableTesting to the client config
* Hid EnableFormatting advanced setting unless testing is enabled
|
| |
|
|
|
|
|
|
| |
* PLT-3169 moving reload/recycle commands
* Fixing eslint
|
|
|
|
|
|
| |
* Added @all
* Uncomment @all server side
|
|
|
|
|
|
|
|
| |
admin (#3225)
* Added push notifications disabled message to settings
* Update user_settings_notifications.jsx
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
* Fix typo on help text
Fix typo on `allow anyone to join this team` help text.
* Added fix to webapp/i18n/en.json
|
| |
|
|
|
|
|
|
|
|
| |
(#3215)
* Re-added errors to login page when no username/password is added
* Added code to help login page state keep in sync with the browser's state after using autocomplete
|