Branch: refs/heads/Issue748_Organization
  Home:   https://github.com/RestComm/Restcomm-Connect
  Commit: ab487d35df54e5b0d404d9bb619b152ec41dfa5e
      
https://github.com/RestComm/Restcomm-Connect/commit/ab487d35df54e5b0d404d9bb619b152ec41dfa5e
  Author: Orestis Tsakiridis <orestis.tsakiri...@telestax.com>
  Date:   2016-05-17 (Tue, 17 May 2016)

  Changed paths:
    A 
restcomm/restcomm.testsuite/src/test/java/org/mobicents/servlet/restcomm/http/EndpointTest.java
    A 
restcomm/restcomm.testsuite/src/test/java/org/mobicents/servlet/restcomm/http/RoleSensitiveTest.java
    A restcomm/restcomm.testsuite/src/test/resources/restcomm.script_roles_test
    A 
restcomm/restcomm.testsuite/src/test/resources/restcomm_roles_permissions.xml

  Log Message:
  -----------
  Added automated tests for typical REST operations involving roles and 
permissions.

Refers #1079, #1073, #1075


  Commit: fc92adae98d4540b96f11becd824b5ad570d2ada
      
https://github.com/RestComm/Restcomm-Connect/commit/fc92adae98d4540b96f11becd824b5ad570d2ada
  Author: Orestis Tsakiridis <orestis.tsakiri...@telestax.com>
  Date:   2016-05-17 (Tue, 17 May 2016)

  Changed paths:
    M 
restcomm/restcomm.testsuite/src/test/java/org/mobicents/servlet/restcomm/http/AccountsEndpointTest.java
    M 
restcomm/restcomm.testsuite/src/test/java/org/mobicents/servlet/restcomm/http/RestcommAccountsTool.java
    M 
restcomm/restcomm.testsuite/src/test/resources/restcomm.script_accounts_test
    M restcomm/restcomm.testsuite/src/test/resources/restcomm.xml

  Log Message:
  -----------
  Added test case that also checks account access using roles.

Refers #1074


  Commit: f71990a97d8894be128e843b0b542a581a7725c2
      
https://github.com/RestComm/Restcomm-Connect/commit/f71990a97d8894be128e843b0b542a581a7725c2
  Author: Orestis Tsakiridis <orestis.tsakiri...@telestax.com>
  Date:   2016-05-18 (Wed, 18 May 2016)

  Changed paths:
    M 
restcomm/restcomm.rvd/src/main/java/org/mobicents/servlet/restcomm/rvd/RvdConfiguration.java
    M 
restcomm/restcomm.rvd/src/main/java/org/mobicents/servlet/restcomm/rvd/model/steps/dial/ConferenceDialNoun.java
    M restcomm/restcomm.rvd/src/main/webapp/js/app/services.js
    M restcomm/restcomm.rvd/src/main/webapp/js/app/stepDirectives.js
    M restcomm/restcomm.rvd/src/main/webapp/languages/en-US.json
    M restcomm/restcomm.rvd/src/main/webapp/languages/pt-BR.json
    M restcomm/restcomm.rvd/src/main/webapp/templates/steps/dialStep.html

  Log Message:
  -----------
  Reviewed waitUrl (a.k.a While waiting) in RVD's Conference noun. Added 
support for URL and .wav resources in addition to modules.

Refers #841


  Commit: 11f68c023ea800ab401a700019f963a1bee42fec
      
https://github.com/RestComm/Restcomm-Connect/commit/11f68c023ea800ab401a700019f963a1bee42fec
  Author: Orestis Tsakiridis <orestis.tsakiri...@telestax.com>
  Date:   2016-05-19 (Thu, 19 May 2016)

  Changed paths:
    M restcomm/restcomm.rvd/src/main/webapp/css/rvd.css
    M restcomm/restcomm.rvd/src/main/webapp/templates/steps/dialStep.html

  Log Message:
  -----------
  Minor ftyling fixes for #841.


  Commit: 3997467ca0a02fa597837c44457ef513afcf5a81
      
https://github.com/RestComm/Restcomm-Connect/commit/3997467ca0a02fa597837c44457ef513afcf5a81
  Author: Orestis Tsakiridis <orestis.tsakiri...@telestax.com>
  Date:   2016-05-19 (Thu, 19 May 2016)

  Changed paths:
    M 
restcomm/restcomm.rvd/src/main/java/org/mobicents/servlet/restcomm/rvd/RvdConfiguration.java
    M 
restcomm/restcomm.rvd/src/main/java/org/mobicents/servlet/restcomm/rvd/model/steps/dial/ConferenceDialNoun.java
    M restcomm/restcomm.rvd/src/main/webapp/css/rvd.css
    M restcomm/restcomm.rvd/src/main/webapp/js/app/services.js
    M restcomm/restcomm.rvd/src/main/webapp/js/app/stepDirectives.js
    M restcomm/restcomm.rvd/src/main/webapp/languages/en-US.json
    M restcomm/restcomm.rvd/src/main/webapp/languages/pt-BR.json
    M restcomm/restcomm.rvd/src/main/webapp/templates/steps/dialStep.html

  Log Message:
  -----------
  Merge branch 'issue841_wavs_in_waitUrl'

Conflicts:
        
restcomm/restcomm.rvd/src/main/java/org/mobicents/servlet/restcomm/rvd/RvdConfiguration.java
        restcomm/restcomm.rvd/src/main/webapp/js/app/services.js


  Commit: 7ac21bb4bc89ba10f9c2f511910122d250f86d29
      
https://github.com/RestComm/Restcomm-Connect/commit/7ac21bb4bc89ba10f9c2f511910122d250f86d29
  Author: George Vagenas <gvage...@gmail.com>
  Date:   2016-05-19 (Thu, 19 May 2016)

  Changed paths:
    M restcomm/pom.xml
    M restcomm/restcomm.application/pom.xml
    M 
restcomm/restcomm.application/src/main/java/org/mobicents/servlet/restcomm/Bootstrapper.java
    M restcomm/restcomm.application/src/main/webapp/WEB-INF/web.xml
    M 
restcomm/restcomm.docs/sources-asciidoc/src/main/asciidoc/configuration/How to 
build Restcomm-Connect from source.adoc
    M 
restcomm/restcomm.docs/sources-asciidoc/src/main/asciidoc/configuration/How to 
get started with Restcomm-Connect and Mysql.adoc
    M 
restcomm/restcomm.docs/sources-asciidoc/src/main/asciidoc/configuration/Starting
 Restcomm-Connect.adoc
    M 
restcomm/restcomm.docs/sources-asciidoc/src/main/asciidoc/configuration/images/10.png
    R 
restcomm/restcomm.docs/sources-asciidoc/src/main/asciidoc/configuration/images/11.png
    R 
restcomm/restcomm.docs/sources-asciidoc/src/main/asciidoc/configuration/images/12.png
    M 
restcomm/restcomm.docs/sources-asciidoc/src/main/asciidoc/configuration/images/13.png
    M 
restcomm/restcomm.docs/sources-asciidoc/src/main/asciidoc/configuration/images/14.png
    A 
restcomm/restcomm.docs/sources-asciidoc/src/main/asciidoc/configuration/images/15.png
    M 
restcomm/restcomm.docs/sources-asciidoc/src/main/asciidoc/configuration/images/2.png
    M 
restcomm/restcomm.docs/sources-asciidoc/src/main/asciidoc/configuration/images/3.png
    M 
restcomm/restcomm.docs/sources-asciidoc/src/main/asciidoc/configuration/images/4.png
    M 
restcomm/restcomm.docs/sources-asciidoc/src/main/asciidoc/configuration/images/6.png
    M 
restcomm/restcomm.docs/sources-asciidoc/src/main/asciidoc/configuration/images/8.png
    R 
restcomm/restcomm.docs/sources-asciidoc/src/main/asciidoc/configuration/images/9.png
    A restcomm/restcomm.docs/sources-asciidoc/src/main/asciidoc/images/1.png
    A restcomm/restcomm.docs/sources-asciidoc/src/main/asciidoc/images/10.png
    A restcomm/restcomm.docs/sources-asciidoc/src/main/asciidoc/images/13.png
    A restcomm/restcomm.docs/sources-asciidoc/src/main/asciidoc/images/14.png
    A restcomm/restcomm.docs/sources-asciidoc/src/main/asciidoc/images/15.png
    A restcomm/restcomm.docs/sources-asciidoc/src/main/asciidoc/images/2.png
    A restcomm/restcomm.docs/sources-asciidoc/src/main/asciidoc/images/3.png
    A restcomm/restcomm.docs/sources-asciidoc/src/main/asciidoc/images/4.png
    A restcomm/restcomm.docs/sources-asciidoc/src/main/asciidoc/images/6.png
    A restcomm/restcomm.docs/sources-asciidoc/src/main/asciidoc/images/8.png
    M restcomm/restcomm.http/pom.xml
    M 
restcomm/restcomm.http/src/main/java/org/mobicents/servlet/restcomm/http/AbstractEndpoint.java
    M 
restcomm/restcomm.http/src/main/java/org/mobicents/servlet/restcomm/http/AccountsEndpoint.java
    M 
restcomm/restcomm.http/src/main/java/org/mobicents/servlet/restcomm/http/AnnouncementsEndpoint.java
    M 
restcomm/restcomm.http/src/main/java/org/mobicents/servlet/restcomm/http/ApplicationsEndpoint.java
    M 
restcomm/restcomm.http/src/main/java/org/mobicents/servlet/restcomm/http/ApplicationsXmlEndpoint.java
    M 
restcomm/restcomm.http/src/main/java/org/mobicents/servlet/restcomm/http/AvailablePhoneNumbersEndpoint.java
    M 
restcomm/restcomm.http/src/main/java/org/mobicents/servlet/restcomm/http/CallsEndpoint.java
    M 
restcomm/restcomm.http/src/main/java/org/mobicents/servlet/restcomm/http/ClientsEndpoint.java
    M 
restcomm/restcomm.http/src/main/java/org/mobicents/servlet/restcomm/http/ClientsXmlEndpoint.java
    M 
restcomm/restcomm.http/src/main/java/org/mobicents/servlet/restcomm/http/EmailMessagesEndpoint.java
    M 
restcomm/restcomm.http/src/main/java/org/mobicents/servlet/restcomm/http/GatewaysEndpoint.java
    M 
restcomm/restcomm.http/src/main/java/org/mobicents/servlet/restcomm/http/IncomingPhoneNumbersEndpoint.java
    M 
restcomm/restcomm.http/src/main/java/org/mobicents/servlet/restcomm/http/LogoutEndpoint.java
    M 
restcomm/restcomm.http/src/main/java/org/mobicents/servlet/restcomm/http/NotificationsEndpoint.java
    M 
restcomm/restcomm.http/src/main/java/org/mobicents/servlet/restcomm/http/OutboundProxyEndpoint.java
    M 
restcomm/restcomm.http/src/main/java/org/mobicents/servlet/restcomm/http/OutgoingCallerIdsEndpoint.java
    M 
restcomm/restcomm.http/src/main/java/org/mobicents/servlet/restcomm/http/OutgoingCallerIdsXmlEndpoint.java
    M 
restcomm/restcomm.http/src/main/java/org/mobicents/servlet/restcomm/http/RecordingsEndpoint.java
    A 
restcomm/restcomm.http/src/main/java/org/mobicents/servlet/restcomm/http/SecuredEndpoint.java
    M 
restcomm/restcomm.http/src/main/java/org/mobicents/servlet/restcomm/http/SmsMessagesEndpoint.java
    M 
restcomm/restcomm.http/src/main/java/org/mobicents/servlet/restcomm/http/SupervisorEndpoint.java
    M 
restcomm/restcomm.http/src/main/java/org/mobicents/servlet/restcomm/http/TranscriptionsEndpoint.java
    M 
restcomm/restcomm.http/src/main/java/org/mobicents/servlet/restcomm/http/TranscriptionsXmlEndpoint.java
    M 
restcomm/restcomm.http/src/main/java/org/mobicents/servlet/restcomm/http/UsageEndpoint.java
    M 
restcomm/restcomm.http/src/main/java/org/mobicents/servlet/restcomm/http/UssdPushEndpoint.java
    M 
restcomm/restcomm.http/src/main/java/org/mobicents/servlet/restcomm/http/VersionEndpoint.java
    A 
restcomm/restcomm.http/src/main/java/org/mobicents/servlet/restcomm/http/exceptionmappers/AuthorizationExceptionMapper.java
    A restcomm/restcomm.identity/pom.xml
    A 
restcomm/restcomm.identity/src/main/java/org/mobicents/servlet/restcomm/identity/AccountKey.java
    A 
restcomm/restcomm.identity/src/main/java/org/mobicents/servlet/restcomm/identity/AuthOutcome.java
    A 
restcomm/restcomm.identity/src/main/java/org/mobicents/servlet/restcomm/identity/IdentityContext.java
    A 
restcomm/restcomm.identity/src/main/java/org/mobicents/servlet/restcomm/identity/UserIdentityContext.java
    A 
restcomm/restcomm.identity/src/main/java/org/mobicents/servlet/restcomm/identity/shiro/RestcommRoles.java
    M restcomm/restcomm.rvd/pom.xml
    M 
restcomm/restcomm.rvd/src/main/java/org/mobicents/servlet/restcomm/rvd/ProjectApplicationsApi.java
    M 
restcomm/restcomm.rvd/src/main/java/org/mobicents/servlet/restcomm/rvd/RvdConfiguration.java
    M 
restcomm/restcomm.rvd/src/main/java/org/mobicents/servlet/restcomm/rvd/bootstrap/RvdRestApplication.java
    M 
restcomm/restcomm.rvd/src/main/java/org/mobicents/servlet/restcomm/rvd/configuration/RestcommConfig.java
    A 
restcomm/restcomm.rvd/src/main/java/org/mobicents/servlet/restcomm/rvd/exceptions/AuthorizationException.java
    A 
restcomm/restcomm.rvd/src/main/java/org/mobicents/servlet/restcomm/rvd/exceptions/RestcommConfigNotFound.java
    A 
restcomm/restcomm.rvd/src/main/java/org/mobicents/servlet/restcomm/rvd/exceptions/RestcommConfigProcessError.java
    R 
restcomm/restcomm.rvd/src/main/java/org/mobicents/servlet/restcomm/rvd/exceptions/callcontrol/RestcommConfigNotFound.java
    R 
restcomm/restcomm.rvd/src/main/java/org/mobicents/servlet/restcomm/rvd/exceptions/callcontrol/RvdErrorParsingRestcommXml.java
    A 
restcomm/restcomm.rvd/src/main/java/org/mobicents/servlet/restcomm/rvd/http/AuthorizationExceptionMapper.java
    M 
restcomm/restcomm.rvd/src/main/java/org/mobicents/servlet/restcomm/rvd/http/RestService.java
    M 
restcomm/restcomm.rvd/src/main/java/org/mobicents/servlet/restcomm/rvd/http/resources/DesignerRestService.java
    M 
restcomm/restcomm.rvd/src/main/java/org/mobicents/servlet/restcomm/rvd/http/resources/LoginRestService.java
    M 
restcomm/restcomm.rvd/src/main/java/org/mobicents/servlet/restcomm/rvd/http/resources/ProjectRestService.java
    M 
restcomm/restcomm.rvd/src/main/java/org/mobicents/servlet/restcomm/rvd/http/resources/RasRestService.java
    M 
restcomm/restcomm.rvd/src/main/java/org/mobicents/servlet/restcomm/rvd/http/resources/RvdController.java
    A 
restcomm/restcomm.rvd/src/main/java/org/mobicents/servlet/restcomm/rvd/http/resources/SecuredRestService.java
    M 
restcomm/restcomm.rvd/src/main/java/org/mobicents/servlet/restcomm/rvd/http/resources/SettingsRestService.java
    A 
restcomm/restcomm.rvd/src/main/java/org/mobicents/servlet/restcomm/rvd/identity/AccountProvider.java
    A 
restcomm/restcomm.rvd/src/main/java/org/mobicents/servlet/restcomm/rvd/identity/BasicAuthCredentials.java
    A 
restcomm/restcomm.rvd/src/main/java/org/mobicents/servlet/restcomm/rvd/identity/RequestOrigin.java
    A 
restcomm/restcomm.rvd/src/main/java/org/mobicents/servlet/restcomm/rvd/identity/SecurityUtils.java
    A 
restcomm/restcomm.rvd/src/main/java/org/mobicents/servlet/restcomm/rvd/identity/UserIdentityContext.java
    M 
restcomm/restcomm.rvd/src/main/java/org/mobicents/servlet/restcomm/rvd/model/steps/dial/ConferenceDialNoun.java
    A 
restcomm/restcomm.rvd/src/main/java/org/mobicents/servlet/restcomm/rvd/restcomm/IdentityInstanceResponse.java
    M 
restcomm/restcomm.rvd/src/main/java/org/mobicents/servlet/restcomm/rvd/restcomm/RestcommAccountInfoResponse.java
    M 
restcomm/restcomm.rvd/src/main/java/org/mobicents/servlet/restcomm/rvd/restcomm/RestcommClient.java
    R 
restcomm/restcomm.rvd/src/main/java/org/mobicents/servlet/restcomm/rvd/security/AuthenticationService.java
    R 
restcomm/restcomm.rvd/src/main/java/org/mobicents/servlet/restcomm/rvd/security/AutheticationFilter.java
    R 
restcomm/restcomm.rvd/src/main/java/org/mobicents/servlet/restcomm/rvd/security/BasicAuthCredentials.java
    R 
restcomm/restcomm.rvd/src/main/java/org/mobicents/servlet/restcomm/rvd/security/RvdResourceFilterFactory.java
    R 
restcomm/restcomm.rvd/src/main/java/org/mobicents/servlet/restcomm/rvd/security/RvdSecurityContext.java
    R 
restcomm/restcomm.rvd/src/main/java/org/mobicents/servlet/restcomm/rvd/security/RvdUser.java
    R 
restcomm/restcomm.rvd/src/main/java/org/mobicents/servlet/restcomm/rvd/security/SecurityUtils.java
    R 
restcomm/restcomm.rvd/src/main/java/org/mobicents/servlet/restcomm/rvd/security/SessionKeepAliveFilter.java
    R 
restcomm/restcomm.rvd/src/main/java/org/mobicents/servlet/restcomm/rvd/security/Ticket.java
    R 
restcomm/restcomm.rvd/src/main/java/org/mobicents/servlet/restcomm/rvd/security/TicketRepository.java
    R 
restcomm/restcomm.rvd/src/main/java/org/mobicents/servlet/restcomm/rvd/security/annotations/RvdAuth.java
    R 
restcomm/restcomm.rvd/src/main/java/org/mobicents/servlet/restcomm/rvd/security/exceptions/InvalidTicketCookie.java
    R 
restcomm/restcomm.rvd/src/main/java/org/mobicents/servlet/restcomm/rvd/security/exceptions/RvdSecurityException.java
    M restcomm/restcomm.rvd/src/main/webapp/WEB-INF/web.xml
    M restcomm/restcomm.rvd/src/main/webapp/app.js
    M restcomm/restcomm.rvd/src/main/webapp/css/rvd.css
    M restcomm/restcomm.rvd/src/main/webapp/index.html
    M restcomm/restcomm.rvd/src/main/webapp/js/app/controllers/controllers.js
    M restcomm/restcomm.rvd/src/main/webapp/js/app/controllers/designer.js
    M restcomm/restcomm.rvd/src/main/webapp/js/app/controllers/packaging.js
    M restcomm/restcomm.rvd/src/main/webapp/js/app/controllers/projectManager.js
    M restcomm/restcomm.rvd/src/main/webapp/js/app/controllers/upgrade.js
    M restcomm/restcomm.rvd/src/main/webapp/js/app/interceptors.js
    M restcomm/restcomm.rvd/src/main/webapp/js/app/services.js
    M restcomm/restcomm.rvd/src/main/webapp/js/app/stepDirectives.js
    A 
restcomm/restcomm.rvd/src/main/webapp/js/lib/angular-ui-router/angular-ui-router.js
    A restcomm/restcomm.rvd/src/main/webapp/js/lib/filesaver/Blob.js
    A restcomm/restcomm.rvd/src/main/webapp/js/lib/filesaver/FileSaver.min.js
    A 
restcomm/restcomm.rvd/src/main/webapp/js/lib/filesaver/angular-file-saver.min.js
    A restcomm/restcomm.rvd/src/main/webapp/js/lib/md5/angular-md5.js
    A restcomm/restcomm.rvd/src/main/webapp/js/lib/ng-storage/ngStorage.js
    A restcomm/restcomm.rvd/src/main/webapp/js/lib/ng-storage/ngStorage.min.js
    A restcomm/restcomm.rvd/src/main/webapp/js/lib/ng-storage/version-0.3.10
    M restcomm/restcomm.rvd/src/main/webapp/languages/en-US.json
    M restcomm/restcomm.rvd/src/main/webapp/languages/pt-BR.json
    M restcomm/restcomm.rvd/src/main/webapp/templates/designer.html
    A restcomm/restcomm.rvd/src/main/webapp/templates/index-authmenu.html
    A restcomm/restcomm.rvd/src/main/webapp/templates/index-container.html
    A restcomm/restcomm.rvd/src/main/webapp/templates/notready.html
    M restcomm/restcomm.rvd/src/main/webapp/templates/packaging/download.html
    M restcomm/restcomm.rvd/src/main/webapp/templates/steps/dialStep.html
    M 
restcomm/restcomm.rvd/src/test/java/org/mobicents/servlet/restcomm/rvd/restcomm/RestcommClientTest.java
    M 
restcomm/restcomm.sms/src/main/java/org/mobicents/servlet/restcomm/sms/SmsService.java
    M 
restcomm/restcomm.testsuite/src/test/java/org/mobicents/servlet/restcomm/sms/SmsTest.java
    M restcomm/restcomm.ui/src/main/webapp/index.html
    A 
restcomm/restcomm.ui/src/main/webapp/lib/angular-ui-router/angular-ui-router.js
    M restcomm/restcomm.ui/src/main/webapp/modules/dashboard.html
    A restcomm/restcomm.ui/src/main/webapp/modules/identity-registration.html
    M restcomm/restcomm.ui/src/main/webapp/modules/login.html
    M restcomm/restcomm.ui/src/main/webapp/modules/rappmanager.html
    A restcomm/restcomm.ui/src/main/webapp/modules/uninitialized.html
    M restcomm/restcomm.ui/src/main/webapp/resources/js/controllers.js
    M restcomm/restcomm.ui/src/main/webapp/resources/js/controllers/dashboard.js
    M restcomm/restcomm.ui/src/main/webapp/resources/js/controllers/events.js
    M restcomm/restcomm.ui/src/main/webapp/resources/js/controllers/login.js
    M 
restcomm/restcomm.ui/src/main/webapp/resources/js/controllers/logs-calls.js
    M 
restcomm/restcomm.ui/src/main/webapp/resources/js/controllers/logs-messages.js
    M 
restcomm/restcomm.ui/src/main/webapp/resources/js/controllers/logs-notifications.js
    M 
restcomm/restcomm.ui/src/main/webapp/resources/js/controllers/logs-recordings.js
    M 
restcomm/restcomm.ui/src/main/webapp/resources/js/controllers/logs-transcriptions.js
    M restcomm/restcomm.ui/src/main/webapp/resources/js/controllers/navbar.js
    M 
restcomm/restcomm.ui/src/main/webapp/resources/js/controllers/numbers-incoming.js
    M 
restcomm/restcomm.ui/src/main/webapp/resources/js/controllers/numbers-outgoing.js
    M 
restcomm/restcomm.ui/src/main/webapp/resources/js/controllers/numbers-sip-clients.js
    M restcomm/restcomm.ui/src/main/webapp/resources/js/restcomm.js
    M restcomm/restcomm.ui/src/main/webapp/resources/js/restcommApps/Module.js
    M 
restcomm/restcomm.ui/src/main/webapp/resources/js/restcommApps/appConfig.js
    M 
restcomm/restcomm.ui/src/main/webapp/resources/js/restcommApps/appManager.js
    M restcomm/restcomm.ui/src/main/webapp/resources/js/restcommApps/services.js
    M restcomm/restcomm.ui/src/main/webapp/resources/js/services.js
    A restcomm/restcomm.ui/src/main/webapp/templates/navbar.html
    A restcomm/restcomm.ui/src/main/webapp/templates/public-state.html
    A restcomm/restcomm.ui/src/main/webapp/templates/restcomm-state.html

  Log Message:
  -----------
  Merge branch 'master' into issue1079_automated_tests_for_roles


  Commit: 5229d40887a671224f0be6afc97c7e2bb6227554
      
https://github.com/RestComm/Restcomm-Connect/commit/5229d40887a671224f0be6afc97c7e2bb6227554
  Author: George Vagenas <gvage...@gmail.com>
  Date:   2016-05-19 (Thu, 19 May 2016)

  Changed paths:
    M 
restcomm/restcomm.testsuite/src/test/java/org/mobicents/servlet/restcomm/http/AccountsEndpointTest.java
    A 
restcomm/restcomm.testsuite/src/test/java/org/mobicents/servlet/restcomm/http/EndpointTest.java
    M 
restcomm/restcomm.testsuite/src/test/java/org/mobicents/servlet/restcomm/http/RestcommAccountsTool.java
    A 
restcomm/restcomm.testsuite/src/test/java/org/mobicents/servlet/restcomm/http/RoleSensitiveTest.java
    M 
restcomm/restcomm.testsuite/src/test/resources/restcomm.script_accounts_test
    A restcomm/restcomm.testsuite/src/test/resources/restcomm.script_roles_test
    M restcomm/restcomm.testsuite/src/test/resources/restcomm.xml
    A 
restcomm/restcomm.testsuite/src/test/resources/restcomm_roles_permissions.xml

  Log Message:
  -----------
  Merge branch 'issue1079_automated_tests_for_roles'


  Commit: ea50970e830c56742310bcedb10df0022d3ae9d6
      
https://github.com/RestComm/Restcomm-Connect/commit/ea50970e830c56742310bcedb10df0022d3ae9d6
  Author: lefty <eleftherios.ba...@telestax.com>
  Date:   2016-05-19 (Thu, 19 May 2016)

  Changed paths:
    M release/build.xml

  Log Message:
  -----------
  SIP servlet build  #703


  Commit: a0e1f8fee50af1c36e44b2598b7683d34aff5f56
      
https://github.com/RestComm/Restcomm-Connect/commit/a0e1f8fee50af1c36e44b2598b7683d34aff5f56
  Author: lefty <eleftherios.ba...@telestax.com>
  Date:   2016-05-19 (Thu, 19 May 2016)

  Changed paths:
    M release/build.xml

  Log Message:
  -----------
  SIP servlet build  #706


  Commit: ac4ea143017830ed9588b8db73cd97c9fe66a595
      
https://github.com/RestComm/Restcomm-Connect/commit/ac4ea143017830ed9588b8db73cd97c9fe66a595
  Author: Orestis Tsakiridis <orestis.tsakiri...@telestax.com>
  Date:   2016-05-20 (Fri, 20 May 2016)

  Changed paths:
    M restcomm/restcomm.rvd/src/main/webapp/js/app/controllers/controllers.js

  Log Message:
  -----------
  Properly handles errors in state transision by using preventDefault.
- Fixes the exception thrown when not-authenticated in a new tab.

Fixes #1090


  Commit: 188fc8e15869549a638c78bb18c4f281a76010fb
      
https://github.com/RestComm/Restcomm-Connect/commit/188fc8e15869549a638c78bb18c4f281a76010fb
  Author: Orestis Tsakiridis <orestis.tsakiri...@telestax.com>
  Date:   2016-05-20 (Fri, 20 May 2016)

  Changed paths:
    M restcomm/restcomm.rvd/src/main/webapp/js/app/interceptors.js

  Log Message:
  -----------
  Fixed duplicate authorization header detection in RVD interceptors.

Fixes #1091


  Commit: ae167bdbbffc404035d570684f3682ff4e763b99
      
https://github.com/RestComm/Restcomm-Connect/commit/ae167bdbbffc404035d570684f3682ff4e763b99
  Author: Orestis Tsakiridis <orestis.tsakiri...@telestax.com>
  Date:   2016-05-20 (Fri, 20 May 2016)

  Changed paths:
    M restcomm/restcomm.rvd/src/main/webapp/js/app/controllers/projectManager.js

  Log Message:
  -----------
  Removed obsolete reference to RVD 'ticket' mechanism from project manager 
client services.


  Commit: 8f51bf9f3358de9d4f473db808b06eed79990eb8
      
https://github.com/RestComm/Restcomm-Connect/commit/8f51bf9f3358de9d4f473db808b06eed79990eb8
  Author: Orestis Tsakiridis <orestis.tsakiri...@telestax.com>
  Date:   2016-05-20 (Fri, 20 May 2016)

  Changed paths:
    M 
restcomm/restcomm.rvd/src/main/java/org/mobicents/servlet/restcomm/rvd/http/resources/SecuredRestService.java

  Log Message:
  -----------
  Fix RVD authentication error with inactive accounts. They are now rejected.

Fixes #1084


  Commit: 0c229933f7bbcc6754fc0e0f87e197598074df29
      
https://github.com/RestComm/Restcomm-Connect/commit/0c229933f7bbcc6754fc0e0f87e197598074df29
  Author: Orestis Tsakiridis <orestis.tsakiri...@telestax.com>
  Date:   2016-05-20 (Fri, 20 May 2016)

  Changed paths:
    M restcomm/restcomm.ui/src/main/webapp/resources/js/controllers/events.js

  Log Message:
  -----------
  Removes authentication error message.

Refers #1087


  Commit: 247b64661353b35bdac562f8a09e6356a02fa890
      
https://github.com/RestComm/Restcomm-Connect/commit/247b64661353b35bdac562f8a09e6356a02fa890
  Author: Orestis Tsakiridis <orestis.tsakiri...@telestax.com>
  Date:   2016-05-20 (Fri, 20 May 2016)

  Changed paths:
    M restcomm/restcomm.ui/src/main/webapp/resources/js/controllers/events.js
    M restcomm/restcomm.ui/src/main/webapp/resources/js/restcomm.js

  Log Message:
  -----------
  Enforced proper state transitions for uninitialized accounts in AdminUI.

Fixes #1092


  Commit: 13a91429bd3009358737e0a826309176aa81c7ec
      
https://github.com/RestComm/Restcomm-Connect/commit/13a91429bd3009358737e0a826309176aa81c7ec
  Author: Orestis Tsakiridis <orestis.tsakiri...@telestax.com>
  Date:   2016-05-20 (Fri, 20 May 2016)

  Changed paths:
    M restcomm/restcomm.rvd/src/main/webapp/app.js
    M restcomm/restcomm.rvd/src/main/webapp/js/app/controllers/controllers.js
    M restcomm/restcomm.ui/src/main/webapp/resources/js/restcommApps/services.js

  Log Message:
  -----------
  Removed verbose log message from AdminUI and RVD


  Commit: ae3e602fb9719fc3eb03c2813887bc364b45f386
      
https://github.com/RestComm/Restcomm-Connect/commit/ae3e602fb9719fc3eb03c2813887bc364b45f386
  Author: Orestis Tsakiridis <orestis.tsakiri...@telestax.com>
  Date:   2016-05-20 (Fri, 20 May 2016)

  Changed paths:
    M 
restcomm/restcomm.rvd/src/main/java/org/mobicents/servlet/restcomm/rvd/http/resources/SecuredRestService.java
    M restcomm/restcomm.rvd/src/main/webapp/app.js
    M restcomm/restcomm.rvd/src/main/webapp/js/app/controllers/controllers.js
    M restcomm/restcomm.rvd/src/main/webapp/js/app/controllers/projectManager.js
    M restcomm/restcomm.rvd/src/main/webapp/js/app/interceptors.js
    M restcomm/restcomm.ui/src/main/webapp/resources/js/controllers/events.js
    M restcomm/restcomm.ui/src/main/webapp/resources/js/restcomm.js
    M restcomm/restcomm.ui/src/main/webapp/resources/js/restcommApps/services.js

  Log Message:
  -----------
  Merge branch 'rvd_adminui_noshiro_regressions'


  Commit: b5fbf4e43926a7866211dc78564c45bea625fdc7
      
https://github.com/RestComm/Restcomm-Connect/commit/b5fbf4e43926a7866211dc78564c45bea625fdc7
  Author: Guilherme Humberto Jansen <guilherme.jan...@telestax.com>
  Date:   2016-05-21 (Sat, 21 May 2016)

  Changed paths:
    M release/build.xml
    M 
restcomm/restcomm.rvd/src/main/java/org/mobicents/servlet/restcomm/rvd/RvdConfiguration.java
    M 
restcomm/restcomm.rvd/src/main/java/org/mobicents/servlet/restcomm/rvd/http/resources/SecuredRestService.java
    M 
restcomm/restcomm.rvd/src/main/java/org/mobicents/servlet/restcomm/rvd/model/steps/dial/ConferenceDialNoun.java
    M restcomm/restcomm.rvd/src/main/webapp/app.js
    M restcomm/restcomm.rvd/src/main/webapp/css/rvd.css
    M restcomm/restcomm.rvd/src/main/webapp/js/app/controllers/controllers.js
    M restcomm/restcomm.rvd/src/main/webapp/js/app/controllers/projectManager.js
    M restcomm/restcomm.rvd/src/main/webapp/js/app/interceptors.js
    M restcomm/restcomm.rvd/src/main/webapp/js/app/services.js
    M restcomm/restcomm.rvd/src/main/webapp/js/app/stepDirectives.js
    M restcomm/restcomm.rvd/src/main/webapp/languages/en-US.json
    M restcomm/restcomm.rvd/src/main/webapp/languages/pt-BR.json
    M restcomm/restcomm.rvd/src/main/webapp/templates/steps/dialStep.html
    M 
restcomm/restcomm.testsuite/src/test/java/org/mobicents/servlet/restcomm/http/AccountsEndpointTest.java
    A 
restcomm/restcomm.testsuite/src/test/java/org/mobicents/servlet/restcomm/http/EndpointTest.java
    M 
restcomm/restcomm.testsuite/src/test/java/org/mobicents/servlet/restcomm/http/RestcommAccountsTool.java
    A 
restcomm/restcomm.testsuite/src/test/java/org/mobicents/servlet/restcomm/http/RoleSensitiveTest.java
    M 
restcomm/restcomm.testsuite/src/test/resources/restcomm.script_accounts_test
    A restcomm/restcomm.testsuite/src/test/resources/restcomm.script_roles_test
    M restcomm/restcomm.testsuite/src/test/resources/restcomm.xml
    A 
restcomm/restcomm.testsuite/src/test/resources/restcomm_roles_permissions.xml
    M restcomm/restcomm.ui/src/main/webapp/resources/js/controllers/events.js
    M restcomm/restcomm.ui/src/main/webapp/resources/js/restcomm.js
    M restcomm/restcomm.ui/src/main/webapp/resources/js/restcommApps/services.js

  Log Message:
  -----------
  Merge branch 'master' into Issue748_Organization

# Conflicts:
#       
restcomm/restcomm.testsuite/src/test/java/org/mobicents/servlet/restcomm/http/AccountsEndpointTest.java
#       
restcomm/restcomm.testsuite/src/test/resources/restcomm.script_accounts_test


Compare: 
https://github.com/RestComm/Restcomm-Connect/compare/06a91ce521dd...b5fbf4e43926

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"mobicents-commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to mobicents-commits+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to