summaryrefslogtreecommitdiffstats
path: root/webapp/package.json
Commit message (Collapse)AuthorAgeFilesLines
* PLT-3077 Add group messaging (#5489)Joram Wilander2017-03-021-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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)
* Let emoji_store.jsx use Client APIs to resolve URLs (#5302)Akihiko Odaki2017-02-081-0/+1
|
* Updating client dependancies except ESLint and react-router (#5253)Christopher Speller2017-02-031-37/+37
|
* Updated marked to allow escaping pipe characters and to restrict reference ↵Harrison Healey2017-02-021-1/+1
| | | | links (#5278)
* Updated marked to better handle Windows network paths (#5102)Harrison Healey2017-01-181-1/+1
|
* Updated marked to better handle underscores within words (#5093)Harrison Healey2017-01-171-1/+1
|
* PLT-4644 Update webrtc client (#4922)enahum2017-01-031-1/+1
| | | | | | | | * PLT-4644 Update webrtc client * update webrtc-adapter * Use default ice server if none is provided
* Copied fbjs keymirror into utils (#4807)Harrison Healey2016-12-201-1/+0
| | | | | | * Removed react-addons-pure-render-mixin from NOTICE * Copied FBJS keymirror into non_npm_dependencies
* Updating eslint (#4573)Christopher Speller2016-11-171-3/+3
|
* Updating client dependancies (excpet eslint) (#4567)Christopher Speller2016-11-171-32/+32
|
* PLT-4404/PLT-4578/PLT-4541/PLT-4542 Replaced third party autosizing textarea ↵Harrison Healey2016-11-041-1/+0
| | | | | | | | | | | | | | | | with a custom one (#4442) * PLT-4578 Replaced third party autosizing textarea with a custom one * Fix Textbox.handleHeightChange not being called * Removed unused CSS * PLT-4541 Force EditPostModal to resize upon opening * Removed usage of jquery from AutosizeTextarea * Reverted changes made for PLT-4580 as they're no longer needed
* PLT-4404 Replace calls to onInput with onChange to better support IE11 (#4315)Harrison Healey2016-10-251-1/+1
| | | | | | * Replace calls to onInput with onChange to better support IE11 * Replaced react-textarea-autosize with react-autosize-textarea
* PLT-3907 Added a javascript library to prevent the <body> from scrolling on ↵Harrison Healey2016-10-041-0/+1
| | | | | | | | iOS (#4147) * Added a javascript library to prevent the <body> from scrolling on iOS * Added iNoBounce to NOTICE.txt
* Updated make files/scripts to accomodate execution/building in windows in ↵Jared Shields2016-10-041-3/+4
| | | | addition to linux/mac (#4135)
* Updating ESLint (#4085)Christopher Speller2016-09-231-2/+2
|
* Updating client dependancies (#4083)Christopher Speller2016-09-231-34/+34
|
* PLT-4239 fixes getUserMedia (#4038)enahum2016-09-201-1/+1
|
* Webrtc client side (#4026)enahum2016-09-161-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * WebRTC Server side * WebRTC client side * Bug fixes and improvements * Pushing UI improvements for webrtc (#3728) * Pushing UI improvements for webrtc * Updating webrtc css * PLT-3943 WebRTC P1: bug fixes and improvements * Video resolution set to std, reduce volume of ringtone and flip video horizontally * Fix calling a user B while WebRTC RHS is still opened * Leave RHS opened when call ends, Fix isBusy on popover and channel_header * Fix pre-release feature, RHS & System Console * PLT-3945 - Updating UI for webrtc (#3908) * PLT-3943 Webrtc p1 * Add ongoing call indicator when RHS is opened * UI updates to to webrtc notifcation (#3959)
* PLT-3642 Add PDF previewer (#3812)Joram Wilander2016-08-181-0/+1
| | | | | | * Added a PDF previewer * PLT-3900 - Improving UI for the pdf max pages (#3800)
* PLT-1424 Added XRegExp library to fix search highlighting (#3787)Harrison Healey2016-08-121-1/+2
|
* Fixing build failure caused by dependancies updatingChristopher Speller2016-08-071-2/+2
|
* PLT-3482/PLT-3551/PLT-3552 Fixed some markdown list parsing (#3637)Harrison Healey2016-07-201-1/+1
| | | | | | | | | | * PLT-3552 Partially-fixed an invalid test case * PLT-3551 Removed an invalid test case * PLT-3482 Added a test case for multiple lists separated by text * PLT-3482 Updated marked to fix multiple lists separated by text
* PLT-3690 Updated marked to not break URLs on exclamation marks (#3627)Harrison Healey2016-07-191-1/+1
|
* Moving javascript driver back to platform (#3613)Christopher Speller2016-07-191-1/+0
|
* PLT-2241 Refactored statuses into a more real-time system (#3573)Joram Wilander2016-07-181-1/+1
| | | | | | | | | | * Refactored statuses into a more real-time system * Updated package.json with correct commit and fixed minor bug * Minor updates to statuses based on feedback * When setting status online, update only LastActivityAt if status already exists
* Updating client dependancies (#3594)Christopher Speller2016-07-151-30/+31
|
* Improving caching of static assets (#3591)Christopher Speller2016-07-151-0/+1
|
* Updating ESLint (#3597)Christopher Speller2016-07-151-3/+3
|
* Added infrastructure for basic WebSocket API (#3432)Joram Wilander2016-07-121-1/+1
|
* Adding unit tests (#3515)Corey Hulen2016-07-061-1/+1
|
* PLT-2863 adding remove user from team (#3429)Corey Hulen2016-07-061-1/+1
| | | | | | | | | | | | | | * PLT-2863 adding remove user from team * PLT-2863 adding the client side UI * Fixing trailing space * Fixing reported issues * Adding documentatino * Switching to final javascript driver
* Added new segment analytics (#3511)David Lu2016-07-061-1/+1
|
* SAML support (#3494)enahum2016-07-051-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * PLT-3073: Implement SAML/Okta Server side (EE) (#3422) * PLT-3137 Support for SAML configuration * PLT-3410 SAML Database Store * PLT-3411 CLI to add Identity Provider Certificate and Service Provider Private Key * PLT-3409 SAML Interface for EE * PLT-3139 Handle SAML authentication server side * Add localization messages * PLT-3443 SAML Obtain SP metadata * PLT-3142 Login & Switch to/from SAML * Remove Certs for Database & Clean SAML Request * Make required Username, FirstName and LastName * PLT-3140 Add SAML to System Console (#3476) * PLT-3140 Add SAML to System Console * Move web_client functions to client.jsx * Fix issues found by PM * update package.json mattermost driver * Fix text messages for SAML
* PLT-3145 Custom Emojis (#3381)Harrison Healey2016-07-051-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Reorganized Backstage code to use a view controller and separated it from integrations code * Renamed InstalledIntegrations component to BackstageList * Added EmojiList page * Added AddEmoji page * Added custom emoji to autocomplete and text formatter * Moved system emoji to EmojiStore * Stopped trying to get emoji before logging in * Rerender posts when emojis change * Fixed submit handler on backstage pages to properly support enter * Removed debugging code * Updated javascript driver * Fixed unit tests * Fixed backstage routes * Added clientside validation to prevent users from creating an emoji with the same name as a system one * Fixed AddEmoji page to properly redirect when an emoji is created successfully * Fixed updating emoji list when an emoji is deleted * Added type prop to BackstageList to properly support using a table for the list * Added help text to EmojiList * Fixed backstage on smaller screen sizes * Disable custom emoji by default * Improved restrictions on creating emojis * Fixed non-admin users seeing the option to delete each other's emojis * Fixing gofmt * Fixed emoji unit tests * Fixed trying to get emoji from the server when it's disabled
* Updated markdown parser (#3465)Harrison Healey2016-07-041-1/+1
|
* Some bundle size reductions and improvments (#3457)Christopher Speller2016-06-301-0/+1
|
* Adding webpack code splitting (#3377)Christopher Speller2016-06-221-1/+1
|
* Require indentation for multiline list items (#3326)Harrison Healey2016-06-141-1/+1
|
* Lock Javascript driver to 3.1 branch (#3277)Harrison Healey2016-06-071-1/+1
|
* PLT-1800 Load server side locale from the config.json (#3202)enahum2016-06-021-1/+2
| | | | | | | | | | | | * PLT-1800 Load server side locale from the config.json * Add support for locales with country specifics * Fix localization on served locale file as plain/text * Remove github.com/cloudfoundry/jibber_jabber as vendor dependency * Fix get locale on login_controller
* PLT-3149 Remove duplicate match-at dependency in package.json (#3195)enahum2016-06-011-1/+0
|
* Revert "PLT-1800 Load server side locale from the config.json" (#3201)Christopher Speller2016-06-011-2/+1
|
* PLT-1800 Load server side locale from the config.json (#3135)enahum2016-06-011-1/+2
| | | | | | | | | | * PLT-1800 Load server side locale from the config.json * Add support for locales with country specifics * Fix localization on served locale file as plain/text * Remove github.com/cloudfoundry/jibber_jabber as vendor dependency
* PLT-3080 Added ability to disable formatting for debugging and updated ↵Harrison Healey2016-05-301-1/+1
| | | | | | | | | | marked to fix errors (#3141) * Removed injectIntl from user_settings_advanced.jsx * Added setting to disable formatting for debugging * Updated fork of marked
* Revert "PLT-1800 Load server side locale from the config.json" (#3133)Christopher Speller2016-05-271-2/+1
|
* PLT-1800 Load server side locale from the config.json (#3092)enahum2016-05-271-1/+2
| | | | | | | | * PLT-1800 Load server side locale from the config.json * Add support for locales with country specifics * Fix localization on served locale file as plain/text
* PLT-1458 Updated list autonumbering (#3126)Harrison Healey2016-05-271-1/+1
| | | | | | * Removed MattermostLexer since it was exactly the same as the default marked one * Updated list autonumbering to always start numbering from the first item's number
* Updated our fork of marked and prevented catastrophic backtracking (#3098)Harrison Healey2016-05-251-1/+1
|
* Revert "PLT-1800 Load server side locale from the config.json (#3076)"Christopher Speller2016-05-241-2/+2
| | | | This reverts commit 34beaa569bfb32f1607375f1d5a22859322060d2.
* Revert "Updated our fork of marked and added more links to test-links.md ↵Harrison Healey2016-05-241-1/+1
| | | | | (#3047)" (#3090) This reverts commit c868620693c69e2931c3023460eaafd9f6d330b6.