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.13 #2611

Merged
merged 23 commits into from
Jul 9, 2024
Merged

Release 4.0.13 #2611

merged 23 commits into from
Jul 9, 2024

Commits on Jun 14, 2024

  1. Module: webpage widget should use original width/height (which is reg…

    …ion width/height) rather than determining it client side. (#2565)
    
    fixes xibosignage/xibo#3424
    dasgarner authored Jun 14, 2024
    Configuration menu
    Copy the full SHA
    6b8c87a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    846f61a View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2024

  1. Bump braces from 3.0.2 to 3.0.3

    Bumps [braces](https://github.com/micromatch/braces) from 3.0.2 to 3.0.3.
    - [Changelog](https://github.com/micromatch/braces/blob/master/CHANGELOG.md)
    - [Commits](micromatch/braces@3.0.2...3.0.3)
    
    ---
    updated-dependencies:
    - dependency-name: braces
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Jun 16, 2024
    Configuration menu
    Copy the full SHA
    3a2c2f9 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2024

  1. Module: improve the way widget data is cached and returned (#2566)

    * Module: improvements to the way we return old widget data which is cached, so that it is cached for 15 minute or 50% over the cache period
    fixes xibosignage/xibo#3434
    dasgarner authored Jun 17, 2024
    Configuration menu
    Copy the full SHA
    0649b83 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2573 from xibosignage/dependabot/npm_and_yarn/bra…

    …ces-3.0.3
    
    Bump braces from 3.0.2 to 3.0.3
    dasgarner authored Jun 17, 2024
    Configuration menu
    Copy the full SHA
    4c312c1 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2024

  1. XMDS: deadlocks occurring when a lot of displays make concurrent conn…

    …ections (#2567)
    
    * XMDS: optimise the way notifications are inserted, refactor and document alertDisplayUp (no functionality changes). Only assess operating hours if we're likely to send an email.
    * DisplayGroup: refactor dynamic display group assessment to use the cache instead of the DB.
    * Tags: ensure we set the original value to any entity we decorate with tag links.
    dasgarner authored Jun 20, 2024
    Configuration menu
    Copy the full SHA
    df21d36 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2024

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

Commits on Jun 28, 2024

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

Commits on Jul 2, 2024

  1. Configuration menu
    Copy the full SHA
    219b5e4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f8c64ac View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    12a8152 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2024

  1. Data Widget: increasing/decreasing the number of slots does not updat…

    …e the duration when durationPerItem is checked (#2599)
    
    * Widget: saving elements doesn't recalculate widget duration.
    * Refresh Layout duration on widget elements save
    relates to xibosignage/xibo#3445
    
    ---------
    
    Co-authored-by: maurofmferrao <maurofmferrao@gmail.com>
    dasgarner and maurofmferrao authored Jul 3, 2024
    Configuration menu
    Copy the full SHA
    3389483 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1c9524f View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2024

  1. Stocks: Incorrect calculation of Total Duration for elements with Dur…

    …ation Per Item (#2586)
    
    * Stocks: Incorrect calculation of Total Duration for elements with Duration Per Item
    relates to xibosignage/xibo#3441
    
    * Fix for template rendering and hide num items fields
    relates to xibosignage/xibo#3441
    
    * Widget: stock static templates not pulling itemsPerPage from XML.
    xibosignage/xibo#3441
    
    ---------
    
    Co-authored-by: Dan Garner <dan@xibosignage.com>
    maurofmferrao and dasgarner authored Jul 4, 2024
    Configuration menu
    Copy the full SHA
    040159d View commit details
    Browse the repository at this point in the history
  2. Misc improvements with sanitization, etc (#2604)

    * Upload: streamline upload handler base class.
    * WSDL: sanitize host server var
    * UI: update the way we reload the window.
    * Theme: sanitize database setting
    
    xibosignageltd/xibo-private#740
    dasgarner authored Jul 4, 2024
    Configuration menu
    Copy the full SHA
    fc3ae50 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    257243e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    515b6a1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6d572da View commit details
    Browse the repository at this point in the history
  6. PlayerJS: Fix marquee up/down scroll

    The marquee sets the contents of scroller to float:left, which on android causes the containing div height to go from 100% to 0 (as the things inside it are all floated). Fixing a pixel height to the content div makes the container for the scroller have a height.  
    fixes xibosignage/xibo#3388
    dasgarner authored Jul 4, 2024
    Configuration menu
    Copy the full SHA
    215b54f View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2024

  1. Configuration menu
    Copy the full SHA
    91d1c44 View commit details
    Browse the repository at this point in the history
  2. Release: preparation for 4.0.13 (#2609)

    * Release: preparation (translations, version number, swagger - no change), translation import
    xibosignageltd/xibo-private#773
    dasgarner authored Jul 5, 2024
    Configuration menu
    Copy the full SHA
    0331f12 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    136879f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e8e6008 View commit details
    Browse the repository at this point in the history