Skip to content
This repository has been archived by the owner on Mar 4, 2021. It is now read-only.

Latest commit

 

History

History
206 lines (168 loc) · 9.97 KB

CHANGELOG.markdown

File metadata and controls

206 lines (168 loc) · 9.97 KB

OpenVBX Change Log

Next

  • redesign numbers screen to separate assigned, unassigned, and numbers in-use by other systems
  • change user edit screens to always use dedicated page instead of a popup
  • add object caching layer supporting the following mechanisms:
    • local (per page load memory cache)
    • Database
    • APC
    • Memcache
  • add API cache that uses the database to cache API results from Twilio
  • add method to flush caches via About screen
  • show cache object info in About screen
  • clean most models for code consistency & cache efficiency
  • move user last_seen, online & last_login to be user settings
  • add helpful data in user view screen to help admins to inspect users
  • fix password length bug, set min-length to 8
  • upgrade password storage security using phppass
  • add helpful documentation snippets in the Settings screens
  • add better error messages from failed API transactions
  • setting version number in a file instead of from database
    • allows static operations to properly set an appropriate api user agent
  • changing Services_Twilio user agent to identify itself as OpenVBX
  • increase test coverage, implement data fixtures, and include better test documentation
  • change behavior of TwiML preview links in flow editor to open in a new window
  • add system setting for controlling the system time zone
  • add system setting for controlling email notifications for new messages
  • add system setting for controlling the display of the Sandbox number (parent tenant only)
  • add system setting for controlling the duration of the dail timeout
    • setting is global
  • add upgrade notice functionality to Admin section
    • automatically detects new tag versions on GitHub and displays a banner to admins

OpenVBX 1.1.3

  • fix an issue with call to record where the caller id field is missing and causes the call to fail
  • fix an issue with Client account creation where rewrite_enabled isn't considered when constructing the url
  • fixes issues with following external URLs in to the application
  • fixes issue querying for incoming numbers on accounts with no sandbox
  • fix an unhandled exception when accessing a message that doesn't exist
  • update & add user notices around non-existent and disallowed message view attempts
  • add notices on Twilio Account screen in the event of malformed Client Application data
  • update steps.js to change order of "next" and "submit" buttons instead of overriding the form submit. Using the order of buttons to designate the primary action makes the event firing more predictable across browsers
  • add email address validation to install process
  • add ability to go to previous install step on last step of install
  • add attempt during install to recreate the .htaccess file if it is not present
  • fixes a request validation error when dialing using a device and when mod_rewrite is not enabled
  • add link to Troubleshooting/Common Issues page on GitHub
  • fixes an errant check on tenant when checking if tenant is using Twilio Connect
  • apply consistent use of asset_url()
  • fixed error that would cause System Config update to cause an Application update with empty urls

OpenVBX 1.1.2

  • fixed issue with normal numbers in Dial applet
  • attempt to fix issue with a rare logout redirect that lands a sub-tenant user on the parent-tenant's login page

OpenVBX 1.1.1

  • fixed an issue with validation of requests from Twilio
  • fixed an issue with gathering devices during a group dial
  • fixing issue with media uploading when a user's email contains a "+"
  • silenced various notices
  • added more system status output to Settings > About
  • fixed possible tenant first run sending to Connect signup when not necessary

OpenVBX 1.1

  • integrate Twilio Connect for Tenants
  • adding voice & language preferences to site options to allow administrator to set site wide options for the voice type and language of voice
    • enable tenant administrators to edit their system settings
  • adding transcription preference to site options to allow transcriptions to be turned off
  • adding ability to sort users in a group
  • updated Twilio Client UI slider to fully integrate dialing functionality in to slider dialog
    • dialog now saves state as user specific settings
    • dialog allows dialing using any configured device wether active or not
    • dialog shows a list of users in the system along with a quick dial button
    • dialog live updates when user/device/number data changes in the system
      • for user making the change, other users currently require logging out/in to refresh
  • adding Minify.php for asset minification in lieu of pre-compiled assets
  • enable the purchase of numbers by specific country
  • display and enforce number capabilities. not all numbers are allowed to use sms
  • updated API library to latest Services Twilio library & updated all calls to Twilio to use the new library
    • modify internal calls & standard applets to use new library for API calls & TwiML generation
  • updated install, upgrade & welcome JS to abstract out the steps slider
  • updated install routine to detect & use mysqli if available
  • added native sequential="true" attribute to Dial actions
  • hardened install/upgrade error handling JavaScript
  • showing number names in Twilio numbers list
    • numbers are named in the Twilio Account portal
  • added form convenience helpers to Twilio Helper
  • added Upgrade instructions file
  • added user settings table
    • added user setting() and setting_set() interfaces on VBX_User
    • added /account/settings ajax endpoint for setting preferences
  • improved Twilio Client init & user online status handling when Client takes a while to init
  • added deprecation notices to old api library items
  • added new Twilio helper file with:
    • request validation
    • clean digits helper
    • url versioning helper
    • deprecation notice helper
  • documentation content and formatting updates
  • bumped system PHP requirement to 5.2+
    • PHP versions less than 5.2 are no longer supported
  • better handle disabled tenants during upgrade
  • added integration testing library based on foostack
    • started integration tests for applets
  • fixing database debug setting default. Now defaults to off
  • added Gravatar support in theme options
  • users list is now ordered by user last name & administrators are identified in the list
  • adding local config override option for OpenVBX/config/config.php
    • overrides are ignored via .gitignore
  • fix for audio uploads 302 error
  • fix bug in rest access tokens that could allow unauthorized access to twiml controller
    • each twilio client outbound call now has its own rest access token
  • add more standards compliant CSS for base UI styling
  • fixed bug where an error entering basic tenant info could create an incomplete tenant
  • added Changelog file

OpenVBX 1.0.5

  • fixed issue with validation of rest_access tokens
  • modified Twilio Client interface to request a new rest_access token for each call
  • fixed iPhone install url helper

OpenVBX 1.0.4

  • changed cookie tracking in dial applet to use the built in CI session instead
  • fixed issue with browser phone when the client connection takes a while to become ready
  • fixed online status indicator for new users
  • added better messaging during install if server tests do not pass
  • added progress indicator in submit button during upgrade
  • fix double encoding bug with output sanitization
  • fix to properly use recording_host if provided
  • fix for OpenVBX running on nginx servers
  • fix to properly persist session data on twiml delivery
  • minor fixes, updates, and JS nicities

OpenVBX 1.0.3

  • Fixed infinite subtenant redirect

OpenVBX 1.0.2

  • Fixed bad behavior if flash is not Installed or if a Flash blocker is in use
  • Fixed flow editor & possible flow failure if date.default_timezone is not defined in PHP for the timing Applet
  • Fixed issue with handling normal numbers in Dial applet
  • Allow dismissal of the Browser Phone slider in case of an error

OpenVBX 1.0.1

  • Handling browser not having flash or a using a flash-blocker

OpenVBX 1.0

  • Twilio Client Support
  • Site now runs in an iFrame to provide persistent call support to Twilio Client calls
  • jQuery 1.6.2 & jQuery UI 1.8.14
  • Added plugin page titles
  • Added the ability to rename flows
  • Fix incoming numbers query to properly pull all incoming numbers for an account
  • Fixed bug in Dial applet that would cause an infinite dial loop
  • Fixed bug in Menu applet that would cause it not to save and/or damage data
  • Removed iPhone app banner
  • Normalized OpenVBX.home & OpenVBX.assets in site wide JS to NOT have a trailing slash
  • Fixed bug that prohibited the use of OpenVBX with database table prefixes
  • Many bug fixes
  • Updated repository layout to use Git Flow principles

OpenVBX 0.91

  • fix case issue on timezone
  • add 3rd party plugin notice to upgrade routine
  • add trademark info to README file
  • added GoDaddy specific install instructions

OpenVBX 0.90

  • Implemented OpenVBX 2010 Number Upgrader into standard upgrade system
  • Added support for arbitrary php scripts in upgrade process.
  • Added basic auth support for CGI based installations
  • UX Integration of OpenVBX for iPhone into OpenVBX message and installation workflow
    • Added invitation support for OpenVBX iphone app
    • Added new external linking support with browser detection for opening details in iphone app
  • New 2010 number provisioning for tollfree and domestic numbers
  • Fix for Error when changing the phone number on an existing user
  • Added restriction for OpenVBX iphone app to 0.90
  • Fix for user password reset in OpenVBX
  • For for problem with URLs containing double slashes in url generator