summaryrefslogtreecommitdiffstats
path: root/webapp/components
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix typo: Attrubute (#3368)it332016-06-181-1/+1
| | | | | | * Fix typo: Attrubute * Fix typo: Attrubute
* Multiple UI fixes (#3357)Asaad Mahmood2016-06-166-42/+52
| | | | | | * Multiple UI fixes * Removing utils from tutorial file
* Revert "PLT-3220 Made Create Channel modal save upon enter" (#3356)Joram Wilander2016-06-161-24/+0
|
* PLT-2971 Added email footer for address (#3319)David Lu2016-06-161-0/+21
| | | | | | | | | | * Added email footer for address * added default * Update html.go * Changed according to PM
* Improving about modal and colon issue with webhooks (#3343)Asaad Mahmood2016-06-163-39/+32
| | | | | Updating word break Updating improvements for about modal
* Shorten sentence to avoid word-wrap (#3347)it332016-06-151-1/+1
| | | | | | * Update about_build_modal.jsx * Update en.json
* made create channel/group save upon enter (#3344)David Lu2016-06-151-0/+24
|
* Reset error on invalid MFA (#3346)David Lu2016-06-151-1/+2
|
* PLT-946 Add status icon to the left of the username in DM channel (#3258)Kevyn Bruyere2016-06-154-23/+80
| | | Add a StatusIcon component to be able to display a status icon from anywhere
* Fixed @all not working as intended (#3335)David Lu2016-06-152-37/+2
|
* PLT-3202 Re-render timestamps when display settings switch between 12h and ↵Harrison Healey2016-06-1513-26/+108
| | | | | | | | 24h (#3337) * Made post timestamp switch from 12h to 24h without refreshing * Made RHS post timestamps switch from 12h to 24h without refreshing
* PLT-3344 Set Localization config to always have by default all languages ↵enahum2016-06-152-14/+5
| | | | available (#3339)
* PLT-2993 redirecting to team when joining. (#3342)Corey Hulen2016-06-151-2/+2
|
* Added text emoticons to autocomplete (#3312)Harrison Healey2016-06-151-4/+23
|
* Distinguish between static embeds and toggleable embeds (#3333)Joram Wilander2016-06-151-22/+43
|
* Improved paste handling to allow pasting images copied from the browser (#3334)Harrison Healey2016-06-151-52/+48
|
* Fixed DM channels not opening (#3336)David Lu2016-06-151-0/+16
|
* Multiple UI improvements (#3317)Asaad Mahmood2016-06-146-15/+127
| | | | | | | Removing break all Replacing jquery selectors and some other UI improvements Removing jquery selector
* Fix bad condition on hiding email addresses and update user etag to include ↵Joram Wilander2016-06-141-15/+3
| | | | privacy settings (#3327)
* PLT-3143 Added serverside code for custom Emoji (#3311)Harrison Healey2016-06-142-0/+101
| | | | | | | | | | | | | | * 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
* Merge branch 'release-3.1'JoramWilander2016-06-1312-55/+88
|\ | | | | | | | | Conflicts: webapp/components/create_comment.jsx
| * PLT-3270 Comment out max file size setting in system console (#3324)Joram Wilander2016-06-132-21/+22
| | | | | | | | | | | | * Comment out max file size settting in system console * Remove pending post after successful create post request
| * Stopped trimming passwords on login (#3304)Harrison Healey2016-06-101-2/+2
| |
| * Add server restart note to LDAP sync setting (#3303)jasonblais2016-06-091-1/+1
| | | | | | | | | | | | * Add server restart note to LDAP sync setting * Add server restart note to LDAP sync setting
| * PLT-3236 Click in little x for admin console localization settings causes ↵enahum2016-06-091-0/+1
| | | | | | | | error (#3292)
| * PLT-3257 Fix Team Statistics (#3290)enahum2016-06-092-12/+12
| |
| * Fixing attachment in RHS root post for compact view (#3289)Asaad Mahmood2016-06-091-0/+1
| | | | | | | | | | | | * Fixing attachment in RHS root post for compact view * Improving spacing for mentions
| * Join team correctly when signing up with LDAP (#3287)Joram Wilander2016-06-071-6/+28
| |
| * PLT-3203 Commenting on the RHS while in permalink view makes the message not ↵enahum2016-06-072-0/+4
| | | | | | | | show up in the RHS (#3282)
| * Auto join teams if coming from team sign-up page to login for GitLab (#3284)Joram Wilander2016-06-071-2/+2
| |
| * PLT-3215 Moving custom branding in admin console (#3286)Corey Hulen2016-06-071-10/+17
| |
* | PLT-3244 On Password Reset page, an imprecise error message is displayed (#3295)enahum2016-06-101-1/+3
| |
* | PLT-2058 Debugging incoming web hook content (#3150)Martin Schenck2016-06-101-1/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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-101-1/+1
| | | | | | | | | | | | | | | | | | 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.
* | 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-093-17/+10
| | | | | | | | | | 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-092-2/+8
| |
* | PLT-2406 Add "Database:" to Mattermost About Dialog (#3261)Thomas Balthazar2016-06-071-0/+7
| | | | | | | | | | | | | | | | | | * 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
|/
* 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
|
* Removed placeholder text on channel switch modal (#3262)David Lu2016-06-061-1/+0
|
* PLT-3185 Added support for DMs in Channel Switcher (#3260)David Lu2016-06-062-4/+33
| | | | | | * Added support for DMs * Checked username beginning characters
* PLT-3114 Moved preview collapse out of pre-release features (#3206)Joram Wilander2016-06-067-35/+196
| | | | | | | | | | * 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-063-25/+67
| | | | | | | | | | | | * 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-061-1/+1
|
* Fixed (#3264)David Lu2016-06-061-1/+3
|
* Fixed typo (#3266)David Lu2016-06-061-1/+1
|