Branch: refs/heads/master
  Home:   https://github.com/RestComm/olympus
  Commit: d8df36e714d3533d6cbcc945413320901d736235
      
https://github.com/RestComm/olympus/commit/d8df36e714d3533d6cbcc945413320901d736235
  Author: Orestis Tsakiridis <otsa...@gmail.com>
  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 <otsa...@gmail.com>
  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 <otsa...@gmail.com>
  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 <otsa...@gmail.com>
  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 <otsa...@gmail.com>
  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 <otsa...@gmail.com>
  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: 96505d560a2df38fd00d5af89f48e9aa7c74fbf6
      
https://github.com/RestComm/olympus/commit/96505d560a2df38fd00d5af89f48e9aa7c74fbf6
  Author: Orestis Tsakiridis <otsa...@gmail.com>
  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


  Commit: 21b86e3706a18011dd832736a36198d5ad7c0811
      
https://github.com/RestComm/olympus/commit/21b86e3706a18011dd832736a36198d5ad7c0811
  Author: Orestis Tsakiridis <otsa...@gmail.com>
  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 <otsa...@gmail.com>
  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


  Commit: 4cacf8088316facfbfcd6cbb91927dbae3b87ff0
      
https://github.com/RestComm/olympus/commit/4cacf8088316facfbfcd6cbb91927dbae3b87ff0
  Author: Orestis Tsakiridis <otsa...@gmail.com>
  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


  Commit: 175062e30109b6c5971ce58c9be4df4a367833b8
      
https://github.com/RestComm/olympus/commit/175062e30109b6c5971ce58c9be4df4a367833b8
  Author: Orestis Tsakiridis <otsa...@gmail.com>
  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


  Commit: 6090cb718de28bba35a42959487974cc87a38a8f
      
https://github.com/RestComm/olympus/commit/6090cb718de28bba35a42959487974cc87a38a8f
  Author: Orestis Tsakiridis <otsa...@gmail.com>
  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


  Commit: e3910273ef8aa48e9f28acfa1f257247a3f389f6
      
https://github.com/RestComm/olympus/commit/e3910273ef8aa48e9f28acfa1f257247a3f389f6
  Author: Orestis Tsakiridis <otsa...@gmail.com>
  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


Compare: https://github.com/RestComm/olympus/compare/9e2a3db39734...e3910273ef8a
      **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.

Reply via email to