[RestComm/Restcomm-Connect] 6f5da2: Trying to workaround CORS issues in Dashboard

2022-01-13 Thread 'Orestis Tsakiridis' via mobicents-commits
  Branch: refs/heads/rvd_microservice
  Home:   https://github.com/RestComm/Restcomm-Connect
  Commit: 6f5da296c694691eab08c7481c2ad9fb53114c45
  
https://github.com/RestComm/Restcomm-Connect/commit/6f5da296c694691eab08c7481c2ad9fb53114c45
  Author: Orestis Tsakiridis 
  Date:   2017-05-11 (Thu, 11 May 2017)

  Changed paths:
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:
  ---
  Trying to workaround CORS issues in Dashboard

- Added hardcoded reference to RVD and tweaked interceptor to add security token


  Commit: b009ff46f6372acec4e894745223e96c3e5cc967
  
https://github.com/RestComm/Restcomm-Connect/commit/b009ff46f6372acec4e894745223e96c3e5cc967
  Author: Orestis Tsakiridis 
  Date:   2017-05-19 (Fri, 19 May 2017)

  Changed paths:
M restcomm/restcomm.application/src/main/webapp/WEB-INF/web.xml
A 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/cors/CorsFilter.java

  Log Message:
  ---
  Added allow-all CORS filter

refers #2163


  Commit: 9cec58cb5c9a1b8828434d711f28aa011b823d9a
  
https://github.com/RestComm/Restcomm-Connect/commit/9cec58cb5c9a1b8828434d711f28aa011b823d9a
  Author: Orestis Tsakiridis 
  Date:   2017-05-19 (Fri, 19 May 2017)

  Changed paths:
A .idea/codeStyleSettings.xml
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/incoming-phone-numbers.xml
M 
restcomm/restcomm.application/src/main/webapp/WEB-INF/sql/incoming-phone-numbers.xml
M restcomm/restcomm.application/src/main/webapp/WEB-INF/web.xml
M 
restcomm/restcomm.commons/src/main/java/org/restcomm/connect/commons/configuration/sets/MainConfigurationSet.java
M 
restcomm/restcomm.commons/src/main/java/org/restcomm/connect/commons/configuration/sets/impl/MainConfigurationSetImpl.java
M 
restcomm/restcomm.dao/src/main/java/org/restcomm/connect/dao/IncomingPhoneNumbersDao.java
M 
restcomm/restcomm.dao/src/main/java/org/restcomm/connect/dao/mybatis/MybatisIncomingPhoneNumbersDao.java
M 
restcomm/restcomm.docs/sources-asciidoc/src/main/asciidoc/api/incoming-phone-numbers-api.adoc
M 
restcomm/restcomm.docs/sources-asciidoc/src/main/asciidoc/api/monitoring-service.adoc
M 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/ExtensionsConfigurationEndpoint.java
M 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/SupervisorEndpoint.java
M 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/SupservisorJsonEndpoint.java
M 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/converter/MonitoringServiceConverter.java
A 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/converter/MonitoringServiceConverterCallDetails.java
A 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/cors/CorsFilter.java
M 
restcomm/restcomm.interpreter/src/main/java/org/restcomm/connect/interpreter/VoiceInterpreter.java
A 
restcomm/restcomm.monitoring.service/src/main/java/org/restcomm/connect/monitoringservice/LiveCallsDetails.java
M 
restcomm/restcomm.monitoring.service/src/main/java/org/restcomm/connect/monitoringservice/MonitoringService.java
M 
restcomm/restcomm.mscontrol.api/src/main/java/org/restcomm/connect/mscontrol/api/messages/StopMediaGroup.java
M 
restcomm/restcomm.mscontrol.mms/src/main/java/org/restcomm/connect/mscontrol/mms/MmsCallController.java
M 
restcomm/restcomm.mscontrol.mms/src/main/java/org/restcomm/connect/mscontrol/mms/MmsConferenceController.java
M 
restcomm/restcomm.telephony.api/src/main/java/org/restcomm/connect/telephony/api/ConferenceModeratorPresent.java
A 
restcomm/restcomm.telephony.api/src/main/java/org/restcomm/connect/telephony/api/GetStatistics.java
M 
restcomm/restcomm.telephony.api/src/main/java/org/restcomm/connect/telephony/api/MonitoringServiceResponse.java
M 
restcomm/restcomm.telephony/src/main/java/org/restcomm/connect/telephony/Call.java
M 
restcomm/restcomm.telephony/src/main/java/org/restcomm/connect/telephony/CallManager.java
M 
restcomm/restcomm.telephony/src/main/java/org/restcomm/connect/telephony/Conference.java
M 
restcomm/restcomm.testsuite/src/test/java/org/restcomm/connect/testsuite/http/CreateCallsTest.java
M 
restcomm/restcomm.testsuite/src/test/java/org/restcomm/connect/testsuite/http/CreateCallsWithStatusCallbackTest.java
M 
restcomm/restcomm.testsuite/src/test/java/org/restcomm/connect/testsuite/http/LiveCallModificationTest.java
M 
restcomm/restcomm.testsuite/src/test/java/org/restcomm/connect/testsuite/http/RestcommCallsTool.java
M 
restcomm/restcomm.testsuite/src/test/java/org/restcomm/connect/testsuite/telephony/CallLifecycleAnswerDelayTest.java
M 
restcomm/restcomm.testsuite/src/test/java/org/restcomm/connect

[RestComm/Restcomm-Connect] 4ece3e: Account suspension reviewing. WIP - #1509

2022-01-13 Thread 'Orestis Tsakiridis' via mobicents-commits
  Branch: refs/heads/issue1509_suspend_account_review
  Home:   https://github.com/RestComm/Restcomm-Connect
  Commit: 4ece3ecac26e670b5221ef4213d788240f500670
  
https://github.com/RestComm/Restcomm-Connect/commit/4ece3ecac26e670b5221ef4213d788240f500670
  Author: Orestis 
  Date:   2016-10-25 (Tue, 25 Oct 2016)

  Changed paths:
M 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/AccountsEndpoint.java
M 
restcomm/restcomm.testsuite/src/test/java/org/restcomm/connect/testsuite/http/AccountsEndpointClosingTest.java
M 
restcomm/restcomm.testsuite/src/test/java/org/restcomm/connect/testsuite/http/AccountsEndpointTest.java
M 
restcomm/restcomm.testsuite/src/test/resources/restcomm.script_accounts_test

  Log Message:
  ---
  Account suspension reviewing. WIP - #1509

- Implemented core algorithm for account suspension
- Started writing tests.

Refers #1509


-- 

--- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/mobicents-commits/RestComm/Restcomm-Connect/push/refs/heads/issue1509_suspend_account_review/92e94f-4ece3e%40github.com.


[RestComm/Restcomm-Connect] 8aef03: Encapsulated account accessor methods of Accounts ...

2022-01-13 Thread 'Orestis Tsakiridis' via mobicents-commits
/configuration/How to 
get started with Restcomm-Connect and Mysql.adoc
M 
restcomm/restcomm.docs/sources-asciidoc/src/main/asciidoc/configuration/Restcomm
 - Install and Configure Restcomm to use MariaDB.adoc
M 
restcomm/restcomm.http/src/test/java/org/restcomm/connect/dao/DaoManagerMock.java
M restcomm/restcomm.rvd.testsuite/src/test/resources/restcomm.xml
M 
restcomm/restcomm.rvd/src/test/resources/org/restcomm/connect/rvd/contexts/default/restcomm.war/WEB-INF/conf/restcomm.xml
M 
restcomm/restcomm.testsuite/src/test/resources/org/restcomm/connect/telephony/restcomm_no_auth.xml
M 
restcomm/restcomm.testsuite/src/test/resources/org/restcomm/connect/ussd/restcomm_conf_ussd_push.xml
M restcomm/restcomm.testsuite/src/test/resources/restcomm-EmailEndpoint.xml
M restcomm/restcomm.testsuite/src/test/resources/restcomm-accountRemoval.xml
M restcomm/restcomm.testsuite/src/test/resources/restcomm-embeddedMMS.xml
M restcomm/restcomm.testsuite/src/test/resources/restcomm-smpp.xml
M restcomm/restcomm.testsuite/src/test/resources/restcomm.xml
M 
restcomm/restcomm.testsuite/src/test/resources/restcomm_AvailablePhoneNumbers_Test.xml
M restcomm/restcomm.testsuite/src/test/resources/restcomm_SmsTest.xml
M restcomm/restcomm.testsuite/src/test/resources/restcomm_SmsTest2.xml
M restcomm/restcomm.testsuite/src/test/resources/restcomm_bandwidth_test.xml
M restcomm/restcomm.testsuite/src/test/resources/restcomm_calllifecycle.xml
M 
restcomm/restcomm.testsuite/src/test/resources/restcomm_for_SMSEndpointTest.xml
M restcomm/restcomm.testsuite/src/test/resources/restcomm_nexmo_test.xml
M 
restcomm/restcomm.testsuite/src/test/resources/restcomm_roles_permissions.xml
M restcomm/restcomm.testsuite/src/test/resources/restcomm_voxbone_test.xml
M 
restcomm/restcomm.testsuite/src/test/resources/restcomm_workspaceMigration.xml

  Log Message:
  ---
  Merge branch 'issue1625_dao_manager_xml' into 
issue1496_account_password_with_DaoManager_xml


  Commit: 712fba3e51c7c55664b6783f7f64fda7fddee366
  
https://github.com/RestComm/Restcomm-Connect/commit/712fba3e51c7c55664b6783f7f64fda7fddee366
  Author: Orestis 
  Date:   2016-12-09 (Fri, 09 Dec 2016)

  Changed paths:
M 
restcomm/configuration/config-scripts/as7-config-scripts/restcomm/advanced.conf
M 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/AbstractEndpoint.java
M 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/CallsEndpoint.java
M 
restcomm/restcomm.interpreter/src/main/java/org/restcomm/connect/interpreter/VoiceInterpreter.java
M 
restcomm/restcomm.mgcp/src/main/java/org/restcomm/connect/mgcp/IvrEndpoint.java
M 
restcomm/restcomm.mrb/src/main/java/org/restcomm/connect/mrb/MgcpMediaGroup.java
M 
restcomm/restcomm.telephony/src/main/java/org/restcomm/connect/telephony/Call.java
M 
restcomm/restcomm.telephony/src/main/java/org/restcomm/connect/telephony/Conference.java
M 
restcomm/restcomm.testsuite/src/test/java/org/restcomm/connect/testsuite/telephony/TestDialVerbPartOne.java

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


  Commit: 66ea7577fc8881a02c01f8cbb6a313da65c0adb8
  
https://github.com/RestComm/Restcomm-Connect/commit/66ea7577fc8881a02c01f8cbb6a313da65c0adb8
  Author: Orestis Tsakiridis 
  Date:   2016-12-11 (Sun, 11 Dec 2016)

  Changed paths:
M 
restcomm/restcomm.application/src/main/java/org/restcomm/connect/application/Bootstrapper.java

  Log Message:
  ---
  Changed RestcommConfiguration initilization order in Bootstrapper to avoid 
issues with akka initialization


Compare: 
https://github.com/RestComm/Restcomm-Connect/compare/bfbf7e8a4267...66ea7577fc88

-- 

--- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/mobicents-commits/RestComm/Restcomm-Connect/push/refs/heads/issue1496_account_password_with_DaoManager_xml/bfbf7e-66ea75%40github.com.


[RestComm/Restcomm-Connect] f63d36: Included 'encoding' to SmsSessionRequest and added...

2022-01-13 Thread 'Orestis Tsakiridis' via mobicents-commits
  Branch: refs/heads/issue2385_SMS_encoding_attribute
  Home:   https://github.com/RestComm/Restcomm-Connect
  Commit: f63d3624e4a343653a3f66ede9f61dc00719d719
  
https://github.com/RestComm/Restcomm-Connect/commit/f63d3624e4a343653a3f66ede9f61dc00719d719
  Author: Orestis Tsakiridis 
  Date:   2017-07-24 (Mon, 24 Jul 2017)

  Changed paths:
M 
restcomm/restcomm.interpreter/src/main/java/org/restcomm/connect/interpreter/SmsInterpreter.java
M 
restcomm/restcomm.testsuite/src/test/java/org/restcomm/connect/testsuite/smpp/MockSmppServer.java
M 
restcomm/restcomm.testsuite/src/test/java/org/restcomm/connect/testsuite/smpp/SmppTests.java

  Log Message:
  ---
  Included 'encoding' to SmsSessionRequest and added arquilian tests firh RCML 
with SMS/encoding attribute

Refers #2385


  Commit: 5d8a0d7404b53a7e95dd19df82e977ca93fad73b
  
https://github.com/RestComm/Restcomm-Connect/commit/5d8a0d7404b53a7e95dd19df82e977ca93fad73b
  Author: Orestis Tsakiridis 
  Date:   2017-07-26 (Wed, 26 Jul 2017)

  Changed paths:
M 
restcomm/restcomm.interpreter/src/main/java/org/restcomm/connect/interpreter/BaseVoiceInterpreter.java
M 
restcomm/restcomm.interpreter/src/main/java/org/restcomm/connect/interpreter/SmsInterpreter.java
M 
restcomm/restcomm.sms/src/main/java/org/restcomm/connect/sms/smpp/SmppInterpreter.java
M 
restcomm/restcomm.testsuite/src/test/java/org/restcomm/connect/testsuite/smpp/MockSmppServer.java
M 
restcomm/restcomm.testsuite/src/test/java/org/restcomm/connect/testsuite/smpp/SmppTests.java
M 
restcomm/restcomm.testsuite/src/test/java/org/restcomm/connect/testsuite/sms/SmsTest.java
M restcomm/restcomm.testsuite/src/test/resources/restcomm.script_SmsTest
A 
restcomm/restcomm.testsuite/src/test/resources/send-sms-test-withEncoding.xml

  Log Message:
  ---
  Added 'encoding' handling to BaseVoiceInterpreter and SmsInterpreter.

- Also added fix to SmppTests test case and added test cases to SmsTest (still 
fails)

Refers #2385


Compare: 
https://github.com/RestComm/Restcomm-Connect/compare/fe382a751de3...5d8a0d7404b5

-- 

--- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/mobicents-commits/RestComm/Restcomm-Connect/push/refs/heads/issue2385_SMS_encoding_attribute/fe382a-5d8a0d%40github.com.


[RestComm/Restcomm-Connect] c48a6d: WIP on SSO issue #1367

2022-01-13 Thread 'Orestis Tsakiridis' via mobicents-commits
  Branch: refs/heads/sso_issue1367_account_user_sync
  Home:   https://github.com/RestComm/Restcomm-Connect
  Commit: c48a6d5673daf0bf754aee8f58f07674e9943f0e
  
https://github.com/RestComm/Restcomm-Connect/commit/c48a6d5673daf0bf754aee8f58f07674e9943f0e
  Author: Orestis 
  Date:   2016-09-12 (Mon, 12 Sep 2016)

  Changed paths:
M 
restcomm/restcomm.application/src/main/java/org/mobicents/servlet/restcomm/Bootstrapper.java
M 
restcomm/restcomm.http/src/main/java/org/mobicents/servlet/restcomm/http/AccountsEndpoint.java

  Log Message:
  ---
  WIP on SSO issue #1367
- Stored RestcommConfiguration in servlet context. It's cleaner and more 
uniform with existing codebase
  from singlaton approach.

Refers #1367


-- 

--- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/mobicents-commits/RestComm/Restcomm-Connect/push/refs/heads/sso_issue1367_account_user_sync/f6d4d2-c48a6d%40github.com.


[RestComm/Restcomm-Connect] debf6f: Configurable rvd.log location

2022-01-13 Thread 'Orestis Tsakiridis' via mobicents-commits
  Branch: refs/heads/issue2512_config_rvd_log_location
  Home:   https://github.com/RestComm/Restcomm-Connect
  Commit: debf6f929450dd041e7fff4348b3e30992e5085c
  
https://github.com/RestComm/Restcomm-Connect/commit/debf6f929450dd041e7fff4348b3e30992e5085c
  Author: Orestis Tsakiridis 
  Date:   2017-09-29 (Fri, 29 Sep 2017)

  Changed paths:
M 
restcomm/configuration/config-scripts/as7-config-scripts/restcomm/advanced.conf
M 
restcomm/configuration/config-scripts/as7-config-scripts/restcomm/autoconfig.d/config-rvd-logging.sh

  Log Message:
  ---
  Configurable rvd.log location

Fixes #2512


-- 

--- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/mobicents-commits/RestComm/Restcomm-Connect/push/refs/heads/issue2512_config_rvd_log_location/1d6eaa-debf6f%40github.com.


[RestComm/Restcomm-Connect] 9271de: New 'applicationSid' filter value for IncomingPhon...

2022-01-13 Thread 'Orestis Tsakiridis' via mobicents-commits
  Branch: refs/heads/issue2608_numbers_filterd_by_appSid
  Home:   https://github.com/RestComm/Restcomm-Connect
  Commit: 9271de5ef78a3d08b7dbabbf85345b4e294abc1e
  
https://github.com/RestComm/Restcomm-Connect/commit/9271de5ef78a3d08b7dbabbf85345b4e294abc1e
  Author: Orestis Tsakiridis 
  Date:   2017-11-09 (Thu, 09 Nov 2017)

  Changed paths:
M 
restcomm/restcomm.dao/src/main/java/org/restcomm/connect/dao/entities/IncomingPhoneNumberFilter.java
M 
restcomm/restcomm.dao/src/test/java/org/restcomm/connect/dao/mybatis/IncomingPhoneNumbersDaoTest.java
A 
restcomm/restcomm.dao/src/test/java/org/restcomm/connect/dao/mybatis/IncomingPhoneNumbersRetrievalTest.java
M 
restcomm/restcomm.dao/src/test/resources/applicationsDao/incoming-phone-numbers.xml
M 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/IncomingPhoneNumbersEndpoint.java

  Log Message:
  ---
  New 'applicationSid' filter value for IncomingPhoneNumbersFilter, unit test 
and mybatis layer update (for test only)

Refers #2608


  Commit: 20d7a240202676a8898025d363bb5b828269ef96
  
https://github.com/RestComm/Restcomm-Connect/commit/20d7a240202676a8898025d363bb5b828269ef96
  Author: Orestis Tsakiridis 
  Date:   2017-11-09 (Thu, 09 Nov 2017)

  Changed paths:
M 
restcomm/restcomm.application/src/main/webapp/WEB-INF/scripts/mariadb/sql/incoming-phone-numbers.xml
M 
restcomm/restcomm.application/src/main/webapp/WEB-INF/sql/incoming-phone-numbers.xml
M 
restcomm/restcomm.dao/src/test/resources/applicationsDao/incoming-phone-numbers.xml
M restcomm/restcomm.dao/src/test/resources/incoming-phone-numbers.xml
M 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/IncomingPhoneNumbersEndpoint.java
M 
restcomm/restcomm.mrb/src/test/resources/mappers/incoming-phone-numbers.xml
M restcomm/restcomm.telephony/resources/mappers/incoming-phone-numbers.xml
M 
restcomm/restcomm.telephony/src/test/resources/mappers/incoming-phone-numbers.xml

  Log Message:
  ---
  Copied changes to numbers mybatis descriptor to all places throughout the 
codebase (tests, mysql descriptors etc.)

Refers #2608


  Commit: e594b09e4bdf4bdc90098327ee8147aa2563086d
  
https://github.com/RestComm/Restcomm-Connect/commit/e594b09e4bdf4bdc90098327ee8147aa2563086d
  Author: Orestis Tsakiridis 
  Date:   2017-11-10 (Fri, 10 Nov 2017)

  Changed paths:
M 
restcomm/restcomm.docs/sources-asciidoc/src/main/asciidoc/api/incoming-phone-numbers-api.adoc

  Log Message:
  ---
  Updated docs about numbers 'ApplicationSid' based filtering

Refers #2608


Compare: 
https://github.com/RestComm/Restcomm-Connect/compare/2c853ad89846...e594b09e4bdf

-- 

--- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/mobicents-commits/RestComm/Restcomm-Connect/push/refs/heads/issue2608_numbers_filterd_by_appSid/2c853a-e594b0%40github.com.


[RestComm/Restcomm-Connect] 1d6eaa: Configurable rvd.log location

2022-01-13 Thread 'Orestis Tsakiridis' via mobicents-commits
  Branch: refs/heads/issue2512_config_rvd_log_location
  Home:   https://github.com/RestComm/Restcomm-Connect
  Commit: 1d6eaa42d4a305446d5de4531f5db3752e78cec6
  
https://github.com/RestComm/Restcomm-Connect/commit/1d6eaa42d4a305446d5de4531f5db3752e78cec6
  Author: Orestis Tsakiridis 
  Date:   2017-09-29 (Fri, 29 Sep 2017)

  Changed paths:
M 
restcomm/configuration/config-scripts/as7-config-scripts/restcomm/advanced.conf
M 
restcomm/configuration/config-scripts/as7-config-scripts/restcomm/autoconfig.d/config-rvd-logging.sh

  Log Message:
  ---
  Configurable rvd.log location

Fixes #2512


-- 

--- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/mobicents-commits/RestComm/Restcomm-Connect/push/refs/heads/issue2512_config_rvd_log_location/8c88e6-1d6eaa%40github.com.


[RestComm/Restcomm-Connect] 1cae93: Trying to workaround CORS issues in Dashboard

2022-01-13 Thread 'Orestis Tsakiridis' via mobicents-commits
  Branch: refs/heads/rvd_microservice
  Home:   https://github.com/RestComm/Restcomm-Connect
  Commit: 1cae9366fc006404e7e00e84e8c8f1af93feef45
  
https://github.com/RestComm/Restcomm-Connect/commit/1cae9366fc006404e7e00e84e8c8f1af93feef45
  Author: Orestis Tsakiridis 
  Date:   2017-05-11 (Thu, 11 May 2017)

  Changed paths:
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:
  ---
  Trying to workaround CORS issues in Dashboard

- Added hardcoded reference to RVD and tweaked interceptor to add security token


  Commit: 7e2a316f98d707e270b29a31d72b188953f532c7
  
https://github.com/RestComm/Restcomm-Connect/commit/7e2a316f98d707e270b29a31d72b188953f532c7
  Author: Orestis Tsakiridis 
  Date:   2017-05-19 (Fri, 19 May 2017)

  Changed paths:
M restcomm/restcomm.application/src/main/webapp/WEB-INF/web.xml
A 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/cors/CorsFilter.java

  Log Message:
  ---
  Added allow-all CORS filter

refers #2163


  Commit: 336a1292680dea2a9bdb6ac272144bfb92d16134
  
https://github.com/RestComm/Restcomm-Connect/commit/336a1292680dea2a9bdb6ac272144bfb92d16134
  Author: Orestis Tsakiridis 
  Date:   2017-05-19 (Fri, 19 May 2017)

  Changed paths:
A .idea/codeStyleSettings.xml
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/incoming-phone-numbers.xml
M 
restcomm/restcomm.application/src/main/webapp/WEB-INF/sql/incoming-phone-numbers.xml
M restcomm/restcomm.application/src/main/webapp/WEB-INF/web.xml
M 
restcomm/restcomm.commons/src/main/java/org/restcomm/connect/commons/configuration/sets/MainConfigurationSet.java
M 
restcomm/restcomm.commons/src/main/java/org/restcomm/connect/commons/configuration/sets/impl/MainConfigurationSetImpl.java
M 
restcomm/restcomm.dao/src/main/java/org/restcomm/connect/dao/IncomingPhoneNumbersDao.java
M 
restcomm/restcomm.dao/src/main/java/org/restcomm/connect/dao/mybatis/MybatisIncomingPhoneNumbersDao.java
M 
restcomm/restcomm.docs/sources-asciidoc/src/main/asciidoc/api/incoming-phone-numbers-api.adoc
M 
restcomm/restcomm.docs/sources-asciidoc/src/main/asciidoc/api/monitoring-service.adoc
M 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/ExtensionsConfigurationEndpoint.java
M 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/SupervisorEndpoint.java
M 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/SupservisorJsonEndpoint.java
M 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/converter/MonitoringServiceConverter.java
A 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/converter/MonitoringServiceConverterCallDetails.java
A 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/cors/CorsFilter.java
M 
restcomm/restcomm.interpreter/src/main/java/org/restcomm/connect/interpreter/VoiceInterpreter.java
A 
restcomm/restcomm.monitoring.service/src/main/java/org/restcomm/connect/monitoringservice/LiveCallsDetails.java
M 
restcomm/restcomm.monitoring.service/src/main/java/org/restcomm/connect/monitoringservice/MonitoringService.java
M 
restcomm/restcomm.mscontrol.api/src/main/java/org/restcomm/connect/mscontrol/api/messages/StopMediaGroup.java
M 
restcomm/restcomm.mscontrol.mms/src/main/java/org/restcomm/connect/mscontrol/mms/MmsCallController.java
M 
restcomm/restcomm.mscontrol.mms/src/main/java/org/restcomm/connect/mscontrol/mms/MmsConferenceController.java
M 
restcomm/restcomm.telephony.api/src/main/java/org/restcomm/connect/telephony/api/ConferenceModeratorPresent.java
A 
restcomm/restcomm.telephony.api/src/main/java/org/restcomm/connect/telephony/api/GetStatistics.java
M 
restcomm/restcomm.telephony.api/src/main/java/org/restcomm/connect/telephony/api/MonitoringServiceResponse.java
M 
restcomm/restcomm.telephony/src/main/java/org/restcomm/connect/telephony/Call.java
M 
restcomm/restcomm.telephony/src/main/java/org/restcomm/connect/telephony/CallManager.java
M 
restcomm/restcomm.telephony/src/main/java/org/restcomm/connect/telephony/Conference.java
M 
restcomm/restcomm.testsuite/src/test/java/org/restcomm/connect/testsuite/http/CreateCallsTest.java
M 
restcomm/restcomm.testsuite/src/test/java/org/restcomm/connect/testsuite/http/CreateCallsWithStatusCallbackTest.java
M 
restcomm/restcomm.testsuite/src/test/java/org/restcomm/connect/testsuite/http/LiveCallModificationTest.java
M 
restcomm/restcomm.testsuite/src/test/java/org/restcomm/connect/testsuite/http/RestcommCallsTool.java
M 
restcomm/restcomm.testsuite/src/test/java/org/restcomm/connect/testsuite/telephony/CallLifecycleAnswerDelayTest.java
M 
restcomm/restcomm.testsuite/src/test/java/org/restcomm/connect

[RestComm/Restcomm-Connect] ab451f: New 'applicationSid' filter value for IncomingPhon...

2022-01-13 Thread 'Orestis Tsakiridis' via mobicents-commits
  Branch: refs/heads/issue2608_numbers_filterd_by_appSid
  Home:   https://github.com/RestComm/Restcomm-Connect
  Commit: ab451fa30e03a743df73e1689e05c3fb55447afc
  
https://github.com/RestComm/Restcomm-Connect/commit/ab451fa30e03a743df73e1689e05c3fb55447afc
  Author: Orestis Tsakiridis 
  Date:   2017-11-09 (Thu, 09 Nov 2017)

  Changed paths:
M 
restcomm/restcomm.dao/src/main/java/org/restcomm/connect/dao/entities/IncomingPhoneNumberFilter.java
M 
restcomm/restcomm.dao/src/test/java/org/restcomm/connect/dao/mybatis/IncomingPhoneNumbersDaoTest.java
A 
restcomm/restcomm.dao/src/test/java/org/restcomm/connect/dao/mybatis/IncomingPhoneNumbersRetrievalTest.java
M 
restcomm/restcomm.dao/src/test/resources/applicationsDao/incoming-phone-numbers.xml
M 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/IncomingPhoneNumbersEndpoint.java

  Log Message:
  ---
  New 'applicationSid' filter value for IncomingPhoneNumbersFilter, unit test 
and mybatis layer update (for test only)

Refers #2608


  Commit: 7903b8df7d2bb1578e87341747b227c1a8a98448
  
https://github.com/RestComm/Restcomm-Connect/commit/7903b8df7d2bb1578e87341747b227c1a8a98448
  Author: Orestis Tsakiridis 
  Date:   2017-11-09 (Thu, 09 Nov 2017)

  Changed paths:
M 
restcomm/restcomm.application/src/main/webapp/WEB-INF/scripts/mariadb/sql/incoming-phone-numbers.xml
M 
restcomm/restcomm.application/src/main/webapp/WEB-INF/sql/incoming-phone-numbers.xml
M 
restcomm/restcomm.dao/src/test/resources/applicationsDao/incoming-phone-numbers.xml
M restcomm/restcomm.dao/src/test/resources/incoming-phone-numbers.xml
M 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/IncomingPhoneNumbersEndpoint.java
M 
restcomm/restcomm.mrb/src/test/resources/mappers/incoming-phone-numbers.xml
M restcomm/restcomm.telephony/resources/mappers/incoming-phone-numbers.xml
M 
restcomm/restcomm.telephony/src/test/resources/mappers/incoming-phone-numbers.xml

  Log Message:
  ---
  Copied changes to numbers mybatis descriptor to all places throughout the 
codebase (tests, mysql descriptors etc.)

Refers #2608


  Commit: 2c853ad89846438d9dc01febdd771066ca3d1257
  
https://github.com/RestComm/Restcomm-Connect/commit/2c853ad89846438d9dc01febdd771066ca3d1257
  Author: Orestis Tsakiridis 
  Date:   2017-11-10 (Fri, 10 Nov 2017)

  Changed paths:
M 
restcomm/restcomm.docs/sources-asciidoc/src/main/asciidoc/api/incoming-phone-numbers-api.adoc

  Log Message:
  ---
  Updated docs about numbers 'ApplicationSid' based filtering

Refers #2608


Compare: 
https://github.com/RestComm/Restcomm-Connect/compare/84bf56aab9a1...2c853ad89846

-- 

--- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/mobicents-commits/RestComm/Restcomm-Connect/push/refs/heads/issue2608_numbers_filterd_by_appSid/84bf56-2c853a%40github.com.


[RestComm/Restcomm-Connect] 92e94f: Account suspension reviewing. WIP - #1509

2022-01-13 Thread 'Orestis Tsakiridis' via mobicents-commits
  Branch: refs/heads/issue1509_suspend_account_review
  Home:   https://github.com/RestComm/Restcomm-Connect
  Commit: 92e94fac37dc17de0be5678263ff0440692b1dcf
  
https://github.com/RestComm/Restcomm-Connect/commit/92e94fac37dc17de0be5678263ff0440692b1dcf
  Author: Orestis 
  Date:   2016-10-25 (Tue, 25 Oct 2016)

  Changed paths:
M 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/AccountsEndpoint.java
M 
restcomm/restcomm.testsuite/src/test/java/org/restcomm/connect/testsuite/http/AccountsEndpointClosingTest.java
M 
restcomm/restcomm.testsuite/src/test/java/org/restcomm/connect/testsuite/http/AccountsEndpointTest.java
M 
restcomm/restcomm.testsuite/src/test/resources/restcomm.script_accounts_test

  Log Message:
  ---
  Account suspension reviewing. WIP - #1509

- Implemented core algorithm for account suspension
- Started writing tests.

Refers #1509


-- 

--- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/mobicents-commits/RestComm/Restcomm-Connect/push/refs/heads/issue1509_suspend_account_review/e16d27-92e94f%40github.com.


[RestComm/Restcomm-Connect] e20cef: Encapsulated account accessor methods of Accounts ...

2022-01-13 Thread 'Orestis Tsakiridis' via mobicents-commits
/configuration/How to 
get started with Restcomm-Connect and Mysql.adoc
M 
restcomm/restcomm.docs/sources-asciidoc/src/main/asciidoc/configuration/Restcomm
 - Install and Configure Restcomm to use MariaDB.adoc
M 
restcomm/restcomm.http/src/test/java/org/restcomm/connect/dao/DaoManagerMock.java
M restcomm/restcomm.rvd.testsuite/src/test/resources/restcomm.xml
M 
restcomm/restcomm.rvd/src/test/resources/org/restcomm/connect/rvd/contexts/default/restcomm.war/WEB-INF/conf/restcomm.xml
M 
restcomm/restcomm.testsuite/src/test/resources/org/restcomm/connect/telephony/restcomm_no_auth.xml
M 
restcomm/restcomm.testsuite/src/test/resources/org/restcomm/connect/ussd/restcomm_conf_ussd_push.xml
M restcomm/restcomm.testsuite/src/test/resources/restcomm-EmailEndpoint.xml
M restcomm/restcomm.testsuite/src/test/resources/restcomm-accountRemoval.xml
M restcomm/restcomm.testsuite/src/test/resources/restcomm-embeddedMMS.xml
M restcomm/restcomm.testsuite/src/test/resources/restcomm-smpp.xml
M restcomm/restcomm.testsuite/src/test/resources/restcomm.xml
M 
restcomm/restcomm.testsuite/src/test/resources/restcomm_AvailablePhoneNumbers_Test.xml
M restcomm/restcomm.testsuite/src/test/resources/restcomm_SmsTest.xml
M restcomm/restcomm.testsuite/src/test/resources/restcomm_SmsTest2.xml
M restcomm/restcomm.testsuite/src/test/resources/restcomm_bandwidth_test.xml
M restcomm/restcomm.testsuite/src/test/resources/restcomm_calllifecycle.xml
M 
restcomm/restcomm.testsuite/src/test/resources/restcomm_for_SMSEndpointTest.xml
M restcomm/restcomm.testsuite/src/test/resources/restcomm_nexmo_test.xml
M 
restcomm/restcomm.testsuite/src/test/resources/restcomm_roles_permissions.xml
M restcomm/restcomm.testsuite/src/test/resources/restcomm_voxbone_test.xml
M 
restcomm/restcomm.testsuite/src/test/resources/restcomm_workspaceMigration.xml

  Log Message:
  ---
  Merge branch 'issue1625_dao_manager_xml' into 
issue1496_account_password_with_DaoManager_xml


  Commit: 468bbe965469d3165d334fad9385218cb02b3c42
  
https://github.com/RestComm/Restcomm-Connect/commit/468bbe965469d3165d334fad9385218cb02b3c42
  Author: Orestis 
  Date:   2016-12-09 (Fri, 09 Dec 2016)

  Changed paths:
M 
restcomm/configuration/config-scripts/as7-config-scripts/restcomm/advanced.conf
M 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/AbstractEndpoint.java
M 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/CallsEndpoint.java
M 
restcomm/restcomm.interpreter/src/main/java/org/restcomm/connect/interpreter/VoiceInterpreter.java
M 
restcomm/restcomm.mgcp/src/main/java/org/restcomm/connect/mgcp/IvrEndpoint.java
M 
restcomm/restcomm.mrb/src/main/java/org/restcomm/connect/mrb/MgcpMediaGroup.java
M 
restcomm/restcomm.telephony/src/main/java/org/restcomm/connect/telephony/Call.java
M 
restcomm/restcomm.telephony/src/main/java/org/restcomm/connect/telephony/Conference.java
M 
restcomm/restcomm.testsuite/src/test/java/org/restcomm/connect/testsuite/telephony/TestDialVerbPartOne.java

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


  Commit: bfbf7e8a4267542d9c1e3ea22ed3f80b64c83e6f
  
https://github.com/RestComm/Restcomm-Connect/commit/bfbf7e8a4267542d9c1e3ea22ed3f80b64c83e6f
  Author: Orestis Tsakiridis 
  Date:   2016-12-11 (Sun, 11 Dec 2016)

  Changed paths:
M 
restcomm/restcomm.application/src/main/java/org/restcomm/connect/application/Bootstrapper.java

  Log Message:
  ---
  Changed RestcommConfiguration initilization order in Bootstrapper to avoid 
issues with akka initialization


Compare: 
https://github.com/RestComm/Restcomm-Connect/compare/ac81ae2a4ea4...bfbf7e8a4267

-- 

--- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/mobicents-commits/RestComm/Restcomm-Connect/push/refs/heads/issue1496_account_password_with_DaoManager_xml/ac81ae-bfbf7e%40github.com.


[RestComm/Restcomm-Connect] f6d4d2: WIP on SSO issue #1367

2022-01-13 Thread 'Orestis Tsakiridis' via mobicents-commits
  Branch: refs/heads/sso_issue1367_account_user_sync
  Home:   https://github.com/RestComm/Restcomm-Connect
  Commit: f6d4d249ef9a17eb7cf79d507a0367131c473cd3
  
https://github.com/RestComm/Restcomm-Connect/commit/f6d4d249ef9a17eb7cf79d507a0367131c473cd3
  Author: Orestis 
  Date:   2016-09-12 (Mon, 12 Sep 2016)

  Changed paths:
M 
restcomm/restcomm.application/src/main/java/org/mobicents/servlet/restcomm/Bootstrapper.java
M 
restcomm/restcomm.http/src/main/java/org/mobicents/servlet/restcomm/http/AccountsEndpoint.java

  Log Message:
  ---
  WIP on SSO issue #1367
- Stored RestcommConfiguration in servlet context. It's cleaner and more 
uniform with existing codebase
  from singlaton approach.

Refers #1367


-- 

--- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/mobicents-commits/RestComm/Restcomm-Connect/push/refs/heads/sso_issue1367_account_user_sync/033089-f6d4d2%40github.com.


[RestComm/Restcomm-Connect] f54db7: Included 'encoding' to SmsSessionRequest and added...

2022-01-13 Thread 'Orestis Tsakiridis' via mobicents-commits
  Branch: refs/heads/issue2385_SMS_encoding_attribute
  Home:   https://github.com/RestComm/Restcomm-Connect
  Commit: f54db73645ba270bc1315c635719233ce1223d09
  
https://github.com/RestComm/Restcomm-Connect/commit/f54db73645ba270bc1315c635719233ce1223d09
  Author: Orestis Tsakiridis 
  Date:   2017-07-24 (Mon, 24 Jul 2017)

  Changed paths:
M 
restcomm/restcomm.interpreter/src/main/java/org/restcomm/connect/interpreter/SmsInterpreter.java
M 
restcomm/restcomm.testsuite/src/test/java/org/restcomm/connect/testsuite/smpp/MockSmppServer.java
M 
restcomm/restcomm.testsuite/src/test/java/org/restcomm/connect/testsuite/smpp/SmppTests.java

  Log Message:
  ---
  Included 'encoding' to SmsSessionRequest and added arquilian tests firh RCML 
with SMS/encoding attribute

Refers #2385


  Commit: fe382a751de317ab5aaec32c5b7646c7713f0ee7
  
https://github.com/RestComm/Restcomm-Connect/commit/fe382a751de317ab5aaec32c5b7646c7713f0ee7
  Author: Orestis Tsakiridis 
  Date:   2017-07-26 (Wed, 26 Jul 2017)

  Changed paths:
M 
restcomm/restcomm.interpreter/src/main/java/org/restcomm/connect/interpreter/BaseVoiceInterpreter.java
M 
restcomm/restcomm.interpreter/src/main/java/org/restcomm/connect/interpreter/SmsInterpreter.java
M 
restcomm/restcomm.sms/src/main/java/org/restcomm/connect/sms/smpp/SmppInterpreter.java
M 
restcomm/restcomm.testsuite/src/test/java/org/restcomm/connect/testsuite/smpp/MockSmppServer.java
M 
restcomm/restcomm.testsuite/src/test/java/org/restcomm/connect/testsuite/smpp/SmppTests.java
M 
restcomm/restcomm.testsuite/src/test/java/org/restcomm/connect/testsuite/sms/SmsTest.java
M restcomm/restcomm.testsuite/src/test/resources/restcomm.script_SmsTest
A 
restcomm/restcomm.testsuite/src/test/resources/send-sms-test-withEncoding.xml

  Log Message:
  ---
  Added 'encoding' handling to BaseVoiceInterpreter and SmsInterpreter.

- Also added fix to SmppTests test case and added test cases to SmsTest (still 
fails)

Refers #2385


Compare: 
https://github.com/RestComm/Restcomm-Connect/compare/01e529d29b87...fe382a751de3

-- 

--- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/mobicents-commits/RestComm/Restcomm-Connect/push/refs/heads/issue2385_SMS_encoding_attribute/01e529-fe382a%40github.com.


[RestComm/olympus] d8df36: FS-568 - WIP

2019-01-02 Thread Orestis Tsakiridis
  Branch: refs/heads/master
  Home:   https://github.com/RestComm/olympus
  Commit: d8df36e714d3533d6cbcc945413320901d736235
  
https://github.com/RestComm/olympus/commit/d8df36e714d3533d6cbcc945413320901d736235
  Author: Orestis Tsakiridis 
  Date:   2018-11-02 (Fri, 02 Nov 2018)

  Changed paths:
M src/main/webapp/index.html
A 
src/main/webapp/lib/angular-bootstrap-popover/ui-bootstrap-custom-2.5.0-csp.css
A 
src/main/webapp/lib/angular-bootstrap-popover/ui-bootstrap-custom-tpls-2.5.0.js
A 
src/main/webapp/lib/angular-bootstrap-popover/ui-bootstrap-custom-tpls-2.5.0.min.js
A src/main/webapp/lib/bootstrap-additions/bootstrap-additions.min.css
M src/main/webapp/modules/home.html
M src/main/webapp/modules/sign-in.html
A src/main/webapp/modules/templates/tour-step.html
M src/main/webapp/resources/css/olympus-late.css
M src/main/webapp/resources/css/olympus-v2.css
M src/main/webapp/resources/css/olympus.css
M src/main/webapp/resources/js/app.js
M src/main/webapp/resources/js/controllers/home.js
M src/main/webapp/resources/js/controllers/sign-in.js
M src/main/webapp/resources/js/directives.js
M src/main/webapp/resources/js/services.js
A src/main/webapp/resources/js/takeatour.js
A webrtc-ui.iml

  Log Message:
  ---
  FS-568 - WIP


  Commit: 1f8c80c40ccdcba7d66b8b8b35a1b466c145dd23
  
https://github.com/RestComm/olympus/commit/1f8c80c40ccdcba7d66b8b8b35a1b466c145dd23
  Author: Orestis Tsakiridis 
  Date:   2018-11-04 (Sun, 04 Nov 2018)

  Changed paths:
M src/main/webapp/index.html
R 
src/main/webapp/lib/angular-bootstrap-popover/ui-bootstrap-custom-2.5.0-csp.css
R 
src/main/webapp/lib/angular-bootstrap-popover/ui-bootstrap-custom-tpls-2.5.0.js
R 
src/main/webapp/lib/angular-bootstrap-popover/ui-bootstrap-custom-tpls-2.5.0.min.js
M src/main/webapp/modules/home.html
M src/main/webapp/modules/sign-in.html
M src/main/webapp/modules/templates/tour-step.html
M src/main/webapp/resources/js/controllers/sign-in.js
M src/main/webapp/resources/js/directives.js
M src/main/webapp/resources/js/takeatour.js

  Log Message:
  ---
  FS-568 Stable operations for take-a-tour

* Re-wrote tour-step directive
* Support for backdrop
* Lazy initialization of $popover
* Optimal and scalable use of interval


  Commit: 38b52ce1a7fd157a784ed9fef6e5197af978e2fb
  
https://github.com/RestComm/olympus/commit/38b52ce1a7fd157a784ed9fef6e5197af978e2fb
  Author: Orestis Tsakiridis 
  Date:   2018-11-06 (Tue, 06 Nov 2018)

  Changed paths:
M src/main/webapp/modules/home.html
M src/main/webapp/modules/sign-in.html
A src/main/webapp/modules/templates/tour-splash-screen.html
M src/main/webapp/resources/css/olympus.css
A src/main/webapp/resources/images/v2/happy-guy.svg
M src/main/webapp/resources/js/app.js
M src/main/webapp/resources/js/controllers/home.js
M src/main/webapp/resources/js/directives.js
M src/main/webapp/resources/js/takeatour.js

  Log Message:
  ---
  FS-568 Smoothing take-a-tour operation and splash

* Fixed backdrop behaviour between tour-step transitions
* Verified automatic start of tour bases on URL fragment parameter
* 'splash' modal
  - display when the call is successull
  - notify controller when the modal hids
  - redirect to console when that happens


  Commit: 74c190eeb239a319c3fbd7bf1600a59c8b8de5a3
  
https://github.com/RestComm/olympus/commit/74c190eeb239a319c3fbd7bf1600a59c8b8de5a3
  Author: Orestis Tsakiridis 
  Date:   2018-11-07 (Wed, 07 Nov 2018)

  Changed paths:
M src/main/webapp/modules/home.html
M src/main/webapp/modules/sign-in.html
M src/main/webapp/resources/css/olympus.css
M src/main/webapp/resources/js/takeatour.js

  Log Message:
  ---
  FS-568 UI/UX improvements for take-a-tour hints

* Tighter/more accurate backdrop area to keep the user on track
* Bigger fonts in steps, step placement improvements


  Commit: 572b763352de800adc5ed19d0978e78abc6e16b2
  
https://github.com/RestComm/olympus/commit/572b763352de800adc5ed19d0978e78abc6e16b2
  Author: Orestis Tsakiridis 
  Date:   2018-11-07 (Wed, 07 Nov 2018)

  Changed paths:
M src/main/webapp/modules/home.html
M src/main/webapp/resources/js/controllers/home.js
M src/main/webapp/resources/js/takeatour.js

  Log Message:
  ---
  FS-711 Added take-a-tour branch for sending SMS

Branching logic take into account the voiceOrSms context param (tour-context 
fragment param)y


  Commit: f8b0802b87e7444fd5d1b12df966fba8f99a5f40
  
https://github.com/RestComm/olympus/commit/f8b0802b87e7444fd5d1b12df966fba8f99a5f40
  Author: Orestis Tsakiridis 
  Date:   2018-11-09 (Fri, 09 Nov 2018)

  Changed paths:
M src/main/webapp/resources/js/services.js

  Log Message:
  ---
  FS-725 Better tour context passing

* better context passing method with multiple parameters based on encoded json 
object


  Commit

[RestComm/olympus] e39102: FS-872 Reviewed text content of tour steps

2018-12-19 Thread Orestis Tsakiridis
  Branch: refs/heads/FS-568_take-a-tour
  Home:   https://github.com/RestComm/olympus
  Commit: e3910273ef8aa48e9f28acfa1f257247a3f389f6
  
https://github.com/RestComm/olympus/commit/e3910273ef8aa48e9f28acfa1f257247a3f389f6
  Author: Orestis Tsakiridis 
  Date:   2018-12-20 (Thu, 20 Dec 2018)

  Changed paths:
M src/main/webapp/modules/templates/tour-splash-call-success.html
M src/main/webapp/modules/templates/tour-splash-message-success.html
M src/main/webapp/resources/css/olympus.css
M src/main/webapp/resources/js/directives.js
M src/main/webapp/resources/js/takeatour.js

  Log Message:
  ---
  FS-872 Reviewed text content of tour steps



  **NOTE:** This service has been marked for deprecation: 
https://developer.github.com/changes/2018-04-25-github-services-deprecation/

  Functionality will be removed from GitHub.com on January 31st, 2019.

-- 

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


[RestComm/olympus] 6090cb: FS-801 Show congrats splash only when touring

2018-12-04 Thread Orestis Tsakiridis
  Branch: refs/heads/FS-568_take-a-tour
  Home:   https://github.com/RestComm/olympus
  Commit: 6090cb718de28bba35a42959487974cc87a38a8f
  
https://github.com/RestComm/olympus/commit/6090cb718de28bba35a42959487974cc87a38a8f
  Author: Orestis Tsakiridis 
  Date:   2018-12-04 (Tue, 04 Dec 2018)

  Changed paths:
M src/main/webapp/resources/js/controllers/home.js

  Log Message:
  ---
  FS-801 Show congrats splash only when touring



  **NOTE:** This service has been marked for deprecation: 
https://developer.github.com/changes/2018-04-25-github-services-deprecation/

  Functionality will be removed from GitHub.com on January 31st, 2019.

-- 

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


[RestComm/olympus] 175062: FS-726 Updated take-a-tour step text content

2018-11-21 Thread Orestis Tsakiridis
  Branch: refs/heads/FS-568_take-a-tour
  Home:   https://github.com/RestComm/olympus
  Commit: 175062e30109b6c5971ce58c9be4df4a367833b8
  
https://github.com/RestComm/olympus/commit/175062e30109b6c5971ce58c9be4df4a367833b8
  Author: Orestis Tsakiridis 
  Date:   2018-11-21 (Wed, 21 Nov 2018)

  Changed paths:
M src/main/webapp/modules/templates/tour-splash-call-failure.html
M src/main/webapp/modules/templates/tour-splash-message-failure.html

  Log Message:
  ---
  FS-726 Updated take-a-tour step text content



  **NOTE:** This service has been marked for deprecation: 
https://developer.github.com/changes/2018-04-25-github-services-deprecation/

  Functionality will be removed from GitHub.com on January 31st, 2019.

-- 

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


[RestComm/olympus] 4cacf8: FS-726 Customized tour step text content and updat...

2018-11-20 Thread Orestis Tsakiridis
  Branch: refs/heads/FS-568_take-a-tour
  Home:   https://github.com/RestComm/olympus
  Commit: 4cacf8088316facfbfcd6cbb91927dbae3b87ff0
  
https://github.com/RestComm/olympus/commit/4cacf8088316facfbfcd6cbb91927dbae3b87ff0
  Author: Orestis Tsakiridis 
  Date:   2018-11-20 (Tue, 20 Nov 2018)

  Changed paths:
M src/main/webapp/modules/templates/tour-splash-call-failure.html
M src/main/webapp/modules/templates/tour-splash-call-success.html
M src/main/webapp/modules/templates/tour-splash-message-failure.html
M src/main/webapp/modules/templates/tour-splash-message-success.html
M src/main/webapp/resources/css/olympus.css
A src/main/webapp/resources/images/v2/sorry-guy.svg
M src/main/webapp/resources/js/controllers/home.js
M src/main/webapp/resources/js/takeatour.js

  Log Message:
  ---
  FS-726 Customized tour step text content and updated failure splash screen 
image



  **NOTE:** This service has been marked for deprecation: 
https://developer.github.com/changes/2018-04-25-github-services-deprecation/

  Functionality will be removed from GitHub.com on January 31st, 2019.

-- 

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


[RestComm/olympus] 781c57: Change AS file logger to size rotating in Docker

2018-11-19 Thread Orestis Tsakiridis
  Branch: refs/heads/FS-568_take-a-tour
  Home:   https://github.com/RestComm/olympus
  Commit: 781c5785f17074a587d8908e351e4927b1a07106
  
https://github.com/RestComm/olympus/commit/781c5785f17074a587d8908e351e4927b1a07106
  Author: Alexandre Mendonça 
  Date:   2018-10-24 (Wed, 24 Oct 2018)

  Changed paths:
M docker/config-wildfly.py

  Log Message:
  ---
  Change AS file logger to size rotating in Docker

Default is set to maximum of 5 files up to 2 MB.


  Commit: 9e2a3db397348edc091b6e3f40c13a0a2d70b54e
  
https://github.com/RestComm/olympus/commit/9e2a3db397348edc091b6e3f40c13a0a2d70b54e
  Author: Alexandre Mendonça 
  Date:   2018-10-24 (Wed, 24 Oct 2018)

  Changed paths:
M docker/config-wildfly.py

  Log Message:
  ---
  Add proper formatter to size rotating logger


  Commit: 21b86e3706a18011dd832736a36198d5ad7c0811
  
https://github.com/RestComm/olympus/commit/21b86e3706a18011dd832736a36198d5ad7c0811
  Author: Orestis Tsakiridis 
  Date:   2018-11-15 (Thu, 15 Nov 2018)

  Changed paths:
M docker/config-wildfly.py

  Log Message:
  ---
  Merge branch 'master' into FS-568_take-a-tour


  Commit: 43906decdd1bbd16ada8f297bec00d87ef54ff40
  
https://github.com/RestComm/olympus/commit/43906decdd1bbd16ada8f297bec00d87ef54ff40
  Author: Orestis Tsakiridis 
  Date:   2018-11-19 (Mon, 19 Nov 2018)

  Changed paths:
M src/main/webapp/resources/css/olympus.css
M src/main/webapp/resources/js/takeatour.js

  Log Message:
  ---
  FS-726 Reviewed tour step messages

Tweaked tour popover size too


Compare: https://github.com/RestComm/olympus/compare/96505d560a2d...43906decdd1b
  **NOTE:** This service has been marked for deprecation: 
https://developer.github.com/changes/2018-04-25-github-services-deprecation/

  Functionality will be removed from GitHub.com on January 31st, 2019.

-- 

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


[RestComm/olympus] 96505d: FS-726 Take a tour: Validate phone number when ent...

2018-11-14 Thread Orestis Tsakiridis
  Branch: refs/heads/FS-568_take-a-tour
  Home:   https://github.com/RestComm/olympus
  Commit: 96505d560a2df38fd00d5af89f48e9aa7c74fbf6
  
https://github.com/RestComm/olympus/commit/96505d560a2df38fd00d5af89f48e9aa7c74fbf6
  Author: Orestis Tsakiridis 
  Date:   2018-11-15 (Thu, 15 Nov 2018)

  Changed paths:
M src/main/webapp/modules/home.html
A src/main/webapp/modules/templates/tour-splash-call-failure.html
A src/main/webapp/modules/templates/tour-splash-call-success.html
A src/main/webapp/modules/templates/tour-splash-message-failure.html
A src/main/webapp/modules/templates/tour-splash-message-success.html
R src/main/webapp/modules/templates/tour-splash-screen.html
M src/main/webapp/modules/templates/tour-step.html
M src/main/webapp/resources/js/controllers/home.js
M src/main/webapp/resources/js/directives.js
M src/main/webapp/resources/js/takeatour.js

  Log Message:
  ---
  FS-726 Take a tour: Validate phone number when entering contact and use of 
angular events for getting notified about call/messaging status

* Show the created phone-number when adding the contact
* Only create the contact if the user has added the correct phone number
* Support (double) interpolation in tour step body
* Listen for events using scope.$on()
* Introduced different templates for splash screen



  **NOTE:** This service has been marked for deprecation: 
https://developer.github.com/changes/2018-04-25-github-services-deprecation/

  Functionality will be removed from GitHub.com on January 31st, 2019.

-- 

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


[RestComm/olympus] 284023: FS-726 Take a tour: Validate phone number when ent...

2018-11-13 Thread Orestis Tsakiridis
  Branch: refs/heads/FS-568_take-a-tour
  Home:   https://github.com/RestComm/olympus
  Commit: 2840230a9245f21e9c926739bc66f07fec28
  
https://github.com/RestComm/olympus/commit/2840230a9245f21e9c926739bc66f07fec28
  Author: Orestis Tsakiridis 
  Date:   2018-11-13 (Tue, 13 Nov 2018)

  Changed paths:
M src/main/webapp/modules/home.html
M src/main/webapp/modules/templates/tour-step.html
M src/main/webapp/resources/js/controllers/home.js
M src/main/webapp/resources/js/directives.js
M src/main/webapp/resources/js/takeatour.js

  Log Message:
  ---
  FS-726 Take a tour: Validate phone number when entering contact

* Show the created phone-number when adding the contact
* Only create the contact if the user has added the correct phone number
* Support (double) interpolation in tour step body



  **NOTE:** This service has been marked for deprecation: 
https://developer.github.com/changes/2018-04-25-github-services-deprecation/

  Functionality will be removed from GitHub.com on January 31st, 2019.

-- 

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


[RestComm/olympus] f8b080: FS-725 Better tour context passing

2018-11-09 Thread Orestis Tsakiridis
  Branch: refs/heads/FS-568_take-a-tour
  Home:   https://github.com/RestComm/olympus
  Commit: f8b0802b87e7444fd5d1b12df966fba8f99a5f40
  
https://github.com/RestComm/olympus/commit/f8b0802b87e7444fd5d1b12df966fba8f99a5f40
  Author: Orestis Tsakiridis 
  Date:   2018-11-09 (Fri, 09 Nov 2018)

  Changed paths:
M src/main/webapp/resources/js/services.js

  Log Message:
  ---
  FS-725 Better tour context passing

* better context passing method with multiple parameters based on encoded json 
object



  **NOTE:** This service has been marked for deprecation: 
https://developer.github.com/changes/2018-04-25-github-services-deprecation/

  Functionality will be removed from GitHub.com on January 31st, 2019.

-- 

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


[RestComm/olympus] 572b76: FS-711 Added take-a-tour branch for sending SMS

2018-11-06 Thread Orestis Tsakiridis
  Branch: refs/heads/FS-568_take-a-tour
  Home:   https://github.com/RestComm/olympus
  Commit: 572b763352de800adc5ed19d0978e78abc6e16b2
  
https://github.com/RestComm/olympus/commit/572b763352de800adc5ed19d0978e78abc6e16b2
  Author: Orestis Tsakiridis 
  Date:   2018-11-07 (Wed, 07 Nov 2018)

  Changed paths:
M src/main/webapp/modules/home.html
M src/main/webapp/resources/js/controllers/home.js
M src/main/webapp/resources/js/takeatour.js

  Log Message:
  ---
  FS-711 Added take-a-tour branch for sending SMS

Branching logic take into account the voiceOrSms context param (tour-context 
fragment param)y



  **NOTE:** This service has been marked for deprecation: 
https://developer.github.com/changes/2018-04-25-github-services-deprecation/

  Functionality will be removed from GitHub.com on January 31st, 2019.

-- 

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


[RestComm/olympus] 38b52c: FS-568 Smoothing take-a-tour operation and splash

2018-11-06 Thread Orestis Tsakiridis
  Branch: refs/heads/FS-568_take-a-tour
  Home:   https://github.com/RestComm/olympus
  Commit: 38b52ce1a7fd157a784ed9fef6e5197af978e2fb
  
https://github.com/RestComm/olympus/commit/38b52ce1a7fd157a784ed9fef6e5197af978e2fb
  Author: Orestis Tsakiridis 
  Date:   2018-11-06 (Tue, 06 Nov 2018)

  Changed paths:
M src/main/webapp/modules/home.html
M src/main/webapp/modules/sign-in.html
A src/main/webapp/modules/templates/tour-splash-screen.html
M src/main/webapp/resources/css/olympus.css
A src/main/webapp/resources/images/v2/happy-guy.svg
M src/main/webapp/resources/js/app.js
M src/main/webapp/resources/js/controllers/home.js
M src/main/webapp/resources/js/directives.js
M src/main/webapp/resources/js/takeatour.js

  Log Message:
  ---
  FS-568 Smoothing take-a-tour operation and splash

* Fixed backdrop behaviour between tour-step transitions
* Verified automatic start of tour bases on URL fragment parameter
* 'splash' modal
  - display when the call is successull
  - notify controller when the modal hids
  - redirect to console when that happens


  Commit: 74c190eeb239a319c3fbd7bf1600a59c8b8de5a3
  
https://github.com/RestComm/olympus/commit/74c190eeb239a319c3fbd7bf1600a59c8b8de5a3
  Author: Orestis Tsakiridis 
  Date:   2018-11-07 (Wed, 07 Nov 2018)

  Changed paths:
M src/main/webapp/modules/home.html
M src/main/webapp/modules/sign-in.html
M src/main/webapp/resources/css/olympus.css
M src/main/webapp/resources/js/takeatour.js

  Log Message:
  ---
  FS-568 UI/UX improvements for take-a-tour hints

* Tighter/more accurate backdrop area to keep the user on track
* Bigger fonts in steps, step placement improvements


Compare: https://github.com/RestComm/olympus/compare/1f8c80c40ccd...74c190eeb239
  **NOTE:** This service has been marked for deprecation: 
https://developer.github.com/changes/2018-04-25-github-services-deprecation/

  Functionality will be removed from GitHub.com on January 31st, 2019.

-- 

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


[RestComm/olympus] d8df36: FS-568 - WIP

2018-11-04 Thread Orestis Tsakiridis
  Branch: refs/heads/FS-568_take-a-tour
  Home:   https://github.com/RestComm/olympus
  Commit: d8df36e714d3533d6cbcc945413320901d736235
  
https://github.com/RestComm/olympus/commit/d8df36e714d3533d6cbcc945413320901d736235
  Author: Orestis Tsakiridis 
  Date:   2018-11-02 (Fri, 02 Nov 2018)

  Changed paths:
M src/main/webapp/index.html
A 
src/main/webapp/lib/angular-bootstrap-popover/ui-bootstrap-custom-2.5.0-csp.css
A 
src/main/webapp/lib/angular-bootstrap-popover/ui-bootstrap-custom-tpls-2.5.0.js
A 
src/main/webapp/lib/angular-bootstrap-popover/ui-bootstrap-custom-tpls-2.5.0.min.js
A src/main/webapp/lib/bootstrap-additions/bootstrap-additions.min.css
M src/main/webapp/modules/home.html
M src/main/webapp/modules/sign-in.html
A src/main/webapp/modules/templates/tour-step.html
M src/main/webapp/resources/css/olympus-late.css
M src/main/webapp/resources/css/olympus-v2.css
M src/main/webapp/resources/css/olympus.css
M src/main/webapp/resources/js/app.js
M src/main/webapp/resources/js/controllers/home.js
M src/main/webapp/resources/js/controllers/sign-in.js
M src/main/webapp/resources/js/directives.js
M src/main/webapp/resources/js/services.js
A src/main/webapp/resources/js/takeatour.js
A webrtc-ui.iml

  Log Message:
  ---
  FS-568 - WIP


  Commit: 1f8c80c40ccdcba7d66b8b8b35a1b466c145dd23
  
https://github.com/RestComm/olympus/commit/1f8c80c40ccdcba7d66b8b8b35a1b466c145dd23
  Author: Orestis Tsakiridis 
  Date:   2018-11-04 (Sun, 04 Nov 2018)

  Changed paths:
M src/main/webapp/index.html
R 
src/main/webapp/lib/angular-bootstrap-popover/ui-bootstrap-custom-2.5.0-csp.css
R 
src/main/webapp/lib/angular-bootstrap-popover/ui-bootstrap-custom-tpls-2.5.0.js
R 
src/main/webapp/lib/angular-bootstrap-popover/ui-bootstrap-custom-tpls-2.5.0.min.js
M src/main/webapp/modules/home.html
M src/main/webapp/modules/sign-in.html
M src/main/webapp/modules/templates/tour-step.html
M src/main/webapp/resources/js/controllers/sign-in.js
M src/main/webapp/resources/js/directives.js
M src/main/webapp/resources/js/takeatour.js

  Log Message:
  ---
  FS-568 Stable operations for take-a-tour

* Re-wrote tour-step directive
* Support for backdrop
* Lazy initialization of $popover
* Optimal and scalable use of interval


Compare: 
https://github.com/RestComm/olympus/compare/d8df36e714d3^...1f8c80c40ccd
  **NOTE:** This service has been marked for deprecation: 
https://developer.github.com/changes/2018-04-25-github-services-deprecation/

  Functionality will be removed from GitHub.com on January 31st, 2019.

-- 

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


[RestComm/Restcomm-Connect] c0ec34: Added Designer Guick Start Guide documentation

2018-06-28 Thread Orestis Tsakiridis
  Branch: refs/heads/FS-171_designer_quick_start_guide_doc
  Home:   https://github.com/RestComm/Restcomm-Connect
  Commit: c0ec34c77f215f804f170b7be3f323519bff3a96
  
https://github.com/RestComm/Restcomm-Connect/commit/c0ec34c77f215f804f170b7be3f323519bff3a96
  Author: Orestis Tsakiridis 
  Date:   2018-06-28 (Thu, 28 Jun 2018)

  Changed paths:
M restcomm/restcomm.docs/sources-asciidoc/src/main/asciidoc/rvd/Quick Start 
Guide.adoc
M restcomm/restcomm.docs/sources-asciidoc/src/main/asciidoc/rvd/index.adoc

  Log Message:
  ---
  Added Designer Guick Start Guide documentation

Refers FS-171



  **NOTE:** This service been marked for deprecation: 
https://developer.github.com/changes/2018-04-25-github-services-deprecation/

  Functionality will be removed from GitHub.com on January 31st, 2019.

-- 

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


[RestComm/Restcomm-Connect] 1eb7b5: Added Designer Guick Start Guide documentation

2018-06-28 Thread Orestis Tsakiridis
  Branch: refs/heads/FS-171_designer_quick_start_guide_doc
  Home:   https://github.com/RestComm/Restcomm-Connect
  Commit: 1eb7b5a33c3dcb2cc038d7706b943a7c6cb1e6f8
  
https://github.com/RestComm/Restcomm-Connect/commit/1eb7b5a33c3dcb2cc038d7706b943a7c6cb1e6f8
  Author: Orestis Tsakiridis 
  Date:   2018-06-28 (Thu, 28 Jun 2018)

  Changed paths:
M restcomm/restcomm.docs/sources-asciidoc/src/main/asciidoc/rvd/Quick Start 
Guide.adoc
M restcomm/restcomm.docs/sources-asciidoc/src/main/asciidoc/rvd/index.adoc

  Log Message:
  ---
  Added Designer Guick Start Guide documentation

Refers FS-171



  **NOTE:** This service been marked for deprecation: 
https://developer.github.com/changes/2018-04-25-github-services-deprecation/

  Functionality will be removed from GitHub.com on January 31st, 2019.

-- 

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


[RestComm/Restcomm-Connect] fd575e: Added Designer Guick Start Guide documentation

2018-06-28 Thread Orestis Tsakiridis
  Branch: refs/heads/FS-171_designer_quick_start_guide_doc
  Home:   https://github.com/RestComm/Restcomm-Connect
  Commit: fd575e65e24c107c46c98aaf44cdf3cec9c819c9
  
https://github.com/RestComm/Restcomm-Connect/commit/fd575e65e24c107c46c98aaf44cdf3cec9c819c9
  Author: Orestis Tsakiridis 
  Date:   2018-06-28 (Thu, 28 Jun 2018)

  Changed paths:
M restcomm/restcomm.docs/sources-asciidoc/src/main/asciidoc/rvd/Quick Start 
Guide.adoc
M restcomm/restcomm.docs/sources-asciidoc/src/main/asciidoc/rvd/index.adoc

  Log Message:
  ---
  Added Designer Guick Start Guide documentation

Refers FS-171



  **NOTE:** This service been marked for deprecation: 
https://developer.github.com/changes/2018-04-25-github-services-deprecation/

  Functionality will be removed from GitHub.com on January 31st, 2019.

-- 

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


[RestComm/Restcomm-Connect] 8c4bef: Added Designer Guick Start Guide documentation

2018-06-28 Thread Orestis Tsakiridis
  Branch: refs/heads/FS-171_designer_quick_start_guide_doc
  Home:   https://github.com/RestComm/Restcomm-Connect
  Commit: 8c4bef0248dbdb23df6a46084c26b4dc33976d82
  
https://github.com/RestComm/Restcomm-Connect/commit/8c4bef0248dbdb23df6a46084c26b4dc33976d82
  Author: Orestis Tsakiridis 
  Date:   2018-06-28 (Thu, 28 Jun 2018)

  Changed paths:
M restcomm/restcomm.docs/sources-asciidoc/src/main/asciidoc/rvd/Quick Start 
Guide.adoc
M restcomm/restcomm.docs/sources-asciidoc/src/main/asciidoc/rvd/index.adoc

  Log Message:
  ---
  Added Designer Guick Start Guide documentation

Refers FS-171



  **NOTE:** This service been marked for deprecation: 
https://developer.github.com/changes/2018-04-25-github-services-deprecation/

  Functionality will be removed from GitHub.com on January 31st, 2019.

-- 

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


[RestComm/Restcomm-Connect] ab8899: FS-171 Started writing Designer quick start guide

2018-06-28 Thread Orestis Tsakiridis
  Branch: refs/heads/FS-171_designer_quick_start_guide_doc
  Home:   https://github.com/RestComm/Restcomm-Connect
  Commit: ab88995df44c308c98ea255d6b703c95ba5ac53d
  
https://github.com/RestComm/Restcomm-Connect/commit/ab88995df44c308c98ea255d6b703c95ba5ac53d
  Author: Orestis Tsakiridis 
  Date:   2018-06-26 (Tue, 26 Jun 2018)

  Changed paths:
A restcomm/restcomm.docs/sources-asciidoc/src/main/asciidoc/rvd/Quick Start 
Guide.adoc

  Log Message:
  ---
  FS-171 Started writing Designer quick start guide


  Commit: 451d0a3cdb0bfe85ccfa3f935da28dff2edbe65e
  
https://github.com/RestComm/Restcomm-Connect/commit/451d0a3cdb0bfe85ccfa3f935da28dff2edbe65e
  Author: Orestis Tsakiridis 
  Date:   2018-06-28 (Thu, 28 Jun 2018)

  Changed paths:
M restcomm/restcomm.docs/sources-asciidoc/src/main/asciidoc/rvd/Quick Start 
Guide.adoc
M restcomm/restcomm.docs/sources-asciidoc/src/main/asciidoc/rvd/index.adoc

  Log Message:
  ---
  Added Designer Guick Start Guide documentation

Refers FS-171


Compare: 
https://github.com/RestComm/Restcomm-Connect/compare/ab88995df44c^...451d0a3cdb0b
  **NOTE:** This service been marked for deprecation: 
https://developer.github.com/changes/2018-04-25-github-services-deprecation/

  Functionality will be removed from GitHub.com on January 31st, 2019.

-- 

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


[RestComm/visual-designer] 4fc708: Locked cacheBust version down to 1.6.0

2018-06-19 Thread Orestis Tsakiridis
  Branch: refs/heads/master
  Home:   https://github.com/RestComm/visual-designer
  Commit: 4fc70866adeb9f98054b27ab259517841396bb7d
  
https://github.com/RestComm/visual-designer/commit/4fc70866adeb9f98054b27ab259517841396bb7d
  Author: Orestis Tsakiridis 
  Date:   2018-06-19 (Tue, 19 Jun 2018)

  Changed paths:
M designer/package.json

  Log Message:
  ---
  Locked cacheBust version down to 1.6.0



  **NOTE:** This service been marked for deprecation: 
https://developer.github.com/changes/2018-04-25-github-services-deprecation/

  Functionality will be removed from GitHub.com on January 31st, 2019.

-- 

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


[RestComm/visual-designer] 141280: Updated testsuite with proper context i.e. visual-...

2018-06-19 Thread Orestis Tsakiridis
  Branch: refs/heads/master
  Home:   https://github.com/RestComm/visual-designer
  Commit: 1412802c498d59b017549d233b424441c7bcefc2
  
https://github.com/RestComm/visual-designer/commit/1412802c498d59b017549d233b424441c7bcefc2
  Author: Orestis Tsakiridis 
  Date:   2018-06-19 (Tue, 19 Jun 2018)

  Changed paths:
M 
testsuite/src/test/java/org/restcomm/connect/rvd/ConfigurationRestServiceTest.java
M 
testsuite/src/test/java/org/restcomm/connect/rvd/CorsAccessAnyOriginTest.java
M 
testsuite/src/test/java/org/restcomm/connect/rvd/CorsAccessSingleOriginTest.java
M 
testsuite/src/test/java/org/restcomm/connect/rvd/NotificationRestServiceTest.java
M 
testsuite/src/test/java/org/restcomm/connect/rvd/ProjectRestServiceTest.java
M 
testsuite/src/test/java/org/restcomm/connect/rvd/TemplatesRestServiceTest.java

  Log Message:
  ---
  Updated testsuite with proper context i.e. visual-designer.war

Refers #359



  **NOTE:** This service been marked for deprecation: 
https://developer.github.com/changes/2018-04-25-github-services-deprecation/

  Functionality will be removed from GitHub.com on January 31st, 2019.

-- 

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


[RestComm/Restcomm-Connect] 0add98: FS-56 Updated new RVD context (visual-designer) in...

2018-06-19 Thread Orestis Tsakiridis
  Branch: refs/heads/FS-56_change_rvd_context
  Home:   https://github.com/RestComm/Restcomm-Connect
  Commit: 0add98c459d8c888e8f973f767eac6e9c2ec530e
  
https://github.com/RestComm/Restcomm-Connect/commit/0add98c459d8c888e8f973f767eac6e9c2ec530e
  Author: Orestis Tsakiridis 
  Date:   2018-06-19 (Tue, 19 Jun 2018)

  Changed paths:
M release/build.xml

  Log Message:
  ---
  FS-56 Updated new RVD context (visual-designer) in build.xml



  **NOTE:** This service been marked for deprecation: 
https://developer.github.com/changes/2018-04-25-github-services-deprecation/

  Functionality will be removed from GitHub.com on January 31st, 2019.

-- 

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


[RestComm/visual-designer] c77142: Changed context from 'restcomm-rvd' -> 'visual-des...

2018-06-19 Thread Orestis Tsakiridis
  Branch: refs/heads/master
  Home:   https://github.com/RestComm/visual-designer
  Commit: c771420f1be624c6fa3d015069ec28d6ac46fed6
  
https://github.com/RestComm/visual-designer/commit/c771420f1be624c6fa3d015069ec28d6ac46fed6
  Author: Orestis Tsakiridis 
  Date:   2018-06-19 (Tue, 19 Jun 2018)

  Changed paths:
M designer/pom.xml
M designer/src/main/java/org/restcomm/connect/rvd/FileRvdConfiguration.java
M designer/src/main/java/org/restcomm/connect/rvd/RvdConfiguration.java
M 
designer/src/main/java/org/restcomm/connect/rvd/configuration/RvdConfig.java
M 
designer/src/main/java/org/restcomm/connect/rvd/http/resources/RvdController.java
M designer/src/main/webapp/WEB-INF/rvd.xml
M designer/src/main/webapp/app.js
M designer/src/main/webapp/js/app/controllers/designer.js
M designer/src/main/webapp/js/app/interceptors.js
M designer/src/main/webapp/js/app/services.js
M designer/src/main/webapp/templates/project-menu.html
M designer/src/test/endtoend/project_management_spec.js
M designer/src/test/endtoend/wavs_spec.js
M designer/src/test/endtoend/webtrigger_spec.js
M 
designer/src/test/java/org/restcomm/connect/rvd/http/resources/AccountClosingNotificationTests.java
M 
designer/src/test/java/org/restcomm/connect/rvd/model/steps/StepTestBase.java
M 
designer/src/test/java/org/restcomm/connect/rvd/model/steps/es/ExternalServiceStepTest.java
M 
designer/src/test/java/org/restcomm/connect/rvd/utils/CustomizableRvdConfiguration.java
M designer/src/test/resources/org/restcomm/connect/rvd/utils/rvd-test.xml
M designer/src/test/resources/rvdHttpParams.xml

  Log Message:
  ---
  Changed context from 'restcomm-rvd' -> 'visual-designer'

Refers #359

Backport of FS-56



  **NOTE:** This service been marked for deprecation: 
https://developer.github.com/changes/2018-04-25-github-services-deprecation/

  Functionality will be removed from GitHub.com on January 31st, 2019.

-- 

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


[RestComm/Restcomm-Connect] ea4dd7: jira_2087 Say/Play verb can be executed in failed ...

2018-06-19 Thread Orestis Tsakiridis
tcomm.sms/src/main/java/org/restcomm/connect/sms/smpp/ErrorCodeMapper.java
M 
restcomm/restcomm.sms/src/main/java/org/restcomm/connect/sms/smpp/dlr/provider/TelestaxDlrParser.java

  Log Message:
  ---
  removed TODO, as spec is already impl


  Commit: ca0430a02d0c8be2b75c27bd91fa75d17d64bc63
  
https://github.com/RestComm/Restcomm-Connect/commit/ca0430a02d0c8be2b75c27bd91fa75d17d64bc63
  Author: George Vagenas 
  Date:   2018-06-13 (Wed, 13 Jun 2018)

  Changed paths:
M 
restcomm/restcomm.application/src/main/java/org/restcomm/connect/application/Bootstrapper.java
M 
restcomm/restcomm.application/src/main/java/org/restcomm/connect/application/RestcommConnectServiceProvider.java
M 
restcomm/restcomm.core/src/main/java/org/restcomm/connect/core/service/api/RecordingService.java
M 
restcomm/restcomm.core/src/main/java/org/restcomm/connect/core/service/recording/RecordingsServiceImpl.java
M 
restcomm/restcomm.dao/src/main/java/org/restcomm/connect/dao/entities/Recording.java
M 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/RecordingsEndpoint.java

  Log Message:
  ---
  Send SDR event for Recording deletion
This resolve #BS-251


  Commit: fb3e88bff41f875a604181ecd8e90102812a
  
https://github.com/RestComm/Restcomm-Connect/commit/fb3e88bff41f875a604181ecd8e90102812a
  Author: George Vagenas 
  Date:   2018-06-13 (Wed, 13 Jun 2018)

  Changed paths:
M 
restcomm/restcomm.docs/sources-asciidoc/src/main/asciidoc/api/recordings-api.adoc

  Log Message:
  ---
  Update docs for Recordings API delete recording
This resolve #BS-223


  Commit: 61a9cf7acbcde2ca10cfad5864ad0d3909c47a3b
  
https://github.com/RestComm/Restcomm-Connect/commit/61a9cf7acbcde2ca10cfad5864ad0d3909c47a3b
  Author: Orestis Tsakiridis 
  Date:   2018-06-14 (Thu, 14 Jun 2018)

  Changed paths:
A restcomm/restcomm.docs/sources-asciidoc/src/main/asciidoc/rvd/Restcomm 
Visual Designer - How To.adoc
M restcomm/restcomm.docs/sources-asciidoc/src/main/asciidoc/rvd/index.adoc

  Log Message:
  ---
  Changes to Designer doc. Removed outdated Designer articles.

Refers FS-146


  Commit: cee8785f022ba39009f3b90575b009f2357e25d8
  
https://github.com/RestComm/Restcomm-Connect/commit/cee8785f022ba39009f3b90575b009f2357e25d8
  Author: Orestis Tsakiridis 
  Date:   2018-06-14 (Thu, 14 Jun 2018)

  Changed paths:
M restcomm/restcomm.docs/sources-asciidoc/src/main/asciidoc/rvd/Fixing RVD 
projects with deprecated dynamic routing.adoc
M restcomm/restcomm.docs/sources-asciidoc/src/main/asciidoc/rvd/Hosting RVD 
External Services in the Cloud.adoc
M restcomm/restcomm.docs/sources-asciidoc/src/main/asciidoc/rvd/Restcomm - 
External Services Arrays Strings and Objects.adoc
M restcomm/restcomm.docs/sources-asciidoc/src/main/asciidoc/rvd/Restcomm - 
Quick External Service Demo.adoc
M restcomm/restcomm.docs/sources-asciidoc/src/main/asciidoc/rvd/Restcomm - 
RVD Quick Video Tutorial.adoc
M restcomm/restcomm.docs/sources-asciidoc/src/main/asciidoc/rvd/Restcomm - 
Understanding RVD Variables.adoc
R restcomm/restcomm.docs/sources-asciidoc/src/main/asciidoc/rvd/Restcomm 
Visual Designer - How To.adoc
A 
restcomm/restcomm.docs/sources-asciidoc/src/main/asciidoc/rvd/index-old.adoc
M restcomm/restcomm.docs/sources-asciidoc/src/main/asciidoc/rvd/index.adoc

  Log Message:
  ---
  FS-146 more improvements

- Clean-up of index.adoc.  Moved old stuff to its own page.
- Reviewed prologue and removed marketing stuff.
- Reviewed article titles


  Commit: 8cd6a1444f7296bc2ae582440c60c4b664b2b070
  
https://github.com/RestComm/Restcomm-Connect/commit/8cd6a1444f7296bc2ae582440c60c4b664b2b070
  Author: George Vagenas 
  Date:   2018-06-14 (Thu, 14 Jun 2018)

  Changed paths:
M 
restcomm/restcomm.application/src/main/java/org/restcomm/connect/application/Bootstrapper.java
M 
restcomm/restcomm.application/src/main/java/org/restcomm/connect/application/RestcommConnectServiceProvider.java
M 
restcomm/restcomm.core/src/main/java/org/restcomm/connect/core/service/api/RecordingService.java
M 
restcomm/restcomm.core/src/main/java/org/restcomm/connect/core/service/recording/RecordingsServiceImpl.java
M 
restcomm/restcomm.dao/src/main/java/org/restcomm/connect/dao/entities/Recording.java
M 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/RecordingsEndpoint.java

  Log Message:
  ---
  Revert "Send SDR event for Recording deletion This resolve #BS-251"

This reverts commit ca0430a


  Commit: f6f948b326364c32d52ca81d5796f8f50a2f7d03
  
https://github.com/RestComm/Restcomm-Connect/commit/f6f948b326364c32d52ca81d5796f8f50a2f7d03
  Author: George Vagenas 
  Date:   2018-06-14 (Thu, 14 Jun 2018)

  Changed paths:
M 
restcomm/restcomm.testsuite/src/test/java/org/restcomm/connect/testsuite/http/RecordingEndpointTest.java

  Log Message:
  ---
  Renamed delete recording test

[RestComm/Restcomm-Connect] 702900: FS-56 Changed RVD context 'restcomm-rvd' -> 'visua...

2018-06-14 Thread Orestis Tsakiridis
  Branch: refs/heads/FS-56_change_rvd_context
  Home:   https://github.com/RestComm/Restcomm-Connect
  Commit: 702900efd934a3e43d4d213e5945ad9935ca15b0
  
https://github.com/RestComm/Restcomm-Connect/commit/702900efd934a3e43d4d213e5945ad9935ca15b0
  Author: Orestis Tsakiridis 
  Date:   2018-06-07 (Thu, 07 Jun 2018)

  Changed paths:
M 
restcomm/configuration/config-scripts/as7-config-scripts/restcomm/autoconfig.d/config-SecureSSL.sh
M 
restcomm/configuration/config-scripts/as7-config-scripts/restcomm/autoconfig.d/config-dashboard.sh
M 
restcomm/configuration/config-scripts/as7-config-scripts/restcomm/autoconfig.d/config-restcomm.sh
M 
restcomm/configuration/config-scripts/as7-config-scripts/restcomm/autoconfig.d/config-rvd.sh
M restcomm/configuration/mobicents_build.xml
M 
restcomm/restcomm.application/src/main/java/org/restcomm/connect/application/RvdProjectsMigrationHelper.java
M restcomm/restcomm.application/src/main/webapp/WEB-INF/conf/restcomm.xml
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.dao/src/test/resources/applicationsDao/restcomm.script
M restcomm/restcomm.dao/src/test/resources/data/restcomm.script
M restcomm/restcomm.dao/src/test/resources/restcomm.xml
M 
restcomm/restcomm.docs/sources-asciidoc/src/main/asciidoc/api/applications-api.adoc
M 
restcomm/restcomm.docs/sources-asciidoc/src/main/asciidoc/api/ussd-push-api.adoc
M 
restcomm/restcomm.docs/sources-asciidoc/src/main/asciidoc/configuration/Restcomm
 - Automatic DID Provisioning.adoc
M 
restcomm/restcomm.docs/sources-asciidoc/src/main/asciidoc/configuration/ha/Restcomm
 - Single RVD Workspace for two Restcomm Instances.adoc
M restcomm/restcomm.docs/sources-asciidoc/src/main/asciidoc/rvd/Restcomm - 
Quick External Service Demo.adoc
M restcomm/restcomm.docs/sources-asciidoc/src/main/asciidoc/rvd/Restcomm 
RVD - Using Web Trigger.adoc
M 
restcomm/restcomm.docs/sources-asciidoc/src/main/asciidoc/tutorials/Restcomm - 
Automated Customer Support Call Notification App with zero coding.adoc
M 
restcomm/restcomm.docs/sources-asciidoc/src/main/asciidoc/tutorials/Restcomm - 
Create a Weight Calculator App with RVD.adoc
M 
restcomm/restcomm.docs/sources-asciidoc/src/main/asciidoc/tutorials/Restcomm - 
Create a simple emergency location based service.adoc
M 
restcomm/restcomm.docs/sources-asciidoc/src/main/asciidoc/tutorials/Restcomm - 
Create an IVR App with RVD.adoc
M 
restcomm/restcomm.docs/sources-asciidoc/src/main/asciidoc/tutorials/Restcomm - 
Geolocation API gathering location information from GSM networks.adoc
M 
restcomm/restcomm.docs/sources-asciidoc/src/main/asciidoc/tutorials/Restcomm - 
How To White Label a Restcomm Instance.adoc
M 
restcomm/restcomm.docs/sources-asciidoc/src/main/asciidoc/tutorials/Restcomm - 
Send SMS to a SIP Phone.adoc
M 
restcomm/restcomm.http/src/main/java/org/restcomm/connect/http/client/rcmlserver/resolver/RcmlserverResolver.java
M 
restcomm/restcomm.http/src/test/java/org/restcomm/connect/http/client/rcmlserver/resolver/RcmlserverResolverTest.java
M 
restcomm/restcomm.http/src/test/java/org/restcomm/connect/http/converter/ApplicationConverterTest.java
M restcomm/restcomm.interpreter/src/test/resources/restcomm.xml
M restcomm/restcomm.mrb/src/test/resources/data/hsql/restcomm.script
M 
restcomm/restcomm.testsuite/src/test/java/org/restcomm/connect/testsuite/http/AccountsEndpointClosingTest.java
M 
restcomm/restcomm.testsuite/src/test/resources/org/restcomm/connect/ussd/restcomm.script_ussdPullTest
M restcomm/restcomm.testsuite/src/test/resources/restcomm-accountRemoval.xml
M restcomm/restcomm.testsuite/src/test/resources/restcomm-corsRelax.xml
M 
restcomm/restcomm.testsuite/src/test/resources/restcomm.script-applications
M restcomm/restcomm.testsuite/src/test/resources/restcomm.script-smpp
M 
restcomm/restcomm.testsuite/src/test/resources/restcomm.script_accounts_migration_test
M 
restcomm/restcomm.testsuite/src/test/resources/restcomm.script_accounts_test
M 
restcomm/restcomm.testsuite/src/test/resources/restcomm.script_acting_as_proxy
M 
restcomm/restcomm.testsuite/src/test/resources/restcomm.script_multitenancyTest
M 
restcomm/restcomm.testsuite/src/test/resources/restcomm.script_projectMigratorWorkspaceMigratedTest
M 
restcomm/restcomm.testsuite/src/test/resources/restcomm.script_projectMigratorWorkspaceMixedTest
M 
restcomm/restcomm.testsuite/src/test/resources/restcomm.script_projectMigratorWorkspaceOriginalTest
M 
restcomm/restcomm.testsuite/src/test/resources/restcomm_acting_as_proxy.xml
M 
restcomm/restcomm.testsuite/src/test/resources/restcomm_acting_as_proxy_answer_delay.xml
M restcomm/restcomm.ui/src/main/webapp/conf/dashboard.json
M restcomm/restcomm.ui/src/main/webapp

[RestComm/Restcomm-Connect] cee878: FS-146 more improvements

2018-06-14 Thread Orestis Tsakiridis
  Branch: refs/heads/FS-146_remove_rvd_outdated_docs
  Home:   https://github.com/RestComm/Restcomm-Connect
  Commit: cee8785f022ba39009f3b90575b009f2357e25d8
  
https://github.com/RestComm/Restcomm-Connect/commit/cee8785f022ba39009f3b90575b009f2357e25d8
  Author: Orestis Tsakiridis 
  Date:   2018-06-14 (Thu, 14 Jun 2018)

  Changed paths:
M restcomm/restcomm.docs/sources-asciidoc/src/main/asciidoc/rvd/Fixing RVD 
projects with deprecated dynamic routing.adoc
M restcomm/restcomm.docs/sources-asciidoc/src/main/asciidoc/rvd/Hosting RVD 
External Services in the Cloud.adoc
M restcomm/restcomm.docs/sources-asciidoc/src/main/asciidoc/rvd/Restcomm - 
External Services Arrays Strings and Objects.adoc
M restcomm/restcomm.docs/sources-asciidoc/src/main/asciidoc/rvd/Restcomm - 
Quick External Service Demo.adoc
M restcomm/restcomm.docs/sources-asciidoc/src/main/asciidoc/rvd/Restcomm - 
RVD Quick Video Tutorial.adoc
M restcomm/restcomm.docs/sources-asciidoc/src/main/asciidoc/rvd/Restcomm - 
Understanding RVD Variables.adoc
R restcomm/restcomm.docs/sources-asciidoc/src/main/asciidoc/rvd/Restcomm 
Visual Designer - How To.adoc
A 
restcomm/restcomm.docs/sources-asciidoc/src/main/asciidoc/rvd/index-old.adoc
M restcomm/restcomm.docs/sources-asciidoc/src/main/asciidoc/rvd/index.adoc

  Log Message:
  ---
  FS-146 more improvements

- Clean-up of index.adoc.  Moved old stuff to its own page.
- Reviewed prologue and removed marketing stuff.
- Reviewed article titles



  **NOTE:** This service been marked for deprecation: 
https://developer.github.com/changes/2018-04-25-github-services-deprecation/

  Functionality will be removed from GitHub.com on January 31st, 2019.

-- 

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


[RestComm/Restcomm-Connect] 11b080: FS-146 more improvements

2018-06-14 Thread Orestis Tsakiridis
  Branch: refs/heads/FS-146_remove_rvd_outdated_docs
  Home:   https://github.com/RestComm/Restcomm-Connect
  Commit: 11b080299ba3da09ac250132bffe68b3100717fe
  
https://github.com/RestComm/Restcomm-Connect/commit/11b080299ba3da09ac250132bffe68b3100717fe
  Author: Orestis Tsakiridis 
  Date:   2018-06-14 (Thu, 14 Jun 2018)

  Changed paths:
M restcomm/restcomm.docs/sources-asciidoc/src/main/asciidoc/rvd/Fixing RVD 
projects with deprecated dynamic routing.adoc
M restcomm/restcomm.docs/sources-asciidoc/src/main/asciidoc/rvd/Hosting RVD 
External Services in the Cloud.adoc
M restcomm/restcomm.docs/sources-asciidoc/src/main/asciidoc/rvd/Restcomm - 
External Services Arrays Strings and Objects.adoc
M restcomm/restcomm.docs/sources-asciidoc/src/main/asciidoc/rvd/Restcomm - 
Quick External Service Demo.adoc
M restcomm/restcomm.docs/sources-asciidoc/src/main/asciidoc/rvd/Restcomm - 
RVD Quick Video Tutorial.adoc
M restcomm/restcomm.docs/sources-asciidoc/src/main/asciidoc/rvd/Restcomm - 
Understanding RVD Variables.adoc
R restcomm/restcomm.docs/sources-asciidoc/src/main/asciidoc/rvd/Restcomm 
Visual Designer - How To.adoc
A 
restcomm/restcomm.docs/sources-asciidoc/src/main/asciidoc/rvd/index-old.adoc
M restcomm/restcomm.docs/sources-asciidoc/src/main/asciidoc/rvd/index.adoc

  Log Message:
  ---
  FS-146 more improvements



  **NOTE:** This service been marked for deprecation: 
https://developer.github.com/changes/2018-04-25-github-services-deprecation/

  Functionality will be removed from GitHub.com on January 31st, 2019.

-- 

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


[RestComm/Restcomm-Connect] 32f013: FS-146 typo fix

2018-06-14 Thread Orestis Tsakiridis
  Branch: refs/heads/FS-146_remove_rvd_outdated_docs
  Home:   https://github.com/RestComm/Restcomm-Connect
  Commit: 32f013f3f2267de676e29273d0aa5ead3fa19e95
  
https://github.com/RestComm/Restcomm-Connect/commit/32f013f3f2267de676e29273d0aa5ead3fa19e95
  Author: Orestis Tsakiridis 
  Date:   2018-06-14 (Thu, 14 Jun 2018)

  Changed paths:
M restcomm/restcomm.docs/sources-asciidoc/src/main/asciidoc/rvd/index.adoc

  Log Message:
  ---
  FS-146 typo fix



  **NOTE:** This service been marked for deprecation: 
https://developer.github.com/changes/2018-04-25-github-services-deprecation/

  Functionality will be removed from GitHub.com on January 31st, 2019.

-- 

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


[RestComm/Restcomm-Connect] 61a9cf: Changes to Designer doc. Removed outdated Designer...

2018-06-14 Thread Orestis Tsakiridis
  Branch: refs/heads/FS-146_remove_rvd_outdated_docs
  Home:   https://github.com/RestComm/Restcomm-Connect
  Commit: 61a9cf7acbcde2ca10cfad5864ad0d3909c47a3b
  
https://github.com/RestComm/Restcomm-Connect/commit/61a9cf7acbcde2ca10cfad5864ad0d3909c47a3b
  Author: Orestis Tsakiridis 
  Date:   2018-06-14 (Thu, 14 Jun 2018)

  Changed paths:
A restcomm/restcomm.docs/sources-asciidoc/src/main/asciidoc/rvd/Restcomm 
Visual Designer - How To.adoc
M restcomm/restcomm.docs/sources-asciidoc/src/main/asciidoc/rvd/index.adoc

  Log Message:
  ---
  Changes to Designer doc. Removed outdated Designer articles.

Refers FS-146



  **NOTE:** This service been marked for deprecation: 
https://developer.github.com/changes/2018-04-25-github-services-deprecation/

  Functionality will be removed from GitHub.com on January 31st, 2019.

-- 

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


[RestComm/visual-designer] f95c42: Fixed typo in word `transcribe`

2018-05-11 Thread Orestis Tsakiridis
  Branch: refs/heads/master
  Home:   https://github.com/RestComm/visual-designer
  Commit: f95c4291a5b80a3e6048ced2a2852f27440e706e
  
https://github.com/RestComm/visual-designer/commit/f95c4291a5b80a3e6048ced2a2852f27440e706e
  Author: Yorgos Saslis <g.sas...@gmail.com>
  Date:   2018-03-26 (Mon, 26 Mar 2018)

  Changed paths:
M designer/src/main/webapp/languages/en-US.json

  Log Message:
  ---
  Fixed typo in word `transcribe`


  Commit: 8f7ced286be2e9e62740e048c38f1bb688b913be
  
https://github.com/RestComm/visual-designer/commit/8f7ced286be2e9e62740e048c38f1bb688b913be
  Author: Orestis Tsakiridis <otsa...@gmail.com>
  Date:   2018-05-11 (Fri, 11 May 2018)

  Changed paths:
M designer/pom.xml
M designer/src/main/java/org/restcomm/connect/rvd/FileRvdConfiguration.java
M designer/src/main/java/org/restcomm/connect/rvd/http/RestService.java
M designer/src/main/resources/log4j-standalone.xml
M designer/src/main/webapp/WEB-INF/rvd.xml
M designer/src/main/webapp/css/rvd.css
R designer/src/main/webapp/images/restcomm-v-d-logo.svg
A designer/src/main/webapp/images/visual-designer-logo.svg
M designer/src/main/webapp/js/app/controllers/designer.js
M designer/src/main/webapp/templates/directive/controlStep.html
M designer/src/main/webapp/templates/steps/dialStep.html
M designer/src/main/webapp/templates/steps/externalServiceStep.html
M 
designer/src/test/java/org/restcomm/connect/rvd/storage/FsProfileDaoTest.java
M testsuite/pom.xml
M 
testsuite/src/test/java/org/restcomm/connect/rvd/ConfigurationRestServiceTest.java
M 
testsuite/src/test/java/org/restcomm/connect/rvd/CorsAccessAnyOriginTest.java
M 
testsuite/src/test/java/org/restcomm/connect/rvd/CorsAccessSingleOriginTest.java
M 
testsuite/src/test/java/org/restcomm/connect/rvd/NotificationRestServiceTest.java
M 
testsuite/src/test/java/org/restcomm/connect/rvd/ProjectRestServiceTest.java
M testsuite/src/test/java/org/restcomm/connect/rvd/RestServiceTest.java
M 
testsuite/src/test/java/org/restcomm/connect/rvd/TemplatesRestServiceTest.java

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


  Commit: 8e7202bc9b301d2b485da652f8d1ddbe65f01d05
  
https://github.com/RestComm/visual-designer/commit/8e7202bc9b301d2b485da652f8d1ddbe65f01d05
  Author: Orestis Tsakiridis <otsa...@gmail.com>
  Date:   2018-05-11 (Fri, 11 May 2018)

  Changed paths:
M designer/src/main/webapp/languages/en-US.json

  Log Message:
  ---
  Merge branch 'fix_typo'


Compare: 
https://github.com/RestComm/visual-designer/compare/583903f3f54f...8e7202bc9b30
  **NOTE:** This service been marked for deprecation: 
https://developer.github.com/changes/2018-04-25-github-services-deprecation/

  Functionality will be removed from GitHub.com on January 31st, 2019.

-- 

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


[RestComm/visual-designer] 263839: Provided proper logo filename

2018-05-11 Thread Orestis Tsakiridis
  Branch: refs/heads/master
  Home:   https://github.com/RestComm/visual-designer
  Commit: 263839269af9b88e253aeee30346f82bd91345e1
  
https://github.com/RestComm/visual-designer/commit/263839269af9b88e253aeee30346f82bd91345e1
  Author: Orestis Tsakiridis <otsa...@gmail.com>
  Date:   2018-05-08 (Tue, 08 May 2018)

  Changed paths:
R designer/src/main/webapp/images/restcomm-v-d-logo.svg
A designer/src/main/webapp/images/visual-designer-logo.svg

  Log Message:
  ---
  Provided proper logo filename

Fixes RestComm/visual-designer#354


  Commit: 82655630cb7cfffa1f8baa378475148676e71eee
  
https://github.com/RestComm/visual-designer/commit/82655630cb7cfffa1f8baa378475148676e71eee
  Author: Orestis Tsakiridis <otsa...@gmail.com>
  Date:   2018-05-08 (Tue, 08 May 2018)

  Changed paths:
M designer/pom.xml
M 
designer/src/test/java/org/restcomm/connect/rvd/storage/FsProfileDaoTest.java
M testsuite/pom.xml
M 
testsuite/src/test/java/org/restcomm/connect/rvd/ConfigurationRestServiceTest.java
M 
testsuite/src/test/java/org/restcomm/connect/rvd/CorsAccessAnyOriginTest.java
M 
testsuite/src/test/java/org/restcomm/connect/rvd/CorsAccessSingleOriginTest.java
M 
testsuite/src/test/java/org/restcomm/connect/rvd/NotificationRestServiceTest.java
M 
testsuite/src/test/java/org/restcomm/connect/rvd/ProjectRestServiceTest.java
M testsuite/src/test/java/org/restcomm/connect/rvd/RestServiceTest.java
M 
testsuite/src/test/java/org/restcomm/connect/rvd/TemplatesRestServiceTest.java

  Log Message:
  ---
  Maven artifact id rename and capability for choosing tested binary for 
testsuite

* Renamed the artifactId restcomm-connect-rvd -> visual-designer
* Better decoupling from restcomm-connect parent .pom
* Configured binary tested by testsuite in from testsuites/pom.xml

Refers RestComm/visual-designer#347


  Commit: 583903f3f54f25c2c77333f1ab1a36db4ddb9065
  
https://github.com/RestComm/visual-designer/commit/583903f3f54f25c2c77333f1ab1a36db4ddb9065
  Author: Orestis Tsakiridis <otsa...@gmail.com>
  Date:   2018-05-10 (Thu, 10 May 2018)

  Changed paths:
M designer/pom.xml
R designer/src/main/webapp/images/restcomm-v-d-logo.svg
A designer/src/main/webapp/images/visual-designer-logo.svg
M 
designer/src/test/java/org/restcomm/connect/rvd/storage/FsProfileDaoTest.java
M testsuite/pom.xml
M 
testsuite/src/test/java/org/restcomm/connect/rvd/ConfigurationRestServiceTest.java
M 
testsuite/src/test/java/org/restcomm/connect/rvd/CorsAccessAnyOriginTest.java
M 
testsuite/src/test/java/org/restcomm/connect/rvd/CorsAccessSingleOriginTest.java
M 
testsuite/src/test/java/org/restcomm/connect/rvd/NotificationRestServiceTest.java
M 
testsuite/src/test/java/org/restcomm/connect/rvd/ProjectRestServiceTest.java
M testsuite/src/test/java/org/restcomm/connect/rvd/RestServiceTest.java
M 
testsuite/src/test/java/org/restcomm/connect/rvd/TemplatesRestServiceTest.java

  Log Message:
  ---
  Merge branch 'issue347_different_maven_id_for_commercial'


Compare: 
https://github.com/RestComm/visual-designer/compare/e011e1bd80a7...583903f3f54f
  **NOTE:** This service been marked for deprecation: 
https://developer.github.com/changes/2018-04-25-github-services-deprecation/

  Functionality will be removed from GitHub.com on January 31st, 2019.

-- 

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


[RestComm/visual-designer] e011e1: Increased default http timeout to 4000msec

2018-05-09 Thread Orestis Tsakiridis
  Branch: refs/heads/master
  Home:   https://github.com/RestComm/visual-designer
  Commit: e011e1bd80a7c5ecfc7c3429a1895416122928e7
  
https://github.com/RestComm/visual-designer/commit/e011e1bd80a7c5ecfc7c3429a1895416122928e7
  Author: Orestis Tsakiridis <otsa...@gmail.com>
  Date:   2018-05-09 (Wed, 09 May 2018)

  Changed paths:
M designer/src/main/webapp/WEB-INF/rvd.xml

  Log Message:
  ---
  Increased default http timeout to 4000msec

Fixes RestComm/visual-designer#357



  **NOTE:** This service been marked for deprecation: 
https://developer.github.com/changes/2018-04-25-github-services-deprecation/

  Functionality will be removed from GitHub.com on January 31st, 2019.

-- 

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


[RestComm/Restcomm-Connect] 43c032: Resolve the login() promise only after we've recei...

2018-05-07 Thread Orestis Tsakiridis
  Branch: refs/heads/master
  Home:   https://github.com/RestComm/Restcomm-Connect
  Commit: 43c0322ef78d9a6315e2123f0a6a72e8630270d9
  
https://github.com/RestComm/Restcomm-Connect/commit/43c0322ef78d9a6315e2123f0a6a72e8630270d9
  Author: Orestis Tsakiridis <otsa...@gmail.com>
  Date:   2018-05-07 (Mon, 07 May 2018)

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

  Log Message:
  ---
  Resolve the login() promise only after we've received the account profile

Also, proper promise resolving in getProfile()

Refers RestComm/Restcomm-Connect#2894


  Commit: 59b237602ff7d455b5a91a148b1a53add52295f5
  
https://github.com/RestComm/Restcomm-Connect/commit/59b237602ff7d455b5a91a148b1a53add52295f5
  Author: Orestis Tsakiridis <otsa...@gmail.com>
  Date:   2018-05-07 (Mon, 07 May 2018)

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

  Log Message:
  ---
  Make RestcommCtrl wait until login() promise is resolved

And profile is in place

Refers RestComm/Restcomm-Connect#2894


Compare: 
https://github.com/RestComm/Restcomm-Connect/compare/7b995dae74df...59b237602ff7
  **NOTE:** This service been marked for deprecation: 
https://developer.github.com/changes/2018-04-25-github-services-deprecation/

  Functionality will be removed from GitHub.com on January 31st, 2019.

-- 

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


[RestComm/visual-designer] 00515b: Process projectParameters in the client only after...

2018-04-30 Thread Orestis Tsakiridis
  Branch: refs/heads/master
  Home:   https://github.com/RestComm/visual-designer
  Commit: 00515b4d76337ff701f8e06c953c9d481b3e5385
  
https://github.com/RestComm/visual-designer/commit/00515b4d76337ff701f8e06c953c9d481b3e5385
  Author: Orestis Tsakiridis <otsa...@gmail.com>
  Date:   2018-04-30 (Mon, 30 Apr 2018)

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

  Log Message:
  ---
  Process projectParameters in the client only after their promise is resolved

Fixes RestComm/visual-designer#350


-- 

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


[RestComm/visual-designer] 6f6e20: Removed testsuite deps on restcomm commons .jar

2018-04-26 Thread Orestis Tsakiridis
  Branch: refs/heads/master
  Home:   https://github.com/RestComm/visual-designer
  Commit: 6f6e202c0c4d51042dee619fe23385334027ca49
  
https://github.com/RestComm/visual-designer/commit/6f6e202c0c4d51042dee619fe23385334027ca49
  Author: Orestis Tsakiridis <otsa...@gmail.com>
  Date:   2018-04-26 (Thu, 26 Apr 2018)

  Changed paths:
M testsuite/pom.xml
M 
testsuite/src/test/java/org/restcomm/connect/rvd/CorsAccessAnyOriginTest.java
M 
testsuite/src/test/java/org/restcomm/connect/rvd/CorsAccessSingleOriginTest.java
M 
testsuite/src/test/java/org/restcomm/connect/rvd/NotificationRestServiceTest.java
M 
testsuite/src/test/java/org/restcomm/connect/rvd/ProjectRestServiceTest.java
M 
testsuite/src/test/java/org/restcomm/connect/rvd/TemplatesRestServiceTest.java

  Log Message:
  ---
  Removed testsuite deps on restcomm commons .jar

Fixes RestComm/visual-designer#349


-- 

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


[RestComm/visual-designer] ac8134: Ui fixes in drop-area

2018-04-02 Thread Orestis Tsakiridis
  Branch: refs/heads/master
  Home:   https://github.com/RestComm/visual-designer
  Commit: ac81341ffde8df0dc09593f485bf65a233f5de99
  
https://github.com/RestComm/visual-designer/commit/ac81341ffde8df0dc09593f485bf65a233f5de99
  Author: Orestis Tsakiridis <otsa...@gmail.com>
  Date:   2018-03-27 (Tue, 27 Mar 2018)

  Changed paths:
M designer/src/main/webapp/css/rvd.css

  Log Message:
  ---
  Ui fixes in drop-area

Refers RestComm/visual-designer#331


  Commit: dcc32334bf5215349465231f9e749b700caadcf0
  
https://github.com/RestComm/visual-designer/commit/dcc32334bf5215349465231f9e749b700caadcf0
  Author: Orestis Tsakiridis <otsa...@gmail.com>
  Date:   2018-04-02 (Mon, 02 Apr 2018)

  Changed paths:
M designer/src/main/webapp/css/rvd.css

  Log Message:
  ---
  Optimizations in rvd.css for easier theming


Compare: 
https://github.com/RestComm/visual-designer/compare/fe2b64cf8beb...dcc32334bf52

-- 

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


[RestComm/visual-designer] fe2b64: Improvements in rvd.css logic

2018-03-27 Thread Orestis Tsakiridis
  Branch: refs/heads/master
  Home:   https://github.com/RestComm/visual-designer
  Commit: fe2b64cf8beb5e499fa2946076d1d3418a428632
  
https://github.com/RestComm/visual-designer/commit/fe2b64cf8beb5e499fa2946076d1d3418a428632
  Author: Orestis Tsakiridis <otsa...@gmail.com>
  Date:   2018-03-27 (Tue, 27 Mar 2018)

  Changed paths:
M designer/src/main/webapp/css/rvd.css
M designer/src/main/webapp/templates/directive/controlStep.html
M designer/src/main/webapp/templates/steps/dialStep.html
M designer/src/main/webapp/templates/steps/externalServiceStep.html

  Log Message:
  ---
  Improvements in rvd.css logic

fixes Restcomm/visual-designer#331


-- 

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


[RestComm/visual-designer] 06a0dc: More adjustments to link colors

2018-03-25 Thread Orestis Tsakiridis
  Branch: refs/heads/master
  Home:   https://github.com/RestComm/visual-designer
  Commit: 06a0dc617c07fe72d19c58b2bc89c39b3e131927
  
https://github.com/RestComm/visual-designer/commit/06a0dc617c07fe72d19c58b2bc89c39b3e131927
  Author: Orestis Tsakiridis <otsa...@gmail.com>
  Date:   2018-03-26 (Mon, 26 Mar 2018)

  Changed paths:
M designer/src/main/webapp/css/rvd.css

  Log Message:
  ---
  More adjustments to link colors

Introduced --secondary-color

Refers #329


-- 

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


[RestComm/visual-designer] 2ee181: Fix 'dererred' typo in services.js that prevents a...

2018-03-25 Thread Orestis Tsakiridis
  Branch: refs/heads/master
  Home:   https://github.com/RestComm/visual-designer
  Commit: 2ee1815eda1bc016610bb687429b57fcd04b46f2
  
https://github.com/RestComm/visual-designer/commit/2ee1815eda1bc016610bb687429b57fcd04b46f2
  Author: Orestis Tsakiridis <otsa...@gmail.com>
  Date:   2018-03-22 (Thu, 22 Mar 2018)

  Changed paths:
M designer/src/main/webapp/js/app/services.js

  Log Message:
  ---
  Fix 'dererred' typo in services.js that prevents account settings window from 
closing


  Commit: 8dbe2ebb2dc5030875c6460d7a3224286eb18107
  
https://github.com/RestComm/visual-designer/commit/8dbe2ebb2dc5030875c6460d7a3224286eb18107
  Author: Orestis Tsakiridis <otsa...@gmail.com>
  Date:   2018-03-26 (Mon, 26 Mar 2018)

  Changed paths:
M designer/src/main/webapp/css/rvd.css
M designer/src/main/webapp/templates/steps/externalServiceStep.html
M designer/src/main/webapp/templates/steps/gatherStep.html
M designer/src/main/webapp/templates/webTriggerModal.html

  Log Message:
  ---
  Reduced border colors and shadows

Other fixes in modals, comments, log and other as well

Refers RestComm/visual-designer#329


Compare: 
https://github.com/RestComm/visual-designer/compare/dce769044bd4...8dbe2ebb2dc5

-- 

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


[RestComm/visual-designer] 8f6ae9: Removed obsolete css classes

2018-03-21 Thread Orestis Tsakiridis
  Branch: refs/heads/master
  Home:   https://github.com/RestComm/visual-designer
  Commit: 8f6ae98f12de35a5c8be04a8ad1894fbb5dbeca0
  
https://github.com/RestComm/visual-designer/commit/8f6ae98f12de35a5c8be04a8ad1894fbb5dbeca0
  Author: Orestis Tsakiridis <otsa...@gmail.com>
  Date:   2018-03-19 (Mon, 19 Mar 2018)

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

  Log Message:
  ---
  Removed obsolete css classes

Refers RestComm/visual-designer#322


  Commit: e44f92fcfccb04ca07a04e32026bb800a7493217
  
https://github.com/RestComm/visual-designer/commit/e44f92fcfccb04ca07a04e32026bb800a7493217
  Author: Orestis Tsakiridis <otsa...@gmail.com>
  Date:   2018-03-19 (Mon, 19 Mar 2018)

  Changed paths:
M designer/src/main/webapp/index.html
R designer/src/main/webapp/js/app/controllers/packaging.js
R designer/src/main/webapp/templates/packaging/download.html
R designer/src/main/webapp/templates/packaging/form.html

  Log Message:
  ---
  Removed ras remaining references from UI


  Commit: 42b02100208beda2b9bf6f1d515e6bacaf2096fd
  
https://github.com/RestComm/visual-designer/commit/42b02100208beda2b9bf6f1d515e6bacaf2096fd
  Author: Orestis Tsakiridis <otsa...@gmail.com>
  Date:   2018-03-19 (Mon, 19 Mar 2018)

  Changed paths:
M designer/src/main/webapp/css/rvd.css

  Log Message:
  ---
  Tidy up rvd.css

Refers RestComm/visual-designer#322


  Commit: 0533b828e17be892d1bbb25271e0496767bfb04b
  
https://github.com/RestComm/visual-designer/commit/0533b828e17be892d1bbb25271e0496767bfb04b
  Author: Orestis Tsakiridis <otsa...@gmail.com>
  Date:   2018-03-20 (Tue, 20 Mar 2018)

  Changed paths:
M designer/src/main/webapp/css/rvd.css

  Log Message:
  ---
  Review css variables

Make configurable more aspects of the UI through variables

Refers RestComm/visual-designer#322


  Commit: 1fcd6b9f2a1058372cf6a1556c312c494ba7bdb3
  
https://github.com/RestComm/visual-designer/commit/1fcd6b9f2a1058372cf6a1556c312c494ba7bdb3
  Author: Orestis Tsakiridis <otsa...@gmail.com>
  Date:   2018-03-20 (Tue, 20 Mar 2018)

  Changed paths:
M designer/src/main/webapp/css/rvd.css
M designer/src/main/webapp/js/app/services.js
M designer/src/main/webapp/templates/directive/facWarning.html
M designer/src/main/webapp/templates/steps/dialStep.html
M designer/src/main/webapp/templates/steps/gatherStep.html
M designer/src/main/webapp/templates/steps/smsStep.html

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


  Commit: 55acb10b1da90adb39e20ebdbb353d689b9328e2
  
https://github.com/RestComm/visual-designer/commit/55acb10b1da90adb39e20ebdbb353d689b9328e2
  Author: Orestis Tsakiridis <otsa...@gmail.com>
  Date:   2018-03-20 (Tue, 20 Mar 2018)

  Changed paths:
M designer/src/main/webapp/css/rvd.css

  Log Message:
  ---
  WIP on #322


  Commit: 7d2cb2633a48bf4a59322921dbf5371ef5329295
  
https://github.com/RestComm/visual-designer/commit/7d2cb2633a48bf4a59322921dbf5371ef5329295
  Author: Orestis Tsakiridis <otsa...@gmail.com>
  Date:   2018-03-20 (Tue, 20 Mar 2018)

  Changed paths:
M designer/src/main/webapp/css/rvd.css

  Log Message:
  ---
  More css variables for further customization

Fixes RestComm/visual-designer#322


  Commit: dce769044bd4d7040acbd2aaae2fe1611cf2157f
  
https://github.com/RestComm/visual-designer/commit/dce769044bd4d7040acbd2aaae2fe1611cf2157f
  Author: Orestis Tsakiridis <otsa...@gmail.com>
  Date:   2018-03-21 (Wed, 21 Mar 2018)

  Changed paths:
M designer/src/main/java/org/restcomm/connect/rvd/ApplicationContext.java
M 
designer/src/main/java/org/restcomm/connect/rvd/ApplicationContextBuilder.java
M 
designer/src/main/java/org/restcomm/connect/rvd/bootstrap/RvdInitializationServlet.java
M 
designer/src/main/java/org/restcomm/connect/rvd/http/resources/RvdController.java

  Log Message:
  ---
  Reuse xstream instance instread of re-creating it in every request

Fixes RestComm/visual-designer#142


Compare: 
https://github.com/RestComm/visual-designer/compare/667cdeed04f5...dce769044bd4

-- 

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


[RestComm/visual-designer] 667cde: Handled corner cases for fac warning display

2018-03-20 Thread Orestis Tsakiridis
  Branch: refs/heads/master
  Home:   https://github.com/RestComm/visual-designer
  Commit: 667cdeed04f5a8b28d3f2cb0391d2d5389cd414d
  
https://github.com/RestComm/visual-designer/commit/667cdeed04f5a8b28d3f2cb0391d2d5389cd414d
  Author: Orestis Tsakiridis <otsa...@gmail.com>
  Date:   2018-03-20 (Tue, 20 Mar 2018)

  Changed paths:
M designer/src/main/webapp/css/rvd.css
M designer/src/main/webapp/js/app/services.js
M designer/src/main/webapp/templates/directive/facWarning.html
M designer/src/main/webapp/templates/steps/dialStep.html
M designer/src/main/webapp/templates/steps/gatherStep.html
M designer/src/main/webapp/templates/steps/smsStep.html

  Log Message:
  ---
  Handled corner cases for fac warning display

Fixes RestComm/visual-designer#327


-- 

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


[RestComm/visual-designer] efe1e6: Introduces feature-access-control (fac) in UI acco...

2018-03-16 Thread Orestis Tsakiridis
  Branch: refs/heads/master
  Home:   https://github.com/RestComm/visual-designer
  Commit: efe1e6a88289301f95b2e1a72672d11e9cbe2b2c
  
https://github.com/RestComm/visual-designer/commit/efe1e6a88289301f95b2e1a72672d11e9cbe2b2c
  Author: Orestis Tsakiridis <otsa...@gmail.com>
  Date:   2018-03-16 (Fri, 16 Mar 2018)

  Changed paths:
M designer/src/main/webapp/css/rvd.css
M designer/src/main/webapp/js/app/controllers/controllers.js
M designer/src/main/webapp/js/app/directives.js
M designer/src/main/webapp/js/app/services.js
M designer/src/main/webapp/js/app/stepDirectives.js
A designer/src/main/webapp/templates/directive/facWarning.html
M designer/src/main/webapp/templates/steps/dialStep.html
M designer/src/main/webapp/templates/steps/gatherStep.html
M designer/src/main/webapp/templates/steps/smsStep.html

  Log Message:
  ---
  Introduces feature-access-control (fac) in UI according to RC profile API

* Enable/disable asr/speech controls in Collect - #320
* Warning on Dial/number according to fac.outboundPSTN - #316
* Warning on SMS/to according to fac.outboundSMS - #317
* Services, directives and plumbing so that RC profile is retrieved from link 
header and
  made available to the application - #318

Fixes #316, fixes #317, fixes #318, fixes #320


-- 

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


[RestComm/visual-designer] cd9d5f: WIP on #316 - fac for Dial/number

2018-03-13 Thread Orestis Tsakiridis
  Branch: refs/heads/issue316_Dial_Number_noun_FAC_validation
  Home:   https://github.com/RestComm/visual-designer
  Commit: cd9d5f6cd6e91c4edd6e88c53024d33f112dfa01
  
https://github.com/RestComm/visual-designer/commit/cd9d5f6cd6e91c4edd6e88c53024d33f112dfa01
  Author: Orestis Tsakiridis <otsa...@gmail.com>
  Date:   2018-03-12 (Mon, 12 Mar 2018)

  Changed paths:
M designer/src/main/webapp/app.js
M designer/src/main/webapp/js/app/directives.js
M designer/src/main/webapp/js/app/services.js
M designer/src/main/webapp/templates/steps/dialStep.html

  Log Message:
  ---
  WIP on #316 - fac for Dial/number

* restcommProfile mocked resource and cache services
* validation algorithm implementation in featureAccessControl service
* facValidator directive

Refers RestComm/visual-designer#316


  Commit: 1ad31f2f1479505c4642f97f1786b0de35911cf7
  
https://github.com/RestComm/visual-designer/commit/1ad31f2f1479505c4642f97f1786b0de35911cf7
  Author: Orestis Tsakiridis <otsa...@gmail.com>
  Date:   2018-03-13 (Tue, 13 Mar 2018)

  Changed paths:
M designer/src/main/webapp/css/rvd.css
M designer/src/main/webapp/js/app/directives.js
M designer/src/main/webapp/js/app/services.js
M designer/src/main/webapp/js/app/stepDirectives.js
A designer/src/main/webapp/templates/directive/facWarning.html
M designer/src/main/webapp/templates/steps/dialStep.html

  Log Message:
  ---
  Wrapping #316 - fac for Dial/number

Provided facWarning directive that validates and displays a warning in case of 
error

Refers RestComm/visual-designer#316


Compare: 
https://github.com/RestComm/visual-designer/compare/cd9d5f6cd6e9^...1ad31f2f1479

-- 

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


[RestComm/visual-designer] 8ac245: Introduced rvdModule directive with add/removeStep...

2018-03-09 Thread Orestis Tsakiridis
  Branch: refs/heads/issue302_directives_for_modules
  Home:   https://github.com/RestComm/visual-designer
  Commit: 8ac24522b098ad6e7785140c685efee3ce2b989a
  
https://github.com/RestComm/visual-designer/commit/8ac24522b098ad6e7785140c685efee3ce2b989a
  Author: Orestis Tsakiridis <otsa...@gmail.com>
  Date:   2018-02-15 (Thu, 15 Feb 2018)

  Changed paths:
M designer/src/main/webapp/js/app/controllers/designer.js
M designer/src/main/webapp/js/app/stepDirectives.js
M designer/src/main/webapp/js/lib/basic-dragdrop.js
M designer/src/main/webapp/templates/designer.html
M designer/src/main/webapp/templates/modules/smsModule.html
M designer/src/main/webapp/templates/modules/ussdModule.html
M designer/src/main/webapp/templates/modules/voiceModule.html

  Log Message:
  ---
  Introduced rvdModule directive with add/removeStep handlers

Refers #302


  Commit: 6ef2f73de2ad65946040528488f2d21a627f2be7
  
https://github.com/RestComm/visual-designer/commit/6ef2f73de2ad65946040528488f2d21a627f2be7
  Author: Orestis Tsakiridis <otsa...@gmail.com>
  Date:   2018-02-16 (Fri, 16 Feb 2018)

  Changed paths:
M designer/src/main/webapp/js/app/controllers/controllers.js
M designer/src/main/webapp/templates/project-menu.html

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


  Commit: 68e031a1e83dc066bd08ca92ea183ec76b6dd054
  
https://github.com/RestComm/visual-designer/commit/68e031a1e83dc066bd08ca92ea183ec76b6dd054
  Author: Orestis Tsakiridis <otsa...@gmail.com>
  Date:   2018-02-16 (Fri, 16 Feb 2018)

  Changed paths:
M 
designer/src/main/java/org/restcomm/connect/rvd/http/resources/DesignerRestService.java
M designer/src/main/webapp/app.js
M designer/src/main/webapp/js/app/controllers/controllers.js
M designer/src/main/webapp/js/app/controllers/designer.js
M designer/src/main/webapp/js/app/services.js
M designer/src/main/webapp/js/app/stepDirectives.js
M designer/src/main/webapp/templates/modules/voiceModule.html
M designer/src/main/webapp/templates/steps/playStep.html

  Log Message:
  ---
  Refactoring and progress on Play implementation as a proper angular directive

* Added play-step directive and related plumbing
* Introduced bundled wavs caching
* Fixed broken step-removal

Refers RestComm/visual-designer#298


  Commit: ae8d33404cee7639cfc9c01a908055a3a3d808f4
  
https://github.com/RestComm/visual-designer/commit/ae8d33404cee7639cfc9c01a908055a3a3d808f4
  Author: Orestis Tsakiridis <otsa...@gmail.com>
  Date:   2018-02-20 (Tue, 20 Feb 2018)

  Changed paths:
M designer/src/main/webapp/js/app/controllers/designer.js
M designer/src/main/webapp/js/app/services.js
M designer/src/main/webapp/js/app/stepDirectives.js
M designer/src/main/webapp/templates/designer.html
M designer/src/main/webapp/templates/steps/dialStep.html
M designer/src/main/webapp/templates/steps/gatherStep.html
M designer/src/main/webapp/templates/steps/playStep.html

  Log Message:
  ---
  WIP - project wav handling and fixes for sortable

* Introduced projectWavsCache as a central place to keep project wavs
* Tried to fix broken sortable uses (gather, dial/wavs, ussdCollect)

Refers RestComm/visual-designer#298


  Commit: b84d4ee2dffae3671b266d1ad1e7afcba67b58ac
  
https://github.com/RestComm/visual-designer/commit/b84d4ee2dffae3671b266d1ad1e7afcba67b58ac
  Author: Orestis Tsakiridis <otsa...@gmail.com>
  Date:   2018-02-22 (Thu, 22 Feb 2018)

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

  Log Message:
  ---
  Handles firstTime policy in an async way

Refers RestComm/visual-designer#303


  Commit: 5a52169d1c0c53e8805949319e1b0f6984fc6f25
  
https://github.com/RestComm/visual-designer/commit/5a52169d1c0c53e8805949319e1b0f6984fc6f25
  Author: Orestis Tsakiridis <otsa...@gmail.com>
  Date:   2018-03-09 (Fri, 09 Mar 2018)

  Changed paths:
M designer/Gruntfile.js
M designer/src/main/java/org/restcomm/connect/rvd/RvdConfiguration.java
M designer/src/main/java/org/restcomm/connect/rvd/helpers/ProjectHelper.java
M 
designer/src/main/java/org/restcomm/connect/rvd/model/steps/dial/ConferenceDialNoun.java
M 
designer/src/main/java/org/restcomm/connect/rvd/model/steps/dial/ConferenceNounConverter.java
M 
designer/src/main/java/org/restcomm/connect/rvd/model/steps/dial/RcmlConferenceNoun.java
M 
designer/src/main/java/org/restcomm/connect/rvd/model/steps/redirect/RedirectStep.java
A 
designer/src/main/java/org/restcomm/connect/rvd/upgrade/ProjectUpgrader114to115.java
M 
designer/src/main/java/org/restcomm/connect/rvd/upgrade/ProjectUpgraderFactory.java
M 
designer/src/main/java/org/restcomm/connect/rvd/upgrade/UpgradeService.java
M designer/src/main/resources/validation/rvdproject/current/dialstep.json
M 
designer/src/main/resources/validation/rvdpro

[RestComm/visual-designer] 25de35: Completed module-url-picker directive

2018-03-08 Thread Orestis Tsakiridis
  Branch: refs/heads/master
  Home:   https://github.com/RestComm/visual-designer
  Commit: 25de35ce0ce824f376e58901fb40227b891bfddf
  
https://github.com/RestComm/visual-designer/commit/25de35ce0ce824f376e58901fb40227b891bfddf
  Author: Orestis Tsakiridis <otsa...@gmail.com>
  Date:   2018-03-08 (Thu, 08 Mar 2018)

  Changed paths:
M designer/src/main/webapp/css/rvd.css
M designer/src/main/webapp/js/app/directives.js
M designer/src/main/webapp/templates/directive/moduleUrlPicker.html
M designer/src/main/webapp/templates/steps/dialStep.html

  Log Message:
  ---
  Completed module-url-picker directive

Togglable support for both url and module targets has been added

Fixes #314


  Commit: 22761eab0d6a496bf1e6cc1aa7a65a06231a5926
  
https://github.com/RestComm/visual-designer/commit/22761eab0d6a496bf1e6cc1aa7a65a06231a5926
  Author: Orestis Tsakiridis <otsa...@gmail.com>
  Date:   2018-03-08 (Thu, 08 Mar 2018)

  Changed paths:
M 
designer/src/main/java/org/restcomm/connect/rvd/model/steps/redirect/RedirectStep.java
M 
designer/src/main/resources/validation/rvdproject/current/redirectStep.json
M designer/src/main/webapp/js/app/steps.js
M designer/src/main/webapp/templates/steps/dialStep.html
M designer/src/main/webapp/templates/steps/redirectStep.html
A 
designer/src/test/java/org/restcomm/connect/rvd/model/steps/redirect/RedirectStepTest.java

  Log Message:
  ---
  Redirect verb url+module target support

* Added module target support using module-url-picker directive
* Added 'next' property to Redirect model and validation code
* Provided unit test for Redirect

Fixes #47


Compare: 
https://github.com/RestComm/visual-designer/compare/64e593823a57...22761eab0d6a

-- 

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


[RestComm/visual-designer] 96e99c: Removed Dial/conference statusCallback, upgraded t...

2018-03-07 Thread Orestis Tsakiridis
  Branch: refs/heads/master
  Home:   https://github.com/RestComm/visual-designer
  Commit: 96e99cd19916ce9966c9e22b572839b91ccd7b84
  
https://github.com/RestComm/visual-designer/commit/96e99cd19916ce9966c9e22b572839b91ccd7b84
  Author: Orestis Tsakiridis <otsa...@gmail.com>
  Date:   2018-03-07 (Wed, 07 Mar 2018)

  Changed paths:
M designer/src/main/java/org/restcomm/connect/rvd/RvdConfiguration.java
M designer/src/main/java/org/restcomm/connect/rvd/helpers/ProjectHelper.java
M 
designer/src/main/java/org/restcomm/connect/rvd/model/steps/dial/ConferenceDialNoun.java
M 
designer/src/main/java/org/restcomm/connect/rvd/model/steps/dial/ConferenceNounConverter.java
M 
designer/src/main/java/org/restcomm/connect/rvd/model/steps/dial/RcmlConferenceNoun.java
A 
designer/src/main/java/org/restcomm/connect/rvd/upgrade/ProjectUpgrader114to115.java
M 
designer/src/main/java/org/restcomm/connect/rvd/upgrade/ProjectUpgraderFactory.java
M 
designer/src/main/java/org/restcomm/connect/rvd/upgrade/UpgradeService.java
M designer/src/main/resources/validation/rvdproject/current/dialstep.json
M 
designer/src/main/resources/validation/rvdproject/current/rvdproject-schema.json
M designer/src/main/webapp/templates/steps/dialStep.html
M 
designer/src/test/java/org/restcomm/connect/rvd/upgrade/UpgradeServiceTest.java

  Log Message:
  ---
  Removed Dial/conference statusCallback, upgraded to project 1.15 and 
simplified ProjectService

* Removed obsolete statusCallback, nextModule from dial/conference noun - #307
* Introduced new project version (1.15) and updated project-schema
* Reviewed UpgradeService and relied on checkUpgradability() instead of 
backwardsCompatible() - #313

Refers #307, #313


-- 

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


[RestComm/visual-designer] 558b0b: Keep original .css files to handle not to break dy...

2018-03-04 Thread Orestis Tsakiridis
  Branch: refs/heads/master
  Home:   https://github.com/RestComm/visual-designer
  Commit: 558b0baf4ef0042d2fa31c1519706cc2ae11efdd
  
https://github.com/RestComm/visual-designer/commit/558b0baf4ef0042d2fa31c1519706cc2ae11efdd
  Author: Orestis Tsakiridis <otsa...@gmail.com>
  Date:   2018-03-05 (Mon, 05 Mar 2018)

  Changed paths:
M designer/Gruntfile.js

  Log Message:
  ---
  Keep original .css files to handle not to break dynamically generated links 
for theming

Refers RestComm/visual-designer#308


-- 

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


[RestComm/visual-designer] 066e63: Moved CSS variables to rvd.css

2018-03-02 Thread Orestis Tsakiridis
  Branch: refs/heads/master
  Home:   https://github.com/RestComm/visual-designer
  Commit: 066e63f5dbee9ec7352c31eb0c9e56a449fadbab
  
https://github.com/RestComm/visual-designer/commit/066e63f5dbee9ec7352c31eb0c9e56a449fadbab
  Author: Orestis Tsakiridis <otsa...@gmail.com>
  Date:   2018-02-26 (Mon, 26 Feb 2018)

  Changed paths:
M designer/src/main/webapp/css/rvd.css
R designer/src/main/webapp/css/theme.css
M designer/src/main/webapp/index.html

  Log Message:
  ---
  Moved CSS variables to rvd.css


  Commit: 446afdf921b7d68bf77902d4eb17e92e180e276f
  
https://github.com/RestComm/visual-designer/commit/446afdf921b7d68bf77902d4eb17e92e180e276f
  Author: Orestis Tsakiridis <otsa...@gmail.com>
  Date:   2018-02-26 (Mon, 26 Feb 2018)

  Changed paths:
M designer/src/main/webapp/css/rvd.css
M designer/src/main/webapp/templates/designer.html

  Log Message:
  ---
  Same height for toolbox and 'steps' columns

Fixes RestComm/visual-designer#309


  Commit: 6ec3b1bcaff7234478cb14dc92499880a42a47d5
  
https://github.com/RestComm/visual-designer/commit/6ec3b1bcaff7234478cb14dc92499880a42a47d5
  Author: Orestis Tsakiridis <otsa...@gmail.com>
  Date:   2018-02-28 (Wed, 28 Feb 2018)

  Changed paths:
M designer/src/main/webapp/css/rvd.css
M designer/src/main/webapp/index.html

  Log Message:
  ---
  CSS configurable logo

Refers RestComm/visual-designer#308


Compare: 
https://github.com/RestComm/visual-designer/compare/7f6de49e1ea8...6ec3b1bcaff7

-- 

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


[RestComm/visual-designer] 7f6de4: Fixes errors thrown for delayed Parameters and App...

2018-02-16 Thread Orestis Tsakiridis
  Branch: refs/heads/master
  Home:   https://github.com/RestComm/visual-designer
  Commit: 7f6de49e1ea8447b421274c13d75da93f7701a95
  
https://github.com/RestComm/visual-designer/commit/7f6de49e1ea8447b421274c13d75da93f7701a95
  Author: Orestis Tsakiridis <otsa...@gmail.com>
  Date:   2018-02-16 (Fri, 16 Feb 2018)

  Changed paths:
M designer/src/main/webapp/js/app/controllers/controllers.js
M designer/src/main/webapp/templates/project-menu.html

  Log Message:
  ---
  Fixes errors thrown for delayed Parameters and Application responses

Fixes RestComm/visual-designer#303


-- 

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


[RestComm/visual-designer] 9d8059: Completed WorkspaceMaintainer mechanism for projec...

2018-02-14 Thread Orestis Tsakiridis
  Branch: refs/heads/master
  Home:   https://github.com/RestComm/visual-designer
  Commit: 9d805904ce554f1c0eb923e3f640dc3662f47ae9
  
https://github.com/RestComm/visual-designer/commit/9d805904ce554f1c0eb923e3f640dc3662f47ae9
  Author: Orestis Tsakiridis <otsa...@gmail.com>
  Date:   2018-02-14 (Wed, 14 Feb 2018)

  Changed paths:
M designer/src/main/java/org/restcomm/connect/rvd/FileRvdConfiguration.java
M designer/src/main/java/org/restcomm/connect/rvd/RvdConfiguration.java
M 
designer/src/main/java/org/restcomm/connect/rvd/bootstrap/RvdInitializationServlet.java
M designer/src/main/java/org/restcomm/connect/rvd/model/WorkspaceStatus.java
M 
designer/src/main/java/org/restcomm/connect/rvd/storage/FsWorkspaceDao.java
M 
designer/src/main/java/org/restcomm/connect/rvd/storage/FsWorkspaceStorage.java
M 
designer/src/main/java/org/restcomm/connect/rvd/storage/JsonModelStorage.java
M designer/src/main/java/org/restcomm/connect/rvd/storage/WorkspaceDao.java
M 
designer/src/main/java/org/restcomm/connect/rvd/storage/WorkspaceStorage.java
M 
designer/src/main/java/org/restcomm/connect/rvd/upgrade/WorkspaceMaintainer.java
M designer/src/main/java/org/restcomm/connect/rvd/utils/RvdUtils.java
A designer/src/main/webapp/project-templates/TL1234/project.template
A designer/src/main/webapp/project-templates/TL1234/projects/main/state
A 
designer/src/main/webapp/project-templates/TL4d93e3a918ef4f89bbe5ae524c2400e8/project.template
A 
designer/src/main/webapp/project-templates/TL4d93e3a918ef4f89bbe5ae524c2400e8/projects/main/state
A 
designer/src/main/webapp/project-templates/TLfa6f0582b7b04930a25a5e763d3e3480/project.template
A 
designer/src/main/webapp/project-templates/TLfa6f0582b7b04930a25a5e763d3e3480/projects/main/state
R designer/src/main/webapp/workspace/@templates/TL1234/project.template
R designer/src/main/webapp/workspace/@templates/TL1234/projects/main/state
R 
designer/src/main/webapp/workspace/@templates/TL4d93e3a918ef4f89bbe5ae524c2400e8/project.template
R 
designer/src/main/webapp/workspace/@templates/TL4d93e3a918ef4f89bbe5ae524c2400e8/projects/main/state
R 
designer/src/main/webapp/workspace/@templates/TLfa6f0582b7b04930a25a5e763d3e3480/project.template
R 
designer/src/main/webapp/workspace/@templates/TLfa6f0582b7b04930a25a5e763d3e3480/projects/main/state
M 
designer/src/test/java/org/restcomm/connect/rvd/storage/FsWorkspaceStorageTest.java
A designer/src/test/java/org/restcomm/connect/rvd/utils/RvdUtilsTest2.java

  Log Message:
  ---
  Completed WorkspaceMaintainer mechanism for project templates

Fixes RestComm/visual-designer#299


-- 

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


[RestComm/visual-designer] 31bb7e: Hid workspace storage behind interface and created...

2018-02-13 Thread Orestis Tsakiridis
  Branch: refs/heads/master
  Home:   https://github.com/RestComm/visual-designer
  Commit: 31bb7ee7a8a6fafe6c20049e159fa860043b626f
  
https://github.com/RestComm/visual-designer/commit/31bb7ee7a8a6fafe6c20049e159fa860043b626f
  Author: Orestis Tsakiridis <otsa...@gmail.com>
  Date:   2018-02-12 (Mon, 12 Feb 2018)

  Changed paths:
M designer/src/main/java/org/restcomm/connect/rvd/BuildService.java
M designer/src/main/java/org/restcomm/connect/rvd/RvdConfiguration.java
M designer/src/main/java/org/restcomm/connect/rvd/RvdContext.java
M 
designer/src/main/java/org/restcomm/connect/rvd/bootstrap/RvdInitializationServlet.java
M designer/src/main/java/org/restcomm/connect/rvd/helpers/ProjectHelper.java
M designer/src/main/java/org/restcomm/connect/rvd/http/RestService.java
M 
designer/src/main/java/org/restcomm/connect/rvd/http/resources/NotificationsRestService.java
M 
designer/src/main/java/org/restcomm/connect/rvd/http/resources/ProjectRestService.java
M 
designer/src/main/java/org/restcomm/connect/rvd/http/resources/RvdController.java
M 
designer/src/main/java/org/restcomm/connect/rvd/http/resources/SettingsRestService.java
M 
designer/src/main/java/org/restcomm/connect/rvd/http/resources/StatsRestService.java
M 
designer/src/main/java/org/restcomm/connect/rvd/http/resources/TemplatesRestService.java
M 
designer/src/main/java/org/restcomm/connect/rvd/logging/CustomLoggerImpl.java
M designer/src/main/java/org/restcomm/connect/rvd/logging/ProjectLogger.java
R designer/src/main/java/org/restcomm/connect/rvd/model/ModelMarshaler.java
A designer/src/main/java/org/restcomm/connect/rvd/model/ModelMarshaller.java
A 
designer/src/main/java/org/restcomm/connect/rvd/model/SimpleMarshaller.java
A designer/src/main/java/org/restcomm/connect/rvd/model/StepMarshaler.java
A designer/src/main/java/org/restcomm/connect/rvd/model/WorkspaceStatus.java
M 
designer/src/main/java/org/restcomm/connect/rvd/storage/FsPackagingStorage.java
M designer/src/main/java/org/restcomm/connect/rvd/storage/FsProfileDao.java
M designer/src/main/java/org/restcomm/connect/rvd/storage/FsProjectDao.java
M 
designer/src/main/java/org/restcomm/connect/rvd/storage/FsProjectStorage.java
M 
designer/src/main/java/org/restcomm/connect/rvd/storage/FsProjectTemplateDao.java
A 
designer/src/main/java/org/restcomm/connect/rvd/storage/FsWorkspaceDao.java
A 
designer/src/main/java/org/restcomm/connect/rvd/storage/FsWorkspaceStorage.java
A 
designer/src/main/java/org/restcomm/connect/rvd/storage/JsonModelStorage.java
A 
designer/src/main/java/org/restcomm/connect/rvd/storage/OldWorkspaceStorage.java
A designer/src/main/java/org/restcomm/connect/rvd/storage/WorkspaceDao.java
M 
designer/src/main/java/org/restcomm/connect/rvd/storage/WorkspaceStorage.java
M 
designer/src/main/java/org/restcomm/connect/rvd/upgrade/UpgradeService.java
A 
designer/src/main/java/org/restcomm/connect/rvd/upgrade/WorkspaceMaintainer.java
M designer/src/test/java/org/restcomm/connect/rvd/TestUtils.java
M 
designer/src/test/java/org/restcomm/connect/rvd/http/resources/AccountClosingNotificationTests.java
M 
designer/src/test/java/org/restcomm/connect/rvd/http/resources/ProjectRestServiceMocked.java
M 
designer/src/test/java/org/restcomm/connect/rvd/http/resources/RestServiceMockedTest.java
M 
designer/src/test/java/org/restcomm/connect/rvd/logging/ProjectLoggerTest.java
M designer/src/test/java/org/restcomm/connect/rvd/storage/FsDaoTestBase.java
M 
designer/src/test/java/org/restcomm/connect/rvd/storage/FsProfileDaoTest.java
M 
designer/src/test/java/org/restcomm/connect/rvd/storage/FsProjectDaoTest.java
M 
designer/src/test/java/org/restcomm/connect/rvd/storage/FsProjectTemplateDaoTest.java
A 
designer/src/test/java/org/restcomm/connect/rvd/storage/OldWorkspaceStorageTest.java
R 
designer/src/test/java/org/restcomm/connect/rvd/storage/WorkspaceStorageTest.java
M 
designer/src/test/java/org/restcomm/connect/rvd/upgrade/ProjectUpgraderTest.java

  Log Message:
  ---
  Hid workspace storage behind interface and created separate fs implementation

Also, introduced skeleton WorkspaceMainteiner

Refers RestComm/visual-designer#35, RestComm/visual-designer#299


  Commit: b0dd332ef147f342fb5c9b5d548c50e2f93d64d4
  
https://github.com/RestComm/visual-designer/commit/b0dd332ef147f342fb5c9b5d548c50e2f93d64d4
  Author: Orestis Tsakiridis <otsa...@gmail.com>
  Date:   2018-02-13 (Tue, 13 Feb 2018)

  Changed paths:
M designer/src/main/java/org/restcomm/connect/rvd/BuildService.java
M designer/src/main/java/org/restcomm/connect/rvd/RvdContext.java
M 
designer/src/main/java/org/restcomm/connect/rvd/bootstrap/RvdInitializationServlet.java
M designer/src/main/java/org/restcomm/connect/rvd/helpers/ProjectHelper.java
M designer/src/main/java/org/restcomm/connect/rvd/http/RestServic

[RestComm/visual-designer] 930883: Introduced CSS variables and unified menus

2018-02-12 Thread Orestis Tsakiridis
  Branch: refs/heads/master
  Home:   https://github.com/RestComm/visual-designer
  Commit: 9308830f55c1f3aa5dd9b51f2620cde7ab2a89a8
  
https://github.com/RestComm/visual-designer/commit/9308830f55c1f3aa5dd9b51f2620cde7ab2a89a8
  Author: Orestis Tsakiridis <otsa...@gmail.com>
  Date:   2018-02-07 (Wed, 07 Feb 2018)

  Changed paths:
M designer/src/main/webapp/app.js
M designer/src/main/webapp/css/rvd.css
A designer/src/main/webapp/css/theme.css
M designer/src/main/webapp/index.html
M designer/src/main/webapp/js/app/controllers/controllers.js
M designer/src/main/webapp/js/app/controllers/designer.js
M designer/src/main/webapp/languages/en-US.json
M designer/src/main/webapp/languages/es.json
M designer/src/main/webapp/languages/pt-BR.json
R designer/src/main/webapp/templates/designer-mainmenu.html
M designer/src/main/webapp/templates/designer.html
R designer/src/main/webapp/templates/index-authmenu.html
A designer/src/main/webapp/templates/project-menu.html

  Log Message:
  ---
  Introduced CSS variables and unified menus

Refers RestComm/visual-designer#292


  Commit: 84ebf63ab1b7fa7cfae955d1c5c75d9e2954f3e5
  
https://github.com/RestComm/visual-designer/commit/84ebf63ab1b7fa7cfae955d1c5c75d9e2954f3e5
  Author: Orestis Tsakiridis <otsa...@gmail.com>
  Date:   2018-02-07 (Wed, 07 Feb 2018)

  Changed paths:
M designer/src/main/webapp/css/rvd.css
M designer/src/main/webapp/languages/en-US.json
M designer/src/main/webapp/languages/es.json
M designer/src/main/webapp/languages/pt-BR.json
M designer/src/main/webapp/templates/project-menu.html

  Log Message:
  ---
  Final touches in project menu

Refers RestComm/visual-designer#292


  Commit: 53a4e2c0246254b7fe4164fe1c655bbebac4450d
  
https://github.com/RestComm/visual-designer/commit/53a4e2c0246254b7fe4164fe1c655bbebac4450d
  Author: Orestis Tsakiridis <otsa...@gmail.com>
  Date:   2018-02-07 (Wed, 07 Feb 2018)

  Changed paths:
M designer/src/main/webapp/css/rvd.css
M designer/src/main/webapp/css/theme.css
R designer/src/main/webapp/images/restcomm-logo.png
R designer/src/main/webapp/images/restcomm-v-d-logo.png
A designer/src/main/webapp/images/restcomm-v-d-logo.svg
M designer/src/main/webapp/index.html
M designer/src/main/webapp/templates/designer.html
M designer/src/main/webapp/templates/project-menu.html

  Log Message:
  ---
  Applied styling changes to module menu, verb toolbox

Refers RestComm/visual-designer#292


  Commit: 486cb76531014e6a98f075b3e6c1eb2d50cbecbc
  
https://github.com/RestComm/visual-designer/commit/486cb76531014e6a98f075b3e6c1eb2d50cbecbc
  Author: Orestis Tsakiridis <otsa...@gmail.com>
  Date:   2018-02-09 (Fri, 09 Feb 2018)

  Changed paths:
M designer/src/main/webapp/css/rvd.css
M designer/src/main/webapp/css/theme.css
M designer/src/main/webapp/templates/designer.html
M designer/src/main/webapp/templates/project-menu.html
M designer/src/main/webapp/templates/steps/gatherStep.html

  Log Message:
  ---
  Applied most changes for RVD revamp

Refers RestComm/visual-designer#292


  Commit: 26d017caa6c1e725f95afb4701f95eeb1fd0c607
  
https://github.com/RestComm/visual-designer/commit/26d017caa6c1e725f95afb4701f95eeb1fd0c607
  Author: Orestis Tsakiridis <otsa...@gmail.com>
  Date:   2018-02-09 (Fri, 09 Feb 2018)

  Changed paths:
M designer/src/main/webapp/css/rvd.css
M designer/src/main/webapp/css/theme.css
M designer/src/main/webapp/index.html
M designer/src/main/webapp/templates/designer.html

  Log Message:
  ---
  Further improvements in RVD color revamp

Refers RestComm/visual-designer#297


  Commit: f46bd92e2b9f0c450004891caf405cbc2a5e5364
  
https://github.com/RestComm/visual-designer/commit/f46bd92e2b9f0c450004891caf405cbc2a5e5364
  Author: Orestis Tsakiridis <otsa...@gmail.com>
  Date:   2018-02-12 (Mon, 12 Feb 2018)

  Changed paths:
M designer/src/main/webapp/css/rvd.css
M designer/src/main/webapp/index.html
M designer/src/main/webapp/js/app/controllers/controllers.js
M designer/src/main/webapp/languages/en-US.json
M designer/src/main/webapp/languages/es.json
M designer/src/main/webapp/languages/pt-BR.json
M designer/src/main/webapp/templates/designerSettingsModal.html
M designer/src/main/webapp/templates/project-menu.html
M designer/src/main/webapp/templates/projectLog.html
M designer/src/main/webapp/templates/steps/emailStep.html
M designer/src/main/webapp/templates/steps/faxStep.html
M designer/src/main/webapp/templates/steps/gatherStep.html
M designer/src/main/webapp/templates/steps/logStep.html
M designer/src/main/webapp/templates/steps/pauseStep.html
M designer/src/main/webapp/templates/steps/playStep.html
M designer/src/main/webapp/templates/steps/redirectStep.html
M designer/src/main/webapp/templates/step

[RestComm/visual-designer] 5fa21a: Removed obsolete PUT /projectname method

2018-02-05 Thread Orestis Tsakiridis
  Branch: refs/heads/master
  Home:   https://github.com/RestComm/visual-designer
  Commit: 5fa21adc5df9afbc2bbfe9288ddaa080e45de061
  
https://github.com/RestComm/visual-designer/commit/5fa21adc5df9afbc2bbfe9288ddaa080e45de061
  Author: Orestis Tsakiridis <orestis.tsakiri...@telestax.com>
  Date:   2018-02-05 (Mon, 05 Feb 2018)

  Changed paths:
M 
designer/src/main/java/org/restcomm/connect/rvd/http/resources/ProjectRestService.java
M 
testsuite/src/test/java/org/restcomm/connect/rvd/ProjectRestServiceTest.java

  Log Message:
  ---
  Removed obsolete PUT /projectname method

Fixes #272


-- 

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


[RestComm/visual-designer] d4c3cb: Copy parameters from templates or imported project...

2018-02-05 Thread Orestis Tsakiridis
  Branch: refs/heads/master
  Home:   https://github.com/RestComm/visual-designer
  Commit: d4c3cb1e39c8e30e5d12d28016943808050ddde7
  
https://github.com/RestComm/visual-designer/commit/d4c3cb1e39c8e30e5d12d28016943808050ddde7
  Author: Orestis Tsakiridis <orestis.tsakiri...@telestax.com>
  Date:   2018-02-05 (Mon, 05 Feb 2018)

  Changed paths:
M designer/src/main/java/org/restcomm/connect/rvd/storage/FsProjectDao.java

  Log Message:
  ---
  Copy parameters from templates or imported projects

Fixes #295


-- 

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


[RestComm/visual-designer] 4c2a5e: More strict access control for WT

2018-02-02 Thread Orestis Tsakiridis
  Branch: refs/heads/master
  Home:   https://github.com/RestComm/visual-designer
  Commit: 4c2a5ef8eb0271d033a411f36a5410656389daab
  
https://github.com/RestComm/visual-designer/commit/4c2a5ef8eb0271d033a411f36a5410656389daab
  Author: Orestis Tsakiridis <orestis.tsakiri...@telestax.com>
  Date:   2018-02-02 (Fri, 02 Feb 2018)

  Changed paths:
M 
designer/src/main/java/org/restcomm/connect/rvd/http/resources/RvdController.java
M 
designer/src/main/java/org/restcomm/connect/rvd/identity/UserIdentityContext.java

  Log Message:
  ---
  More strict access control for WT

Fixes #296


-- 

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


[RestComm/visual-designer] 477492: Added Countly/analytics support for RVD

2018-02-01 Thread Orestis Tsakiridis
  Branch: refs/heads/master
  Home:   https://github.com/RestComm/visual-designer
  Commit: 477492888ccfe28e26acd25b3ecc599195b0c100
  
https://github.com/RestComm/visual-designer/commit/477492888ccfe28e26acd25b3ecc599195b0c100
  Author: Orestis Tsakiridis <orestis.tsakiri...@telestax.com>
  Date:   2018-02-01 (Thu, 01 Feb 2018)

  Changed paths:
M designer/src/main/webapp/app.js
M designer/src/main/webapp/index.html
M designer/src/main/webapp/js/app/controllers/controllers.js
A designer/src/main/webapp/js/app/countly.js
M designer/src/main/webapp/templates/designer-mainmenu.html
M designer/src/main/webapp/templates/designer.html
M designer/src/main/webapp/templates/designerSettingsModal.html
M designer/src/main/webapp/templates/index-authmenu.html
M designer/src/main/webapp/templates/modules/smsModule.html
M designer/src/main/webapp/templates/modules/ussdModule.html
M designer/src/main/webapp/templates/modules/voiceModule.html
M designer/src/main/webapp/templates/steps/gatherStep.html
M designer/src/main/webapp/templates/webTriggerModal.html

  Log Message:
  ---
  Added Countly/analytics support for RVD

Fixes #75


-- 

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


[RestComm/Restcomm-Connect] d191b6: [console] Fix minor typo in template listing view

2018-01-29 Thread Orestis Tsakiridis
  Branch: refs/heads/master
  Home:   https://github.com/RestComm/Restcomm-Connect
  Commit: d191b6b5971d55d2bf1c8f809f11d9c82b69fe1f
  
https://github.com/RestComm/Restcomm-Connect/commit/d191b6b5971d55d2bf1c8f809f11d9c82b69fe1f
  Author: Orestis Tsakiridis <otsa...@gmail.com>
  Date:   2018-01-30 (Tue, 30 Jan 2018)

  Changed paths:
M restcomm/restcomm.ui/src/main/webapp/modules/application-templates.html

  Log Message:
  ---
  [console] Fix minor typo in template listing view

Galery -> Gallery


-- 

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


[RestComm/Restcomm-Connect] fe045f: Fixes convention urls to designer projects

2018-01-29 Thread Orestis Tsakiridis
  Branch: refs/heads/master
  Home:   https://github.com/RestComm/Restcomm-Connect
  Commit: fe045f83b8464ad15f8b1fb06c7aa467d501ca87
  
https://github.com/RestComm/Restcomm-Connect/commit/fe045f83b8464ad15f8b1fb06c7aa467d501ca87
  Author: Orestis Tsakiridis <otsa...@gmail.com>
  Date:   2018-01-29 (Mon, 29 Jan 2018)

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

  Log Message:
  ---
  Fixes convention urls to designer projects

Removes the projectName part

Fixes RestComm/Restcomm-Connect#2791


-- 

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


[RestComm/Restcomm-Connect] 498a4e: [console] Keep firstTime state for newly created p...

2018-01-26 Thread Orestis Tsakiridis
  Branch: refs/heads/master
  Home:   https://github.com/RestComm/Restcomm-Connect
  Commit: 498a4e6302f0ab76e7688de775eafccafa0a8530
  
https://github.com/RestComm/Restcomm-Connect/commit/498a4e6302f0ab76e7688de775eafccafa0a8530
  Author: Orestis Tsakiridis <otsa...@gmail.com>
  Date:   2018-01-26 (Fri, 26 Jan 2018)

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

  Log Message:
  ---
  [console] Keep firstTime state for newly created project and pass it to RVD

Refers RestComm/Restcomm-Connect#2765


-- 

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


[RestComm/visual-designer] 040057: Removed jboss-deployment-structure.xml since it ca...

2018-01-26 Thread Orestis Tsakiridis
  Branch: refs/heads/master
  Home:   https://github.com/RestComm/visual-designer
  Commit: 040057cac88cd25a359bafe38a70defa409cd585
  
https://github.com/RestComm/visual-designer/commit/040057cac88cd25a359bafe38a70defa409cd585
  Author: Orestis Tsakiridis <orestis.tsakiri...@telestax.com>
  Date:   2018-01-26 (Fri, 26 Jan 2018)

  Changed paths:
R designer/src/main/webapp/WEB-INF/jboss-deployment-structure.xml

  Log Message:
  ---
  Removed jboss-deployment-structure.xml since it causes problems to 
Wildfly/docker

Fixes #293


-- 

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


[RestComm/visual-designer] 4de274: Removed console.log message when dropping Say verb

2018-01-26 Thread Orestis Tsakiridis
  Branch: refs/heads/master
  Home:   https://github.com/RestComm/visual-designer
  Commit: 4de2745f6e60576e0a0c595344187d42a20c8863
  
https://github.com/RestComm/visual-designer/commit/4de2745f6e60576e0a0c595344187d42a20c8863
  Author: Orestis Tsakiridis <orestis.tsakiri...@telestax.com>
  Date:   2018-01-26 (Fri, 26 Jan 2018)

  Changed paths:
M designer/src/main/webapp/js/lib/basic-dragdrop.js

  Log Message:
  ---
  Removed console.log message when dropping Say verb

Fixes #220


-- 

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


[RestComm/visual-designer] cab9c6: Removed project name parameter from designer and d...

2018-01-26 Thread Orestis Tsakiridis
  Branch: refs/heads/master
  Home:   https://github.com/RestComm/visual-designer
  Commit: cab9c6132300531b5e54e50cdda0c844c08271d7
  
https://github.com/RestComm/visual-designer/commit/cab9c6132300531b5e54e50cdda0c844c08271d7
  Author: Orestis Tsakiridis <orestis.tsakiri...@telestax.com>
  Date:   2018-01-26 (Fri, 26 Jan 2018)

  Changed paths:
M designer/src/main/webapp/app.js
M designer/src/main/webapp/js/app/controllers/controllers.js
M designer/src/main/webapp/js/app/controllers/designer.js
M designer/src/main/webapp/js/app/services.js
M designer/src/main/webapp/templates/designer-mainmenu.html
M designer/src/main/webapp/templates/designer.html
M designer/src/main/webapp/templates/projectLog.html

  Log Message:
  ---
  Removed project name parameter from designer and designer-log states

Also, provided redirects to ensure old links still work

Fixes #40


-- 

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


[RestComm/visual-designer] 2b0fe2: Hide angular internal template code when first loa...

2018-01-25 Thread Orestis Tsakiridis
  Branch: refs/heads/master
  Home:   https://github.com/RestComm/visual-designer
  Commit: 2b0fe2d3e5d57d01601de56f5ec5e853b03cbd1c
  
https://github.com/RestComm/visual-designer/commit/2b0fe2d3e5d57d01601de56f5ec5e853b03cbd1c
  Author: Orestis Tsakiridis <orestis.tsakiri...@telestax.com>
  Date:   2018-01-26 (Fri, 26 Jan 2018)

  Changed paths:
M designer/src/main/webapp/index.html

  Log Message:
  ---
  Hide angular internal template code when first loading the page

Fixes #64


-- 

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


[RestComm/visual-designer] 714b9b: WIP

2018-01-25 Thread Orestis Tsakiridis
  Branch: refs/heads/master
  Home:   https://github.com/RestComm/visual-designer
  Commit: 714b9b938981e24f1be6020c35fefee544e9e56a
  
https://github.com/RestComm/visual-designer/commit/714b9b938981e24f1be6020c35fefee544e9e56a
  Author: Orestis Tsakiridis <orestis.tsakiri...@telestax.com>
  Date:   2018-01-24 (Wed, 24 Jan 2018)

  Changed paths:
M designer/src/main/java/org/restcomm/connect/rvd/helpers/ProjectHelper.java
M designer/src/main/java/org/restcomm/connect/rvd/http/RestService.java
M 
designer/src/main/java/org/restcomm/connect/rvd/http/resources/NotificationsRestService.java
M 
designer/src/main/java/org/restcomm/connect/rvd/http/resources/ProjectRestService.java
M 
designer/src/main/java/org/restcomm/connect/rvd/http/resources/StatsRestService.java
M 
designer/src/main/java/org/restcomm/connect/rvd/model/project/RvdProject.java
M designer/src/main/java/org/restcomm/connect/rvd/storage/FsProjectDao.java
M 
designer/src/main/java/org/restcomm/connect/rvd/storage/FsProjectStorage.java
M designer/src/main/java/org/restcomm/connect/rvd/storage/ProjectDao.java
M 
designer/src/test/java/org/restcomm/connect/rvd/http/resources/AccountClosingNotificationTests.java

  Log Message:
  ---
  WIP


  Commit: 40222f9bcfe9c638b544a352f8dadd53ddc91319
  
https://github.com/RestComm/visual-designer/commit/40222f9bcfe9c638b544a352f8dadd53ddc91319
  Author: Orestis Tsakiridis <orestis.tsakiri...@telestax.com>
  Date:   2018-01-25 (Thu, 25 Jan 2018)

  Changed paths:
M designer/src/main/java/org/restcomm/connect/rvd/BuildService.java
M designer/src/main/java/org/restcomm/connect/rvd/helpers/ProjectHelper.java
M 
designer/src/main/java/org/restcomm/connect/rvd/http/resources/ProjectRestService.java
M 
designer/src/main/java/org/restcomm/connect/rvd/http/resources/RvdController.java
M designer/src/main/java/org/restcomm/connect/rvd/storage/FsProjectDao.java
M 
designer/src/main/java/org/restcomm/connect/rvd/storage/FsProjectStorage.java
M 
designer/src/main/java/org/restcomm/connect/rvd/storage/FsProjectTemplateDao.java
M designer/src/main/java/org/restcomm/connect/rvd/storage/ProjectDao.java
M 
designer/src/main/java/org/restcomm/connect/rvd/storage/WorkspaceStorage.java
M 
designer/src/main/java/org/restcomm/connect/rvd/upgrade/UpgradeService.java
M 
designer/src/test/java/org/restcomm/connect/rvd/http/resources/AccountClosingNotificationTests.java
M 
designer/src/test/java/org/restcomm/connect/rvd/storage/MemoryProjectDao.java
M 
designer/src/test/java/org/restcomm/connect/rvd/upgrade/ProjectUpgraderTest.java
M 
testsuite/src/test/java/org/restcomm/connect/rvd/ProjectRestServiceTest.java

  Log Message:
  ---
  Decoupled most core classes from FsProjectStorage

Fixes #278,#291


Compare: 
https://github.com/RestComm/visual-designer/compare/eba7978d541a...40222f9bcfe9

-- 

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


[RestComm/visual-designer] eba797: Removal ras server-side stuff and other important ...

2018-01-24 Thread Orestis Tsakiridis
  Branch: refs/heads/master
  Home:   https://github.com/RestComm/visual-designer
  Commit: eba7978d541a896ec5868d4ba63ee82caf8f86ba
  
https://github.com/RestComm/visual-designer/commit/eba7978d541a896ec5868d4ba63ee82caf8f86ba
  Author: Orestis Tsakiridis <orestis.tsakiri...@telestax.com>
  Date:   2018-01-24 (Wed, 24 Jan 2018)

  Changed paths:
R designer/src/main/java/org/restcomm/connect/rvd/RasService.java
M 
designer/src/main/java/org/restcomm/connect/rvd/bootstrap/RvdRestApplication.java
R 
designer/src/main/java/org/restcomm/connect/rvd/exceptions/ras/InvalidRestcommAppPackage.java
R 
designer/src/main/java/org/restcomm/connect/rvd/exceptions/ras/RasException.java
R 
designer/src/main/java/org/restcomm/connect/rvd/exceptions/ras/RestcommAppAlreadyExists.java
R 
designer/src/main/java/org/restcomm/connect/rvd/exceptions/ras/UnsupportedRasApplicationVersion.java
M designer/src/main/java/org/restcomm/connect/rvd/helpers/ProjectHelper.java
M 
designer/src/main/java/org/restcomm/connect/rvd/http/resources/ProjectRestService.java
R 
designer/src/main/java/org/restcomm/connect/rvd/http/resources/RasRestService.java
R designer/src/main/java/org/restcomm/connect/rvd/model/RappItem.java
M 
designer/src/main/java/org/restcomm/connect/rvd/storage/FsProjectStorage.java

  Log Message:
  ---
  Removal ras server-side stuff and other important tech debt in storage and 
API layers

- Code cleanup in FsProjectStorage and ProjectRestService
- Removed Ras service and lightened up ProjectHelper
- Removed project listing method in ProjectRestService
- Removed most (all?) remaining server-side ras stuff

Refers #265,#290


-- 

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


[RestComm/visual-designer] 770db9: Fixes template ownership issue

2018-01-23 Thread Orestis Tsakiridis
  Branch: refs/heads/master
  Home:   https://github.com/RestComm/visual-designer
  Commit: 770db91e023b407b58cc8c444f1ef2d825ebf135
  
https://github.com/RestComm/visual-designer/commit/770db91e023b407b58cc8c444f1ef2d825ebf135
  Author: Orestis Tsakiridis <orestis.tsakiri...@telestax.com>
  Date:   2018-01-23 (Tue, 23 Jan 2018)

  Changed paths:
M 
designer/src/main/java/org/restcomm/connect/rvd/http/resources/ProjectRestService.java
M designer/src/main/java/org/restcomm/connect/rvd/storage/FsProjectDao.java
M designer/src/main/java/org/restcomm/connect/rvd/storage/ProjectDao.java
M designer/src/main/webapp/workspace/@templates/TL1234/projects/main/state
M 
designer/src/main/webapp/workspace/@templates/TL4d93e3a918ef4f89bbe5ae524c2400e8/projects/main/state
M 
designer/src/main/webapp/workspace/@templates/TLfa6f0582b7b04930a25a5e763d3e3480/projects/main/state
M 
designer/src/test/java/org/restcomm/connect/rvd/storage/FsProjectDaoTest.java
M 
designer/src/test/java/org/restcomm/connect/rvd/storage/MemoryProjectDao.java
M 
testsuite/src/test/java/org/restcomm/connect/rvd/TemplatesRestServiceTest.java

  Log Message:
  ---
  Fixes template ownership issue

- Removed 'owner' property form default templates
- Set 'owner' to project creator when creating project from template

Fixes #289


-- 

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


[RestComm/visual-designer] e758c8: Added sample SMS and USSD rvd templates

2018-01-23 Thread Orestis Tsakiridis
  Branch: refs/heads/master
  Home:   https://github.com/RestComm/visual-designer
  Commit: e758c8f4984510588974741b05b0fbbfc7054e6a
  
https://github.com/RestComm/visual-designer/commit/e758c8f4984510588974741b05b0fbbfc7054e6a
  Author: Orestis Tsakiridis <orestis.tsakiri...@telestax.com>
  Date:   2018-01-22 (Mon, 22 Jan 2018)

  Changed paths:
A 
designer/src/main/webapp/workspace/@templates/TL4d93e3a918ef4f89bbe5ae524c2400e8/project.template
A 
designer/src/main/webapp/workspace/@templates/TL4d93e3a918ef4f89bbe5ae524c2400e8/projects/main/state
A 
designer/src/main/webapp/workspace/@templates/TLfa6f0582b7b04930a25a5e763d3e3480/project.template
A 
designer/src/main/webapp/workspace/@templates/TLfa6f0582b7b04930a25a5e763d3e3480/projects/main/state

  Log Message:
  ---
  Added sample SMS and USSD rvd templates

Refers RestComm/visual-designer#283


  Commit: 45ff770d89d713ff5fc86b4753c71045a7d422e2
  
https://github.com/RestComm/visual-designer/commit/45ff770d89d713ff5fc86b4753c71045a7d422e2
  Author: Orestis Tsakiridis <orestis.tsakiri...@telestax.com>
  Date:   2018-01-23 (Tue, 23 Jan 2018)

  Changed paths:
M 
designer/src/main/webapp/workspace/@templates/TL4d93e3a918ef4f89bbe5ae524c2400e8/project.template
M 
designer/src/main/webapp/workspace/@templates/TL4d93e3a918ef4f89bbe5ae524c2400e8/projects/main/state

  Log Message:
  ---
  Updated USSD template application

Refers #283


Compare: 
https://github.com/RestComm/visual-designer/compare/a89b661e68f1...45ff770d89d7

-- 

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


[RestComm/Restcomm-Connect] 46ffdb: [console] Minor UI fix in application creation vie...

2018-01-23 Thread Orestis Tsakiridis
  Branch: refs/heads/master
  Home:   https://github.com/RestComm/Restcomm-Connect
  Commit: 46ffdbc350164fc77a70877ab61332fc2b0eb5a5
  
https://github.com/RestComm/Restcomm-Connect/commit/46ffdbc350164fc77a70877ab61332fc2b0eb5a5
  Author: Orestis Tsakiridis <otsa...@gmail.com>
  Date:   2018-01-23 (Tue, 23 Jan 2018)

  Changed paths:
M restcomm/restcomm.ui/src/main/webapp/modules/application-creation.html

  Log Message:
  ---
  [console] Minor UI fix in application creation view

Renamed 'Next' button to 'Create' button


-- 

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


[RestComm/visual-designer] a89b66: Added firstTime logic

2018-01-22 Thread Orestis Tsakiridis
  Branch: refs/heads/master
  Home:   https://github.com/RestComm/visual-designer
  Commit: a89b661e68f1c2cc19b7909c1f38a0bed4abfc69
  
https://github.com/RestComm/visual-designer/commit/a89b661e68f1c2cc19b7909c1f38a0bed4abfc69
  Author: Orestis Tsakiridis <orestis.tsakiri...@telestax.com>
  Date:   2018-01-22 (Mon, 22 Jan 2018)

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

  Log Message:
  ---
  Added firstTime logic

- Parameters popup is shown the first time a project with parameters is 
launched (firstTime url param is true)
- All modules are shown

Refers #282


-- 

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


[RestComm/visual-designer] a89b66: Added firstTime logic

2018-01-22 Thread Orestis Tsakiridis
  Branch: refs/heads/issue282_firstTime_param
  Home:   https://github.com/RestComm/visual-designer
  Commit: a89b661e68f1c2cc19b7909c1f38a0bed4abfc69
  
https://github.com/RestComm/visual-designer/commit/a89b661e68f1c2cc19b7909c1f38a0bed4abfc69
  Author: Orestis Tsakiridis <orestis.tsakiri...@telestax.com>
  Date:   2018-01-22 (Mon, 22 Jan 2018)

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

  Log Message:
  ---
  Added firstTime logic

- Parameters popup is shown the first time a project with parameters is 
launched (firstTime url param is true)
- All modules are shown

Refers #282


-- 

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


[RestComm/visual-designer] 87e4ad: Eliminated caching issues by using cacheBust

2018-01-19 Thread Orestis Tsakiridis
  Branch: refs/heads/master
  Home:   https://github.com/RestComm/visual-designer
  Commit: 87e4ada7e316246fc6f2eac68090507fca33a3f3
  
https://github.com/RestComm/visual-designer/commit/87e4ada7e316246fc6f2eac68090507fca33a3f3
  Author: Orestis Tsakiridis <orestis.tsakiri...@telestax.com>
  Date:   2018-01-18 (Thu, 18 Jan 2018)

  Changed paths:
M designer/.gitignore
A designer/Gruntfile.js
A designer/package.json
M designer/pom.xml
R designer/src/main/webapp/css/bootstrap-theme.css
R designer/src/main/webapp/css/bootstrap-theme.min.css
R designer/src/main/webapp/css/bootstrap.css
R designer/src/main/webapp/css/bootstrap.icon-large.css
R designer/src/main/webapp/css/bootstrap.min.css
R designer/src/main/webapp/css/bootstrap/config.json
R designer/src/main/webapp/css/bootstrap/css/bootstrap-theme.css
R designer/src/main/webapp/css/bootstrap/css/bootstrap-theme.min.css
R designer/src/main/webapp/css/bootstrap/css/bootstrap.css
R designer/src/main/webapp/css/bootstrap/css/bootstrap.min.css
R 
designer/src/main/webapp/css/bootstrap/fonts/glyphicons-halflings-regular.eot
R 
designer/src/main/webapp/css/bootstrap/fonts/glyphicons-halflings-regular.svg
R 
designer/src/main/webapp/css/bootstrap/fonts/glyphicons-halflings-regular.ttf
R 
designer/src/main/webapp/css/bootstrap/fonts/glyphicons-halflings-regular.woff
R 
designer/src/main/webapp/css/bootstrap/fonts/glyphicons-halflings-regular.woff2
R designer/src/main/webapp/css/font-awesome-4.1.0/css/font-awesome.css
R designer/src/main/webapp/css/font-awesome-4.1.0/css/font-awesome.min.css
R designer/src/main/webapp/css/font-awesome-4.1.0/fonts/FontAwesome.otf
R 
designer/src/main/webapp/css/font-awesome-4.1.0/fonts/fontawesome-webfont.eot
R 
designer/src/main/webapp/css/font-awesome-4.1.0/fonts/fontawesome-webfont.svg
R 
designer/src/main/webapp/css/font-awesome-4.1.0/fonts/fontawesome-webfont.ttf
R 
designer/src/main/webapp/css/font-awesome-4.1.0/fonts/fontawesome-webfont.woff
R designer/src/main/webapp/css/font-awesome-4.1.0/less/bordered-pulled.less
R designer/src/main/webapp/css/font-awesome-4.1.0/less/core.less
R designer/src/main/webapp/css/font-awesome-4.1.0/less/fixed-width.less
R designer/src/main/webapp/css/font-awesome-4.1.0/less/font-awesome.less
R designer/src/main/webapp/css/font-awesome-4.1.0/less/icons.less
R designer/src/main/webapp/css/font-awesome-4.1.0/less/larger.less
R designer/src/main/webapp/css/font-awesome-4.1.0/less/list.less
R designer/src/main/webapp/css/font-awesome-4.1.0/less/mixins.less
R designer/src/main/webapp/css/font-awesome-4.1.0/less/path.less
R designer/src/main/webapp/css/font-awesome-4.1.0/less/rotated-flipped.less
R designer/src/main/webapp/css/font-awesome-4.1.0/less/spinning.less
R designer/src/main/webapp/css/font-awesome-4.1.0/less/stacked.less
R designer/src/main/webapp/css/font-awesome-4.1.0/less/variables.less
R designer/src/main/webapp/css/font-awesome-4.1.0/scss/_bordered-pulled.scss
R designer/src/main/webapp/css/font-awesome-4.1.0/scss/_core.scss
R designer/src/main/webapp/css/font-awesome-4.1.0/scss/_fixed-width.scss
R designer/src/main/webapp/css/font-awesome-4.1.0/scss/_icons.scss
R designer/src/main/webapp/css/font-awesome-4.1.0/scss/_larger.scss
R designer/src/main/webapp/css/font-awesome-4.1.0/scss/_list.scss
R designer/src/main/webapp/css/font-awesome-4.1.0/scss/_mixins.scss
R designer/src/main/webapp/css/font-awesome-4.1.0/scss/_path.scss
R designer/src/main/webapp/css/font-awesome-4.1.0/scss/_rotated-flipped.scss
R designer/src/main/webapp/css/font-awesome-4.1.0/scss/_spinning.scss
R designer/src/main/webapp/css/font-awesome-4.1.0/scss/_stacked.scss
R designer/src/main/webapp/css/font-awesome-4.1.0/scss/_variables.scss
R designer/src/main/webapp/css/font-awesome-4.1.0/scss/font-awesome.scss
R designer/src/main/webapp/css/joint.css
A designer/src/main/webapp/css/lib/bootstrap-theme.css
A designer/src/main/webapp/css/lib/bootstrap-theme.min.css
A designer/src/main/webapp/css/lib/bootstrap.css
A designer/src/main/webapp/css/lib/bootstrap.icon-large.css
A designer/src/main/webapp/css/lib/bootstrap.min.css
A designer/src/main/webapp/css/lib/bootstrap/config.json
A designer/src/main/webapp/css/lib/bootstrap/css/bootstrap-theme.css
A designer/src/main/webapp/css/lib/bootstrap/css/bootstrap-theme.min.css
A designer/src/main/webapp/css/lib/bootstrap/css/bootstrap.css
A designer/src/main/webapp/css/lib/bootstrap/css/bootstrap.min.css
A 
designer/src/main/webapp/css/lib/bootstrap/fonts/glyphicons-halflings-regular.eot
A 
designer/src/main/webapp/css/lib/bootstrap/fonts/glyphicons-halflings-regular.svg
A 
designer/src/main/webapp/css/lib/bootstrap/fonts/glyphicons-halflings-regular.ttf
A 
designer/src/main/webapp/css/lib/bootstrap

[RestComm/visual-designer] cdd60b: Project parameters data layer and API

2018-01-18 Thread Orestis Tsakiridis
  Branch: refs/heads/master
  Home:   https://github.com/RestComm/visual-designer
  Commit: cdd60b9db908b4651c144cf6a85c8abd1c042743
  
https://github.com/RestComm/visual-designer/commit/cdd60b9db908b4651c144cf6a85c8abd1c042743
  Author: Orestis Tsakiridis <orestis.tsakiri...@telestax.com>
  Date:   2018-01-16 (Tue, 16 Jan 2018)

  Changed paths:
R designer/src/main/java/org/restcomm/connect/rvd/ProjectService.java
M designer/src/main/java/org/restcomm/connect/rvd/RasService.java
A designer/src/main/java/org/restcomm/connect/rvd/helpers/ProjectHelper.java
A 
designer/src/main/java/org/restcomm/connect/rvd/helpers/ProjectParametersHelper.java
M 
designer/src/main/java/org/restcomm/connect/rvd/http/resources/NotificationsRestService.java
M 
designer/src/main/java/org/restcomm/connect/rvd/http/resources/ProjectRestService.java
M 
designer/src/main/java/org/restcomm/connect/rvd/http/resources/RasRestService.java
M 
designer/src/main/java/org/restcomm/connect/rvd/http/resources/RvdController.java
A 
designer/src/main/java/org/restcomm/connect/rvd/model/ProjectParameterValuesDto.java
A 
designer/src/main/java/org/restcomm/connect/rvd/model/ProjectParameters.java
M 
designer/src/main/java/org/restcomm/connect/rvd/model/client/ProjectItem.java
M designer/src/main/java/org/restcomm/connect/rvd/storage/FsProjectDao.java
M 
designer/src/main/java/org/restcomm/connect/rvd/storage/FsProjectStorage.java
M designer/src/main/java/org/restcomm/connect/rvd/storage/ProjectDao.java
R designer/src/test/java/org/restcomm/connect/rvd/ProjectServiceTest.java
A 
designer/src/test/java/org/restcomm/connect/rvd/helpers/ProjectHelperTest.java
M 
designer/src/test/java/org/restcomm/connect/rvd/http/resources/AccountClosingNotificationTests.java

  Log Message:
  ---
  Project parameters data layer and API

- Also did some renaming like ProjectService -> ProjectHelper

Refers #279,#280


  Commit: c25b50c04c0a0baea280a37cf2ba0775d9b2742b
  
https://github.com/RestComm/visual-designer/commit/c25b50c04c0a0baea280a37cf2ba0775d9b2742b
  Author: Orestis Tsakiridis <orestis.tsakiri...@telestax.com>
  Date:   2018-01-16 (Tue, 16 Jan 2018)

  Changed paths:
M 
designer/src/main/java/org/restcomm/connect/rvd/http/resources/ProjectRestService.java
M 
designer/src/main/java/org/restcomm/connect/rvd/model/ProjectParameters.java
A 
designer/src/test/java/org/restcomm/connect/rvd/http/resources/ProjectParametersTest.java
A 
designer/src/test/java/org/restcomm/connect/rvd/http/resources/ProjectRestServiceMocked.java
A 
designer/src/test/java/org/restcomm/connect/rvd/storage/MemoryProjectDao.java

  Log Message:
  ---
  Added ProjectParameters API and data layer component test

Btw, ProjectParameterTest and ProjectRestSeerviceMocked can serve as a good 
bases
for lightweight API centered tests.

Refers #279,#280
Fixes #285


  Commit: 34dbc7b27a1cd4772a06c4575a7a9bff770dcecc
  
https://github.com/RestComm/visual-designer/commit/34dbc7b27a1cd4772a06c4575a7a9bff770dcecc
  Author: Orestis Tsakiridis <orestis.tsakiri...@telestax.com>
  Date:   2018-01-17 (Wed, 17 Jan 2018)

  Changed paths:
M 
designer/src/main/java/org/restcomm/connect/rvd/http/resources/ProjectRestService.java

  Log Message:
  ---
  application/json content type for parameters method

Refers #280


  Commit: d7cadabd2532f501d649b60dfe5626402d028113
  
https://github.com/RestComm/visual-designer/commit/d7cadabd2532f501d649b60dfe5626402d028113
  Author: Orestis Tsakiridis <orestis.tsakiri...@telestax.com>
  Date:   2018-01-17 (Wed, 17 Jan 2018)

  Changed paths:
M designer/src/main/webapp/css/rvd.css
M designer/src/main/webapp/js/app/controllers/controllers.js
M designer/src/main/webapp/js/app/controllers/designer.js
M designer/src/main/webapp/js/app/interceptors.js
M designer/src/main/webapp/js/app/services.js
M designer/src/main/webapp/templates/designer-mainmenu.html
A designer/src/main/webapp/templates/parametersModal.html

  Log Message:
  ---
  Added UI for project parameters

Refers #281


  Commit: 8d6d514ff2dbe4260529341719835da2cee9a9f9
  
https://github.com/RestComm/visual-designer/commit/8d6d514ff2dbe4260529341719835da2cee9a9f9
  Author: Orestis Tsakiridis <orestis.tsakiri...@telestax.com>
  Date:   2018-01-17 (Wed, 17 Jan 2018)

  Changed paths:
M 
designer/src/main/java/org/restcomm/connect/rvd/ProjectAwareRvdContext.java
M 
designer/src/main/java/org/restcomm/connect/rvd/http/resources/RvdController.java
M 
designer/src/main/java/org/restcomm/connect/rvd/interpreter/Interpreter.java
M designer/src/main/webapp/WEB-INF/rvd.xml
M 
designer/src/test/java/org/restcomm/connect/rvd/model/steps/StepTestBase.java

  Log Message:
  ---
  Load project parameters by RVD controller and create rvd variables


  Commit: ed3c9ebec8a6323e48e34909a526f5d0e

[RestComm/visual-designer] ed3c9e: hide 'Parameters' link if parameters are available

2018-01-18 Thread Orestis Tsakiridis
  Branch: refs/heads/issue279_project_parameters_data_layer
  Home:   https://github.com/RestComm/visual-designer
  Commit: ed3c9ebec8a6323e48e34909a526f5d0e091e39c
  
https://github.com/RestComm/visual-designer/commit/ed3c9ebec8a6323e48e34909a526f5d0e091e39c
  Author: Orestis Tsakiridis <orestis.tsakiri...@telestax.com>
  Date:   2018-01-18 (Thu, 18 Jan 2018)

  Changed paths:
M designer/src/main/webapp/WEB-INF/rvd.xml
M designer/src/main/webapp/js/app/controllers/controllers.js
M designer/src/main/webapp/templates/designer-mainmenu.html

  Log Message:
  ---
  hide 'Parameters' link if parameters are available

Refers #281


-- 

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


[RestComm/visual-designer] 34dbc7: application/json content type for parameters metho...

2018-01-17 Thread Orestis Tsakiridis
  Branch: refs/heads/issue279_project_parameters_data_layer
  Home:   https://github.com/RestComm/visual-designer
  Commit: 34dbc7b27a1cd4772a06c4575a7a9bff770dcecc
  
https://github.com/RestComm/visual-designer/commit/34dbc7b27a1cd4772a06c4575a7a9bff770dcecc
  Author: Orestis Tsakiridis <orestis.tsakiri...@telestax.com>
  Date:   2018-01-17 (Wed, 17 Jan 2018)

  Changed paths:
M 
designer/src/main/java/org/restcomm/connect/rvd/http/resources/ProjectRestService.java

  Log Message:
  ---
  application/json content type for parameters method

Refers #280


  Commit: d7cadabd2532f501d649b60dfe5626402d028113
  
https://github.com/RestComm/visual-designer/commit/d7cadabd2532f501d649b60dfe5626402d028113
  Author: Orestis Tsakiridis <orestis.tsakiri...@telestax.com>
  Date:   2018-01-17 (Wed, 17 Jan 2018)

  Changed paths:
M designer/src/main/webapp/css/rvd.css
M designer/src/main/webapp/js/app/controllers/controllers.js
M designer/src/main/webapp/js/app/controllers/designer.js
M designer/src/main/webapp/js/app/interceptors.js
M designer/src/main/webapp/js/app/services.js
M designer/src/main/webapp/templates/designer-mainmenu.html
A designer/src/main/webapp/templates/parametersModal.html

  Log Message:
  ---
  Added UI for project parameters

Refers #281


  Commit: 8d6d514ff2dbe4260529341719835da2cee9a9f9
  
https://github.com/RestComm/visual-designer/commit/8d6d514ff2dbe4260529341719835da2cee9a9f9
  Author: Orestis Tsakiridis <orestis.tsakiri...@telestax.com>
  Date:   2018-01-17 (Wed, 17 Jan 2018)

  Changed paths:
M 
designer/src/main/java/org/restcomm/connect/rvd/ProjectAwareRvdContext.java
M 
designer/src/main/java/org/restcomm/connect/rvd/http/resources/RvdController.java
M 
designer/src/main/java/org/restcomm/connect/rvd/interpreter/Interpreter.java
M designer/src/main/webapp/WEB-INF/rvd.xml
M 
designer/src/test/java/org/restcomm/connect/rvd/model/steps/StepTestBase.java

  Log Message:
  ---
  Load project parameters by RVD controller and create rvd variables


Compare: 
https://github.com/RestComm/visual-designer/compare/c25b50c04c0a...8d6d514ff2db

-- 

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


[RestComm/visual-designer] cdd60b: Project parameters data layer and API

2018-01-16 Thread Orestis Tsakiridis
  Branch: refs/heads/issue279_project_parameters_data_layer
  Home:   https://github.com/RestComm/visual-designer
  Commit: cdd60b9db908b4651c144cf6a85c8abd1c042743
  
https://github.com/RestComm/visual-designer/commit/cdd60b9db908b4651c144cf6a85c8abd1c042743
  Author: Orestis Tsakiridis <orestis.tsakiri...@telestax.com>
  Date:   2018-01-16 (Tue, 16 Jan 2018)

  Changed paths:
R designer/src/main/java/org/restcomm/connect/rvd/ProjectService.java
M designer/src/main/java/org/restcomm/connect/rvd/RasService.java
A designer/src/main/java/org/restcomm/connect/rvd/helpers/ProjectHelper.java
A 
designer/src/main/java/org/restcomm/connect/rvd/helpers/ProjectParametersHelper.java
M 
designer/src/main/java/org/restcomm/connect/rvd/http/resources/NotificationsRestService.java
M 
designer/src/main/java/org/restcomm/connect/rvd/http/resources/ProjectRestService.java
M 
designer/src/main/java/org/restcomm/connect/rvd/http/resources/RasRestService.java
M 
designer/src/main/java/org/restcomm/connect/rvd/http/resources/RvdController.java
A 
designer/src/main/java/org/restcomm/connect/rvd/model/ProjectParameterValuesDto.java
A 
designer/src/main/java/org/restcomm/connect/rvd/model/ProjectParameters.java
M 
designer/src/main/java/org/restcomm/connect/rvd/model/client/ProjectItem.java
M designer/src/main/java/org/restcomm/connect/rvd/storage/FsProjectDao.java
M 
designer/src/main/java/org/restcomm/connect/rvd/storage/FsProjectStorage.java
M designer/src/main/java/org/restcomm/connect/rvd/storage/ProjectDao.java
R designer/src/test/java/org/restcomm/connect/rvd/ProjectServiceTest.java
A 
designer/src/test/java/org/restcomm/connect/rvd/helpers/ProjectHelperTest.java
M 
designer/src/test/java/org/restcomm/connect/rvd/http/resources/AccountClosingNotificationTests.java

  Log Message:
  ---
  Project parameters data layer and API

- Also did some renaming like ProjectService -> ProjectHelper

Refers #279,#280


  Commit: c25b50c04c0a0baea280a37cf2ba0775d9b2742b
  
https://github.com/RestComm/visual-designer/commit/c25b50c04c0a0baea280a37cf2ba0775d9b2742b
  Author: Orestis Tsakiridis <orestis.tsakiri...@telestax.com>
  Date:   2018-01-16 (Tue, 16 Jan 2018)

  Changed paths:
M 
designer/src/main/java/org/restcomm/connect/rvd/http/resources/ProjectRestService.java
M 
designer/src/main/java/org/restcomm/connect/rvd/model/ProjectParameters.java
A 
designer/src/test/java/org/restcomm/connect/rvd/http/resources/ProjectParametersTest.java
A 
designer/src/test/java/org/restcomm/connect/rvd/http/resources/ProjectRestServiceMocked.java
A 
designer/src/test/java/org/restcomm/connect/rvd/storage/MemoryProjectDao.java

  Log Message:
  ---
  Added ProjectParameters API and data layer component test

Btw, ProjectParameterTest and ProjectRestSeerviceMocked can serve as a good 
bases
for lightweight API centered tests.

Refers #279,#280
Fixes #285


Compare: 
https://github.com/RestComm/visual-designer/compare/cdd60b9db908^...c25b50c04c0a

-- 

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


[RestComm/visual-designer] 379ca0: Set WT return code to 401 if wrong IDE setting cre...

2018-01-15 Thread Orestis Tsakiridis
  Branch: refs/heads/master
  Home:   https://github.com/RestComm/visual-designer
  Commit: 379ca0a2bd8a2238a2703a6ded535eb61f678472
  
https://github.com/RestComm/visual-designer/commit/379ca0a2bd8a2238a2703a6ded535eb61f678472
  Author: Orestis Tsakiridis <orestis.tsakiri...@telestax.com>
  Date:   2018-01-12 (Fri, 12 Jan 2018)

  Changed paths:
M 
designer/src/main/java/org/restcomm/connect/rvd/identity/DefaultAccountProvider.java

  Log Message:
  ---
  Set WT return code to 401 if wrong IDE setting creds

Refers #276


  Commit: e893cefcc91bff1d92acb0703e3efd5b3c5a8da9
  
https://github.com/RestComm/visual-designer/commit/e893cefcc91bff1d92acb0703e3efd5b3c5a8da9
  Author: Orestis Tsakiridis <orestis.tsakiri...@telestax.com>
  Date:   2018-01-12 (Fri, 12 Jan 2018)

  Changed paths:
M 
designer/src/main/java/org/restcomm/connect/rvd/exceptions/callcontrol/WebTriggerNotApplicable.java
M 
designer/src/main/java/org/restcomm/connect/rvd/exceptions/callcontrol/WebTriggerNotAvailable.java
M 
designer/src/main/java/org/restcomm/connect/rvd/http/resources/ProjectRestService.java
M 
designer/src/main/java/org/restcomm/connect/rvd/http/resources/RvdController.java
R 
designer/src/main/java/org/restcomm/connect/rvd/storage/FsCallControlInfoStorage.java
M designer/src/main/java/org/restcomm/connect/rvd/storage/FsProjectDao.java
M designer/src/main/java/org/restcomm/connect/rvd/storage/ProjectDao.java

  Log Message:
  ---
  Ported WT getter/setter methods into ProjectDao

Refers #284


Compare: 
https://github.com/RestComm/visual-designer/compare/850050387806...e893cefcc91b

-- 

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


[RestComm/visual-designer] 850050: Fixed WT return status in case application is miss...

2018-01-11 Thread Orestis Tsakiridis
  Branch: refs/heads/master
  Home:   https://github.com/RestComm/visual-designer
  Commit: 8500503878065942403791d9fbfcc1617b7f0808
  
https://github.com/RestComm/visual-designer/commit/8500503878065942403791d9fbfcc1617b7f0808
  Author: Orestis Tsakiridis <orestis.tsakiri...@telestax.com>
  Date:   2018-01-11 (Thu, 11 Jan 2018)

  Changed paths:
M designer/src/main/java/org/restcomm/connect/rvd/BuildService.java
M 
designer/src/main/java/org/restcomm/connect/rvd/ProjectAwareRvdContext.java
M 
designer/src/main/java/org/restcomm/connect/rvd/interpreter/Interpreter.java
A 
designer/src/main/java/org/restcomm/connect/rvd/model/server/ProjectIndex.java
R 
designer/src/main/java/org/restcomm/connect/rvd/model/server/ProjectOptions.java
M designer/src/main/java/org/restcomm/connect/rvd/storage/FsProjectDao.java
M 
designer/src/main/java/org/restcomm/connect/rvd/storage/FsProjectStorage.java
M designer/src/main/java/org/restcomm/connect/rvd/storage/ProjectDao.java

  Log Message:
  ---
  Fixed WT return status in case application is missing

Also, determined (built) project existence   Dao method

Fixes #275


-- 

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


[RestComm/Restcomm-Connect] e6a586: Add VD templates in Console (#2748)

2018-01-09 Thread Orestis Tsakiridis
  Branch: refs/heads/master
  Home:   https://github.com/RestComm/Restcomm-Connect
  Commit: e6a586672994dff9aa22f421fbfef7e68d0acacb
  
https://github.com/RestComm/Restcomm-Connect/commit/e6a586672994dff9aa22f421fbfef7e68d0acacb
  Author: Orestis Tsakiridis <orestis.tsakiri...@telestax.com>
  Date:   2018-01-09 (Tue, 09 Jan 2018)

  Changed paths:
M restcomm/restcomm.ui/src/main/webapp/index.html
M 
restcomm/restcomm.ui/src/main/webapp/modules/application-creation-wizard.html
M restcomm/restcomm.ui/src/main/webapp/modules/application-creation.html
A 
restcomm/restcomm.ui/src/main/webapp/modules/application-template-item.html
A restcomm/restcomm.ui/src/main/webapp/modules/application-templates.html
M restcomm/restcomm.ui/src/main/webapp/resources/css/dashboard.css
A 
restcomm/restcomm.ui/src/main/webapp/resources/js/controllers/application-templates.js
M 
restcomm/restcomm.ui/src/main/webapp/resources/js/controllers/applications.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:
  ---
  Add VD templates in Console (#2748)

Add support for Visual Designer templates in Console

Implementation of Visual Designer templates in Console.
Contains a new Template listing view, modifications for the project creation 
view and mobile support.

Fixes #2684, #2685 and #2746


-- 

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


[RestComm/visual-designer] 6d9d3e: Added jboss-deployment-structure to solve class co...

2018-01-09 Thread Orestis Tsakiridis
  Branch: refs/heads/master
  Home:   https://github.com/RestComm/visual-designer
  Commit: 6d9d3e08b5da626f5e6c3235a4b45e85ca114b76
  
https://github.com/RestComm/visual-designer/commit/6d9d3e08b5da626f5e6c3235a4b45e85ca114b76
  Author: Orestis Tsakiridis <orestis.tsakiri...@telestax.com>
  Date:   2018-01-09 (Tue, 09 Jan 2018)

  Changed paths:
A designer/src/main/webapp/WEB-INF/jboss-deployment-structure.xml

  Log Message:
  ---
  Added jboss-deployment-structure to solve class conflict issues with Jboss 
apache deps

Fixes #274


-- 

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


[RestComm/visual-designer] 7b4583: Added jboss-deployment-structure to solve class co...

2018-01-09 Thread Orestis Tsakiridis
  Branch: refs/heads/master
  Home:   https://github.com/RestComm/visual-designer
  Commit: 7b458379066f4ae0a45c835c2388d0a70d26dd1a
  
https://github.com/RestComm/visual-designer/commit/7b458379066f4ae0a45c835c2388d0a70d26dd1a
  Author: Orestis Tsakiridis <orestis.tsakiri...@telestax.com>
  Date:   2018-01-09 (Tue, 09 Jan 2018)

  Changed paths:
A designer/src/main/webapp/WEB-INF/jboss-deployment-structure.xml

  Log Message:
  ---
  Added jboss-deployment-structure to solve class conflict issues with Jboss 
apache deps

Fixes RestComm/Restcomm-Connect#274


-- 

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


[RestComm/visual-designer] a2f937: Added template storage layer (core implementation)

2018-01-09 Thread Orestis Tsakiridis
  Branch: refs/heads/master
  Home:   https://github.com/RestComm/visual-designer
  Commit: a2f9379a4ad784db5edfca182910bae924b71f29
  
https://github.com/RestComm/visual-designer/commit/a2f9379a4ad784db5edfca182910bae924b71f29
  Author: Orestis Tsakiridis <orestis.tsakiri...@telestax.com>
  Date:   2017-12-03 (Sun, 03 Dec 2017)

  Changed paths:
A designer/src/main/java/org/restcomm/connect/rvd/BaseRvdConfiguration.java
M designer/src/main/java/org/restcomm/connect/rvd/FileRvdConfiguration.java
M designer/src/main/java/org/restcomm/connect/rvd/RvdConfiguration.java
A 
designer/src/main/java/org/restcomm/connect/rvd/exceptions/NotSupportedFeature.java
A designer/src/main/java/org/restcomm/connect/rvd/model/ProjectTemplate.java
A 
designer/src/main/java/org/restcomm/connect/rvd/storage/FsProjectTemplateDao.java
A 
designer/src/main/java/org/restcomm/connect/rvd/storage/ProjectTemplateDao.java
M 
designer/src/main/java/org/restcomm/connect/rvd/storage/WorkspaceStorage.java
M 
designer/src/test/java/org/restcomm/connect/rvd/utils/CustomizableRvdConfiguration.java

  Log Message:
  ---
  Added template storage layer (core implementation)

Refers #261


  Commit: 011b88b7f546d71fe91620c0649a35e804b3d226
  
https://github.com/RestComm/visual-designer/commit/011b88b7f546d71fe91620c0649a35e804b3d226
  Author: Orestis Tsakiridis <orestis.tsakiri...@telestax.com>
  Date:   2017-12-08 (Fri, 08 Dec 2017)

  Changed paths:
M designer/src/main/java/org/restcomm/connect/rvd/BaseRvdConfiguration.java
M designer/src/main/java/org/restcomm/connect/rvd/RvdConfiguration.java
M designer/src/main/java/org/restcomm/connect/rvd/model/ProjectTemplate.java
M 
designer/src/main/java/org/restcomm/connect/rvd/storage/FsProjectTemplateDao.java
M 
designer/src/main/java/org/restcomm/connect/rvd/storage/WorkspaceStorage.java
A designer/src/test/java/org/restcomm/connect/rvd/storage/FsDaoTestBase.java
M 
designer/src/test/java/org/restcomm/connect/rvd/storage/FsProjectDaoTest.java
A 
designer/src/test/java/org/restcomm/connect/rvd/storage/FsProjectTemplateDaoTest.java
M 
designer/src/test/java/org/restcomm/connect/rvd/utils/CustomizableRvdConfiguration.java
A 
designer/src/test/resources/org/restcomm/connect/rvd/storage/templates/TL1234/project.template
A 
designer/src/test/resources/org/restcomm/connect/rvd/storage/templates/TL1234/projects/main/state
A 
designer/src/test/resources/org/restcomm/connect/rvd/storage/templates/TL1234/projects/main/wavs/alert.wav
A 
designer/src/test/resources/org/restcomm/connect/rvd/storage/templates/TL1234/projects/main/wavs/beep.wav
A 
designer/src/test/resources/org/restcomm/connect/rvd/storage/templates/TL1234/projects/main/wavs/demo-prompt.wav
A 
designer/src/test/resources/org/restcomm/connect/rvd/storage/templates/TL1234/projects/main/wavs/one-second-silence.wav
A 
designer/src/test/resources/org/restcomm/connect/rvd/storage/templates/TL1234/projects/main/wavs/reject.wav
A 
designer/src/test/resources/org/restcomm/connect/rvd/storage/templates/TL1234/projects/main/wavs/ringing.wav
A 
designer/src/test/resources/org/restcomm/connect/rvd/storage/templates/TL1234/resources/voice-icon.png
A 
designer/src/test/resources/org/restcomm/connect/rvd/storage/templates/TL/project.template
A 
designer/src/test/resources/org/restcomm/connect/rvd/storage/templates/TL/projects/main/state
A 
designer/src/test/resources/org/restcomm/connect/rvd/storage/templates/TL/projects/main/wavs/alert.wav
A 
designer/src/test/resources/org/restcomm/connect/rvd/storage/templates/TL/projects/main/wavs/beep.wav
A 
designer/src/test/resources/org/restcomm/connect/rvd/storage/templates/TL/projects/main/wavs/demo-prompt.wav
A 
designer/src/test/resources/org/restcomm/connect/rvd/storage/templates/TL/projects/main/wavs/one-second-silence.wav
A 
designer/src/test/resources/org/restcomm/connect/rvd/storage/templates/TL/projects/main/wavs/reject.wav
A 
designer/src/test/resources/org/restcomm/connect/rvd/storage/templates/TL/projects/main/wavs/ringing.wav

  Log Message:
  ---
  Paging for templates dao and unit test

* Paging for templates dao
* Absolute path support for entities FS storage (and templates dir)
* Unit test for project template dao. Added builtin template directory
* Structural improvements in Fs*DaoTest's

Refers #261


  Commit: 4691b9d49cfda3623929537d2c580c3b4fd9c682
  
https://github.com/RestComm/visual-designer/commit/4691b9d49cfda3623929537d2c580c3b4fd9c682
  Author: Orestis Tsakiridis <orestis.tsakiri...@telestax.com>
  Date:   2017-12-11 (Mon, 11 Dec 2017)

  Changed paths:
M 
designer/src/main/java/org/restcomm/connect/rvd/bootstrap/RvdRestApplication.java
A designer/src/main/java/org/restcomm/connect/rvd/http/PaginatedResults.java
A 
designer/src/main/java/org/restcomm/connect/

[RestComm/Restcomm-Connect] af4100: Stripped keycloak stuff from dashboard

2018-01-05 Thread Orestis Tsakiridis
  Branch: refs/heads/master
  Home:   https://github.com/RestComm/Restcomm-Connect
  Commit: af4100a3be9bf09f8d740dd695451cd3e3ef79e6
  
https://github.com/RestComm/Restcomm-Connect/commit/af4100a3be9bf09f8d740dd695451cd3e3ef79e6
  Author: Orestis Tsakiridis <otsa...@gmail.com>
  Date:   2018-01-05 (Fri, 05 Jan 2018)

  Changed paths:
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:
  ---
  Stripped keycloak stuff from dashboard

Fixes RestComm/Restcomm-Connect#2686


  Commit: 3fb36bab15f2ea87adde6103699b0817eb89bdf5
  
https://github.com/RestComm/Restcomm-Connect/commit/3fb36bab15f2ea87adde6103699b0817eb89bdf5
  Author: Orestis Tsakiridis <otsa...@gmail.com>
  Date:   2018-01-05 (Fri, 05 Jan 2018)

  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/conference-detail-records.xml
M 
restcomm/restcomm.application/src/main/webapp/WEB-INF/sql/conference-detail-records.xml
M 
restcomm/restcomm.dao/src/main/java/org/restcomm/connect/dao/ConferenceDetailRecordsDao.java
M 
restcomm/restcomm.dao/src/main/java/org/restcomm/connect/dao/mybatis/MybatisConferenceDetailRecordsDao.java
M 
restcomm/restcomm.docs/sources-asciidoc/src/main/asciidoc/api/account-api.adoc

  Log Message:
  ---
  Merge branch 'master' of https://github.com/RestComm/Restcomm-Connect


Compare: 
https://github.com/RestComm/Restcomm-Connect/compare/0bb7f1c286b5...3fb36bab15f2

-- 

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


[RestComm/visual-designer] edeb88: Initial support for ES http headers

2018-01-05 Thread Orestis Tsakiridis
  Branch: refs/heads/master
  Home:   https://github.com/RestComm/visual-designer
  Commit: edeb88d79f23f266a80032486317ec9c09da15ec
  
https://github.com/RestComm/visual-designer/commit/edeb88d79f23f266a80032486317ec9c09da15ec
  Author: Orestis Tsakiridis <orestis.tsakiri...@telestax.com>
  Date:   2018-01-04 (Thu, 04 Jan 2018)

  Changed paths:
M 
designer/src/main/java/org/restcomm/connect/rvd/model/steps/es/ExternalServiceStep.java
M 
designer/src/main/resources/validation/rvdproject/current/externalServiceStep.json
M designer/src/main/webapp/js/app/steps.js
M designer/src/main/webapp/templates/steps/externalServiceStep.html

  Log Message:
  ---
  Initial support for ES http headers

* Updated UI
* Header persistence to state file
* Json schema update

Refers #235


  Commit: e0c33a19667aaf7cf7991c8c0cc2588b9bfa8df2
  
https://github.com/RestComm/visual-designer/commit/e0c33a19667aaf7cf7991c8c0cc2588b9bfa8df2
  Author: Orestis Tsakiridis <orestis.tsakiri...@telestax.com>
  Date:   2018-01-04 (Thu, 04 Jan 2018)

  Changed paths:
M 
designer/src/main/java/org/restcomm/connect/rvd/model/steps/es/ExternalServiceStep.java

  Log Message:
  ---
  Injected custom http headers to outgoing ES request

Refers #235


  Commit: 34a75d417869cdfd31c1d792012c42564ee55fa5
  
https://github.com/RestComm/visual-designer/commit/34a75d417869cdfd31c1d792012c42564ee55fa5
  Author: Orestis Tsakiridis <orestis.tsakiri...@telestax.com>
  Date:   2018-01-04 (Thu, 04 Jan 2018)

  Changed paths:
M designer/src/main/java/org/restcomm/connect/rvd/RvdConfiguration.java
A 
designer/src/main/java/org/restcomm/connect/rvd/upgrade/ProjectUpgrader113to114.java
M 
designer/src/main/java/org/restcomm/connect/rvd/upgrade/ProjectUpgraderFactory.java
M 
designer/src/main/java/org/restcomm/connect/rvd/upgrade/UpgradeService.java
M 
designer/src/main/resources/validation/rvdproject/current/rvdproject-schema.json

  Log Message:
  ---
  Introduced project version 1.14

- changed RvdConfiguration.RVD_PROJECT_VERSION
- added upgrade stuff

Refers #235


  Commit: 5862f75ddcfb4fea22c1c723bdb0da727aa5bc1a
  
https://github.com/RestComm/visual-designer/commit/5862f75ddcfb4fea22c1c723bdb0da727aa5bc1a
  Author: Orestis Tsakiridis <orestis.tsakiri...@telestax.com>
  Date:   2018-01-04 (Thu, 04 Jan 2018)

  Changed paths:
M 
designer/src/main/java/org/restcomm/connect/rvd/model/steps/es/ExternalServiceStep.java
M 
designer/src/test/java/org/restcomm/connect/rvd/interpreter/VariablesAndParametersTest.java
M 
designer/src/test/java/org/restcomm/connect/rvd/model/steps/StepTestBase.java
M 
designer/src/test/java/org/restcomm/connect/rvd/model/steps/dial/DialStepTest.java
A 
designer/src/test/java/org/restcomm/connect/rvd/model/steps/es/ExternalServiceStepTest.java
M 
designer/src/test/java/org/restcomm/connect/rvd/utils/CustomizableRvdConfiguration.java

  Log Message:
  ---
  Added ExternalServiceStep component test

Also, did small fixes to ES step to allow for null properties in various 
properties

Refers #235


  Commit: af61f1e4141e75b411e765d3bb391df57508c23c
  
https://github.com/RestComm/visual-designer/commit/af61f1e4141e75b411e765d3bb391df57508c23c
  Author: Orestis Tsakiridis <orestis.tsakiri...@telestax.com>
  Date:   2018-01-05 (Fri, 05 Jan 2018)

  Changed paths:
M 
designer/src/main/java/org/restcomm/connect/rvd/model/steps/es/AccessOperation.java
M 
designer/src/main/java/org/restcomm/connect/rvd/model/steps/es/ExternalServiceStep.java
M 
designer/src/main/java/org/restcomm/connect/rvd/model/steps/es/RouteMapping.java
M 
designer/src/main/java/org/restcomm/connect/rvd/model/steps/es/ValueExtractor.java
M 
designer/src/test/java/org/restcomm/connect/rvd/model/steps/es/ExternalServiceStepTest.java

  Log Message:
  ---
  Unit testing for External Service step

Refers #277


  Commit: 012ba1320add9bbaff66421e46e562898e6be500
  
https://github.com/RestComm/visual-designer/commit/012ba1320add9bbaff66421e46e562898e6be500
  Author: Orestis Tsakiridis <orestis.tsakiri...@telestax.com>
  Date:   2018-01-05 (Fri, 05 Jan 2018)

  Changed paths:
M designer/src/main/webapp/templates/steps/externalServiceStep.html

  Log Message:
  ---
  Fixed indentation of ES routing mapping blocks


Compare: 
https://github.com/RestComm/visual-designer/compare/3790d4125be5...012ba1320add

-- 

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


[RestComm/visual-designer] 34a75d: Introduced project version 1.14

2018-01-04 Thread Orestis Tsakiridis
  Branch: refs/heads/issue235_es_custom_headers
  Home:   https://github.com/RestComm/visual-designer
  Commit: 34a75d417869cdfd31c1d792012c42564ee55fa5
  
https://github.com/RestComm/visual-designer/commit/34a75d417869cdfd31c1d792012c42564ee55fa5
  Author: Orestis Tsakiridis <orestis.tsakiri...@telestax.com>
  Date:   2018-01-04 (Thu, 04 Jan 2018)

  Changed paths:
M designer/src/main/java/org/restcomm/connect/rvd/RvdConfiguration.java
A 
designer/src/main/java/org/restcomm/connect/rvd/upgrade/ProjectUpgrader113to114.java
M 
designer/src/main/java/org/restcomm/connect/rvd/upgrade/ProjectUpgraderFactory.java
M 
designer/src/main/java/org/restcomm/connect/rvd/upgrade/UpgradeService.java
M 
designer/src/main/resources/validation/rvdproject/current/rvdproject-schema.json

  Log Message:
  ---
  Introduced project version 1.14

- changed RvdConfiguration.RVD_PROJECT_VERSION
- added upgrade stuff

Refers #235


  Commit: 5862f75ddcfb4fea22c1c723bdb0da727aa5bc1a
  
https://github.com/RestComm/visual-designer/commit/5862f75ddcfb4fea22c1c723bdb0da727aa5bc1a
  Author: Orestis Tsakiridis <orestis.tsakiri...@telestax.com>
  Date:   2018-01-04 (Thu, 04 Jan 2018)

  Changed paths:
M 
designer/src/main/java/org/restcomm/connect/rvd/model/steps/es/ExternalServiceStep.java
M 
designer/src/test/java/org/restcomm/connect/rvd/interpreter/VariablesAndParametersTest.java
M 
designer/src/test/java/org/restcomm/connect/rvd/model/steps/StepTestBase.java
M 
designer/src/test/java/org/restcomm/connect/rvd/model/steps/dial/DialStepTest.java
A 
designer/src/test/java/org/restcomm/connect/rvd/model/steps/es/ExternalServiceStepTest.java
M 
designer/src/test/java/org/restcomm/connect/rvd/utils/CustomizableRvdConfiguration.java

  Log Message:
  ---
  Added ExternalServiceStep component test

Also, did small fixes to ES step to allow for null properties in various 
properties

Refers #235


Compare: 
https://github.com/RestComm/visual-designer/compare/e0c33a19667a...5862f75ddcfb

-- 

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


[RestComm/visual-designer] edeb88: Initial support for ES http headers

2018-01-03 Thread Orestis Tsakiridis
  Branch: refs/heads/issue235_es_custom_headers
  Home:   https://github.com/RestComm/visual-designer
  Commit: edeb88d79f23f266a80032486317ec9c09da15ec
  
https://github.com/RestComm/visual-designer/commit/edeb88d79f23f266a80032486317ec9c09da15ec
  Author: Orestis Tsakiridis <orestis.tsakiri...@telestax.com>
  Date:   2018-01-04 (Thu, 04 Jan 2018)

  Changed paths:
M 
designer/src/main/java/org/restcomm/connect/rvd/model/steps/es/ExternalServiceStep.java
M 
designer/src/main/resources/validation/rvdproject/current/externalServiceStep.json
M designer/src/main/webapp/js/app/steps.js
M designer/src/main/webapp/templates/steps/externalServiceStep.html

  Log Message:
  ---
  Initial support for ES http headers

* Updated UI
* Header persistence to state file
* Json schema update

Refers #235


  Commit: e0c33a19667aaf7cf7991c8c0cc2588b9bfa8df2
  
https://github.com/RestComm/visual-designer/commit/e0c33a19667aaf7cf7991c8c0cc2588b9bfa8df2
  Author: Orestis Tsakiridis <orestis.tsakiri...@telestax.com>
  Date:   2018-01-04 (Thu, 04 Jan 2018)

  Changed paths:
M 
designer/src/main/java/org/restcomm/connect/rvd/model/steps/es/ExternalServiceStep.java

  Log Message:
  ---
  Injected custom http headers to outgoing ES request

Refers #235


Compare: 
https://github.com/RestComm/visual-designer/compare/edeb88d79f23^...e0c33a19667a

-- 

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


[RestComm/visual-designer] 54faf5: Reviewed template directory configuration setting ...

2018-01-03 Thread Orestis Tsakiridis
  Branch: refs/heads/issue261_templates_storage_layer
  Home:   https://github.com/RestComm/visual-designer
  Commit: 54faf51a2cf912c9e6fbf7c97db98ba811bf80e3
  
https://github.com/RestComm/visual-designer/commit/54faf51a2cf912c9e6fbf7c97db98ba811bf80e3
  Author: Orestis Tsakiridis <orestis.tsakiri...@telestax.com>
  Date:   2017-12-20 (Wed, 20 Dec 2017)

  Changed paths:
M designer/src/main/java/org/restcomm/connect/rvd/BaseRvdConfiguration.java
M designer/src/main/java/org/restcomm/connect/rvd/FileRvdConfiguration.java
M designer/src/main/java/org/restcomm/connect/rvd/RvdConfiguration.java
M 
designer/src/main/java/org/restcomm/connect/rvd/bootstrap/RvdInitializationServlet.java
M 
designer/src/main/java/org/restcomm/connect/rvd/bootstrap/WorkspaceBootstrapper.java
A 
designer/src/main/java/org/restcomm/connect/rvd/exceptions/BootstrappingException.java
M 
designer/src/main/java/org/restcomm/connect/rvd/storage/WorkspaceStorage.java
M 
designer/src/test/java/org/restcomm/connect/rvd/bootstrap/WorkspaceBootstrapperTest.java
M 
designer/src/test/java/org/restcomm/connect/rvd/utils/CustomizableRvdConfiguration.java

  Log Message:
  ---
  Reviewed template directory configuration setting and reviewed  
WorkspaceBootstrapper

- Added templates directory creation if not exists

Refers #261


  Commit: 0af5b5cd38208969c18bd19f5a536dda5ff0ec71
  
https://github.com/RestComm/visual-designer/commit/0af5b5cd38208969c18bd19f5a536dda5ff0ec71
  Author: Orestis Tsakiridis <orestis.tsakiri...@telestax.com>
  Date:   2018-01-04 (Thu, 04 Jan 2018)

  Changed paths:
M 
designer/src/main/java/org/restcomm/connect/rvd/storage/FsProjectTemplateDao.java
M designer/src/main/webapp/workspace/@templates/TL1234/project.template
R 
designer/src/main/webapp/workspace/@templates/TL1234/resources/voice-icon.png

  Log Message:
  ---
  Bugfixes and polishing for templates mechanism


Compare: 
https://github.com/RestComm/visual-designer/compare/b3f28ecb2613...0af5b5cd3820

-- 

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


[RestComm/Restcomm-Connect] 8c1cc2: Improved comment in advanced.conf

2017-12-18 Thread Orestis Tsakiridis
  Branch: refs/heads/issue2718_rvd_http_timeout_configuration
  Home:   https://github.com/RestComm/Restcomm-Connect
  Commit: 8c1cc23d8b297ebc49aa993ddd13b56fa6be30fc
  
https://github.com/RestComm/Restcomm-Connect/commit/8c1cc23d8b297ebc49aa993ddd13b56fa6be30fc
  Author: Orestis Tsakiridis <orestis.tsakiri...@telestax.com>
  Date:   2017-12-18 (Mon, 18 Dec 2017)

  Changed paths:
M 
restcomm/configuration/config-scripts/as7-config-scripts/restcomm/advanced.conf

  Log Message:
  ---
  Improved comment in advanced.conf

Refers #2718


-- 

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


[RestComm/Restcomm-Connect] b6b77d: Added RVD_HTTP_TIMEOUT configuration option to adv...

2017-12-18 Thread Orestis Tsakiridis
  Branch: refs/heads/issue2718_rvd_http_timeout_configuration
  Home:   https://github.com/RestComm/Restcomm-Connect
  Commit: b6b77daf2b9552774ac7d12df8941eef3f73eca5
  
https://github.com/RestComm/Restcomm-Connect/commit/b6b77daf2b9552774ac7d12df8941eef3f73eca5
  Author: Orestis Tsakiridis <orestis.tsakiri...@telestax.com>
  Date:   2017-12-18 (Mon, 18 Dec 2017)

  Changed paths:
M 
restcomm/configuration/config-scripts/as7-config-scripts/restcomm/advanced.conf
M 
restcomm/configuration/config-scripts/as7-config-scripts/restcomm/autoconfig.d/config-rvd.sh

  Log Message:
  ---
  Added RVD_HTTP_TIMEOUT configuration option to advanced.conf and configured 
rvd.xml

Refers #2718


-- 

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


  1   2   3   4   5   6   7   8   >