summaryrefslogtreecommitdiffstats
path: root/webapp
Commit message (Collapse)AuthorAgeFilesLines
* Fix tab causing textbox placeholder to fill in (#5592)Joram Wilander2017-03-031-1/+3
|
* Move Performance Monitoring out of beta (#5616)Jason Blais2017-03-033-4/+4
| | | | | | | | * Update metrics_settings.jsx * Update admin_sidebar.jsx * Update en.json
* PLT-5484 Reduced scope of CSS rules for (edited) tag (#5599)Harrison Healey2017-03-032-34/+13
| | | | | | * PLT-5484 Reduced scope of CSS rules for (edited) tag * Reverted accidental change from div tags to spans
* PLT-3077 Add group messaging (#5489)Joram Wilander2017-03-0235-272/+1322
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Implement server changes for group messaging * Majority of client-side implementation * Some server updates * Added new React multiselect component * Fix style issues * Add custom renderer for options * Fix model test * Update ENTER functionality for multiselect control * Remove buttons from multiselect UI control * Updating group messaging UI (#5524) * Move filter controls up a component level * Scroll with arrow keys * Updating mobile layout for multiselect (#5534) * Fix race condition when backspacing quickly * Hidden or new GMs show up for regular messages * Add overriding of number remaining text * Add UI filtering for team if config setting set * Add icon to channel switcher and class prop to status icon * Minor updates per feedback * Improving group messaging UI (#5563) * UX changes per feedback * Update email for group messages * UI fixes for group messaging (#5587) * Fix missing localization string * Add maximum users message when adding members to GM * Fix input clearing on Android * Updating group messaging UI (#5603) * Updating UI for group messaging (#5604)
* PLT-5380 Moved link preview image to top right corner of preview area (#5212)Debanshu Kundu2017-03-027-95/+281
| | | | | | | | * PLT-5380 Moved link preview image to top right corner of preview area for smaller images, larger and wide images are still shown below the text. Also added logic to hide image area if image loading fails. * Updating link previews css
* PLT-4929: Confirmation Dialog when Deleting Entry on the Integrations pages ↵Ari Autio2017-03-026-48/+123
| | | | (#5529)
* translations PR 20170227 (#5554)enahum2017-03-0211-63/+113
|
* Fix blank DMs on page refresh (#5593)Joram Wilander2017-03-021-1/+1
|
* Ui improvements (#5588)Asaad Mahmood2017-03-027-17/+43
| | | | | | | | | | | | * PLT-5354 - Making statistics flow on page * PLT-5262 - Updating icon on join team page * PLT-5218 - Making menu colors consistent on mobile * PLT-5377 - Adding bg to current posts in the RHS * PLT-5645 - Adjusting spacing after/before ul/ol
* Added unit tests for mentions inside of hashtags (#5577)Harrison Healey2017-03-021-0/+45
|
* Update UI text for shortcuts to follow text formatting guidelines (#5533)Jason Blais2017-03-024-9/+9
| | | | | | | | | | | | * Update en.json * Update user_settings_advanced.jsx * Update messaging.jsx * Update composing.jsx * Fix formatting error with double quotes
* PLT-5261 Update MFA help text (#5590)lfbrock2017-03-022-7/+7
| | | | | | | | * 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-012-8/+8
| | | | adjacent underscores (#5550)
* Prevent msg count subtraction to be less than zero (#5565)enahum2017-03-011-2/+5
|
* Added a unique prefix to text formatting entities (#5549)Harrison Healey2017-02-284-23/+23
|
* 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-282-31/+48
| | | | | | | | * 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
|
* Move webhook logic from api layer to app layer (#5527)Joram Wilander2017-02-281-9/+9
| | | | | | | | * Move webhook logic from api layer to app layer * Consolidate error messages * Fix permission check and unit test
* Fix channel created WS event (#5552)enahum2017-02-271-1/+2
|
* PLT-3193 Add channel notification preferences for push notifications (#5512)enahum2017-02-275-49/+254
| | | | | | | | | | | | * 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
* PLT-5653 Fix Create channel does not show in another device (#5548)enahum2017-02-273-21/+43
|
* 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
|