summaryrefslogtreecommitdiffstats
path: root/webapp/components
Commit message (Collapse)AuthorAgeFilesLines
...
* Discard outdated results in modal searches (#5082)Joram Wilander2017-01-165-8/+41
|
* PLT-4784 Display Sign In button spinner (#5046)Mika Andrianarijaona2017-01-161-7/+24
| | | | | | | | | | | | * PLT-4784 Display Sign In button spinner When the user clicks the Sign In button, display a spinner on the left fixes #4973 * Replace "Sing in..." by "Signing in..." * fix: replace ternary with if block
* PLT-5173 fixing javascript error when creating DM on Android (#5077)Corey Hulen2017-01-161-1/+9
|
* PLT-5190 fixing javasscript error on RHS (#5068)Corey Hulen2017-01-161-5/+6
| | | | | | * PLT-5190 fixing javasscript error on RHS * PLT-5190 fixing javasscript error on RHS
* PLT-5228 Fix Clicking "Join Another Team" during WebRTC call hangs up the ↵enahum2017-01-161-1/+4
| | | | call (#5067)
* PLT-5149 Removing req for purge button to need license (#5066)Corey Hulen2017-01-151-4/+0
|
* PLT-5049 (Webapp) New Channel Members UI. (#5036)George Goldberg2017-01-153-146/+360
| | | | | | | | | | | This replaces the existing Channel Members UI with one based on the Team Members UI, so that either a button, a role or a role with a menu can be displayed. Basic logic for which actions and roles are displayed is implemented, although this doesn't change behaviour or functionality at all, as that will come in later PRs. It does, however, add code to fetch the ChannelMember objects as that is necessary to provide the full set of actions and roles as intended.
* PLT-5221: Correct error when team description unchanged. (#5055)George Goldberg2017-01-151-77/+31
| | | Also replace all legacy i18n code in the changed file.
* PLT-5025: Fix scroll to bottom delay loading channel. (#5056)George Goldberg2017-01-131-0/+5
|
* GH-4907 Move Client.updatePost call into an action (#5045)Mika Andrianarijaona2017-01-131-10/+3
| | | | | | | | | | | | | | * move Client.updatePost into an action Client.updatePost where called from components so they needed to be moved inside action and call that action from component instead fixes #4907 * move loadPost in updatePost callback * Add loadPosts call in updatePost action * Lint: remove trailing spaces
* PLT-4317: Fix Desktop App platform in sessions list. (#5048)George Goldberg2017-01-131-0/+11
| | | | Incidentally fixes displaying the Linux icon next to sessions on Linux at the same time.
* PLT-4449: Update channel creation placeholders. (#5059)George Goldberg2017-01-131-2/+2
|
* Merge branch 'release-3.6'Christopher Speller2017-01-1217-206/+281
|\
| * Fix ios Team Switch double tap (#5051)enahum2017-01-122-14/+20
| | | | | | | | | | | | * Fix ios Team Switch double tap * Removing check of the user agent
| * Fix enforcement text on MFA setup page (#5042)Joram Wilander2017-01-121-1/+1
| |
| * PLT-5204 Fix Team Sidebar empty tooltip (#5028)enahum2017-01-101-1/+1
| |
| * Stopped rerendering CreatePost/CreateComment when blurring textbox (#5026)Harrison Healey2017-01-102-8/+11
| |
| * Fixed onBlur being called when not given as a prop (#5024)Harrison Healey2017-01-091-1/+4
| |
| * Allow resetting password regardless of signin/signup settings (#5025)Joram Wilander2017-01-091-4/+0
| |
| * SAML help text improvement (#5003)Christopher Speller2017-01-091-2/+2
| |
| * PLT-5179 - Fixing modal overflow for autocomplete (#5002)Asaad Mahmood2017-01-092-35/+28
| | | | | | | | | | | | * PLT-5179 - Fixing modal overflow for autocomplete * PLT-5171 - Fixing search bar popover behaviour
| * Reorganize stats on system statistics page (#5007)Joram Wilander2017-01-091-125/+189
| |
| * PLT-5151 Show jewel with only mentions on mobile (#5004)enahum2017-01-091-3/+1
| |
| * Slack format for Slash command messages (#4999)Zeger-Jan van de Weg2017-01-091-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | * Slash commands accept Slack format Until this commit the slash commands only accepted 'text' properties. For better styling however, Slack formatting support was added. However, ephemeral messages are not supported, and only text will be displayed. * Allow emphemeral Slack messages
| * Update MFA help text documentation link (#4975)lfbrock2017-01-061-1/+1
| | | | | | | | | | | | * Update mfa help text with documentation link * Update en.json
| * Bug fixes for search and direct messages (#4986)Asaad Mahmood2017-01-065-20/+24
| | | | | | | | | | | | * PLT-5145 - Fixing search popover on mobile * PLT-5093 - Fixing direct messages list height
| * Add missing targets to docs links. (#4978)George Goldberg2017-01-061-2/+10
| |
* | PLT-5174 Mobile view: Send message link in popover doesn't close RHS (#5017)khawerrind2017-01-121-0/+3
| | | | | | | | | | | | * Fixed send message link in popover doesn't close RHS * added isMobile check for closing the rhs when click on send message button from profile popover
* | PLT-135 Showing "(Edited)" indicator if a message has been edited. (#4923)Debanshu Kundu2017-01-123-9/+33
| |
* | PLT-5212 Add password setting text for google and office365 (#5029)Joram Wilander2017-01-101-0/+42
| |
* | Move instances of Client.updatePassword() in components to an action (#4908) ↵AymaneKhouaji2017-01-101-1/+3
| | | | | | | | (#5021)
* | PLT-5154 Scroll RHS to the top when search term changes (#5027)Joram Wilander2017-01-101-0/+6
| |
* | PLT-5118 moving to last_picture_update for the profile img (#4985)Corey Hulen2017-01-0614-18/+18
| |
* | Ui fixes (#4987)Asaad Mahmood2017-01-064-27/+24
| | | | | | | | | | | | | | | | | | | | | | | | * PLT-5090 - Adding overflow for usrename on popover * PLT-5089 - Updatng save button position * PLT-5146 - Removing anchor on teamname/username * Minor fixes for profile popover * Adjusting constants call for sidebar header
* | Set focus to server log control in System Console when loading panel (#4912)Carlos Tadeu Panato Junior2017-01-061-0/+3
| | | | | | remove import
* | Update MFA help text doc link (#4969)lfbrock2017-01-061-1/+1
| | | | | | | | | | | | * Update mfa help text with documentation link * Update en.json
* | PLT-4758 fixing signaling of logout (#4984)Corey Hulen2017-01-062-26/+26
|/
* Remove TODO (#4965)Christopher Speller2017-01-041-5/+0
|
* Hide skipped statistics in system console and add note (#4961)Joram Wilander2017-01-042-102/+171
|
* Revert "Ui fixes" (#4963)Joram Wilander2017-01-046-26/+22
|
* Removing old signup team API (#4950)Christopher Speller2017-01-041-81/+0
|
* Made Edit Post Modal autocomplete always attach to the bottom of the ↵Harrison Healey2017-01-043-18/+21
| | | | textarea (#4956)
* Minor UI improvements (#4959)Asaad Mahmood2017-01-041-19/+31
| | | | | | * PLT-5128 - Fixing channel header responsively * PLT-4984 - Fixing search popover behaviour
* Ui fixes (#4954)Asaad Mahmood2017-01-041-2/+2
| | | | | | | | * PLT-5102 - Adjusting whitespace for post textarea * PLT-5099 - Fixing alignment for inputs * PLT-5095 - Pending post controls z-index increase
* Added an extra layer of sanitization to error page links (#4953)Harrison Healey2017-01-041-0/+5
|
* Add port 587 (used for STARTTLS) as an example SMTP port (#4893)Sebastiaan Lokhorst2017-01-031-1/+1
|
* Fix isMobileApp() to also apply to Android app (#4892)Hyeseong Kim2017-01-031-1/+2
| | | | | | * Fix isMobileApp() to also apply to Android app * Add checking agent to LHS download app link
* PLT-4617 - UI Improvements to webrtc (#4946)Asaad Mahmood2017-01-031-7/+1
|
* PLT-4788 Fixed video on remote toggle (#4949)enahum2017-01-031-5/+2
|
* Fix console error when logging in with non-english language (#4941)Joram Wilander2017-01-031-0/+6
|