summaryrefslogtreecommitdiffstats
path: root/webapp/components
Commit message (Collapse)AuthorAgeFilesLines
...
| * 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
|
* Fix team switch (#4851)enahum2016-12-224-21/+56
| | | | | | | | | | * Fix team switch * Fix channel switching by using BrowserStore * Fixes plt-5076 and plt-5068 * Updating styles for Teams sidebar (#4875)
* PLT-3782 Do not move the "@" sign and flag icon to the left of search bar ↵khawerrind2016-12-223-6/+119
| | | | | | | | | | | | | | when opening the right hand sidebar (#4850) * do not move the mention & flag button to the left of the search box when in search mode * fixed the margin & padding issues of the search box * fixed the member icon positioning issue and the expanded sidebar toggle issue * fixed remaining bugs when sidebar is in expanded mode * changed propTypes from func to bool
* PLT-4860 Make ProfilePopover into it's own component and use it consistently ↵George Goldberg2016-12-2210-253/+440
| | | | | | | | | | | | | | | | | | | | | everywhere (#4701) * PLT-4860 - Use same User Popover everywhere. Refactor out the ProfilePopover into it's own component and give it the union of all the features of the previous two implementations, and make sure all the necessary data for it to work consistently everywhere is provided through the props wherever it is used. * Don't show popover for webhook posts in main view. * No popover on RHS when it's a webhook post. * Fix style. * Don't send in user when it's a system message. * Fix some duplication of code.
* #4697 Move Client.createChannel() in components to an action (#4855)Björn Roland2016-12-221-21/+7
| | | * #4697 Move instances of Client.createChannel() in components to an action
* #4695 Move instances of Client.updateTeamMemberRoles() in components to an ↵Björn Roland2016-12-222-16/+9
| | | | action (#4870)
* Fix `Cannot read property "window" of undefined` (#4872)Chris Duarte2016-12-221-1/+1
| | | | | | | | | | | I have no good way of testing this without enterprise code to build, but with SAML enabled on our build we get an error on line 1 of a js bundle. ``` Cannot read property 'window' of undefined ``` Looking through the bundles that are being loaded, I noticed that this controller looked interesting. And I noticed there was one call to window that did not reference `global` and it was only when SAML was enabled. So it seems to match like a good puzzle piece. Happy to get some help debugging this if I'm totally wrong in this.
* PLT-4853 adding purge cache button to the UI. (#4811)Corey Hulen2016-12-212-0/+114
| | | | | | * PLT_4853 adding purge cache button to the UI. * Fixing loc stuff