summaryrefslogtreecommitdiffstats
path: root/webapp
Commit message (Collapse)AuthorAgeFilesLines
* PLT-5396 Fix team mention badge persistance (#5543)enahum2017-02-272-0/+12
|
* Made reactions re-render when custom emojis change (#5545)Harrison Healey2017-02-273-5/+24
|
* Adding edit of incoming webhook (#5272)Poornima2017-02-2617-639/+1163
| | | | | | | Adding edit of outgoing webhook Fixing spelling of error Fixing style Changing from PUT to POST for updates Fixing test failures due to merge
* PLT-5140: Display loading screen when switching team (#5475)Mika Andrianarijaona2017-02-262-0/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * fix: clear channel list on team change * fix committed config * fix: no need to use anothe var * fix: better channel list clearing * remove unused function * fix: display loading screen when switching team * fix: display loading screen when switching team * fix: clear channel list on team change * fix committed config * fix: no need to use anothe var * fix: better channel list clearing * remove unused function * remove duplicate EnableUserTypingMessages
* PLT-5071: Client side component of Telemetry. (#5516)George Goldberg2017-02-2423-129/+280
|
* PLT-5080 (WebApp): Channel Admin permission level. (#5047)George Goldberg2017-02-238-11/+40
| | | | | | | | | | * PLT-5080 (WebApp): Channel Admin permission level. For channel management and channel deletion. * Fix some incorrect showing/hiding of options. * Remove incorrect client calls that was overwriting my channel members.
* PLT-5394 fixing javascript when replying to a perma link. (#5515)Corey Hulen2017-02-231-1/+1
|
* translations PR 20170220 (#5482)enahum2017-02-2311-77/+77
|
* [PLT-5445] Mobile view: Set focus back to message box after uploading a file ↵Saturnino Abril2017-02-233-10/+19
| | | | (#5360)
* Fix Utils importing in ChannelStore. (#5503)George Goldberg2017-02-221-6/+7
| | | | | | This fixes a whole load of bugs around Channel Members Modals, and elsewhere where the Channel Members are used. Most of those bugs have been alreay closed as "Cannot Reproduce" becaues the issue was a really nasty race condition in the javascript!
* Fix system admin loading members for teams not on (#5496)Joram Wilander2017-02-221-6/+2
|
* Fix unreads appearing after some system messages posted (#5491)Joram Wilander2017-02-222-2/+3
|
* Update RHS --> right-hand sidebar (#5483)Jason Blais2017-02-211-2/+2
|
* Add help text for 'Words that trigger mentions' (#5459)joannekoong2017-02-202-1/+15
|
* PLT-5334: Show Create Team menu option to Sysadmins even when Team Creation ↵George Goldberg2017-02-201-1/+1
| | | | is disabled. (#5481)
* Update System Console > Privacy help texts (#5470)joannekoong2017-02-202-4/+4
|
* PLT-5573 - Fixing emoticons (#5461)Asaad Mahmood2017-02-192-5/+11
|
* translations PR 20170213 (#5393)enahum2017-02-1710-54/+44
|
* Rename channel (#5322)fengpan2017-02-177-31/+50
| | | | | | | | | | | | | | * fix react proptypes * Replace the handle field and label with url * Update rename channel url correctly * fix merge * fix after test-1 * update i18n
* Fix load profile for new DM message (#5441)Joram Wilander2017-02-161-0/+4
|
* Multiple Ui improvements (#5398)Asaad Mahmood2017-02-1613-48/+48
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* Fix JS error on joining some channels (#5439)Joram Wilander2017-02-161-1/+1
|
* Clean-up unread counting and fix commenting (#5437)Joram Wilander2017-02-151-3/+13
|
* Remove MakeDirectChannelVisible and add client handling for showing DMs (#5430)Joram Wilander2017-02-154-4/+61
|
* Fix commenting in RHS marking channel unread (#5405)Joram Wilander2017-02-141-4/+10
|
* Revert "display loading screen when changing team" (#5403)Jason Blais2017-02-142-32/+9
|
* Increment channel counts for own messages (#5399)Joram Wilander2017-02-141-0/+4
|
* Fix back button on sign-up pages (#5376)Joram Wilander2017-02-142-2/+2
|
* Prevent CSS stacking when changing themes (#5378)Joram Wilander2017-02-141-0/+11
|
* PLT-5441 Disabled the "Add Comment" button in the right-hand side unless ↵Saturnino Abril2017-02-142-10/+53
| | | | there is a valid input (#5320)
* Fix JS error on out of channel mentions and slash commands (#5395)Joram Wilander2017-02-131-2/+2
|
* 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-134-49/+40
| | | | | | | | * Update search buttons on mobile * removed commented codes in _mobile.scss * deleted 'search_bar.cancel' from webapp/i18n/en.json
* Final fixes for moving unread handling to client (#5392)Joram Wilander2017-02-136-1/+70
|
* Fix ignore unread and DM unreads (#5391)Joram Wilander2017-02-132-4/+16
| | | | | | * Fix ignoring unreads in channels * Fix DM unreads
* PLT-5470 - Timestamps not visible on dark theme (#5379)Asaad Mahmood2017-02-131-3/+7
| | | | | | | | | | | | * PLT-5277 - Adjusting textbox on tablet view * PLT-5277 - Adjusting text area on mobile view * PLT-5097 - Updating styles for remove image * PLT-5217 - Updating styles for mobile code block * PLT-5470 - Timestamps not visible on dark theme
* PLT-5208: Trigger Invitation by pressing Enter (#5305)Robin Naundorf2017-02-131-0/+11
|
* Fix typo (#5380)Robin Naundorf2017-02-132-6/+6
| | | * Replace 'recieve' with 'receive'
* Increase performance when receiving messages (#5375)Joram Wilander2017-02-1310-38/+93
|
* Revert "PLT-5281 Add link to team URL error" (#5372)David Lu2017-02-132-5/+5
|
* Revert "#5108 Use <time> element for channel headers and search result ↵Björn Roland2017-02-102-19/+14
| | | | headers" (#5359)
* translations PR 20170206 (#5319)enahum2017-02-1010-159/+317
| | | | | | * translations PR 20170206 * Fix platform zh_TW
* Multiple Ui improvements (#5349)Asaad Mahmood2017-02-103-53/+28
| | | | | | | | | | * PLT-5277 - Adjusting textbox on tablet view * PLT-5277 - Adjusting text area on mobile view * PLT-5097 - Updating styles for remove image * PLT-5217 - Updating styles for mobile code block
* Add permalink to timestamp (#5206)Andrei Stanciu2017-02-108-27/+191
| | | | | | | | | | | | | | * 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
* Let emoji_store.jsx use Client APIs to resolve URLs (#5302)Akihiko Odaki2017-02-084-130/+141
|
* 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
|