summaryrefslogtreecommitdiffstats
path: root/webapp/components
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Moved code to change direction of dropdown to run when dropdown is shown (#5100)Harrison Healey2017-01-231-6/+10
|
* Random fixes (#5145)enahum2017-01-232-4/+14
| | | | | | * Fix OVERLAY_TIME_DELAY in sidebar_header * Fix webhook channel selection by adding a filter
* Move instances of Client.inviteMembers() in components to an action (#5154)Saturnino Abril2017-01-231-2/+2
|
* Move instances of Client.updateUserNotifyProps() in components to an action ↵Saturnino Abril2017-01-231-4/+3
| | | | (#5156)
* Update chanel_header.addMembers --> channel_header.addMembers (#5144)Jason Blais2017-01-201-1/+1
| | | | | | * Update channel_header.jsx * Update en.json
* Adding active users statistics to system console (#5141)Christopher Speller2017-01-201-0/+34
|
* Account settings text updates (#5143)Jason Blais2017-01-202-6/+6
| | | | | | | | | | * Update en.json * Update user_settings_display.jsx * Update en.json * Update user_settings_advanced.jsx
* #4257 Added functionality to create previews for post links using open ↵Debanshu Kundu2017-01-207-531/+253
| | | | graph data from those links. (#4890)
* Move instances of Client.leaveChannel() in components to an action (#5131)Carlos Tadeu Panato Junior2017-01-202-38/+3
| | | | | | * Move instances of Client.leaveChannel() in components to an action * create isFavoriteChannelId
* Move instances of Client.getInviteInfo() in components to an action (#5130)Carlos Tadeu Panato Junior2017-01-202-3/+4
|
* Fixed channel mention autocomplete to not match completed mentions (#5101)Harrison Healey2017-01-201-0/+12
|
* Move instances of Client.deletePost() in components to an action (#5129)Carlos Tadeu Panato Junior2017-01-191-18/+6
|
* Move instances of Client.addUserToTeamFromInvite() in components to an ↵Carlos Tadeu Panato Junior2017-01-193-12/+21
| | | | action (#5132)
* Move instances of Client.updateChannelPurpose() in components to an action ↵Carlos Tadeu Panato Junior2017-01-191-12/+4
| | | | (#5096)
* PLT-4532: added link to Members model in channel member list (#5065)CrEaK2017-01-191-3/+89
| | | | | | | | * PLT-4532: added link to Members model in channel member list * PLT-4532: change modal behavior for team-modal in non-default channel and change link text * PLT-4532: changed link text for regular members in non-default-channels
* PLT-5057 Make image preview work if URL contains a query (#4869)khawerrind2017-01-182-10/+25
| | | | | | * Fixed image previews urls having query params * dont show expand/collapse icon if image link fails to load
* PLT-137: Disable upload button when max uploads reached (#5053)Mika Andrianarijaona2017-01-184-3/+31
| | | | | | | | | | | | | | * Change upload button color opacity when max reached * Display max upload message * Remove error when deleting preview * Clear error message in side-bar when user reaches max upload and error is displayed in side-bar, removing one file won't remove error message * Scroll in preview after file upload in sidebar
* PLT-5050 (WebApp): Change channel member roles. (#5076)George Goldberg2017-01-181-1/+67
| | | | Admins can now Promote/Demote channel members in the Channel Manage Membersmodal.
* Add logout button to MFA setup page when enforcement enabled (#5115)Joram Wilander2017-01-181-1/+22
|
* PLT-5077: Fix floating date on mobile view. (#5061)George Goldberg2017-01-182-2/+6
|
* Message Editing and Deleting permissions (#4692)Amit Yadav2017-01-187-22/+266
|
* Move instances of Client.updateChannelHeader() in components to an action ↵Carlos Tadeu Panato Junior2017-01-171-9/+3
| | | | (#5098)
* Added support for emojis with multiple aliases to autocomplete (#5097)Harrison Healey2017-01-171-7/+16
|
* PLT-2978: Add channel purpose change system message. (#5094)George Goldberg2017-01-171-2/+7
| | | Completes original patch by David Lu.
* PLT-5210: Unify errors for invalid invite. (#5090)George Goldberg2017-01-171-2/+7
| | | | Now shows the same error regardless of whether the user is logged in or logged out.
* PLT-5156 Fix Channel Switcher Console Errors. (#5058)George Goldberg2017-01-171-1/+12
|
* Clear mention autocomplete if there is no regex match (#5085)Joram Wilander2017-01-161-0/+3
|