Release Summary for 4.3.0
  Difference between master and 4.2
  * docs/configuration.md
  * docs/monster-ui/codecSelector().md
  * docs/monster-ui/confirm().md
  * docs/monster-ui/datepicker().md
  * docs/monster-ui/dialog().md
  * docs/monster-ui/generateAppLayout().md
  * docs/monster-ui/highlight().md
  * docs/monster-ui/insertTemplate().md
  * docs/monster-ui/loadTab().md
  * docs/monster-ui/mask().md
  * docs/monster-ui/protectField().md
  * docs/monster-ui/renderJSON().md
  * docs/monster-ui/renderPDF().md
  * docs/monster-ui/showPasswordStrength().md
  * docs/monster-ui/slider().md
  * docs/monster-ui/timepicker().md
  * docs/monster-ui/tooltips().md
  * docs/monster-ui/validate().md
  * docs/monster-util/canAddExternalNumbers().md
  * docs/monster-util/canImpersonate().md
  * docs/monster-util/dataFlags/add().md
  * docs/monster-util/dataFlags/destroy().md
  * docs/monster-util/dataFlags/get().md
  * docs/monster-util/dateToGregorian().md
  * docs/monster-util/formatPhoneNumber().md
  * docs/monster-util/formatPrice().md
  * docs/monster-util/getAuthToken().md
  * docs/monster-util/getFormatPhoneNumber().md
  * docs/monster-util/getUrlVars().md
  * docs/monster-util/gregorianToDate().md
  * docs/monster-util/isAdmin().md
  * docs/monster-util/isLoggedIn().md
  * docs/monster-util/isMasquerading().md
  * docs/monster-util/isReseller().md
  * docs/monster-util/isWhitelabeling().md
  * docs/monster-util/protectSensitivePhoneNumbers().md
  * docs/monster-util/toFriendlyDate().md
  * docs/monster-util/unformatPhoneNumber().md
  * docs/monster-util/unixToDate().md
  * docs/using-postman-as-a-crud.md
  * README.md
  * docs/api.md
  * docs/appstore.md
  * docs/codingStandards.md
  * docs/commonControls.md
  * docs/events.md
  * docs/flags.md
  * docs/gulpCommand.md
  * docs/handlebars.md
  * docs/internationalization.md
  * docs/javascriptStyleGuide.md
  * docs/kazooSdk.md
  * docs/linting.md
  * docs/mkdocs/index.md
  * docs/monster.md
  * docs/monster/getTemplate().md
  * docs/monster/parallel().md
  * docs/monster/pub().md
  * docs/monster/request().md
  * docs/monster/series().md
  * docs/monster/template().md
  * docs/monster/waterfall().md
  * docs/skeleton/method().md
  * docs/skeleton/object.md
  * docs/tutorial.md
  * docs/validation.md
  * docs/kazoocon.md
  * docs/knownIssues.md
  * docs/monster/ui.md
  * docs/monster/ui/codecSelector().md
  * docs/monster/ui/confirm().md
  * docs/monster/ui/datepicker().md
  * docs/monster/ui/dialog().md
  * docs/monster/ui/generateAppLayout().md
  * docs/monster/ui/highlight().md
  * docs/monster/ui/insertTemplate().md
  * docs/monster/ui/loadTab().md
  * docs/monster/ui/mask().md
  * docs/monster/ui/protectField().md
  * docs/monster/ui/renderJSON().md
  * docs/monster/ui/renderPDF().md
  * docs/monster/ui/showPasswordStrength().md
  * docs/monster/ui/slider().md
  * docs/monster/ui/timepicker().md
  * docs/monster/ui/tooltips().md
  * docs/monster/ui/validate().md
  * docs/monster/util.md
  * docs/monster/util/dataFlags/add().md
  * docs/monster/util/dataFlags/destroy().md
  * docs/monster/util/dataFlags/get().md
  * docs/monster/util/dateToGregorian().md
  * docs/monster/util/formatPhoneNumber().md
  * docs/monster/util/formatPrice().md
  * docs/monster/util/getAuthToken().md
  * docs/monster/util/getFormatPhoneNumber().md
  * docs/monster/util/getUrlVars().md
  * docs/monster/util/gregorianToDate().md
  * docs/monster/util/isAdmin().md
  * docs/monster/util/isLoggedIn().md
  * docs/monster/util/isMasquerading().md
  * docs/monster/util/isWhitelabeling().md
  * docs/monster/util/toFriendlyDate().md
  * docs/monster/util/unformatPhoneNumber().md
  * docs/summary.md
  * docs/testPlan.md
  * docs/monster-ui/alert().md
  * docs/monster-ui/getFormData().md
  * docs/monster-ui/wysiwyg().md
  * docs/monster-util/dataFlags.md
  * docs/monster-util/formatVariableToDisplay().md
  * docs/monster-util/getBusinessDate().md
  * docs/monster-util/isSuperDuper().md
  * docs/monster-util/randomString().md
  * Summary
      - Cluster Manager App: When deploying a cluster the confirmation pop up is not getting displayed
  * Commits
      - [UI-3172: Check and add default value to `isPersistent `(#210)](https://github.com/2600hz/monster-ui/commit/571e30c38b8af25710b234ac6016296d194632a2) by Joris Tirado
  * Summary
      - User timezone is not being honored in the faxes app 
  * Commits
      - [UI-3171: Use timezone from User&gt;Account&gt;Browser when displaying dates (#209)
  * Clean up logic and bring documentation up to date for toFriendlyDate()
  * Use timezone from User&gt;Account&gt;Browser to format dates
  * Check parameter timezone against mommentjs zone list
  * Use lodash#has to check if `timezone` prop exists
  * Refactor getMomentFormat()
  * Refactor gregorianToDate() and improve documentation
  * Refactor unixToDate() and add documentation
  * Reference new documentation page](https://github.com/2600hz/monster-ui/commit/70f4be6b42a9702c22c7b472c87c00d99fdda4d0) by Joris Tirado
  * Summary
      - As an OPS, I want the ability to disable number feature related UI elements so that I can use numbers without e911/CNAME
  * Commits
      - [UI-3170: Add configuration flag to disable number features (#208)
  * Add configuration flag to disable number features
  * Consider configuration flag before enabling number features](https://github.com/2600hz/monster-ui/commit/be5d4a24ab045045891eabf57b7bbc7b00ac010c) by Joris Tirado
  * Summary
      - As a FEE, I want `config.js` to defined as a simple list of key/values so that it removes one level of indentation
  * Commits
      - [UI-3146: Revert `config.js` to previous behavior regarding `api.default` (#207)
  * Revert `config.js` to previous behavior regarding `api.default`
  * Improve wording](https://github.com/2600hz/monster-ui/commit/c50986e8a055bb8132ed6d078fbdf24f0f71910f) by Joris Tirado
      - [UI-3146: Create a dedicated documentation page for config.js (#201)
  * Add documentation file for config.js
  * Define `config.js` module as a simple object
  * Move configuration descriptions to own documentation file
  * Set mandatory configuration values by default
  * Update config.js with a almost working example
  * Remove irrelevant documentation pages
  * Add status badges to readme](https://github.com/2600hz/monster-ui/commit/a1eb755bd9b7020312cc332ac2a693d6b5914d2b) by Joris Tirado
  * Summary
      - When requesting a password reset, Dialog box to change password disappears without letting user change password
  * Commits
      - [UI-3169: Have system dialogs requiring an action persist on app change (#206)
  * Persist New Password dialog after user login
  * Persist Trial Expired dialog to only allow Upgrade as an option](https://github.com/2600hz/monster-ui/commit/814de095cb1195217c4cb44b5d44da8b7e0a18d1) by Joris Tirado
  * Summary
      - As a user, I want to select losing carrier from a dropdown so that the input is more consistent
  * Commits
      - [UI-3168: Force users to select from a preselected list of carriers when defined (#205)
  * Create own section for `port` prop in config documentation
  * Document new prop of `port` whitelabel object
  * Show carrier list if specified in whitelabel document](https://github.com/2600hz/monster-ui/commit/2a5e921f825d51631cb29afa0406e8ffa4942ec1) by Joris Tirado
  * Summary
      - As a FEE, I want to improve the CI process so that it runs faster
  * Commits
      - [UI-3163: Run CI jobs in parallel for better performance (#204)
  * Remove unnecessary circleci job options?
  * Run CI jobs in parallel
  * Correctly declare the CI jobs to run in parallel
  * Use node codename instead of version number?
  * Install `gulp-cli` globally on CI environment
  * Install all repo dependencies instead of just `gulp`
  * Remove command descriptions to fix isssue?
  * Install `gulp-cli` as sudo
  * Cache dependencies from package.json
  * Use correct indent structure for step attributes
  * Make sure `npm` uses latest version
  * Add names to build steps
  * Bump python to latest in CI config](https://github.com/2600hz/monster-ui/commit/8e1ee5663668d8d4b551b58607c0477c1c825465) by Joris Tirado
  * Summary
      - As a developer, I want the documentation to be better structured so that I can find resources easily
  * Commits
      - [UI-3159: Use new table structure for method parameters on doc pages (#203)
  * Use table structure for parameters description of `monster` object
  * Use table structure for parameters description of `monster.ui` object
  * Use table structure for parameters description of `monster.util` object
  * Better presentation for methods with a single object as parameter
  * Remove irrelevant styleGuide folder and resources
  * Flatten documentation strucutre for monster helper methods
  * Add missing documentation page from mkdoc toc
  * Use correct path to documentation page in mkdocs toc](https://github.com/2600hz/monster-ui/commit/b464f34eb6fa68cb044349d01535c3c2439b66e2) by Joris Tirado
      - [UI-3159: Improve documentation metadata for doc website (#202)
  * Move doc page titles from config file to doc file
  * Restructure documentation toc with better sections
  * Enfore space indentation for YAML files
  * Add documentation section to readme
  * Fix typo](https://github.com/2600hz/monster-ui/commit/1e379831d28126c76404ea0122c292cd10bac2d0) by Joris Tirado
  * Summary
      - As a FEE, I want the currency displayed to be set in config.js so that it is editable
  * Commits
      - [UI-3134: Abstract currency symbol rendering using `formatPrice()` (#196)
  * Improve `formatPrice()` to render currency symbols
  * Use named parameters for `formatPrice()`
  * Add helper to retrieve currency symbol
  * Abstract currency symbol rendering using `formatPrice()`
  * Fix typo when accessing handlebars helper
  * Better arguments and update related documentation
  * Update named arguments (decimals -&gt; digits)](https://github.com/2600hz/monster-ui/commit/495de8f91bfedb339c705a5ef62341ed4bf69bb9) by Joris Tirado
  * Summary
      - As a DevOps, I want to hide the buy number action on setup for clients without carrier capabilities
  * Commits
      - [UI-3145: Allow buy number action to be configured in config.js (#200)
  * Add flag to disable buy number action
  * Conditionally show the buy numbers action](https://github.com/2600hz/monster-ui/commit/2ad2ed956be06a25e28769dbfbb48b74f402fe2a) by Joris Tirado
  * Summary
      - 22 `high severity` vulnerabilities reported by npm audit
  * Commits
      - [UI-3138: Fix known vulnerabilities in dependencies (#198)
  * Update lock file
  * Bump jshint and browser-sync to latest
  * Bump gulp-handlebars to latest
  * Bump gulp-concat-css to latest
  * Remove unused gulp-livereload dependency
  * Update lock file
  * Remove unused gulp-jshint dependency](https://github.com/2600hz/monster-ui/commit/ac7ef8a4a34f76f2a055e05b7f8df8ab8c17ac41) by Joris Tirado
  * Summary
      - As a FEE, I want Access Lists displayed only if the endpoint exists so that requests don&#039;t fail
  * Commits
      - [UI-3129: Do not render access lists when kazoo endpoint returns 404 (#194)
  * Do not render access lists section when kazoo module is unreachable
  * Keep Kazoo SDK endpoint/methods naming consistent
  * Use global error handler when error is unexpected](https://github.com/2600hz/monster-ui/commit/c945284f6ed586bcc846ee756afa4a61abfe2c82) by Joris Tirado
  * Summary
      - Credit Card content does not display (Control Panel section)
  * Commits
      - [UI-3125: Use correct template name when requesting it (#193)](https://github.com/2600hz/monster-ui/commit/dac94b2054f9c6ac099dfe285817eb8f7dc35cf7) by Joris Tirado
  * Summary
      - As a FEE, I want a monster.ui helper to toast notification so that the toastr library is abstracted
  * Commits
      - [UI-3119: Abstract toast notification library by using a wrapper (#190)
  * Create monster.ui  wrapper for toast notification library
  * Use new toast helper in monster.ui
  * Use monster.ui.toast instead of toast library directly
  * Follow best practice to return jQuery element upon creation
  * Use monster toast helper for all core files](https://github.com/2600hz/monster-ui/commit/fae46f58a51bcf1330a39a90716e96a3f959972a) by Joris Tirado
  * Summary
      - As a FEE, I want sub-module templates to be in their own folder to improve modularity
  * Commits
      - [UI-3116: Move sub-module templates in their own folder (#189)
  * Move sub-module templates in their own `views` folder
  By using `getTemplate()` we can specify which sub-module a template is
  related to, enabling this behavior.
  The templates names were shortened by stripping the name of their
  sub-module from it since they are stored under their sub-module folder.
  String templates are created using `getTemplate()` instead of
  `monster.template()` that we are trying to depreciate.
  * Use correct folder name for relative path
  * Only use `getTemplate()` for both regular and string templates](https://github.com/2600hz/monster-ui/commit/cf933783344977f01da24fe816eb665bae33753d) by Joris Tirado
  * Summary
      - As a developer, I want to expose the outbound privacy policy so that it can be set by users
  * Commits
      - [UI-3111: Refactor caller id privacy feature with better description (#184)
  * Refactor caller id privacy for the user submodule
  * Refactor caller id privacy for the account submodule](https://github.com/2600hz/monster-ui/commit/62a2ef466e582b562b2ff3d218d0366b617db11a) by Joris Tirado
      - [UI-3111: Added user and account privacy settings (#180)
  * Added user and account privacy settings](https://github.com/2600hz/monster-ui/commit/e025abf5d20a263f1b20747e91c98ce28814109e) by sergey-safarov
  * Summary
      - As a FEE, I want jquery dialogs to be appended to the app container so that they automatically close when switching apps
  * Commits
      - [UI-3108: Instantiate dialog/confirm/alert inside their app container (#181)
  * Add function to determine jquery dialog container
  * Add a strict option to determine dialog/confirm/alert container](https://github.com/2600hz/monster-ui/commit/26f7d226c42062526ba69c9b1f42a1ecfe4b823c) by Joris Tirado
  * Summary
      - As a user, I want the ability to hit enter at any time so I can load the first app in the list
  * Commits
      - [UI-3095: Allow user to hit enter at any time when search box is focused (#179)
  * UI-3095: Enable app selection when query is 3 or more chars
  * UI-3095: Correctly select first app in list on enter](https://github.com/2600hz/monster-ui/commit/48c17ad6eec1d8b3b6e6436611016239c41190da) by Joris Tirado
  * Summary
      - Usage Charges in Control Center rounding up on 2 decimal charges
  * Commits
      - [UI-3065: Set 4 digits of precision for per minute items (#178)
  * UI-3065: Set amount digits as app variable for easy change
  * UI:3065: Set digits precision to 4 on per minute items](https://github.com/2600hz/monster-ui/commit/1e823ee6beecf3c87f847ce2b3d52a5e4543cb59) by Joris Tirado
  * Summary
      - Porting Charges Pop-up renders behind the &quot;Please wait&quot; dialogue depending on timing.
  * Commits
      - [UI-3027: Fix dialog container issue when no options are passed](https://github.com/2600hz/monster-ui/commit/bd307455ca3eaf66fba5eee5ebcc4327a5cc5efe) by Joris Tirado
      - [UI-3027: Open popups on top of the active content (#170)
  * UI-3027: Decide which container popups should use on init
  * UI-3027: Remove hard coded parent following smart container feature](https://github.com/2600hz/monster-ui/commit/7a4c9de43b976dca244276e739890115a171ddbc) by Joris Tirado
  * Summary
      - As a developer, I want to use the /faxes multipart endpoint so that I can send documents without hosting them
  * Commits
      - [UI-3076: Support API endpoints with `multipart/mixed` as content-type (#175)
  * UI-3076: Expose PUT method for faxes API
  * UI-3076: Add case to simplify multipart/mixed request handling](https://github.com/2600hz/monster-ui/commit/c3aff65f3c3626a6ec920ef6cbaa56d27df8e914) by Joris Tirado
  * Summary
      - As a reseller, I want a config page so that I can set my taxation settings
  * Commits
      - [UI-3051: Globally fix tooltip flickering (#173)](https://github.com/2600hz/monster-ui/commit/e1c9447ec5008230ed88f2621797a30b192559a3) by Joris Tirado
  * Summary
      - As a FEE, I want to use PATCH on /callflows/{callflow_id} so that I don&#039;t have to retrieve callflow details
  * Commits
      - [UI-3049: Expose PATCH method for callflows API (#172)](https://github.com/2600hz/monster-ui/commit/cd916ff805a47c17620c6db6214b4f3b9691b435) by Joris Tirado
  * Summary
      - As a FEE, I want a wrapper for the chosen plugin so that default options are applied
  * Commits
      - [UI-3048: Remove chosen plugin requirement](https://github.com/2600hz/monster-ui/commit/d43f2b9b4376465c9ca22c2f774610c17911cc31) by Joris Tirado
      - [UI-3048: Replace chosen plugin method by monster helper (#171)
  * UI-3048: Create a wrapper with default options for chosen plugin
  * UI-3048: Replace chosen plugin method by monster helper](https://github.com/2600hz/monster-ui/commit/7179b1846b05dd8128efd927c2da42babe5dad95) by Joris Tirado
  * Summary
      - use service_plans/editable instead of service_planner API
  * Commits
      - [UI-3042: use service_plans/editable instead of service Planner API](https://github.com/2600hz/monster-ui/commit/507a6dfc11c9f65de6692b8793ee8665f49ff311) by Jean-Roch Maitre
  * Summary
      - As a user, I would like to be able to see in the UI when the new temporary voicemail greeting feature is enabled on a voicemail box and control it
  * Commits
      - [UI-3040: fix padding mediaSelect button](https://github.com/2600hz/monster-ui/commit/8747a017878574b4f0cc2f09819ed622302c9459) by Jean-Roch Maitre
  * Summary
      - Sub Tabs display issues in Cluster Manager
  * Commits
      - [UI-3038: fix css glitch with tabs](https://github.com/2600hz/monster-ui/commit/3356dd15cabaf06a609e87b4984030850595413e) by Jean-Roch Maitre
  * Summary
      - Can&#039;t click on port requests of 2nd page of the listing
  * Commits
      - [UI-3025: fix issue with pagination and click events for port requests (#169)](https://github.com/2600hz/monster-ui/commit/849d7f34689125bd00671586a1ef689eef658f52) by JRMaitre
  * Summary
      - As a user, I would like a visual notification when I am connected, disconnected, or connecting via WebSockets in Monster so that I know if WebSockets is working
  * Commits
      - [UI-3013: Improved experience when sockets not workin properly for apps requiring them](https://github.com/2600hz/monster-ui/commit/c8936ae4c40a0a279211200c7ef81d5f36106f09) by Jean-Roch Maitre
  * Summary
      - The unknownUser template is not rendered when using SSO login for the first time
  * Commits
      - [UI-3002: Render unknownUser if SSO account is not linked (#162)](https://github.com/2600hz/monster-ui/commit/7cd0f8958bf0d4b3715b9bf1a9ce18aa0d0f5be9) by Joris Tirado
  * Summary
      - As a FEE, I want the CSS in templates to not break the UI so that I users don&#039;t confused
  * Commits
      - [UI-3000: Obfuscate templates CSS selectors on rendering (#160)
  * UI-3000: Allow wysiwyg helper to insert data to editor
  * UI-3000: Obfuscate CSS selectors of templates](https://github.com/2600hz/monster-ui/commit/49b14aae5c075d39b781431be7907cc4352f011d) by Joris Tirado
  * Summary
      - monster routing has issues with masquerading
  * Commits
      - [UI-2996: fix issue with routing and masquerading](https://github.com/2600hz/monster-ui/commit/6c05047fdb8bbf06b66880e79c6d6ea44d1a6c22) by Jean-Roch Maitre
  * Summary
      - The UI doesn&#039;t set the right &quot;automatic&quot; API URL when not defined in the config.js
  * Commits
      - [UI-2991: commenting default api URL so it uses the proper monster mechanism](https://github.com/2600hz/monster-ui/commit/217d28d15430e8deadd87065bc830ca3c1f988cf) by Jean-Roch Maitre
      - [UI-2991: now sets default API URL automatically](https://github.com/2600hz/monster-ui/commit/0cd3ff813a1f941af7c072906e4625b5789560df) by Jean-Roch Maitre
  * Summary
      - As a conference app user, I would like to be able to dial out to conference participants from the UI so that I can add people to my conferences
  * Commits
      - [Merge branch &#039;master&#039; into UI-2982](https://github.com/2600hz/monster-ui/commit/4a7a37efa50ad97e151847c5664ddcb0b98486ac) by Jean-Roch Maitre
      - [UI-2982: close dialog after adding endpoints](https://github.com/2600hz/monster-ui/commit/a772ab7c608a562d54bccddd1b7f860a124737c9) by Jean-Roch Maitre
      - [UI-2982: add a way to invite people into conferences](https://github.com/2600hz/monster-ui/commit/6d66ee30c9f601295e9bb07bcba16a1147c4fc86) by JR Maitre
  * Summary
      - Version displayed by Monster is not correct when using a git install
  * Commits
      - [UI-2989: first version of VERSION file creator](https://github.com/2600hz/monster-ui/commit/06b433ac628df6afeb2ff81c923b70f24b436234) by Jean-Roch Maitre
  * Summary
      - Unneeded error in GUI &gt; update limits
  * Commits
      - [UI-2979: better error handling of limits in myaccount](https://github.com/2600hz/monster-ui/commit/ea3813bc583d1d297bf824d5cf8f7179839509d0) by JR Maitre
  * Summary
      - As a user, I want the carrier property to be saved so that I don&#039;t have to remember it
  * Commits
      - [UI-2985: Save `carrier` prop inside `bill` object (#156)](https://github.com/2600hz/monster-ui/commit/f2178c11710d4ce7ecd7bc7449324f64189dfa43) by Joris Tirado
  * Summary
      - Branding App Refresh
  * Commits
      - [UI-2963: Required changes for Branding redesign (#155)
  * UI-2963: Use app-layout element to store layout type
  * UI-2963: Add wrappers to wysiwyg elements
  * UI-2963: Remove bold macros in wysiwyg](https://github.com/2600hz/monster-ui/commit/6303a8e90c094f9bb4fef4cb02ffa3670d54f09b) by Joris Tirado
      - [UI-2963: fix issue with welcome_message](https://github.com/2600hz/monster-ui/commit/df547b58f796eb8c66d386694d2e3f8d5aaeca2d) by JR Maitre
      - [UI-2963: Allow tabs to override `appType` for their content (#153)
  * UI-2963: Allow tabs to override appType for their content
  * UI-2963: Update documentation for `contentWrapperType`](https://github.com/2600hz/monster-ui/commit/3e0768019a4634800129b46df49949e76ffd397a) by Joris Tirado
      - [UI-2963: skinnier navbars as part of branding refresh](https://github.com/2600hz/monster-ui/commit/3aebc48126711d1253b1f95bb439391227d2547a) by Jean-Roch Maitre
  * Summary
      - Account Manager Override service plan show option undefined for ledgers
  * Commits
      - [UI-2983: fix issue with ledger override in common control for service plan edition](https://github.com/2600hz/monster-ui/commit/1694fabc36633cf75d6a920a36218d62af374149) by Jean-Roch Maitre
  * Summary
      - As a user, I want the UI to display a custom logo from a path set in config.js, so that I don&#039;t have to replace the current logo every update
  * Commits
      - [UI-2976: add mechanism to use an hardcoded path for the default Kazoo Logo](https://github.com/2600hz/monster-ui/commit/9d3096a6063b0b0855167c3c3e3a56e7a1c85518) by JR Maitre
  * Summary
      - Voicemail Manager Refresh
  * Commits
      - [UI-2977: clean up code for flags and use smaller version](https://github.com/2600hz/monster-ui/commit/ef35a7ae6be4d772695eb76283ff5ab098149f49) by Jean-Roch Maitre
      - [UI-2977: add new css code for monster-badges](https://github.com/2600hz/monster-ui/commit/df4545a1ca40cb91363140da2a8ec1005eab9e26) by Jean-Roch Maitre
      - [UI-2977: update global css with new values form latest mock-ups](https://github.com/2600hz/monster-ui/commit/a1ae3ac4f2723f78e6521583ce80355d4d7a37b6) by Jean-Roch Maitre
  * Summary
      - Login Page Refresh
  * Commits
      - [UI-2962: Login page refresh (#154)
  * UI-2962: Clean-up and implement new mockup
  * UI-2962: Update SSO mechanism to match new mockup
  * UI-2962: Create incline element
  * UI-2962: Get social links data from whitelabel document
  * UI-2962: Restructure sign in container to add flip animation
  * UI-2962: Add reponsive style to login page
  * UI-2962: Use SVGs for sso provider images
  * UI-2962: Remove redundant sign in title
  * UI-2962: Use library to animate form transition
  * UI-2962: adding brandColor detection
  * UI-2962: Adjust media query for flip animation](https://github.com/2600hz/monster-ui/commit/7fd552d54ff2a0df3dee1122897407e7ce5902df) by Joris Tirado
  * Summary
      - As a dev, i want to write the docs for the monsterPanelText helper so it&#039;s easier to use
  * Commits
      - [UI-2970: adding docs for monsterPanelText](https://github.com/2600hz/monster-ui/commit/8e740c24821ba9e1046addbcbdea33fbd1ebba04) by JR Maitre
  * Summary
      - As a FEE, I want to add last minute features so that the app can hit MVP
  * Commits
      - [UI-2969: Add required qubicle endpoints; update local user data on PATCH (#152)
  * UI-2969: Add endpoint to update recipient roles
  * UI-2969: Automatically update local data when user is patched
  * UI-2969: Add endpoint to list queues recipients](https://github.com/2600hz/monster-ui/commit/03250e9aa1c5b37d385be3a3b8dfb41eadb93812) by Joris Tirado
  * Summary
      - CDR Analysis Tool
  * Commits
      - [UI-2966: adding file saver to allow for downloading csv from cdrs app](https://github.com/2600hz/monster-ui/commit/ffda92ce20373ad8981091a3d2d85ca2f3cfe717) by Jean-Roch Maitre
  * Summary
      - Conference Manager Refresh
  * Commits
      - [UI-2961: finish adding new monster-panel, also adding new skin to media selector for a tab view in conference manager](https://github.com/2600hz/monster-ui/commit/939ea143c75078ada1a9a159e78aa63ced7e85f1) by Jean-Roch Maitre
      - [UI-2961: add new monster panel text, and some tweaks for conference viewer again](https://github.com/2600hz/monster-ui/commit/551a2bca22ec75643c758495ab80c73bcc3d9527) by JR Maitre
      - [UI-2961: more changes related to conf viewer updates](https://github.com/2600hz/monster-ui/commit/cadf45a68a2361e4a8842c8413409143fb148801) by JR Maitre
      - [UI-2961: remove old avatars](https://github.com/2600hz/monster-ui/commit/2d7d14f71bc6f0d7e73213413bcf1b5e031bc32d) by JR Maitre
      - [UI-2961: more tweaks to conference viewer](https://github.com/2600hz/monster-ui/commit/572e49cfc61898c5ecc81a1c95054dbfb104708f) by JR Maitre
      - [UI-2961: using sass for tables, and fixe some issues with footable css](https://github.com/2600hz/monster-ui/commit/764b818c60f3cddf96349976cca696efcfd2bf05) by Jean-Roch Maitre
      - [UI-2961: update table styling with new tables](https://github.com/2600hz/monster-ui/commit/eb49652d1f7cba4077d934a312925dc094cb9e4a) by Jean-Roch Maitre
      - [UI-2961: start to update conference viewer](https://github.com/2600hz/monster-ui/commit/ef32b860abf80f5326ad703c3a1909f4ad1c3e6f) by JR Maitre
      - [UI-2961: tweaked flags throughout UI to be flat instead of shiny, and smaller](https://github.com/2600hz/monster-ui/commit/763395a8c1ddea78da573fb8eb142275ccfdda25) by JR Maitre
  * Summary
      - As a user, I want a tutorial so that I understand how to operate the app
  * Commits
      - [UI-2964: Add the option to specify a callback after fadeIn is complete (#151)](https://github.com/2600hz/monster-ui/commit/d6f6ccf67975e9fb63b651a40710d8fc43d22e9b) by Joris Tirado
  * Summary
      - As a FEE, I want to use the app layout generator so that I can use the tab system 
  * Commits
      - [UI-2960: Allow app navbar tabs to take custom data (#150)
  * Allow app to pass custom data to tabs on generateAppLayout() init
  * Simplify logic to determine if a tab/subtab was clicked
  * Pass custom data to tab on click](https://github.com/2600hz/monster-ui/commit/cb7b30ce327e6617a13a012fee2bfe8f9e0eabba) by Joris Tirado
  * Summary
      - As a qubicle manager, I want to be able to add managers so that I can appoint agents to that role
  * Commits
      - [UI-2956: Add qubicle roles related endpoints (#149)](https://github.com/2600hz/monster-ui/commit/537d74484fa873487720c578df80b6a2a2b9a72b) by Joris Tirado
  * Summary
      - App exchange per user permissions doesn&#039;t list all users
  * Commits
      - [UI-2957: now list all users instead of first page in permission settings of app store](https://github.com/2600hz/monster-ui/commit/72876b21737b35d28afe32cf042a5ace4875898e) by JR Maitre
  * Summary
      - pressing d twice shouldn&#039;t open 2 debug popup
  * Commits
      - [UI-2943: fix various issues around debug popup, also add copy to clipboard feature to some fields](https://github.com/2600hz/monster-ui/commit/d8ca5bcf401e17e6035b50382f162e26ef37b7b8) by Jean-Roch Maitre
  * Summary
      - Account browser sort doesn&#039;t respect casing
  * Commits
      - [UI-2944: fix sort of accounts with casing issue](https://github.com/2600hz/monster-ui/commit/e9b974f6d12de2224bee007dce1157f1c4d0799f) by Jean-Roch Maitre
  * Summary
      - As a user I want an indication of the websocket status so that I know if I become disconnected
  * Commits
      - [UI-2941: now indicating kazoo version and websocket status in debug popup](https://github.com/2600hz/monster-ui/commit/6eade95017cffd9d41cb07c4e8944bd68c41209c) by Jean-Roch Maitre
  * Summary
      - As an admin I want a monster-ui redactor/randomizer so that I can do demos and create marketing matterials
  * Commits
      - [UI-2934: first step of randomizer with basic selector to update phone numbers displayed in page](https://github.com/2600hz/monster-ui/commit/88f6bfd24e0e5efe5d37c1b4e2b06f77534c0192) by Jean-Roch Maitre
  * Summary
      - As a FEE, I want to get ride of the nicescroll library since it is only used at one place
  * Commits
      - [UI-2932: Remove nicescroll library (#144)
  * UI-2932: Remove nicescroll library
  * UI-2932: Remove reference to library in build](https://github.com/2600hz/monster-ui/commit/31f8c5886167fbb3596c99a34524bd6189eddc03) by Joris Tirado
  * Summary
      - Submitting a port with numbers already in the system doesn&#039;t error out in an expected way
  * Commits
      - [UI-2927: Redirect to add number view if request fail (#142)](https://github.com/2600hz/monster-ui/commit/0b4177ae2ed8d683b4859656b55ac83a28ef8e08) by Joris Tirado
  * Summary
      - As an admin I want to be able to impersonate a user so that I can easily troubleshoot/test Kazoo
  * Commits
      - [UI-2921: adding way to impersonate users](https://github.com/2600hz/monster-ui/commit/da2c6d1690cffae004b664e2509da9eebc23b1b2) by Jean-Roch Maitre
  * Summary
      - As a FEE, I want to use a jQuery-less HTTP cookie library so that we do not depend on jQuery for everything
  * Commits
      - [UI-2920: Switch to jQuery-less cookie management library (#141)
  * UI-2920: Add js.cookie lib and reference it in build
  * UI-2920: Use js.cookie instead of jQuery cookie
  * UI-2920: Remove jQuery based cookie library](https://github.com/2600hz/monster-ui/commit/5c70f2fd4fc9783031783aa4ba1f6b02d0393386) by Joris Tirado
  * Summary
      - Can&#039;t edit a port submission, claims the numbers already exist
  * Commits
      - [UI-2929: Resolve issue validation issue with monster checkboxes (#140)
  * UI-2929: Use correct pseudo element syntax
  * UI-2929: Use the general sibiling combinator to avoid issues
  * UI-2929: Place validation text under monster checkboxes](https://github.com/2600hz/monster-ui/commit/965888446ffcf8d3fd4d2a5e358e314cc117fd78) by Joris Tirado
  * Summary
      - When selecting a port time, please add text stating that ports happen during normal business hours and a specific time can not be guaranteed
  * Commits
      - [UI-2928: Add help text when switching to `scheduled` (#139)](https://github.com/2600hz/monster-ui/commit/edc3d42006eac043ee85e035620bbb32c2dd7017) by Joris Tirado
  * Summary
      - As a FEE, I want ESLint errors/warnings to be fixed for the Branding app so that the codebase is consistent
  * Commits
      - [UI-2922: Expose additional winning carrier information (#138)
  * UI-2922: Expose winning carrier &amp; ref number on update
  * UI-2922: Show winning carrier &amp; ref number if present
  * UI-2822: Show winning carrer &amp; ref number on listing](https://github.com/2600hz/monster-ui/commit/30a01de9b0e89f2e21c67d34d1aa659c6d94ab5f) by Joris Tirado
  * Summary
      - As a FEE, I want a monster helper to handle cookies so that the library is only used at one place
  * Commits
      - [UI-2925: Wrap cookie library methods into a dedicated helper (#136)
  * UI-2925: Create monster wrapper to handle cookies
  * UI-2925: Use monster helper to manage cookies](https://github.com/2600hz/monster-ui/commit/0555702e6a98b08d3a13550e07bc25f40fdd674e) by Joris Tirado
  * Summary
      - As a reseller, I would like a warning when configuring media streams as to what occurs if the stream is unavailable
  * Commits
      - [UI-2918: added warning to common control when selecting Stream URL](https://github.com/2600hz/monster-ui/commit/a2cde7bb64e1c5d6ddddf3ab0e5fd90d5abd28e9) by Jean-Roch Maitre
  * Summary
      - Time of Day sliders skips times when in small screen or popup
  * Commits
      - [UI-2914: fix build after slider removal](https://github.com/2600hz/monster-ui/commit/64cb550a8e064201b14c66114a58c8ced8004995) by Jean-Roch Maitre
      - [UI-2914: removing slider library since we don&#039;t use it anymore](https://github.com/2600hz/monster-ui/commit/f1f1142bcf870644c50976e0af95757216d6937d) by Jean-Roch Maitre
  * Summary
      - I cannot create a new port request if I only have unconfirmed ones in the listing
  * Commits
      - [UI-2912: Show new PR button if only unconfirmed PR exist (#133)](https://github.com/2600hz/monster-ui/commit/d439c4e91121563c425dab48ca4bea5466a30f56) by Joris Tirado
  * Summary
      - &quot;Per Minute&quot; in Control Center should be called Usage Charges now
  * Commits
      - [UI-2906 UI-2907 updates to my account balance screen, fixed wording and table overflow](https://github.com/2600hz/monster-ui/commit/38a5c1f44f94fff71e96b29b128ce53a44e2586d) by Jean-Roch Maitre
  * Summary
      - Usage page CSS/text stacks on top of itself on small screens
  * Commits
      - [UI-2906 UI-2907 updates to my account balance screen, fixed wording and table overflow](https://github.com/2600hz/monster-ui/commit/38a5c1f44f94fff71e96b29b128ce53a44e2586d) by Jean-Roch Maitre
  * Summary
      - As a FEE, I want to use our new number formatter so that it is more permissive for users
  * Commits
      - [UI-2905: Use new number formatter to display and validate numbers (#131)
  * UI-2905: Implement more robust number validation
  * UI-2905: Display flag of number when added to port request
  * UI-2905: Display number country flag on detail view](https://github.com/2600hz/monster-ui/commit/ae1c42c6c2fc05f71986a45d63fade3503c04ce9) by Joris Tirado
  * [UI-3131: Change verbiage for rejected porting reason (#199)](https://github.com/2600hz/monster-ui/commit/ae70311f7fd3aa570cc0887012fca0db5b7ae345) by Joris Tirado
  * [UI-3130: Allow dialogs to stay open when switching apps (#195)](https://github.com/2600hz/monster-ui/commit/0aa1a1f9980a2911ee15cc707f1dd01be22c39ca) by Joris Tirado
  * [UI-3110: Add &amp; expose German as a language option (#191)  * Add German translation of apps    * Expose German language as a selectable option](https://github.com/2600hz/monster-ui/commit/e14a1a90a36dc012477ad48aaa80e9cd80c890f4) by Joris Tirado
  * [adds images for yealink cp920 and cp960 (#185)](https://github.com/2600hz/monster-ui/commit/a6cf9aa666f66fc0f55ab5e12e57acc2601f7895) by plau
  * [UI-3113: Accurately check if myaccount is open (#183)](https://github.com/2600hz/monster-ui/commit/16db8904c13e53745e21c80961990e5b4ce3a30c) by Joris Tirado
  * [UI-3113: Handle myaccount dialogs special case (#182)  * Handle myaccount special use case with dialogs    myaccount is a submodule that, when loaded, opens on top of the  currently open app. A special case was added to use the myaccount  container as the dialog container for dialogs opens from that submodule.    * Add a container for myaccount dialog and empty it on close](https://github.com/2600hz/monster-ui/commit/f283e1cac6803e133e4fd277adeeab757e1a6e12) by Joris Tirado
  * [UI-3060: Add new app categories for filtering (#176)](https://github.com/2600hz/monster-ui/commit/019527e39ff90fe57f859f5247e8a0d7b60de75c) by Joris Tirado
  * [OOB: Update local icons for most recent apps](https://github.com/2600hz/monster-ui/commit/2e33695db0cf3243fd6288fb92979f49291c2e9f) by JR Maitre
  * [Updates docs site index (#174)  * add circle check    * add mkdocs check    * remove missing docs from index    * cleanup index a bit    * add pip install    * python3    * reconcile docs to index    * install gulp    * add missing docs to index    * install locally    * run gulp and build prod](https://github.com/2600hz/monster-ui/commit/7031e32937a0146ccab3d4af6cd98f2bfd230c02) by James Aimonetti
  * [Merge branch &#039;master&#039; of https://github.com/2600hz/monster-ui](https://github.com/2600hz/monster-ui/commit/0d795268f85653410e954adb556fbf24e0dadc72) by JR Maitre
  * [OOB: Adding handlebars isReseller helper](https://github.com/2600hz/monster-ui/commit/aa8f5c1c7c05549890c0311ac19c73ec6118b7bc) by JR Maitre
  * [Hide/show new account button via monster config (#164)  * Add config option to hide new account creation    * Add hide/show of account creation depending on monster config](https://github.com/2600hz/monster-ui/commit/7146954937f3512fbd8bf6fabaeb5a1291bd5463) by mira-t
  * [Merge branch &#039;master&#039; of github.com:2600hz/monster-ui](https://github.com/2600hz/monster-ui/commit/902d720869fb3f693784e48584e179956c7b8a47) by Jean-Roch Maitre
  * [OOB: Update local store of account object on patch](https://github.com/2600hz/monster-ui/commit/e98336b04ce4eb5187632152ef8a07b3f5681288) by Joris Tirado
  * [OOB: remove useless stripping of leading / that created issues with flexible API URL starting by // part 2](https://github.com/2600hz/monster-ui/commit/c23cbb016d48a2febb03710be0968d574ec897a8) by Jean-Roch Maitre
  * [Merge branch &#039;master&#039; of github.com:2600hz/monster-ui](https://github.com/2600hz/monster-ui/commit/4880d2685707bc67b4ce88124006259ae636fa70) by Jean-Roch Maitre
  * [OOB: remove useless stripping of leading / that created issues with flexible API URL starting by //](https://github.com/2600hz/monster-ui/commit/930fe2bfbc230885eebc3e18647fc259bfcc3029) by Jean-Roch Maitre
  * [updating provisioner images to master (#167)](https://github.com/2600hz/monster-ui/commit/6d61d13adb340bd7e203851b9a0edb7dc6411457) by plau
  * [OOB: second part of commit to fix panel text width](https://github.com/2600hz/monster-ui/commit/50626c923c2a1213233d34a70f5b354682a42f75) by Jean-Roch Maitre
  * [OOB: fix issue with text-content not expanding properly in new info panels](https://github.com/2600hz/monster-ui/commit/623d42d02c99d7f1b594216afda7edce36c7a144) by Jean-Roch Maitre
  * [OOB: let people masquerade into appstore](https://github.com/2600hz/monster-ui/commit/6e58b2841b2b9e5cc9993de3a2b2a4b98397744e) by Jean-Roch Maitre
  * [OOB: fix typo for user delete flag](https://github.com/2600hz/monster-ui/commit/fa65a2ff7d2a5a3ecc49fb3ea8a4c040adaed348) by Jean-Roch Maitre
  * [Merge branch &#039;master&#039; of github.com:2600hz/monster-ui](https://github.com/2600hz/monster-ui/commit/f5ef73a8218066b8af58a6dd2a79e1557dabde04) by Jean-Roch Maitre
  * [OOB: add a way to destroy ui_flags in a generic fashion](https://github.com/2600hz/monster-ui/commit/04e7769b843057e6e59c7c7786e1d44e1c8ab27f) by Jean-Roch Maitre
  * [Add capacity for filters to monster.request (#163)  * Add capacity for filters to monster.request    * Handle condition when there is no data supplied to monster.request](https://github.com/2600hz/monster-ui/commit/4599b2ca70701fec449684471c20eac006dabb5f) by mira-t
  * [OOB: small css tweaks for Number Inventory app](https://github.com/2600hz/monster-ui/commit/22acecc76aabe556c1712a50e60f6831848d93e7) by Jean-Roch Maitre
  * [Access lists (#161)  * WIP Add access lists to my account    * added access list    * Fix lint errors    * optional access_lists    * using self.callApi rather than monster.request](https://github.com/2600hz/monster-ui/commit/11e2877794e588ac11def3a7d0ef5a2a2ef79e1c) by Nathan Cairns
  * [OOB: prevent user from accessing appstore if flag hideAppStore is set in config.js](https://github.com/2600hz/monster-ui/commit/65de26b9a668f505951bcdd135f33c9cd2bc8718) by Jean-Roch Maitre
  * [Add flag for hiding appstore from all users (#158)  Thanks for the PR! I&#039;ll be adding some code to disable the loading of the app store if that flag is enabled, as someone could still type /appstore in the URL and access it otherwise.](https://github.com/2600hz/monster-ui/commit/75cc29af598b39c6dac188c41e22ff27d29a8500) by mira-t
  * [Add alternative apploader (#157)  * Add alternative apploader    A dropdown alternative to the apploader. Can be enabled and configured through config.js.    * Misc changes to Dropdown mode for Apploader    - Remove shortcut from list if using dropdownMode since it doesn&#039;t make    sense as we&#039;ll be using the &quot;hover&quot; effect to access the dropdown  - Cleaned up all ESLint errors and warnings  - Cleaned up useless code (in show/hide/toggle logic, since we&#039;ll only use    it as a dropdown we don&#039;t need to do anything in these functions)  - Use proper CSS container for appList.html and use it instead of    #appLoader which doesn&#039;t exist in dropdown mode    * Remove showAppstoreInDropdown flag](https://github.com/2600hz/monster-ui/commit/051444a0062d4b841bcf17ddb3cd16e6285a8f81) by mira-t
  * [OOB: Generate custom .gitignore using gitignore.io](https://github.com/2600hz/monster-ui/commit/1c5932563c2229fdf58f750a633a38c32df1de69) by Joris Tirado
  * [OOB: Cleaned up unused code](https://github.com/2600hz/monster-ui/commit/98b6b3802a17b7d124bd2f8c82dd97c5a856618b) by Jean-Roch Maitre
  * [OOB: Fix line ending file format for .package files](https://github.com/2600hz/monster-ui/commit/53fad645b016d174f4c2e1e267447f7f7cbc541b) by Joris Tirado
  * [OOB: Update lock file to new format](https://github.com/2600hz/monster-ui/commit/660d10ec8ee2cd827b13107b81490984bd2117e8) by Joris Tirado
  * [Merge branch &#039;master&#039; of github.com:2600hz/monster-ui](https://github.com/2600hz/monster-ui/commit/c0b1b9b3729b3497ae2e3499b58446bcdf9732ac) by Jean-Roch Maitre
  * [OOB: fix issue with branded logo getting cropped because of height too small (from 50 to 62 to match navbar&#039;s height)](https://github.com/2600hz/monster-ui/commit/51320a6e8c6ed011e22e4c23f647d40628277b30) by Jean-Roch Maitre
  * [OOB: fix some css issues with input borders](https://github.com/2600hz/monster-ui/commit/11e5d4ebcf094ee3d28b370715d4bbf988e708d5) by Jean-Roch Maitre
  * [OOB: add more padding to monster-button, to follow latest mock-ups](https://github.com/2600hz/monster-ui/commit/e094138466f96c55e7f7fcb6d2038749ea19eaee) by JR Maitre
  * [OOB: Allow autocomplete and fix form submit action](https://github.com/2600hz/monster-ui/commit/4c3d3cf26d011c52e5c7c7e865b91ecc1e5420e9) by Joris Tirado
  * [OOB: Fix undefined variable](https://github.com/2600hz/monster-ui/commit/bf11d946d03acc017383f3024c3d6a32b366c1e1) by Joris Tirado
  * [OOB: Small changes to buttons and app name presentation](https://github.com/2600hz/monster-ui/commit/45d2d8eb490a86d8f56dce18cb89e7bc1fc456c8) by Jean-Roch Maitre
  * [OOB: remove shadows of inputs](https://github.com/2600hz/monster-ui/commit/812fc2f3e390567aaeeabebd67a3466155b811dc) by Jean-Roch Maitre
  * [Merge branch &#039;master&#039; of https://github.com/2600hz/monster-ui](https://github.com/2600hz/monster-ui/commit/bb1b444679e68c5fe3c11e9f1fe7a00189f3c365) by JR Maitre
  * [OOB: Fix issue with input z-index in footable](https://github.com/2600hz/monster-ui/commit/cfd96dd6fb5630ccbb0b80837b612f0b8cb9e1bd) by JR Maitre
  * [OOB: Fix issue with ledger transaction missing period key](https://github.com/2600hz/monster-ui/commit/674d756adebfdd67761cba3197b57dce0dc7628d) by Jean-Roch Maitre
  * [Merge remote-tracking branch &#039;origin/master&#039;](https://github.com/2600hz/monster-ui/commit/05e3170547e42b881ac441239ce9496e326dd1d5) by Joris Tirado
  * [OOB: Add PATCH method for /users endpoint](https://github.com/2600hz/monster-ui/commit/9de45820051b718f785094593dbd523759202093) by Joris Tirado
  * [Merge branch &#039;master&#039; of github.com:2600hz/monster-ui](https://github.com/2600hz/monster-ui/commit/7ad0dbc8df9546d50c0a2ea2fe794ff888683b98) by Jean-Roch Maitre
  * [OOB: Updating npm packages](https://github.com/2600hz/monster-ui/commit/a995d2898ef07bb8758e0c9ee5d6c23d1be7b513) by Jean-Roch Maitre
  * [OOB: remove underscore dependancy from kazoo.js](https://github.com/2600hz/monster-ui/commit/4c4e50593482245bf2854bf00c5a533895b0c213) by JR Maitre
  * [Merge branch &#039;master&#039; of https://github.com/2600hz/monster-ui](https://github.com/2600hz/monster-ui/commit/a60d571073b0d0f582e5bd93572bf748c3758abc) by JR Maitre
  * [OOB: fix typo in monster.webphone](https://github.com/2600hz/monster-ui/commit/4a4db085a4354d8972a98ce8f548f3abc22deb6b) by JR Maitre
  * [OOB: Remove legacy `port` submodule (#148)  * OOB: Remove `port` submodule    * OOB: Update submodules references](https://github.com/2600hz/monster-ui/commit/b9753da72d016a4227c24928289a5e8efd2e7faa) by Joris Tirado
  * [OOB: move whitelabel to root level of template context instead of nested in i18n](https://github.com/2600hz/monster-ui/commit/0a707331175d9eda89e99a598c4205f5faeb8ffb) by JR Maitre
  * [UI-2949: fix wording inconsistencies log in log out](https://github.com/2600hz/monster-ui/commit/d2ee4c38fa377620bd0f05158bc69d2e1e090480) by Jean-Roch Maitre
  * [OOB: Remove unused function](https://github.com/2600hz/monster-ui/commit/344a1de91718696e4ca369aa9adb167bf49daba6) by Jean-Roch Maitre
  * [OOB: Update docs of util functions (#147)](https://github.com/2600hz/monster-ui/commit/32344f23b74d44f293dde7d7f3fb8e21f7541587) by JRMaitre
  * [OOB: Fix issue where remember me checkbox was ignored  Conflicts: 	src/apps/auth/app.js](https://github.com/2600hz/monster-ui/commit/f7f73f1dde60d31839bf49e6e7e6624b1f15f30e) by Jean-Roch Maitre
  * [Merge branch &#039;master&#039; of github.com:2600hz/monster-ui](https://github.com/2600hz/monster-ui/commit/aad651da7f2db66b6720106c057c6d29a475c885) by Jean-Roch Maitre
  * [OOB: Show more options for timepickers](https://github.com/2600hz/monster-ui/commit/a399890b9da023320c631daafed8d72b7db45a5a) by Jean-Roch Maitre
  * [OOB: Automatically set styling rules on supported editors](https://github.com/2600hz/monster-ui/commit/deb2f62d98913a4af7c353e51cbefba80f7ee404) by Joris Tirado
  * [OOB: Remove unused library](https://github.com/2600hz/monster-ui/commit/836a6cd3850620fb7f55f583094e25b220099b15) by Joris Tirado
  * [OOB: Remove unused WIP gulpfile](https://github.com/2600hz/monster-ui/commit/bcc93ec73d040e11472d8e129952af4142f48c35) by Joris Tirado
  * [OOB: Fix wrong service planner API](https://github.com/2600hz/monster-ui/commit/0f154aa807130d7966b1c209cd61792ab851ae22) by JR Maitre
  * [OOB: Fix cookies library used by impersonate](https://github.com/2600hz/monster-ui/commit/68ee9421254d37073c7ab450dd87c26b830c1685) by JR Maitre
  * [Merge branch &#039;master&#039; of github.com:2600hz/monster-ui](https://github.com/2600hz/monster-ui/commit/980fdf733626c08e5b4b6bc1e3ac8f162bf1c7f2) by Jean-Roch Maitre
  * [UI-2923: Properly delete port previous port data (#137)](https://github.com/2600hz/monster-ui/commit/6457a8921f2eb021b6b17f4c436057fe371d2ae2) by Joris Tirado
  * [OOB: Remove unused library](https://github.com/2600hz/monster-ui/commit/8b74931945c1bf0135a8c857f329f4af5cb1f9d0) by Joris Tirado
  * [OOB: Preserve alphabetical order of libraries](https://github.com/2600hz/monster-ui/commit/6698f07472b18d8515a9b8420b503f2b01fca007) by Joris Tirado
  * [OOB: Enforce parameters&#039; order following linearization](https://github.com/2600hz/monster-ui/commit/c533928a10577ed6d65dbe87d40ac354a7eaaa0e) by Joris Tirado
  * [OOB: Linearize arrays&#039; items for easier blames](https://github.com/2600hz/monster-ui/commit/68a5d8defe2759acfbeff0b45fc2c4213d11365c) by Joris Tirado
  * [Merge branch &#039;master&#039; of github.com:2600hz/monster-ui](https://github.com/2600hz/monster-ui/commit/a7b6ee0ca4011c0290a34f0e9828114bb6e0f39d) by Jean-Roch Maitre
  * [OOB: Clean up require file (#135)  * Expand array with every item on its own line    * Add randomColor lib to list of app build exclusions](https://github.com/2600hz/monster-ui/commit/b680296b1a0bb7433e2101086a82c11c95f25f29) by Joris Tirado
  * [Merge branch &#039;master&#039; of github.com:2600hz/monster-ui](https://github.com/2600hz/monster-ui/commit/e55e3b2438d6d9b9040489414d19651fe1b54881) by Jean-Roch Maitre
  * [OOB: Fix typo in regex with spaces issues](https://github.com/2600hz/monster-ui/commit/604f0402ce06258a89eddbbb912f6ad91e92923f) by Jean-Roch Maitre
  * [OOB: Use ISO formatted language of browser](https://github.com/2600hz/monster-ui/commit/09dfa6b54d5df23b5a701555cf9ec756b8b4ff95) by Joris Tirado
  * [OOB: create tutorial on how to use Kazoo Postman collection (#132)  * OOB: Add tutorial to use Kazoo Postman collection    * OOB: Reference new file in index and summary page](https://github.com/2600hz/monster-ui/commit/46f39c734aaa446033f9bed0708d07ed2c85e62c) by Joris Tirado
  * [Merge branch &#039;master&#039; of github.com:2600hz/monster-ui](https://github.com/2600hz/monster-ui/commit/903da3cd1c8d38bf9505c84adf46109543004488) by Jean-Roch Maitre
  * [OOB: Insert datpicker inside modal if loaded from it](https://github.com/2600hz/monster-ui/commit/d296b032b11c4f6a9fdb763ee4c6d874a3e4610c) by Joris Tirado
  * [OOB: fix sockets to only bind if subscription successful](https://github.com/2600hz/monster-ui/commit/47bdd86c3477dd1f4163f90dc73dbefde39cd225) by Jean-Roch Maitre
  * [OOB: Updating monster ua with vtech devices](https://github.com/2600hz/monster-ui/commit/3fb18325fffaa6d32b314d2c761894db83b77fa3) by Jean-Roch Maitre
  * [OOB: Remove duplicate images](https://github.com/2600hz/monster-ui/commit/38153cce775061b05974b3d85cd90b2bebac74a9) by Jean-Roch Maitre
  * [more images (#115)](https://github.com/2600hz/monster-ui/commit/2d83946fb3ec270a7dffe869cc3f5ef6bca94688) by plau
  * [Fix race condition when binding multiple listeners to websocket (#130)](https://github.com/2600hz/monster-ui/commit/3e87c393de968f6370d1c5cbaada86038b0965ef) by mira-t
  * [OOB: Add language tables to understand how it is set (#129)](https://github.com/2600hz/monster-ui/commit/3f30d192f71ba278d921c4367ddc4d91e77dbeac) by Joris Tirado
  * [OOB: Fix datepicker positioning and use moment for all dates](https://github.com/2600hz/monster-ui/commit/64a6acf3c92152907a2d513f9d4281ec077a363f) by Joris Tirado
  * [OOB: Fix build](https://github.com/2600hz/monster-ui/commit/602f24a641e764df496c48ed2a7987a2b0f16203) by JR Maitre
  * [OOB: Sturdier way to check presence of arguments](https://github.com/2600hz/monster-ui/commit/087c47145886cdf3750dcadc228d346a267d2e0b) by Joris Tirado
  * [OOB: Specify container when loading dialog from modal](https://github.com/2600hz/monster-ui/commit/0065cda532ffd5eb4a0d1fd92350990fe8bb4c53) by Joris Tirado
 -- 2600Hz Official <packages@2600hz.com>  Tue, 11 Sep 2018 17:27:06 +0000
