summaryrefslogtreecommitdiffstats
path: root/webapp/components
Commit message (Collapse)AuthorAgeFilesLines
* PLT-5261 Update MFA help text (#5590)lfbrock2017-03-021-4/+4
| | | | | | | | * Update mfa_settings.jsx * Update mfa_settings.jsx * Update en.json
* PLT-5571: Updated error messages related to url length, start, end and ↵Ari Autio2017-03-011-4/+4
| | | | adjacent underscores (#5550)
* Don't show new message indicator for ephemeral posts (#5555)Joram Wilander2017-02-281-0/+1
|
* PLT-5490: Add machine readable timestamps for search results (#5564)Ari Autio2017-02-281-1/+4
|
* Fixed pasting text sending the caret to the end of the post textbox (#5567)Harrison Healey2017-02-281-2/+4
|
* PLT-3535: Handle plus (+) sign in emails by ensuring the email is uri ↵Ari Autio2017-02-281-1/+1
| | | | encoded on login redirect (#5536)
* PLT-5188: Reinstate delete option on system messages. (#5113)George Goldberg2017-02-281-31/+37
| | | | | | | | * PLT-5188: Reinstate delete option on system messages. * Fix styling. * Fix empty hover box.
* Update channel notifications default properly when changing account settings ↵Joram Wilander2017-02-282-0/+4
| | | | (#5559)
* Fix JS error from some link previews (#5556)Joram Wilander2017-02-281-0/+4
|
* Slash command: goto_location not working as expected (#5507)Carlos Tadeu Panato Junior2017-02-281-1/+5
|
* PLT-3193 Add channel notification preferences for push notifications (#5512)enahum2017-02-272-46/+242
| | | | | | | | | | | | * PLT-3193 Add channel notification preferences for push and email notifications * Fixing UI * Removing email as preferences from the UI for now * move to action * fix client test
* Made reactions re-render when custom emojis change (#5545)Harrison Healey2017-02-273-5/+24
|
* Adding edit of incoming webhook (#5272)Poornima2017-02-2610-637/+1012
| | | | | | | 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-2414-33/+132
|
* PLT-5080 (WebApp): Channel Admin permission level. (#5047)George Goldberg2017-02-233-6/+13
| | | | | | | | | | * 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
|
* [PLT-5445] Mobile view: Set focus back to message box after uploading a file ↵Saturnino Abril2017-02-233-10/+19
| | | | (#5360)
* Add help text for 'Words that trigger mentions' (#5459)joannekoong2017-02-201-1/+14
|
* 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-201-2/+2
|
* Rename channel (#5322)fengpan2017-02-173-24/+42
| | | | | | | | | | | | | | * fix react proptypes * Replace the handle field and label with url * Update rename channel url correctly * fix merge * fix after test-1 * update i18n
* 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
|