Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 4.0.1 #2061

Merged
merged 19 commits into from
Sep 7, 2023
Merged

Release 4.0.1 #2061

merged 19 commits into from
Sep 7, 2023

Commits on Sep 4, 2023

  1. Configuration menu
    Copy the full SHA
    1660318 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2023

  1. Migration fixes (#2046)

    * Migrations: fix player software migration for empty modifiedDt xibosignage/xibo#3095
    * Migrations: fix player software migration for empty modifiedDt xibosignage/xibo#3095
    * Migrations: Fix potential migration issues xibosignage/xibo#3095
    ---------
    
    Co-authored-by: Dan Garner <[email protected]>
    PeterMis and dasgarner authored Sep 5, 2023
    Configuration menu
    Copy the full SHA
    049aca2 View commit details
    Browse the repository at this point in the history
  2. Bugfix/video duration validation (#2047)

    * Video/Local Video: improve validation messages for 0 duration.
    * Widgets: common properties should validation duration is greater than 0 when no validators are present. 
    fixes xibosignage/xibo#3098
    dasgarner authored Sep 5, 2023
    Configuration menu
    Copy the full SHA
    eddcb73 View commit details
    Browse the repository at this point in the history
  3. Dashboard widget: (#2049)

    - fix type field xibosignage/xibo#3103
    - fix token generation xibosignage/xibo#3104
    dasgarner authored Sep 5, 2023
    Configuration menu
    Copy the full SHA
    d93df32 View commit details
    Browse the repository at this point in the history
  4. Dashboard widget: (#2051)

    - fix token generation xibosignage/xibo#3104
    dasgarner authored Sep 5, 2023
    Configuration menu
    Copy the full SHA
    3cc40dc View commit details
    Browse the repository at this point in the history
  5. Feature/multiple fixes layout editor (#2050)

    * Tooltip control help text updated
    relates to xibosignageltd/xibo-private#453
    
    * Context menu needs to update Layer Control
    relates to xibosignageltd/xibo-private#462
    
    * Debounce editor preference calls
    relates to xibosignageltd/xibo-private#463
    
    * Toast notification in editor improvements
    relates to xibosignageltd/xibo-private#464
    
    * Save default values for elements that come from Editor variables
    relates to xibosignageltd/xibo-private#465
    maurofmferrao authored Sep 5, 2023
    Configuration menu
    Copy the full SHA
    a2663da View commit details
    Browse the repository at this point in the history
  6. Bump semver from 5.7.1 to 5.7.2 (#2034)

    Bumps [semver](https://github.com/npm/node-semver) from 5.7.1 to 5.7.2.
    - [Release notes](https://github.com/npm/node-semver/releases)
    - [Changelog](https://github.com/npm/node-semver/blob/v5.7.2/CHANGELOG.md)
    - [Commits](npm/node-semver@v5.7.1...v5.7.2)
    
    ---
    updated-dependencies:
    - dependency-name: semver
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 5, 2023
    Configuration menu
    Copy the full SHA
    0f56fd4 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2023

  1. Dashboard and Widget download fixes (#2052)

    * Dashboard widget: fix token generation xibosignage/xibo#3104
    * Embedded: fix problem downloading widgets with library references xibosignage/xibo#3105
    * Chore: Add GetResource to XMDS test
    * Widgets that use `let` or `const` and dangling `,` xibosignage/xibo#3106
    dasgarner authored Sep 6, 2023
    Configuration menu
    Copy the full SHA
    e9a63b2 View commit details
    Browse the repository at this point in the history
  2. Bump @cypress/request and cypress (#2035)

    Bumps [@cypress/request](https://github.com/cypress-io/request) to 3.0.0 and updates ancestor dependency [cypress](https://github.com/cypress-io/cypress). These dependencies need to be updated together.
    
    
    Updates `@cypress/request` from 2.88.10 to 3.0.0
    - [Release notes](https://github.com/cypress-io/request/releases)
    - [Changelog](https://github.com/cypress-io/request/blob/master/CHANGELOG.md)
    - [Commits](cypress-io/request@v2.88.10...v3.0.0)
    
    Updates `cypress` from 10.7.0 to 13.1.0
    - [Release notes](https://github.com/cypress-io/cypress/releases)
    - [Changelog](https://github.com/cypress-io/cypress/blob/develop/CHANGELOG.md)
    - [Commits](cypress-io/cypress@v10.7.0...v13.1.0)
    
    ---
    updated-dependencies:
    - dependency-name: "@cypress/request"
      dependency-type: indirect
    - dependency-name: cypress
      dependency-type: direct:development
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 6, 2023
    Configuration menu
    Copy the full SHA
    903501b View commit details
    Browse the repository at this point in the history
  3. Migration issues: (#2048)

    * Migration: fix menu board migration. xibosignage/xibo#3101
    * Upgrade: digital clock turns analog. xibosignage/xibo#3109
    * Upgrade: empty/mission options not handled properly on upgrade.
    * Maintenance: fix PHP8 errors. xibosignage/xibo#3110
    * Maintenance: fix dynamic playlist update. xibosignage/xibo#3111
    dasgarner authored Sep 6, 2023
    Configuration menu
    Copy the full SHA
    7704c7b View commit details
    Browse the repository at this point in the history
  4. Feature/multiple fixes layout editor (#2054)

    * Tooltip control help text updated
    relates to xibosignageltd/xibo-private#453
    
    * Context menu needs to update Layer Control
    relates to xibosignageltd/xibo-private#462
    
    * Debounce editor preference calls
    relates to xibosignageltd/xibo-private#463
    
    * Toast notification in editor improvements
    relates to xibosignageltd/xibo-private#464
    
    * Save default values for elements that come from Editor variables
    relates to xibosignageltd/xibo-private#465
    
    * Reload Data only after element save fix
    relates to xibosignageltd/xibo-private#465
    
    * Layout Editor Viewer: Default text isn't the same as preview
    relates to xibosignage/xibo#3117
    
    * Layout Editor: Options tooltip in front of Publish button
    relates to xibosignage/xibo#3113
    
    * Playlist Editor: Delete button on Rich Text input deletes selected widget
    relates to xibosignage/xibo#3115
    maurofmferrao authored Sep 6, 2023
    Configuration menu
    Copy the full SHA
    64eae1b View commit details
    Browse the repository at this point in the history
  5. Bump loader-utils and handlebars-loader (#2036)

    Bumps [loader-utils](https://github.com/webpack/loader-utils) to 2.0.4 and updates ancestor dependencies [loader-utils](https://github.com/webpack/loader-utils) and [handlebars-loader](https://github.com/pcardune/handlebars-loader). These dependencies need to be updated together.
    
    
    Updates `loader-utils` from 2.0.2 to 2.0.4
    - [Release notes](https://github.com/webpack/loader-utils/releases)
    - [Changelog](https://github.com/webpack/loader-utils/blob/v2.0.4/CHANGELOG.md)
    - [Commits](webpack/loader-utils@v2.0.2...v2.0.4)
    
    Updates `loader-utils` from 1.4.0 to 2.0.4
    - [Release notes](https://github.com/webpack/loader-utils/releases)
    - [Changelog](https://github.com/webpack/loader-utils/blob/v2.0.4/CHANGELOG.md)
    - [Commits](webpack/loader-utils@v2.0.2...v2.0.4)
    
    Updates `handlebars-loader` from 1.7.2 to 1.7.3
    - [Release notes](https://github.com/pcardune/handlebars-loader/releases)
    - [Changelog](https://github.com/pcardune/handlebars-loader/blob/main/CHANGELOG.md)
    - [Commits](pcardune/handlebars-loader@v1.7.2...v1.7.3)
    
    ---
    updated-dependencies:
    - dependency-name: loader-utils
      dependency-type: indirect
    - dependency-name: loader-utils
      dependency-type: indirect
    - dependency-name: handlebars-loader
      dependency-type: direct:development
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 6, 2023
    Configuration menu
    Copy the full SHA
    e97a503 View commit details
    Browse the repository at this point in the history
  6. Various v4 fixes (#2055)

    * Update Swagger API version to 4.0
    * Folder : Handle attempt at deleting a Folder set a home Folder for a user xibosignage/xibo#3083
    * Display : Handle attempt at deleting a Display set as a Lead Display for a Sync Group. Add lead display id filter to sync group page. xibosignage/xibo#3100
    * Schedule : Fix Display notify on Layout change when scheduled with user created day part. xibosignage/xibo#3089
    * Library Upload : Check if provided playlist is editable.
    * Schedule : Fix grid issue.
    PeterMis authored Sep 6, 2023
    Configuration menu
    Copy the full SHA
    48157a0 View commit details
    Browse the repository at this point in the history
  7. Feature fixes: fonts/sync groups (#2057)

    Feature flags shouldn't disable getting a list of those things (only ones you have sharing for).
    
    * Unable to edit text widget:  xibosignage/xibo#3118
    * Sync groups: should be able to view sync groups (shared with you) in filters, etc, without viewing the sync group page.
    dasgarner authored Sep 6, 2023
    Configuration menu
    Copy the full SHA
    f06bc5a View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2023

  1. Configuration menu
    Copy the full SHA
    5243baa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dbf1fa1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1684fc6 View commit details
    Browse the repository at this point in the history
  4. Prepare 4.0.1 (#2060)

    dasgarner authored Sep 7, 2023
    Configuration menu
    Copy the full SHA
    92511de View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5a5dee3 View commit details
    Browse the repository at this point in the history