Revisions of ZoneMinder

buildservice-autocommit accepted request 1008923 from Eric Schirra's avatar Eric Schirra (ecsos) (revision 101)
baserev update by copy to link target
Eric Schirra's avatar Eric Schirra (ecsos) committed (revision 100)
  - Use canEdit['System'] and value of new ZM_LOG_INJECT to disable attempting
    to inject javascript errors into zm logs
  - update storage modal to fix buttons not being in form. Also remove duplicate view field
    and make button action be save instead of Save. Fixes [#3605]
Eric Schirra's avatar Eric Schirra (ecsos) committed (revision 99)
Eric Schirra's avatar Eric Schirra (ecsos) committed (revision 98)
- Update to 1.36.28
- Update to 1.36.27
buildservice-autocommit accepted request 1008813 from Eric Schirra's avatar Eric Schirra (ecsos) (revision 97)
baserev update by copy to link target
Eric Schirra's avatar Eric Schirra (ecsos) committed (revision 96)
- Update to to 1.36.27
  - Use zm_setcookie, which will automatically set samesite on the session cookie.
    Maybe fixes [#3517]
  - commit to free up locks when there is an error doing MoveTo (like does not exist on disk).
    Also remove commit from CopyTo which does no transactions/locking.
  - Use y instead of Y for path generation when using Deep scheme. Fixes [#3583]
  - Add spans and title attributes on the title h2 parts of frame view so that on mouseover
    it tells you what the numbers are
  - Update frame view js to use const etc instead of var. Put back EventId and FrameId
    in stats being links and fix FrameId not being populated.
    If no stats available disable the stats button and use the title to explain why.
  - In failure state populate imageData array to reduce output php errors in frame view
  - Add connkey and semaphore key to logging about failure to get semaphore.
    Add sem_release before every ajaxError call because ajaxError exits
    and so we never release the semaphore.
  - fix not saving v4l settings.
  - Only warn about event exceeding section_length if we are not using close_mode=TIME.
    Fixes [#3599]
  - make OutputCodec work in API Maybe fixes [#3341]
  - Handle filter[query] not being defined
  - Fix export not working for filter due to limit set to 0.
  - Only look for action if there is a view. Prevents lookup of a non-existent file.
  - Include monitor Id in zmwatch logs, for consistency as well as utility
  - Escape File parameters when inserting log to prevent XSS. Related to fixing [#2466].
    Fixes https://github.com/ZoneMinder/zoneminder/security/advisories/GHSA-h6xp-cvwv-q433
  - Only perform actions on post. Doing them on GET allows doing actions without CSRF
    from things like img tags which is not good. 
    Fixes https://github.com/ZoneMinder/zoneminder/security/advisories/GHSA-xgv6-qv6c-399q
  - Upgrade jquery to 3.6.1
  - Update jquery-ui to 1.13.2 to remove reported dependency advisory
buildservice-autocommit accepted request 1004267 from Eric Schirra's avatar Eric Schirra (ecsos) (revision 95)
baserev update by copy to link target
Eric Schirra's avatar Eric Schirra (ecsos) committed (revision 94)
  - Fix [#3580] Export page broken due to type on dateTimeFormater => dateTimeFormatter
  - Restore the integer value returned for status on API MonitorsController to per 1.36.16 value.
    The values got shifted due to making 0 = Unknown instead of -1.
  - Only init the bootstrap table of events on watch view if the user has permission to view events.
    This prevents endless logging of insufficient permissions errors.
  - Add fade to the logout modal which for some reason fixes it not showing after a cancel
  - Specify that only main page content tables should have the first column be min-width: 300px.
    This was affecting the logout dialog table content when viewing the monitor edit view.
  - fix export from event view
  - Only try to set TIMEZONE when loading dateTimeFormatter if it is set and handle 
    the exception when any of TIMEZONE or LOCALE are invalid.
  - Fix values in LOCALE_DEFAULT dropdown in options.
  - Add libio-interface-perl to dependencies. Fixes [#3577]
  - Show the Reboot control when it is enabled without wake, sleep or reset.
Eric Schirra's avatar Eric Schirra (ecsos) committed (revision 93)
- Update to 1.36.26
buildservice-autocommit accepted request 1000451 from Eric Schirra's avatar Eric Schirra (ecsos) (revision 92)
baserev update by copy to link target
Eric Schirra's avatar Eric Schirra (ecsos) committed (revision 91)
- Update to 1.36.25
  - add build for ubuntu kinetic
  - fix javascript error on zone edit
  - fix deprecation error on php8 due to implicit conversion to
    integer when displaying event duration
  - Update ZM_MIN_RTSP_PORT description
  - fix some javascript errors during page transition
  - Ignore errors when decoding log message
  - add detection of out of order packets from ffmpeg
  - Keep track of max_keyframe_interval and log it when complaining
  - fix hang during logrotate due to waiting in packetqueue for decode
  - Remove warning about maxImageBuffer. Will be handled better in queuePacket.
  - Fix snapshot jpeg not being created early enough
  - finally fix (we think) hung zmu/zms processes due to race in db thread creation.
  - Update material icons to v1.11.10
  - Add a button to event view to jump to this event time in montage review
  - fix different button heights when using font awesome vs material icons
  - Add a back to frames button from frame view
  - Use HTTP_X_FORWARDED_HOST or HTTP_X_FORWARDED_SERVER if present
    to get correct hostname to use when behind a reverse proxy.
  - Handle case where time_base is not set in the codec. 
    Fixes h265 not playing through zms
  - When there are less than 3 storage areas, just list them in the
    header instead of making it a dropdown
  - fix problems with migrateHash
buildservice-autocommit accepted request 993532 from Eric Schirra's avatar Eric Schirra (ecsos) (revision 90)
baserev update by copy to link target
Eric Schirra's avatar Eric Schirra (ecsos) committed (revision 89)
Eric Schirra's avatar Eric Schirra (ecsos) committed (revision 88)
- Update to 1.36.24
Eric Schirra's avatar Eric Schirra (ecsos) committed (revision 87)
Eric Schirra's avatar Eric Schirra (ecsos) committed (revision 86)
- Update to 1.36.23

- Update to 1.36.22
  - Make proportional zoom and movement work for AxisV2 API
  - remove padding from ptz buttons making proportional zoom/pan not work right
  - Fix memleak
  - reduce debugging calls
  - include reorder_queue_size setting in warning about out of order dts
  - Sync up with c++ shm alignment to fix same size on 32bit
  - improve warning about MaxImageBuffer size being smaller than keyframe interval
  - Fix ever increasing duration in event list
  - fix javascript console log about leaflet not being installed
  - Fix event listing for filter involving AlarmedZone rule.
  - Fix logic inversion causing Filters involving DiskPercent rules to still hit the database
  - Fix too much logging about finding locked packets
  - Fix segfault when audio stream is present but not being recorded
  - when a new auth hash is generated, don't reload the image stream,
    just update the global var to be used if the image stream breaks.
buildservice-autocommit accepted request 990876 from Eric Schirra's avatar Eric Schirra (ecsos) (revision 85)
baserev update by copy to link target
Eric Schirra's avatar Eric Schirra (ecsos) committed (revision 84)
- Add mysql to BuildRequires to fix install error:
  file /etc/my.cnf.d from install of ZoneMinder* conflicts with file from package mariadb*
Eric Schirra's avatar Eric Schirra (ecsos) committed (revision 83)
Eric Schirra's avatar Eric Schirra (ecsos) committed (revision 82)
- Update to 1.36.21
Displaying revisions 21 - 40 of 121
openSUSE Build Service is sponsored by