Revisions of ZoneMinder

Eric Schirra's avatar Eric Schirra (ecsos) committed (revision 61)
buildservice-autocommit accepted request 940082 from Eric Schirra's avatar Eric Schirra (ecsos) (revision 60)
baserev update by copy to link target
Eric Schirra's avatar Eric Schirra (ecsos) committed (revision 59)
- Update to 1.36.12
  - Allow NOW or CURRENT for PACKAGE_VERSION similar to snapshot in do_debian_package.sh
  - Fix lack of scaling when TIMESTAMP_ON_CAPTURE is off
  - Fix deleting from event view.
  - Pause streaming before delete to prevent errors being logged due to missing files
  - documentation fixes
  - Fix NULL and add special 0 case for Storage area specification in filter
  - Handle bug where a value of '' will prevent special case handling in filter rules
  - Allow '' to mean NULL when specifying Storage Area
  - include monitor dimensions when logging about zone mismatch
  - Remove text-nowrap from cause/notes column
  - If we are starting a process that is waiting to term, mark it to get started by the reaper.
    Fixes case where zmdc thought the process was still running and so didn't start it. 
    We never noticed because zmwatch would eventually notice. The result is instant restart.
  - kill the background timer when switching to history so that we don't cause a javascript error
  - Detect group hierarchy loops and break them.
  - clear the monitors array before terminating log. Might fix zmu hangs
  - Add auth relay to status ajax request fixing logged 404 error
  - Wait for closeEvent thread to finish. Fixes unfinished event when zmc told to restart
  - Fix libvnc_camera so that we don't crash on Reload
  - Fix build on FreeBSD/armv7
buildservice-autocommit accepted request 932173 from Eric Schirra's avatar Eric Schirra (ecsos) (revision 58)
baserev update by copy to link target
Eric Schirra's avatar Eric Schirra (ecsos) committed (revision 57)
Eric Schirra's avatar Eric Schirra (ecsos) committed (revision 56)
- Update to 1.36.11
buildservice-autocommit accepted request 927903 from Eric Schirra's avatar Eric Schirra (ecsos) (revision 55)
baserev update by copy to link target
Eric Schirra's avatar Eric Schirra (ecsos) committed (revision 54)
Eric Schirra's avatar Eric Schirra (ecsos) committed (revision 53)
Eric Schirra's avatar Eric Schirra (ecsos) committed (revision 52)
- Update to 1.36.10
  - Set shm->valid to false on disconnect. Fix linked monitors stopping after a while
  - Documentation update regard WEB_TITLE
  - Corrections to filters when using row locks. An error would commit,
    ending the transaction and locks.
  - Fix monitor type labels by adding an Unknown for entry 0.
    Implement Function_Strings.
  - Fix decoding_enabled not being recalculated correctly because we havn't loaded savejpegs or videowriter yet.
  - Fix logic ordering in db 1.35.14 update that moves columns from Monitor table to Monitor_Status
  - set vertical-align:top on monitor edit labels
  - We now delete a non-keyframe from head instead of waiting in capture.
    This should fix lockups when MaxImageBufferCount is too low.
- Changes from 1.36.9
  - fixes to do_debian_package.sh
  - Test for existence of AutoEmail and AutoMessage. Fixes [#3369] issue 2.
  - Improve debug logging of packetqueue cleaning
  - Improvements to export. Fix tar -v, should be tar --version. 
    make table width:100% and iframe height 100%. Always show thumbnail of video. 
    Show Id of event if no other links. generate Images frame content event if no jpegs but there is an mp4.
    Set timeout to infinity for generating export. Provide more feedback if it breaks. Fix ticker.
  - Fix loading logging importance adjustment.
  - always correct decoding_enable, as zms needs to know it's correct value.
  - Change commands used to set and goto presets in Floureon PTZ. Fixes [#3371]
  - Improve filter edit layout: Put actions and options in a div, remove hr's and style the resulting div
    to have the borders and clearing required. Make email options 100%
  - Only record when in modect or nodect. Linked monitors would cause a monitor in monitor mode to record
  - update man pages and typos
- Use pcre2 instead of pcre because pcre is no longer being actively maintained.
buildservice-autocommit accepted request 923667 from Eric Schirra's avatar Eric Schirra (ecsos) (revision 51)
baserev update by copy to link target
Eric Schirra's avatar Eric Schirra (ecsos) committed (revision 50)
- Update to 1.36.8
  - Fix js error in montage review when using scaled mode. Fixes [#3351]
  - French translation updates
  - fixes to packetqueue locking which should reduce RAM consumption in certain cases.
  - Don't crash in rstp server when unable to create source
  - Fixed a bug in Image::Buffer that would return the wrong location in the image
    if the image had > 1 channels (and if the request were for x > 0)
  - remove useless commit in zmfilter.pl causing logged warnings
  - fix width=0px causing empty looking montage
  - Handle when SERVER['HTTP_HOST'] is not set
  - allow values != -1 in setting Brightness, Contrast, etc in zmu
  - fix zmu in verbose mode reporting change in brightness when contrast was specified
- Use current commits for plugins cakePHP and Crud.
buildservice-autocommit accepted request 920296 from Eric Schirra's avatar Eric Schirra (ecsos) (revision 49)
baserev update by copy to link target
Eric Schirra's avatar Eric Schirra (ecsos) committed (revision 48)
Eric Schirra's avatar Eric Schirra (ecsos) committed (revision 47)
buildservice-autocommit accepted request 918837 from Eric Schirra's avatar Eric Schirra (ecsos) (revision 46)
baserev update by copy to link target
Eric Schirra's avatar Eric Schirra (ecsos) committed (revision 45)
- Update to 1.36.7
  - Add an example fail2ban rule
  - Email sending: fix html emails when using ZM_NEW_MAIL_MODULES. Improve debugging reduce Info logging
  - fix bug in zms causing failed image loading in zmNinja and anywhere a low maxfps was specified
  - Updated italian translation
  - add missing calls to update_function_pointers allowing SSE Blend functions to be used. 
    Significant improvement to cpu use when doing motion detection.
buildservice-autocommit accepted request 917678 from Eric Schirra's avatar Eric Schirra (ecsos) (revision 44)
baserev update by copy to link target
Eric Schirra's avatar Eric Schirra (ecsos) committed (revision 43)
- Run spec-cleaner.
Eric Schirra's avatar Eric Schirra (ecsos) committed (revision 42)
- Update to 1.36.6
  - Fix Archive FTP .zip filename not including monitor name. Fixes [#3304]
  - Correct the size of the Longitude and Latitude fields. Fixes [\3311]
  - Optimise API by optionally not loading the Frames from db table
  - Handle the case when the monitor doesn't exist more gracefully and not crash. Fixes [#3316]
  - Fix for export zip crashing due to including non existent files. Fixes [#3313]
  - fix build for bionic due to missing libjwt-gnutls-dev
  - fix linked monitors not working after a random period of time
  - fix unimplemented viewing fps in live view.
  - fix fps display in live view when paused
  - Update Dark skin to look better
  - fix styling of shutdown button making it invisible
  - Support specifying the export filename by passing the export_root
  - Turn on export functionality for snapshots
  - fix save button on monitorprobe
  - zmu may still output results even if it encounters errors, so continue even if we have an error return status from zmu.
  - Allow specifying export Structure to get a flat zip
  - Fix deleting snapshots
  - When locking, use the results to reload the object fields fresh as they may have changed since the object was loaded.
    Fixes Archived events losing their endtime.
  - add export and download functions in snapshot.
  - Add defaults for AutoMoveTo and AutoCopyTo so that we don't get false changes when saving filters.
    Fix redirect after save. Re-null the Id of the filter object after temp execute so that we don't
    reference a no longer existing filter.
  - Change monitor->canView semantics so that a specified monitorId trumps the Monitors:None setting.
    This is so that the console can be hidden, but the group dropdown still gets populated.
  - When the selected layout is not freeform, calculate the ratio of computed size to stream source size
    to calculate a value for scale. Should reduce cpu use and bandwidth from zms
  - Fixed 'Call to undefined function Error()' in control_functions.php
  - Only show thumbnail if Function is != None
Displaying revisions 61 - 80 of 121
openSUSE Build Service is sponsored by