summaryrefslogtreecommitdiffstats
path: root/webapp
Commit message (Collapse)AuthorAgeFilesLines
* PLT-2058 Debugging incoming web hook content (#3150)Martin Schenck2016-06-102-1/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 (#3200)samogot2016-06-102-8/+5
| | | | | | | | | * 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)
* PLT-3156 Typo in 'Edit Nickname' message when nickname is set through login ↵Anthony M. Powers2016-06-102-1/+2
| | | | | | | | | 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.
* daily translations 20160609 (#3305)enahum2016-06-101-21/+21
|
* Focus search text input when opening "Direct Messages" modal (#3231)Kevyn Bruyere2016-06-101-0/+4
|
* PLT-3221 Remove async call to get posts when creating a comment and editing ↵enahum2016-06-096-26/+33
| | | | | a post (#3300) PLT-3203 Commenting on the RHS while in permalink view makes the message not show up in the RHS
* PLT-3094 - Fixing autocomplete and image modal scrolling on mobile (#3279)Asaad Mahmood2016-06-094-6/+16
|
* daily translations 20160608 (#3296)enahum2016-06-093-23/+23
|
* daily translations 20160607 (#3288)enahum2016-06-075-15/+19
|
* PLT-2406 Add "Database:" to Mattermost About Dialog (#3261)Thomas Balthazar2016-06-072-0/+8
| | | | | | | | | * 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
* Removed deactivate method from User Settings tabs (#3271)Harrison Healey2016-06-073-30/+4
|
* daily translations 20160606 (#3275)enahum2016-06-065-47/+139
|
* Up the max preference store listeners (#3273)Joram Wilander2016-06-061-1/+1
|
* PLT-3163Commenting in the RHS while in permalink view (#3272)enahum2016-06-062-4/+0
|
* PLT-3056 Fix Unable to type quickly in post textbox in IE11 (#3249)enahum2016-06-065-18/+35
|
* System messages trigger notifications when user is mentioned (#3235)Joram Wilander2016-06-061-1/+9
|
* Removed placeholder text on channel switch modal (#3262)David Lu2016-06-066-6/+0
|
* PLT-3185 Added support for DMs in Channel Switcher (#3260)David Lu2016-06-064-4/+41
| | | | | | * Added support for DMs * Checked username beginning characters
* Added error when both session and local storage are unusable (#3263)David Lu2016-06-063-7/+23
|
* PLT-3114 Moved preview collapse out of pre-release features (#3206)Joram Wilander2016-06-0610-43/+206
| | | | | | | | | | * 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
* Remove data source replica from system console UI (#3267)Joram Wilander2016-06-061-26/+2
|
* PLT-3101 Added message history (#3205)David Lu2016-06-066-26/+147
| | | | | | | | | | | | * Added message history * Minor logical changes * Fixed indexes resetting * Fixed double messages * Fixed resetting main history when RHS opened
* Updating help text on channel switcher (#3256)Joram Wilander2016-06-062-2/+2
|
* Fixed (#3264)David Lu2016-06-061-1/+3
|
* Fixed typo (#3266)David Lu2016-06-061-1/+1
|
* Removing outdated ldap note from system console (#3247)Christopher Speller2016-06-062-10/+0
|
* Update help text for localization settings (#3252)jasonblais2016-06-062-4/+7
| | | | | | * Update help text for localization settings * Add to en.json
* PLT-2990 Clicking on a desktop notification from another team opens the team ↵enahum2016-06-063-6/+18
| | | | (#3253)
* PLT-3182 - Improving switch channels modal and some minor UI improvements ↵Asaad Mahmood2016-06-0613-182/+256
| | | | | | | | | | | | | | (#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
* Edit to Segment help text to explain what it offers. (#3257)it332016-06-052-3/+3
| | | | | | | | | | * Update Segment text * Update Segment text * Correcting typo * Fixed typo
* Added sign in link to the signup_user_complete page (#3248)Harrison Healey2016-06-053-15/+53
|
* Fixing nickname when LDAP is enabled but nickname field not set (#3243)Christopher Speller2016-06-051-1/+1
|
* Fixed code preview (#3242)Harrison Healey2016-06-051-1/+1
|
* Changed noLoginId error message to be specified in i18n (#3239)Harrison Healey2016-06-052-11/+32
|
* PLT-3168 Hide EnableFormatting advanced setting unless testing is enabled ↵Harrison Healey2016-06-051-73/+86
| | | | | | | | (#3237) * Added EnableTesting to the client config * Hid EnableFormatting advanced setting unless testing is enabled
* Reposition search highlighting for code blocks (#3230)Harrison Healey2016-06-051-0/+2
| | | Certain code bocks will have the search highlighting wrap differently than the code itself so they become out of sync
* added ctrlSend checking (#3196)David Lu2016-06-055-7/+65
|
* PLT-3169 moving reload/recycle commands (#3223)Corey Hulen2016-06-042-0/+8
| | | | | | * PLT-3169 moving reload/recycle commands * Fixing eslint
* PLT-2994 Added @all (#3233)David Lu2016-06-043-9/+13
| | | | | | * Added @all * Uncomment @all server side
* PLT-2981 Disabled Push Notifications section in Settings if disabled by ↵David Lu2016-06-042-63/+87
| | | | | | | | admin (#3225) * Added push notifications disabled message to settings * Update user_settings_notifications.jsx
* Changed joiningChannel to id (#3240)David Lu2016-06-041-8/+8
|
* daily translations 20160603 (#3251)enahum2016-06-045-17/+53
|
* Fix missing invalid password errors on claim pages (#3236)Joram Wilander2016-06-033-6/+6
|
* Added hint (#3232)David Lu2016-06-032-0/+2
|
* Fix typo on help text (#3227)jasonblais2016-06-032-2/+2
| | | | | | | | * Fix typo on help text Fix typo on `allow anyone to join this team` help text. * Added fix to webapp/i18n/en.json
* Adding LDAP Syncronization (#3219)Christopher Speller2016-06-032-0/+22
|
* PLT-3020 Re-added errors to login page when no username/password is added ↵Harrison Healey2016-06-032-5/+51
| | | | | | | | (#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
* PLT-3177 - Fixing ordering for custom themes (#3226)Asaad Mahmood2016-06-037-16/+19
| | | | | | | | | Fix for bot tag and webhook attachments Adding theme styling for webhooks Removing embed styling Improving margins on compcat view for line breaks
* Removed hashtag/mention links that appear within text for markdown links (#3199)Harrison Healey2016-06-021-1/+2
|
* daily translations 20160602 (#3224)enahum2016-06-025-4/+8
|