summaryrefslogtreecommitdiffstats
path: root/webapp/components
Commit message (Collapse)AuthorAgeFilesLines
* Multiple Ui improvements (#5398)Asaad Mahmood2017-02-165-9/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * PLT-5475 - Adjusting tutorials on mobile * PLT-5475 - Adjusting tutorials on mobile * PLT-5457 - Adjusting save button * PLT-5443 - Updating highllight on status compact * PLT-5413 - Team sidebar not scrolling * PLT-5358 - Maintaing aspect ratio for emojis * PLT-5411 - Removing help text from LDAP signin * PLT-5420 - Updating emoticon for headings * Updating emoji size * Updating emoji size * Removing emoticon tag * Updating emoticon sizes * Updating emoji size
* Revert "display loading screen when changing team" (#5403)Jason Blais2017-02-142-32/+9
|
* Fix back button on sign-up pages (#5376)Joram Wilander2017-02-142-2/+2
|
* PLT-5441 Disabled the "Add Comment" button in the right-hand side unless ↵Saturnino Abril2017-02-141-10/+48
| | | | there is a valid input (#5320)
* Switch list of hex values to theme name value pairs (#5301)fengpan2017-02-131-11/+34
| | | | | | | | | | * use theme name value pairs * format * Beautify view * handle split
* [PLT-1412] Updated search buttons on mobile GH-5261 (#5306)Saturnino Abril2017-02-131-15/+16
| | | | | | | | * Update search buttons on mobile * removed commented codes in _mobile.scss * deleted 'search_bar.cancel' from webapp/i18n/en.json
* PLT-5208: Trigger Invitation by pressing Enter (#5305)Robin Naundorf2017-02-131-0/+11
|
* Fix typo (#5380)Robin Naundorf2017-02-131-4/+4
| | | * Replace 'recieve' with 'receive'
* Increase performance when receiving messages (#5375)Joram Wilander2017-02-133-2/+19
|
* Revert "PLT-5281 Add link to team URL error" (#5372)David Lu2017-02-131-3/+3
|
* Revert "#5108 Use <time> element for channel headers and search result ↵Björn Roland2017-02-102-19/+14
| | | | headers" (#5359)
* Add permalink to timestamp (#5206)Andrei Stanciu2017-02-105-26/+171
| | | | | | | | | | | | | | * Add permalink to timestamp * Add permalink to timestamp * Add permalink to timestamp * Add permalink to timestamp * fix error with duplicated import * underline permalink on hover
* display loading screen when changing team (#5325)Mika Andrianarijaona2017-02-082-9/+32
| | | | | | * display loading screen when changing team * fix lint error
* #5108 Use <time> element for channel headers and search result headers (#5331)Björn Roland2017-02-082-14/+19
|
* Fix warning when opening rhs (#5335)Robin Naundorf2017-02-081-1/+1
| | | | * Fix: `Warning: Failed prop type: Invalid prop `isCommentsPage` of type `string` supplied to `SearchBar`, expected `boolean`.`
* Fix issue introduced by adding webapp/utils/url.jsx (#5327)Robin Naundorf2017-02-071-1/+2
| | | | New location for getShortenedTeamURL() was missing in new channel modal.
* PLT-5336: Allow Header of 1024 chars in New Channel Modal (#5294)Robin Naundorf2017-02-071-1/+1
|
* Add webapp/utils/url.jsx (#5285)Akihiko Odaki2017-02-079-16/+20
| | | | | | | webapp/utils/utils.jsx got big and that caused a potential circular dependency with webapp/stores/team_store.jsx. This change solves the issue by introducing webapp/utils/url.jsx and moving URL-related functions, which is not likely to depend on actions and stores, from webapp/utils/utils.jsx.
* Defering calculations for determining if user scrolled to bottom or not. ↵Pepijn2017-02-071-7/+9
| | | | slight delay improves the accuracy in responsive view (#5244)
* Add a notification for new messages on mobile (#5179) (#5234)Pierre Rudloff2017-02-071-7/+14
|
* Disable send icon until valid message or file counts (#5214)Saturnino Abril2017-02-071-8/+37
|
* Support all timecode formats for YouTube preview (#4957) (#5032)AymaneKhouaji2017-02-061-5/+5
|
* Multiple bug fixes (#5275)Asaad Mahmood2017-02-022-7/+6
| | | | | | | | | | | | * PLT-5319 - Fixing text and line separator * PLT-5227 - Shrinking webrtc hides video * PLT-4066 - Fixing scroll for notifications modal * PLT-5106 - Adding status indicators (compact view) * Reverting scrolling change
* Add link to team URL error (#5270)David Lu2017-02-021-3/+3
|
* PLT-5328 Fixing signup screen (#5247)Christopher Speller2017-02-022-3/+18
| | | | | | * Fixing signup screen not forwarding properly * Fixing team id not forwarding from invite link if only LDAP is enabled
* Remove redundant mobile web search hint popover (#5233)Andrei Stanciu2017-02-022-14/+29
|
* PLT-5356 - Fixing margins for paragraphs (#5217)Asaad Mahmood2017-02-012-5/+16
| | | | | | | | * PLT-5356 - Fixing margins for paragraphs * Fixing conflict * Fixing font size for paragraphs
* add modal next/prev button to be localized (#5245)Yusuke Nemoto2017-02-012-4/+16
|
* fix cloning channels (#5242)Evgeniy2017-01-311-1/+3
| | | | | | * fix cloning channels * fix code-style
* Use consistent Display Name sorting code throughout the webapp #5159 (#5213)Saturnino Abril2017-01-317-67/+35
| | | | | | * Use consistent Display Name sorting code throughout the webapp #5159 * fixed broken sorting of teams and channels
* Added ability for system message username to be localized (#5239)Harrison Healey2017-01-314-4/+20
|
* Clicking on email verification does not automatically fill in your email (#5140)Carlos Tadeu Panato Junior2017-01-311-1/+10
| | | | | | | | | | * implement Clicking on email verification does not automatically fill in your email * set the cursor to the password field * update per review * update per review
* Stopped usernames from appearing on separate lines in system messages (#5228)Harrison Healey2017-01-311-9/+13
|
* PLT-2555/PLT-5009/PLT-5225 Changed system messages to be rendered by the ↵Harrison Healey2017-01-305-40/+276
| | | | | | | | | | | | client (#5209) * Moved rendering of (message deleted) into PostMessageView * Added additional post types to constants on client * Changed system messages to be rendered in the client's language * Updated new system messages to have relevant usernames highlighted and have markdown rendered in header change messages
* Fix refresh on system console user page (#5222)Joram Wilander2017-01-301-20/+15
|
* Fix system admin resetMfa action (#5221)enahum2017-01-301-1/+2
|
* Bug fixes (#5218)Asaad Mahmood2017-01-306-20/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * PLT-5319 - Fixing text alignment security modal * PLT-5280 - Fixing add comment button in RHS mobile * PLT-5397 - Fixing Floating timestamp on mobile * PLT-5129 - Hiding formatting help text * PLT-5242 - Adjusting team sidebar border on IE!! * PLT-5226 - Placing settings toggle over header * PLT-5222 - Placed team description tooltip on top * PLT-5201 - Account settings overlap on mobile * PLT-5138 - Adding bg to pending post actions * PLT-5286 - Adjusting play button on youtube videos * PLT-5313 - Adjusting space between emoji reactions * PLT-5187 - Adjusting text in channel switcher * PLT-5399 - Reverting button alignment in modal
* PLT-5122 - Switching to circular status icons (#5049)Asaad Mahmood2017-01-303-9/+22
| | | | | | | | | | * PLT-5122 - Switching to circular status icons * Adding profile pic crop for status indicators * Updating status indicators in LHS * Updating else statements
* Add Floating Timestamp to Right Hand Side on Mobile #5163 (#5201)Saturnino Abril2017-01-302-3/+81
|
* Fixing various issues with markdown spacing (#5203)Asaad Mahmood2017-01-271-0/+5
|
* #5108 Add datetime attribute to <time> elements (#5199)Björn Roland2017-01-273-3/+12
| | | | | | * #5108 Add datetime attribute to <time> elements * fix eslint errors
* Move remaining client functions in components to actions (#5171)Carlos Tadeu Panato Junior2017-01-2727-140/+102
|
* Fixed ChannelMentionProvider matching completed mentions (#5188)Harrison Healey2017-01-252-56/+72
|
* PLT-4898 Fix emoji reaction position for image thumbnails (#5194)Björn Roland2017-01-251-1/+1
|
* #4967 Fixed issue of post not getting updated after edit, if the post was ↵Debanshu Kundu2017-01-251-2/+7
| | | | focused. (#5149)
* Move instances of Client.resendVerification() in components to an action (#5169)Carlos Tadeu Panato Junior2017-01-241-2/+3
|
* Move instances of Client.resetPassword() in components to an action (#5167)Carlos Tadeu Panato Junior2017-01-241-4/+3
|
* Move instances of Client.verifyEmail() in components to an action (#5166)Carlos Tadeu Panato Junior2017-01-241-9/+6
|
* Move instances of Client.uploadFile() in components to an action (#5165)Carlos Tadeu Panato Junior2017-01-231-9/+12
|
* Move instances of Client.deleteChannel() in components to an action (#5164)Carlos Tadeu Panato Junior2017-01-231-12/+2
|