summaryrefslogtreecommitdiffstats
path: root/webapp/components
Commit message (Collapse)AuthorAgeFilesLines
...
| * 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
|
* PLT-4644 Update webrtc client (#4922)enahum2017-01-031-6/+31
| | | | | | | | * PLT-4644 Update webrtc client * update webrtc-adapter * Use default ice server if none is provided
* PLT-3960 Don't show (message deleted) placeholder to the user that deleted ↵khawerrind2017-01-031-2/+2
| | | | | | | | | | | | | | | | the message (#4839) * on post delete remove the whole post for the owner of the post while other user will still see post deleted message * now the deleter wont see the post while the other users will see deleted message * removed fromSocket check and now calling PostStore.removePost instead of PostStore.deletePost from view * fixed the bug which was causing to show message deleted until next action * added remove post from store to global action * moved removePostFromStore from global actions to post actions
* Remove TODOs that now have tickets (#4935)Joram Wilander2017-01-031-1/+0
|
* PLT-4990 (WebApp): Separate channel management permissions. (#4865)George Goldberg2017-01-026-91/+146
|
* Clean up /logout command flow and errors (#4918)Joram Wilander2016-12-301-0/+5
|
* PLT-3132 Add a direct message link to the contact pop-over (#4853)khawerrind2016-12-303-3/+81
| | | | | | * added DM button to the user picture and name popover * removed isRequired from status and busy properties from profile_popover.jsx
* PLT-5027: Don't show own user in auto-complete list. (#4916)Hayden Chudy2016-12-301-1/+7
|
* Ui fixes (#4917)Asaad Mahmood2016-12-306-22/+26
| | | | | | | | * PLT-5089 - Updating modal buttons * PLT-5090 - Full name and position overflow * PLT-5093 - Updating modal lists
* Fix console errors when logging out (#4915)Joram Wilander2016-12-294-4/+4
|
* Tweaked new message indicator calculation: (#4763)Pepijn2016-12-272-7/+8
| | | | | | | | * Removed count from new message indicator * Don't count deleted posts towards the unviewedCount * remove lodash, reduce() is natively available
* Remove scroll when search results update (#4897)Joram Wilander2016-12-261-4/+0
|
* Only show emoji autocomplete after two typed characters (#4895)Joram Wilander2016-12-261-5/+6
|
* Fix switching between team user lists in system console (#4898)Joram Wilander2016-12-261-2/+8
|
* PLT-4893 remove channel handler in channel switcher (#4889)enahum2016-12-261-7/+1
|
* Add error to RHS reply box for messages > 4000 chars, consistent with create ↵Nick Frazier2016-12-264-58/+62
| | | | | | | | | | | | | | post and edit post errors (#4871) * functionality * CSS updates * cleanup * moved message length checks to Textbox component * cleanup
* Update Position help text in Account Settings (#4885)Yang Chen2016-12-231-1/+1
|
* create_post fixes (#4867)Nick Frazier2016-12-221-1/+8
|