Skip to content

Releases: 2600hz/monster-ui

5.3.8.4

27 Mar 19:48
Compare
Choose a tag to compare

Generic badge

Changes for 5.3.8.4

Changes to branch fix-5.3.8 after version 5.3.8.3.

Commits

5.3.8.3

20 Mar 21:34
Compare
Choose a tag to compare

Generic badge

Changes for 5.3.8.3

Changes to branch fix-5.3.8 after version 5.3.8.2.

Commits

5.3.8.2

16 Mar 16:43
Compare
Choose a tag to compare

Generic badge

Changes for 5.3.8.2

Changes to branch fix-5.3.8 after version 5.3.8.1.

Commits

5.3.9

24 Feb 04:25
fccb65e
Compare
Choose a tag to compare

Generic badge

Changes for 5.3.9

Changes to branch 5.3 after version 5.3.8.

Commits

5.3.8.1

15 Feb 20:36
Compare
Choose a tag to compare

Generic badge

Changes for 5.3.8.1

Changes to branch fix-5.3.8 after version 5.3.8.

Commits

5.1.20

10 Feb 06:56
539dfa2
Compare
Choose a tag to compare

Generic badge

Changes for 5.1.20

Changes to branch 5.1 after version 5.1.19.

Commits

5.1.19

10 Feb 06:13
8a060eb
Compare
Choose a tag to compare

Generic badge

Changes for 5.1.19

Changes to branch 5.1 after version 5.1.18.

Commits

5.3.8

29 Dec 21:27
f76ee88
Compare
Choose a tag to compare

Generic badge

Changes for 5.3.8

Changes to branch 5.3 after version 5.3.7.

Commits
  • MSTR-270: adding new view to show when cluster was unlinked from portal and then return error when entering on monster ui - by Estuardo

    handling when monsterui marketplace connector returns 401 error from appex-server when we open connector and showing a view to complete the unlinking process and then return to the link cluster view.

    Captura de pantalla 2023-12-21 101808

  • MSTR-275: fix loading module/submodule files from external source_url - by Hesaam Farhang

    UI applications started via Marketplace will set source_url in their metadata to make Monster UI fetch their assists files from the that URL.

    This tries to fix some issues that preventing requiring app's JS files via external source_url.

    Marketplace set the source_url to something like this:

    {API_URL}/ui/{NAME_OF_UI_APP}/[...]

    • API_URL: the crossbar api url, set my Marketplace Connector to monster.config.api.default

    • NAME_OF_UI_APP: Marketplace name of UI app (like monsterui_accounts)

    • [...]: the path to fetch the file.

    So for example given http://localhost:8000/v2 being API URL the source_url for monsterui_accounts is set by Kazoo to:

    monsterui_accounts metadata looks like this:

    
    {
    
    ...
    
    "source_url": "http://localhost.8000/ui/monsterui_accounts",
    
    ...
    
    }
    
    

    Then to fetch app.js:

    
    http://localhost.8000/ui/monsterui_accounts/app.js
    
    

5.1.18.1

12 Dec 20:12
Compare
Choose a tag to compare

Generic badge

Changes for 5.1.18.1

Changes to branch fix-5.1.18 after version 5.1.18.

Commits

5.3.7

04 Dec 16:23
bd0d39a
Compare
Choose a tag to compare

Generic badge

Changes for 5.3.7

Changes to branch 5.3 after version 5.3.6.

Commits