| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| |
|
| |
|
| |
|
|
|
|
| |
(#3442)
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
* Added email footer for address
* added default
* Update html.go
* Changed according to PM
|
| |
|
|
|
|
| |
available (#3339)
|
| |
|
|
|
|
| |
privacy settings (#3327)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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
|
| | |
|
| |
| |
| |
| | |
(#3280)
|
| | |
|
|/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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
|
|
|
|
|
|
|
|
|
|
| |
* 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
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
* PLT-1800 Load server side locale from the config.json
* Add support for locales with country specifics
* Fix localization on served locale file as plain/text
* Remove github.com/cloudfoundry/jibber_jabber as vendor dependency
* Fix get locale on login_controller
|
|
|
|
| |
functions) (#3217)
|
|
|
|
|
|
| |
* Improved trimming of punctuation from hashtags and search terms
* Separated punctuation regexes used for hashtags and for search terms
|
| |
|
|
|
|
|
|
|
|
|
|
| |
* PLT-1800 Load server side locale from the config.json
* Add support for locales with country specifics
* Fix localization on served locale file as plain/text
* Remove github.com/cloudfoundry/jibber_jabber as vendor dependency
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Send payload in application/json for outgoing webhooks
The Add outgoing webhook UI now has a 'Content-Type' field that allows
to choose between application/x-www-form-urlencoded and
application/json. All outgoing webhooks created before this change will
be considered as x-www-form-urlencoded. There's also a minor change in
the way the outgoing webhook summary is displayed: the 'Callback URLs'
label was missing.
* Fix JS formatting errors
* Increase ContentType field length to 128
|
|
|
|
|
|
| |
* Added validation to make sure theme entries are colours
* Added serverside validation for theme
|
| |
|
|
|
|
|
|
|
|
| |
* PLT-1800 Load server side locale from the config.json
* Add support for locales with country specifics
* Fix localization on served locale file as plain/text
|
|
|
|
|
|
|
|
| |
* Adding APIs to reload config, recycle db connections and ping server
* Fixing unit test
* Adding unit tests
|
|
|
|
| |
This reverts commit 34beaa569bfb32f1607375f1d5a22859322060d2.
|
| |
|
|
|
|
|
|
| |
* PLT-1800 Load server side locale from the config.json
* Add support for locales with country specifics
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
* Split out push and email notification logic, always send push notifications on mention
* Add user setting to control push notifications
* Minor changeto simplify code
|
| |
|
|\ |
|
| | |
|
| |
| |
| | |
Fix regression on GitLab
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* Integrations: Support raw new lines in the text payload
* Improve support for raw new lines in text payload
The regexp used to escape control characters now also searches for
additional fields:
text|fallback|pretext|author_name|title|value
|
|/
|
| |
Fix regression on GitLab
|
|
|
|
|
|
| |
* PLT-2905 fixing upgrade of SSO accounts
* Fixing multiple Auths mapped to different emails
|
|
|
|
|
|
| |
* Added ldap_only parameter for login API
* Re-added LDAP login boxes as part of signup flow
|
| |
|
|
|
|
|
|
|
|
| |
string (#2914)
* Removed unused channelId and userId parameters from web client getPublicLink method
* Changed getPublicLink api call to return a proper JSON string
|
|
|
|
|
|
|
|
|
|
|
|
| |
* PLT-2697 Fixing team admins
* Fixing eslint error
* Fixing loc issues
* Fixing func
* Fixing func
|
| |
|
|
|
|
|
|
|
|
| |
file links (#2892)
* Switched public file links to use a GetLinkModal
* Separated getFile and the new getPublicFile api calls
|