summaryrefslogtreecommitdiffstats
path: root/webapp
Commit message (Collapse)AuthorAgeFilesLines
* Allow resetting password regardless of signin/signup settings (#5025)Joram Wilander2017-01-091-4/+0
|
* SAML help text improvement (#5003)Christopher Speller2017-01-092-3/+3
|
* PLT-5179 - Fixing modal overflow for autocomplete (#5002)Asaad Mahmood2017-01-095-53/+39
| | | | | | * PLT-5179 - Fixing modal overflow for autocomplete * PLT-5171 - Fixing search bar popover behaviour
* Reorganize stats on system statistics page (#5007)Joram Wilander2017-01-092-126/+190
|
* 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
* Prevent reload on MFA page (#5005)Joram Wilander2017-01-061-1/+8
|
* Update MFA help text documentation link (#4975)lfbrock2017-01-062-2/+2
| | | | | | * Update mfa help text with documentation link * Update en.json
* Fixed post height changes caused by reactions (#4982)Harrison Healey2017-01-061-0/+4
|
* Bug fixes for search and direct messages (#4986)Asaad Mahmood2017-01-069-103/+93
| | | | | | * PLT-5145 - Fixing search popover on mobile * PLT-5093 - Fixing direct messages list height
* PLT-4614 Fix ordering of channels. (#4980)George Goldberg2017-01-061-8/+12
|
* Add missing targets to docs links. (#4978)George Goldberg2017-01-061-2/+10
|
* Fix JS error by updating janus client (#4988)enahum2017-01-061-27/+5
|
* Temporary fix for JS errors when logging out with non-english language (#4990)Joram Wilander2017-01-061-2/+1
|
* Fix MFA enforcement redirect loop (#4991)Joram Wilander2017-01-063-22/+34
|
* Fixing errors on user updates (#4962)Christopher Speller2017-01-041-1/+2
|
* Remove TODO (#4965)Christopher Speller2017-01-041-5/+0
|
* Hide skipped statistics in system console and add note (#4961)Joram Wilander2017-01-043-102/+172
|
* Fixing deleting messages in permalink view (#4958)Christopher Speller2017-01-041-2/+7
|
* translations PR 20170102 (#4929)enahum2017-01-0410-83/+93
|
* Revert "Ui fixes" (#4963)Joram Wilander2017-01-049-58/+69
|
* Removing old signup team API (#4950)Christopher Speller2017-01-043-109/+0
|
* Made Edit Post Modal autocomplete always attach to the bottom of the ↵Harrison Healey2017-01-045-22/+32
| | | | textarea (#4956)
* Minor UI improvements (#4959)Asaad Mahmood2017-01-046-39/+47
| | | | | | * PLT-5128 - Fixing channel header responsively * PLT-4984 - Fixing search popover behaviour
* Ui fixes (#4954)Asaad Mahmood2017-01-043-35/+39
| | | | | | | | * PLT-5102 - Adjusting whitespace for post textarea * PLT-5099 - Fixing alignment for inputs * PLT-5095 - Pending post controls z-index increase
* PLT-5109/PLT-5112 Fixed commented out unit tests (#4951)Harrison Healey2017-01-043-35/+16
| | | | | | | | * Removed note about unconfirmed race condition * Fixed unit tests in client_channel.test.jsx * Fixed updateActive unit test on client
* Added an extra layer of sanitization to error page links (#4953)Harrison Healey2017-01-041-0/+5
|
* Ui improvements (#4900)Asaad Mahmood2017-01-036-30/+44
| | | | | | | | | | | | | | | | | | | | * PLT-5091 - Updating teams sidebar style * PLT-4650 - Updating bot indicator * Removing text decoration * Fixing dropdown menu in admin console * Updating bot indicator position on desktop * Updating bot indicator on mobile * Moving bot indicator below for mobile * Adding bg to the bot indicator * Updating css for bot indicator in compact view
* Add port 587 (used for STARTTLS) as an example SMTP port (#4893)Sebastiaan Lokhorst2017-01-032-2/+2
|
* Fix isMobileApp() to also apply to Android app (#4892)Hyeseong Kim2017-01-032-2/+3
| | | | | | * 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-032-10/+4
|
* Removing old createTeamFromSignup api (#4945)Christopher Speller2017-01-033-98/+40
|
* PLT-4788 Fixed video on remote toggle (#4949)enahum2017-01-032-9/+7
|
* Removing unit test that we'll probably never run (#4944)Corey Hulen2017-01-031-17/+0
|
* Fix console error when logging in with non-english language (#4941)Joram Wilander2017-01-033-10/+10
|
* Fix unread for your own message after logout (#4943)Joram Wilander2017-01-032-1/+4
|
* PLT-4644 Update webrtc client (#4922)enahum2017-01-035-2118/+2346
| | | | | | | | * 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-032-2/+7
| | | | | | | | | | | | | | | | 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-028-95/+231
|
* Clean up /logout command flow and errors (#4918)Joram Wilander2016-12-302-9/+18
|
* PLT-3132 Add a direct message link to the contact pop-over (#4853)khawerrind2016-12-306-3/+109
| | | | | | * added DM button to the user picture and name popover * removed isRequired from status and busy properties from profile_popover.jsx
* translations PR 20161226 (#4903)enahum2016-12-3011-195/+225
|
* PLT-5027: Don't show own user in auto-complete list. (#4916)Hayden Chudy2016-12-301-1/+7
|
* Ui fixes (#4917)Asaad Mahmood2016-12-309-69/+58
| | | | | | | | * PLT-5089 - Updating modal buttons * PLT-5090 - Full name and position overflow * PLT-5093 - Updating modal lists
* Store posts for focus view in regular post store as well (#4913)Joram Wilander2016-12-291-3/+6
|
* Fix console errors when logging out (#4915)Joram Wilander2016-12-296-14/+14
|
* Add API call to get a user by their email address (#4884)Carlos Tadeu Panato Junior2016-12-282-0/+24
| | | | | | * Add API call to get a user by their email address * update per review
* Tweaked new message indicator calculation: (#4763)Pepijn2016-12-273-8/+9
| | | | | | | | * 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
|