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
|
* 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
* Fix some typos in the English locale (fixes #4663) (#4793)Pierre Rudloff2016-12-216-8/+8
|
* PLT-4431 Add post queuing to the webapp (#4800)Joram Wilander2016-12-214-14/+7
| | | | | | * Add post queuing to the webapp * Add more abstraction
* PLT-5012 Combine updateLastViewedAt, setLastViewedAt and setActiveChannel ↵Joram Wilander2016-12-212-3/+3
| | | | | | | | into a single API (#4840) * Combine updateLastViewedAt, setLastViewedAt and setActiveChannel into a single API * Remove preference DB writes