Branch: refs/heads/sso
  Home:   https://github.com/RestComm/Restcomm-Connect
  Commit: bf3a465cab83eab114852800032a63aad0736ae4
      
https://github.com/RestComm/Restcomm-Connect/commit/bf3a465cab83eab114852800032a63aad0736ae4
  Author: Orestis Tsakiridis <orestis.tsakiri...@telestax.com>
  Date:   2016-02-18 (Thu, 18 Feb 2016)

  Changed paths:
    M 
restcomm/restcomm.application/src/main/webapp/WEB-INF/data/hsql/restcomm.script
    M 
restcomm/restcomm.application/src/main/webapp/WEB-INF/scripts/mariadb/init.sql

  Log Message:
  -----------
  Removed stale configuration settings regarding identity from DB init scripts 
(SSO).


  Commit: 2ce83107991e1afcd2d4d40b17476f4de71a72bb
      
https://github.com/RestComm/Restcomm-Connect/commit/2ce83107991e1afcd2d4d40b17476f4de71a72bb
  Author: Orestis Tsakiridis <orestis.tsakiri...@telestax.com>
  Date:   2016-03-15 (Tue, 15 Mar 2016)

  Changed paths:
    A 
restcomm/restcomm.dao/src/main/java/org/mobicents/servlet/restcomm/dao/IdentityInstancesDao.java
    A 
restcomm/restcomm.dao/src/main/java/org/mobicents/servlet/restcomm/dao/mybatis/MybatisIdentityInstancesDao.java
    A 
restcomm/restcomm.dao/src/main/java/org/mobicents/servlet/restcomm/entities/IdentityInstance.java
    M restcomm/restcomm.dao/src/test/resources/data/restcomm.script
    A restcomm/restcomm.dao/src/test/resources/identity-instances.xml

  Log Message:
  -----------
  WIP - refers #931 (SSO)


  Commit: adaf161bf8704a2a65c611b809c520b78b0720d8
      
https://github.com/RestComm/Restcomm-Connect/commit/adaf161bf8704a2a65c611b809c520b78b0720d8
  Author: Orestis Tsakiridis <orestis.tsakiri...@telestax.com>
  Date:   2016-03-16 (Wed, 16 Mar 2016)

  Changed paths:
    M 
restcomm/restcomm.dao/src/main/java/org/mobicents/servlet/restcomm/dao/DaoManager.java
    M 
restcomm/restcomm.dao/src/main/java/org/mobicents/servlet/restcomm/dao/mybatis/MybatisDaoManager.java
    M 
restcomm/restcomm.dao/src/main/java/org/mobicents/servlet/restcomm/dao/mybatis/MybatisIdentityInstancesDao.java
    M 
restcomm/restcomm.dao/src/main/java/org/mobicents/servlet/restcomm/entities/IdentityInstance.java
    M 
restcomm/restcomm.dao/src/main/java/org/mobicents/servlet/restcomm/entities/Sid.java
    A 
restcomm/restcomm.dao/src/test/java/org/mobicents/servlet/restcomm/dao/mybatis/IdentityInstancesDaoTest.java
    M restcomm/restcomm.dao/src/test/resources/data/restcomm.script
    M restcomm/restcomm.dao/src/test/resources/identity-instances.xml
    M restcomm/restcomm.dao/src/test/resources/mybatis.xml

  Log Message:
  -----------
  Work on IdentityInstance DAO.
- Creation and removal works
- Tests also added for these operations

Refers #931


  Commit: 084ab08cbc1b25473fe5a48b7ff3e7ea12f4093d
      
https://github.com/RestComm/Restcomm-Connect/commit/084ab08cbc1b25473fe5a48b7ff3e7ea12f4093d
  Author: Orestis Tsakiridis <orestis.tsakiri...@telestax.com>
  Date:   2016-03-17 (Thu, 17 Mar 2016)

  Changed paths:
    M 
restcomm/restcomm.dao/src/main/java/org/mobicents/servlet/restcomm/dao/mybatis/MybatisDaoManager.java
    M 
restcomm/restcomm.dao/src/main/java/org/mobicents/servlet/restcomm/dao/mybatis/MybatisIdentityInstancesDao.java

  Log Message:
  -----------
  Minor code cleanup for issue 931.


  Commit: 5531c1a8fc6b40f4bb70c600f520aa3f4127bf13
      
https://github.com/RestComm/Restcomm-Connect/commit/5531c1a8fc6b40f4bb70c600f520aa3f4127bf13
  Author: Orestis Tsakiridis <orestis.tsakiri...@telestax.com>
  Date:   2016-03-17 (Thu, 17 Mar 2016)

  Changed paths:
    A 
restcomm/restcomm.http/src/main/java/org/mobicents/servlet/restcomm/http/IdentityInstancesEndpointJson.java

  Log Message:
  -----------
  Added skeleton IdentityInstanceEndpoint.

Refers #931


  Commit: da442a07947fe804fd3f2214e934cd75bcede1b1
      
https://github.com/RestComm/Restcomm-Connect/commit/da442a07947fe804fd3f2214e934cd75bcede1b1
  Author: Orestis Tsakiridis <orestis.tsakiri...@telestax.com>
  Date:   2016-03-18 (Fri, 18 Mar 2016)

  Changed paths:
    M 
restcomm/restcomm.http/src/main/java/org/mobicents/servlet/restcomm/http/IdentityInstancesEndpointJson.java
    A 
restcomm/restcomm.identity/src/main/java/org/mobicents/servlet/restcomm/identity/IdentityRegistrationTool.java
    A 
restcomm/restcomm.identity/src/main/java/org/mobicents/servlet/restcomm/identity/entities/ClientEntity.java
    A 
restcomm/restcomm.identity/src/main/java/org/mobicents/servlet/restcomm/identity/exceptions/InitialAccessTokenExpired.java
    A 
restcomm/restcomm.identity/src/test/java/org/mobicents/servlet/restcomm/identity/IdentityRegistrationToolTest.java

  Log Message:
  -----------
  Added IdentityRegistrationTool and test classes.

Refers #919


  Commit: 9cfe13b756447d43c3e2d65072df4a4f31bf43a0
      
https://github.com/RestComm/Restcomm-Connect/commit/9cfe13b756447d43c3e2d65072df4a4f31bf43a0
  Author: Orestis Tsakiridis <orestis.tsakiri...@telestax.com>
  Date:   2016-03-22 (Tue, 22 Mar 2016)

  Changed paths:
    A 
restcomm/restcomm.http/src/main/java/org/mobicents/servlet/restcomm/http/IdentityInstancesEndpoint.java
    M 
restcomm/restcomm.http/src/main/java/org/mobicents/servlet/restcomm/http/IdentityInstancesEndpointJson.java
    M 
restcomm/restcomm.identity/src/main/java/org/mobicents/servlet/restcomm/identity/IdentityRegistrationTool.java
    M 
restcomm/restcomm.identity/src/test/java/org/mobicents/servlet/restcomm/identity/IdentityRegistrationToolTest.java

  Log Message:
  -----------
  Progress on issue 931 (SSO).
- Improvements and fixes for IdentityRegistrationTool.
- Completed functionality set of REST endpoint + registration API + 
registration DAO.

Refers #931


  Commit: b55f0c311b1b116daedfd93ec29b228b94d4818b
      
https://github.com/RestComm/Restcomm-Connect/commit/b55f0c311b1b116daedfd93ec29b228b94d4818b
  Author: Orestis Tsakiridis <orestis.tsakiri...@telestax.com>
  Date:   2016-03-23 (Wed, 23 Mar 2016)

  Changed paths:
    M 
restcomm/restcomm.dao/src/main/java/org/mobicents/servlet/restcomm/dao/IdentityInstancesDao.java
    M 
restcomm/restcomm.dao/src/main/java/org/mobicents/servlet/restcomm/dao/mybatis/MybatisIdentityInstancesDao.java
    M 
restcomm/restcomm.dao/src/main/java/org/mobicents/servlet/restcomm/entities/Sid.java
    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/IdentityInstancesEndpoint.java
    M 
restcomm/restcomm.http/src/main/java/org/mobicents/servlet/restcomm/http/IdentityInstancesEndpointJson.java
    M 
restcomm/restcomm.http/src/main/java/org/mobicents/servlet/restcomm/http/SecuredEndpoint.java

  Log Message:
  -----------
  Bound IdentityInstance with a hardcoded organization SID.

Refers #931


  Commit: 9d4c844ad4e7f73e7b55ffb7725281b96a02bf6e
      
https://github.com/RestComm/Restcomm-Connect/commit/9d4c844ad4e7f73e7b55ffb7725281b96a02bf6e
  Author: Orestis Tsakiridis <orestis.tsakiri...@telestax.com>
  Date:   2016-03-23 (Wed, 23 Mar 2016)

  Changed paths:
    M 
restcomm/restcomm.application/src/main/java/org/mobicents/servlet/restcomm/Bootstrapper.java
    M restcomm/restcomm.application/src/main/webapp/WEB-INF/conf/restcomm.xml
    M 
restcomm/restcomm.commons/src/main/java/org/mobicents/servlet/restcomm/configuration/sets/IdentityConfigurationSet.java
    M 
restcomm/restcomm.commons/src/main/java/org/mobicents/servlet/restcomm/configuration/sets/IdentityConfigurationSetImpl.java
    M 
restcomm/restcomm.dao/src/main/java/org/mobicents/servlet/restcomm/entities/IdentityInstance.java
    M 
restcomm/restcomm.http/src/main/java/org/mobicents/servlet/restcomm/http/AccountsEndpoint.java
    R 
restcomm/restcomm.http/src/main/java/org/mobicents/servlet/restcomm/http/IdentityEndpoint.java
    M 
restcomm/restcomm.http/src/main/java/org/mobicents/servlet/restcomm/http/KeycloakResourcesEndpoint.java
    M 
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/applications/KeycloakResources.java
    R 
restcomm/restcomm.identity/src/main/java/org/mobicents/servlet/restcomm/identity/IdentityMode.java
    R 
restcomm/restcomm.identity/src/main/java/org/mobicents/servlet/restcomm/identity/RestcommIdentityApi.java
    R 
restcomm/restcomm.identity/src/main/java/org/mobicents/servlet/restcomm/identity/entities/IdentityModeEntity.java
    A 
restcomm/restcomm.identity/src/main/java/org/mobicents/servlet/restcomm/identity/exceptions/KeycloakDeploymentAlreadyCreated.java
    M 
restcomm/restcomm.identity/src/main/java/org/mobicents/servlet/restcomm/identity/keycloak/IdentityContext.java
    M 
restcomm/restcomm.identity/src/main/java/org/mobicents/servlet/restcomm/identity/keycloak/KeycloakApi.java
    R 
restcomm/restcomm.identity/src/main/java/org/mobicents/servlet/restcomm/identity/migration/IdentityMigrationTool.java
    R 
restcomm/restcomm.identity/src/main/java/org/mobicents/servlet/restcomm/identity/migration/MigrationInfo.java
    R 
restcomm/restcomm.identity/src/test/java/org/mobicents/servlet/restcomm/identity/RestcommIdentityApiTest.java
    R 
restcomm/restcomm.identity/src/test/java/org/mobicents/servlet/restcomm/identity/migration/IdentityMigrationToolTest.java
    R 
restcomm/restcomm.identity/src/test/java/org/mobicents/servlet/restcomm/identity/migration/MockMutableIdentityConfigurationSet.java

  Log Message:
  -----------
  WIP - Heavy refactoring for SSO issue 931.
- Removed most migration related functionality.
- Refactored configuration classes.
- Removed obsolete APIs and tests.
- Refactored SecuredEndpoint, Bootstrapper and IdentityContext.

Refers #931


  Commit: d6aa62089b9666c5856d8f3ed76729671540e891
      
https://github.com/RestComm/Restcomm-Connect/commit/d6aa62089b9666c5856d8f3ed76729671540e891
  Author: Orestis Tsakiridis <orestis.tsakiri...@telestax.com>
  Date:   2016-03-24 (Thu, 24 Mar 2016)

  Changed paths:
    M 
restcomm/restcomm.application/src/main/java/org/mobicents/servlet/restcomm/Bootstrapper.java
    M 
restcomm/restcomm.commons/src/main/java/org/mobicents/servlet/restcomm/configuration/sets/IdentityConfigurationSet.java
    M 
restcomm/restcomm.commons/src/main/java/org/mobicents/servlet/restcomm/configuration/sets/IdentityConfigurationSetImpl.java
    M 
restcomm/restcomm.dao/src/main/java/org/mobicents/servlet/restcomm/dao/mybatis/MybatisIdentityInstancesDao.java
    M 
restcomm/restcomm.dao/src/main/java/org/mobicents/servlet/restcomm/entities/IdentityInstance.java
    M 
restcomm/restcomm.dao/src/test/java/org/mobicents/servlet/restcomm/dao/mybatis/IdentityInstancesDaoTest.java
    M restcomm/restcomm.dao/src/test/resources/data/restcomm.script
    M restcomm/restcomm.dao/src/test/resources/identity-instances.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/AccountsXmlEndpoint.java
    M 
restcomm/restcomm.http/src/main/java/org/mobicents/servlet/restcomm/http/IdentityInstancesEndpoint.java
    M 
restcomm/restcomm.http/src/main/java/org/mobicents/servlet/restcomm/http/IdentityInstancesEndpointJson.java
    M 
restcomm/restcomm.http/src/main/java/org/mobicents/servlet/restcomm/http/KeycloakResourcesEndpoint.java
    M 
restcomm/restcomm.http/src/main/java/org/mobicents/servlet/restcomm/http/SecuredEndpoint.java
    A 
restcomm/restcomm.http/src/main/java/org/mobicents/servlet/restcomm/http/responseentities/IdentityInstanceEntity.java
    M 
restcomm/restcomm.identity/src/main/java/org/mobicents/servlet/restcomm/identity/IdentityRegistrationTool.java
    M 
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/exceptions/AuthServerAuthorizationError.java
    R 
restcomm/restcomm.identity/src/main/java/org/mobicents/servlet/restcomm/identity/exceptions/InitialAccessTokenExpired.java
    R 
restcomm/restcomm.identity/src/main/java/org/mobicents/servlet/restcomm/identity/exceptions/KeycloakDeploymentAlreadyCreated.java
    M 
restcomm/restcomm.identity/src/main/java/org/mobicents/servlet/restcomm/identity/keycloak/IdentityContext.java
    M 
restcomm/restcomm.identity/src/test/java/org/mobicents/servlet/restcomm/identity/IdentityRegistrationToolTest.java
    M 
restcomm/restcomm.identity/src/test/java/org/mobicents/servlet/restcomm/identity/mocks/IdentityConfigurationSetMock.java

  Log Message:
  -----------
  Progress on API, Dao, configuration etc.
- Currently instance-registration and current-instance-retrieval work.

Refers #931


  Commit: 33c3bd112495e6862665a9978414f466411bc7ec
      
https://github.com/RestComm/Restcomm-Connect/commit/33c3bd112495e6862665a9978414f466411bc7ec
  Author: Orestis Tsakiridis <orestis.tsakiri...@telestax.com>
  Date:   2016-03-28 (Mon, 28 Mar 2016)

  Changed paths:
    M 
restcomm/restcomm.dao/src/main/java/org/mobicents/servlet/restcomm/dao/mybatis/MybatisIdentityInstancesDao.java
    M 
restcomm/restcomm.dao/src/test/java/org/mobicents/servlet/restcomm/dao/mybatis/IdentityInstancesDaoTest.java
    M restcomm/restcomm.dao/src/test/resources/identity-instances.xml
    M 
restcomm/restcomm.http/src/main/java/org/mobicents/servlet/restcomm/http/IdentityInstancesEndpoint.java
    M 
restcomm/restcomm.http/src/main/java/org/mobicents/servlet/restcomm/http/IdentityInstancesEndpointJson.java
    M 
restcomm/restcomm.identity/src/main/java/org/mobicents/servlet/restcomm/identity/IdentityRegistrationTool.java
    A 
restcomm/restcomm.identity/src/main/java/org/mobicents/servlet/restcomm/identity/exceptions/IdentityClientRegistrationError.java
    R 
restcomm/restcomm.identity/src/main/java/org/mobicents/servlet/restcomm/identity/exceptions/IdentityMigrationException.java
    M 
restcomm/restcomm.identity/src/test/java/org/mobicents/servlet/restcomm/identity/IdentityRegistrationToolTest.java

  Log Message:
  -----------
  Progress on #931 (SSO).
- Implemented identity instance removal.
- Fixes in dao

Refers #931


  Commit: d01d879b7ef744541e9a9fcd61e6de776852aa80
      
https://github.com/RestComm/Restcomm-Connect/commit/d01d879b7ef744541e9a9fcd61e6de776852aa80
  Author: Orestis Tsakiridis <orestis.tsakiri...@telestax.com>
  Date:   2016-03-29 (Tue, 29 Mar 2016)

  Changed paths:
    M 
restcomm/restcomm.http/src/main/java/org/mobicents/servlet/restcomm/http/IdentityInstancesEndpoint.java
    M 
restcomm/restcomm.http/src/main/java/org/mobicents/servlet/restcomm/http/IdentityInstancesEndpointJson.java
    A 
restcomm/restcomm.http/src/main/java/org/mobicents/servlet/restcomm/http/IdentityServerEndpointJson.java
    A 
restcomm/restcomm.http/src/main/java/org/mobicents/servlet/restcomm/http/responseentities/IdentityServerEntity.java
    M restcomm/restcomm.ui/src/main/webapp/keycloak-app.js

  Log Message:
  -----------
  Progress on SSO refactoring:
- Reviewed AdminUI identity configuration and authorization services.
- Added new REST method to return keycloak-server configuration (realm, public 
key etc.)

Refers #931, refers #965


  Commit: b2755e592964b2d6a6b211ae79cff41da207ef0e
      
https://github.com/RestComm/Restcomm-Connect/commit/b2755e592964b2d6a6b211ae79cff41da207ef0e
  Author: Orestis Tsakiridis <orestis.tsakiri...@telestax.com>
  Date:   2016-03-30 (Wed, 30 Mar 2016)

  Changed paths:
    M restcomm/restcomm.ui/src/main/webapp/keycloak-app.js
    M 
restcomm/restcomm.ui/src/main/webapp/resources/js/controllers/application.js
    M restcomm/restcomm.ui/src/main/webapp/resources/js/controllers/dashboard.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/controllers/unauthorized.js
    M restcomm/restcomm.ui/src/main/webapp/resources/js/controllers/unlinked.js
    M restcomm/restcomm.ui/src/main/webapp/resources/js/restcomm.js
    M restcomm/restcomm.ui/src/main/webapp/resources/js/restcommApps/services.js
    M restcomm/restcomm.ui/src/main/webapp/resources/js/services.js

  Log Message:
  -----------
  Progress on AdminUI refactoring (SSO)
- Created new identity/auth services
- Refactored existing setup to use new services

Refers #965


  Commit: 874ab2274f6123575ea8ec37f66dba1c55c70724
      
https://github.com/RestComm/Restcomm-Connect/commit/874ab2274f6123575ea8ec37f66dba1c55c70724
  Author: Orestis Tsakiridis <orestis.tsakiri...@telestax.com>
  Date:   2016-03-30 (Wed, 30 Mar 2016)

  Changed paths:
    M 
restcomm/restcomm.http/src/main/java/org/mobicents/servlet/restcomm/http/IdentityInstancesEndpoint.java
    M restcomm/restcomm.ui/src/main/webapp/index.html
    M restcomm/restcomm.ui/src/main/webapp/keycloak-app.js
    A restcomm/restcomm.ui/src/main/webapp/modules/instance-registration.html
    M restcomm/restcomm.ui/src/main/webapp/modules/unregistered.html
    A 
restcomm/restcomm.ui/src/main/webapp/resources/js/controllers/instance-registration.js
    M restcomm/restcomm.ui/src/main/webapp/resources/js/restcomm.js
    M restcomm/restcomm.ui/src/main/webapp/resources/js/services.js

  Log Message:
  -----------
  AdminUI refactoring for SSO
- Created or refactored security/authorization related angular services in 
AdminUI.
- Added instance registration view & controller to AdminUI

Refers #965


  Commit: adcd25c289c9dbba643cc66e6e1386903296c7e6
      
https://github.com/RestComm/Restcomm-Connect/commit/adcd25c289c9dbba643cc66e6e1386903296c7e6
  Author: Orestis Tsakiridis <orestis.tsakiri...@telestax.com>
  Date:   2016-04-12 (Tue, 12 Apr 2016)

  Changed paths:
    M restcomm/restcomm.ui/pom.xml
    M restcomm/restcomm.ui/src/main/webapp/index.html
    R restcomm/restcomm.ui/src/main/webapp/keycloak-app.js
    A 
restcomm/restcomm.ui/src/main/webapp/lib/angular-ui-router/angular-ui-router.js
    A restcomm/restcomm.ui/src/main/webapp/lib/keycloak/keycloak.js
    M restcomm/restcomm.ui/src/main/webapp/modules/dashboard.html
    R restcomm/restcomm.ui/src/main/webapp/modules/errors/unauthorized.html
    R restcomm/restcomm.ui/src/main/webapp/modules/errors/unlinked.html
    R restcomm/restcomm.ui/src/main/webapp/modules/instance-registration.html
    A restcomm/restcomm.ui/src/main/webapp/modules/login.html
    M restcomm/restcomm.ui/src/main/webapp/modules/logs-notifications.html
    M restcomm/restcomm.ui/src/main/webapp/modules/modals/modal-about.html
    M 
restcomm/restcomm.ui/src/main/webapp/modules/modals/modal-register-account.html
    R 
restcomm/restcomm.ui/src/main/webapp/modules/modals/modal-register-incoming-number.html
    M 
restcomm/restcomm.ui/src/main/webapp/modules/modals/modal-register-sip-client.html
    M restcomm/restcomm.ui/src/main/webapp/modules/numbers-clients-details.html
    M restcomm/restcomm.ui/src/main/webapp/modules/numbers-clients.html
    M restcomm/restcomm.ui/src/main/webapp/modules/numbers-incoming-details.html
    M restcomm/restcomm.ui/src/main/webapp/modules/numbers-incoming.html
    M restcomm/restcomm.ui/src/main/webapp/modules/profile.html
    M restcomm/restcomm.ui/src/main/webapp/modules/rappmanager.html
    R restcomm/restcomm.ui/src/main/webapp/modules/register.html
    R restcomm/restcomm.ui/src/main/webapp/modules/terms.html
    R restcomm/restcomm.ui/src/main/webapp/modules/unregistered.html
    M restcomm/restcomm.ui/src/main/webapp/resources/css/restcomm.css
    M restcomm/restcomm.ui/src/main/webapp/resources/js/controllers.js
    R 
restcomm/restcomm.ui/src/main/webapp/resources/js/controllers/application.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
    R 
restcomm/restcomm.ui/src/main/webapp/resources/js/controllers/instance-registration.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
    R restcomm/restcomm.ui/src/main/webapp/resources/js/controllers/register.js
    R restcomm/restcomm.ui/src/main/webapp/resources/js/controllers/terms.js
    R 
restcomm/restcomm.ui/src/main/webapp/resources/js/controllers/unauthorized.js
    R restcomm/restcomm.ui/src/main/webapp/resources/js/controllers/unlinked.js
    R 
restcomm/restcomm.ui/src/main/webapp/resources/js/controllers/unregistered.js
    M restcomm/restcomm.ui/src/main/webapp/resources/js/directives.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
    M restcomm/restcomm.ui/src/main/webapp/templates/rc-endpoint-url.html
    M restcomm/restcomm.ui/src/main/webapp/templates/rc-numbers-pills.html
    A restcomm/restcomm.ui/src/main/webapp/templates/restcomm-state.html

  Log Message:
  -----------
  Re-applied most SSO modifications on AdminUI from master branch. WIP.

Refers #965


  Commit: bfa8ffb3c7460ff25c80ab891c481e73a52401a7
      
https://github.com/RestComm/Restcomm-Connect/commit/bfa8ffb3c7460ff25c80ab891c481e73a52401a7
  Author: Orestis Tsakiridis <orestis.tsakiri...@telestax.com>
  Date:   2016-04-13 (Wed, 13 Apr 2016)

  Changed paths:
    M 
restcomm/restcomm.http/src/main/java/org/mobicents/servlet/restcomm/http/AccountsEndpoint.java
    R 
restcomm/restcomm.http/src/main/java/org/mobicents/servlet/restcomm/http/AccountsEndpointBase.java
    M 
restcomm/restcomm.http/src/main/java/org/mobicents/servlet/restcomm/http/AccountsXmlEndpoint.java
    M 
restcomm/restcomm.http/src/main/java/org/mobicents/servlet/restcomm/http/SecuredEndpoint.java

  Log Message:
  -----------
  Refactoring of Accounts endpoint to minimize merging costs and use 
multitenancy patch to the extent that was possible.

Refers #992


  Commit: 2bfd89cb0f2be216196b99d963e6f5974216ef37
      
https://github.com/RestComm/Restcomm-Connect/commit/2bfd89cb0f2be216196b99d963e6f5974216ef37
  Author: Orestis Tsakiridis <orestis.tsakiri...@telestax.com>
  Date:   2016-04-13 (Wed, 13 Apr 2016)

  Changed paths:
    M 
restcomm/restcomm.application/src/main/webapp/WEB-INF/data/hsql/restcomm.script
    M 
restcomm/restcomm.application/src/main/webapp/WEB-INF/scripts/mariadb/init.sql
    M 
restcomm/restcomm.application/src/main/webapp/WEB-INF/scripts/mariadb/sql/accounts.xml
    M restcomm/restcomm.application/src/main/webapp/WEB-INF/scripts/sql/init.sql
    M restcomm/restcomm.application/src/main/webapp/WEB-INF/sql/accounts.xml
    M 
restcomm/restcomm.dao/src/main/java/org/mobicents/servlet/restcomm/dao/mybatis/MybatisAccountsDao.java
    M 
restcomm/restcomm.dao/src/main/java/org/mobicents/servlet/restcomm/entities/Account.java
    M restcomm/restcomm.dao/src/test/resources/accounts.xml
    M restcomm/restcomm.dao/src/test/resources/restcomm.script
    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/converter/AccountConverter.java
    M 
restcomm/restcomm.identity/src/test/java/org/mobicents/servlet/restcomm/identity/mocks/MockAccountsDao.java

  Log Message:
  -----------
  Added 'linked' attribute to Account entity, DAO, converter and DB scripts.

Refers #994


  Commit: 14fb1b3e0e4a1d74c8877070f9323ea1cae31ece
      
https://github.com/RestComm/Restcomm-Connect/commit/14fb1b3e0e4a1d74c8877070f9323ea1cae31ece
  Author: Orestis Tsakiridis <orestis.tsakiri...@telestax.com>
  Date:   2016-04-14 (Thu, 14 Apr 2016)

  Changed paths:
    M 
restcomm/restcomm.application/src/main/java/org/mobicents/servlet/restcomm/Bootstrapper.java
    M 
restcomm/restcomm.commons/src/main/java/org/mobicents/servlet/restcomm/configuration/sets/IdentityConfigurationSet.java
    M 
restcomm/restcomm.dao/src/main/java/org/mobicents/servlet/restcomm/dao/AccountsDao.java
    M 
restcomm/restcomm.dao/src/main/java/org/mobicents/servlet/restcomm/dao/mybatis/MybatisAccountsDao.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/SecuredEndpoint.java
    M 
restcomm/restcomm.identity/src/test/java/org/mobicents/servlet/restcomm/identity/mocks/MockAccountsDao.java

  Log Message:
  -----------
  Progress on #992.
- Reverted customizations on Accounts DAO mostly regarding email uniqueness. It 
will be fixed in issue 995.
- Various other fixes.

Refers #992


  Commit: eed706b1df4aa96ab494f659eb90d160479f43ea
      
https://github.com/RestComm/Restcomm-Connect/commit/eed706b1df4aa96ab494f659eb90d160479f43ea
  Author: Orestis Tsakiridis <orestis.tsakiri...@telestax.com>
  Date:   2016-04-14 (Thu, 14 Apr 2016)

  Changed paths:
    M restcomm/restcomm.application/src/main/webapp/WEB-INF/sql/accounts.xml
    M 
restcomm/restcomm.dao/src/main/java/org/mobicents/servlet/restcomm/dao/mybatis/MybatisAccountsDao.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/SecuredEndpoint.java
    M restcomm/restcomm.ui/src/main/webapp/index.html
    M restcomm/restcomm.ui/src/main/webapp/resources/js/restcomm.js
    M restcomm/restcomm.ui/src/main/webapp/resources/js/services.js

  Log Message:
  -----------
  Refactoring and fixes of AdminUI and Accounts endpoint (SSO).

Refers #992, #965


  Commit: 3806645d4b5cbec54bc1f46441ad8071be359cf5
      
https://github.com/RestComm/Restcomm-Connect/commit/3806645d4b5cbec54bc1f46441ad8071be359cf5
  Author: Orestis Tsakiridis <orestis.tsakiri...@telestax.com>
  Date:   2016-04-15 (Fri, 15 Apr 2016)

  Changed paths:
    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/SecuredEndpoint.java
    M 
restcomm/restcomm.identity/src/main/java/org/mobicents/servlet/restcomm/identity/UserIdentityContext.java
    M restcomm/restcomm.ui/src/main/webapp/resources/js/controllers/navbar.js
    M restcomm/restcomm.ui/src/main/webapp/resources/js/restcomm.js
    M restcomm/restcomm.ui/src/main/webapp/resources/js/services.js

  Log Message:
  -----------
  SecuredEndpoint refactoring and bug-fixing AdminUI. The keycloak-based login 
workflow works.

Refers #992, refers #965


  Commit: 56f92991d50b1a7b35a1ca34699dbca41c6b1c65
      
https://github.com/RestComm/Restcomm-Connect/commit/56f92991d50b1a7b35a1ca34699dbca41c6b1c65
  Author: Orestis Tsakiridis <orestis.tsakiri...@telestax.com>
  Date:   2016-04-15 (Fri, 15 Apr 2016)

  Changed paths:
    M 
restcomm/restcomm.http/src/main/java/org/mobicents/servlet/restcomm/http/IdentityServerEndpointJson.java
    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/services.js

  Log Message:
  -----------
  Fixed broken support for restcomm-based authentication in AdminUI.

Refers #965


  Commit: ab894876524b6b0661caa69db0a241156886bced
      
https://github.com/RestComm/Restcomm-Connect/commit/ab894876524b6b0661caa69db0a241156886bced
  Author: Orestis Tsakiridis <orestis.tsakiri...@telestax.com>
  Date:   2016-04-19 (Tue, 19 Apr 2016)

  Changed paths:
    M 
restcomm/restcomm.commons/src/main/java/org/mobicents/servlet/restcomm/configuration/sets/IdentityConfigurationSet.java
    M 
restcomm/restcomm.commons/src/main/java/org/mobicents/servlet/restcomm/configuration/sets/IdentityConfigurationSetImpl.java
    M 
restcomm/restcomm.http/src/main/java/org/mobicents/servlet/restcomm/http/IdentityInstancesEndpointJson.java
    A restcomm/restcomm.ui/src/main/webapp/modules/identity-registration.html
    M restcomm/restcomm.ui/src/main/webapp/resources/js/controllers.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/services.js

  Log Message:
  -----------
  AdminUI fixes for unregistered-identity-instance handling.

Refers #965


  Commit: 2c41aa1609c46b9f630d4f1c4d68fc3f3fbe1365
      
https://github.com/RestComm/Restcomm-Connect/commit/2c41aa1609c46b9f630d4f1c4d68fc3f3fbe1365
  Author: Orestis Tsakiridis <orestis.tsakiri...@telestax.com>
  Date:   2016-04-20 (Wed, 20 Apr 2016)

  Changed paths:
    M 
restcomm/restcomm.http/src/main/java/org/mobicents/servlet/restcomm/http/IdentityInstancesEndpoint.java
    M 
restcomm/restcomm.identity/src/main/java/org/mobicents/servlet/restcomm/identity/IdentityRegistrationTool.java
    M 
restcomm/restcomm.identity/src/main/java/org/mobicents/servlet/restcomm/identity/entities/ClientEntity.java
    M 
restcomm/restcomm.identity/src/test/java/org/mobicents/servlet/restcomm/identity/IdentityRegistrationToolTest.java
    M 
restcomm/restcomm.identity/src/test/java/org/mobicents/servlet/restcomm/identity/mocks/IdentityConfigurationSetMock.java
    M restcomm/restcomm.ui/src/main/webapp/resources/js/controllers.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/services.js

  Log Message:
  -----------
  Modification and fixes for issue 965.
- Additions and fixes for Identity registration view.
- Finalized method interface for registered Client redirectUris and other 
uri/based fields.
- Additions to ClientEntity.
The (minimalistic) registration view works.

Refers #965


Compare: 
https://github.com/RestComm/Restcomm-Connect/compare/6598bd35c59f...2c41aa1609c4

-- 

--- 
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