Commit Graph

20969 Commits (4514ceddd553643607cd02ff45022e8f70112073)

Author SHA1 Message Date
Isaac Connor 4514ceddd5 Rework code to be smaller. Don't require SystemView permission to post a log entry. Default to ERR if invalid err code provided instead of PANIC so that the log entry still gets saved 2022-08-19 13:33:22 -04:00
Jonathan Bennett e55dfe4d4c Fix typo in field name 2022-08-19 13:33:22 -04:00
Isaac Connor 3c38f5d3f9 Test for existence of monitors[i] before trying to kill it just to reduce javascript errors 2022-08-19 13:33:22 -04:00
Jonathan Bennett 4b5db75d90 Properly hide Janus options when Janus is disabled for a given monitor. 2022-08-19 13:33:22 -04:00
Jonathan Bennett 71c5339c2b Adds Janus options Profile-ID Override and Use RTSP Restream to work around camera issues 2022-08-19 13:33:22 -04:00
Jonathan Bennett 65952668ce Update ZM_MIN_RTSP_PORT description 2022-08-19 13:33:22 -04:00
Isaac Connor 18152f82a2 Fix eslint 2022-08-19 13:33:22 -04:00
ovargasp 96f7cd7a4e Latest version of zmAlarmServer 2022-08-19 13:33:22 -04:00
ovargasp ce35b40c60 Adds Alarm Server for NETSurveillance WEB IP cameras 2022-08-19 13:33:22 -04:00
Isaac Connor 7cfa529eb6 keyframe_interval gets reset so can give erroneous logs. Use a second variable to start the actual found keyframe interval. Use a const ref to prevent copying in notify_all 2022-08-19 13:33:22 -04:00
Isaac Connor a5e730ff01 Ignore errors decoding log message 2022-08-19 13:33:22 -04:00
Isaac Connor 1c870d8213 Revert "Fix memleak due to not deleting okpt in VideoStore destructor"
This reverts commit 896a05c65d.
2022-08-19 13:33:22 -04:00
Isaac Connor 3501fa4f8e Fix memleak due to not deleting okpt in VideoStore destructor 2022-08-19 13:33:22 -04:00
Isaac Connor 129abf02d5 Replace the Event index with an eventId,ZoneId index, which mysql will actually use to speed up the subquery for AlarmedZone 2022-08-19 13:33:22 -04:00
ovargasp 336e65761b Modify config.php.in
Modifies config.php to use ZM_TIMEZONE if defined by user
2022-08-19 13:33:22 -04:00
ovargasp 17d4d44af1 Modify zmu
Adds option to get monitor triggered status.
2022-08-19 13:33:22 -04:00
Robert Jacobson dae1d43fb1 Make proportional and continuous movement actually work 2022-08-19 13:33:22 -04:00
Robert Jacobson f35d4a4dbb Make zoom buttons work for Axis P5655-E 2022-08-19 13:33:22 -04:00
Isaac Connor 512509af15 Setting padding to 0 for ptz buttons 2022-08-19 13:33:22 -04:00
Isaac Connor 2240f0813d Provide support for libaom-av1 2022-08-19 13:33:22 -04:00
Isaac Connor 8b4472b753 Don't use array_keys_first as it doesn't exist in php < 7.3. 2022-08-19 13:33:22 -04:00
Isaac Connor 49f8c9defa If monitor has Control configured and control supports rebooting, reboot camera on fail to capture. 2022-08-19 13:33:22 -04:00
Isaac Connor 6b1e2cbff2 Fix loading info from ControlAddress. Fix path used when testing auth. 2022-08-19 13:33:22 -04:00
Isaac Connor 0d2be2683d Set button padding to 0 for ptz buttons 2022-08-19 13:33:22 -04:00
Isaac Connor e2ebccc9aa fix eslint 2022-08-19 13:33:20 -04:00
Isaac Connor fcd673a018 Improve adding parenthesis, rename function to snake case 2022-08-19 13:32:07 -04:00
Isaac Connor 294fd9b3c7 Always populate add MonitorLink dropdown. 2022-08-08 10:05:15 -04:00
Isaac Connor f794077d71 Only add or operator if monitorlinks has content 2022-08-08 10:02:20 -04:00
Isaac Connor 6bc0ec6aab Add Report ORM 2022-08-04 09:35:25 -04:00
Isaac Connor b4000ef0c7 Add Reports table creation 2022-08-04 09:34:06 -04:00
Isaac Connor 715694138c More reports rough in, css and js 2022-08-04 09:12:45 -04:00
Isaac Connor ad764ca0bb rough in major actions for reports 2022-08-04 09:11:24 -04:00
Isaac Connor ce1f3a8ac6 Further roughing in of reports listing 2022-08-04 09:11:03 -04:00
Isaac Connor d9b077d792 rough in editing and timeline graphing 2022-08-04 09:08:11 -04:00
Isaac Connor f6a7698e43 Add Reports menu option 2022-08-04 09:07:46 -04:00
Isaac Connor ca1ad2e2e4 Fix use of filter instead of this 2022-08-04 09:07:33 -04:00
Isaac Connor 23c2546cb6 Record an Amcrest mac vendor but don't implement probe yet 2022-08-03 18:01:47 -04:00
Isaac Connor dc52105c8f Allow to link to ourself 2022-08-03 14:44:44 -04:00
Isaac Connor 4587d0576d Remove unused code 2022-08-03 14:30:18 -04:00
Isaac Connor 6c292dd0e3 Improve adding parenthesis, rename function to snake case 2022-08-03 14:30:18 -04:00
Isaac Connor e27e1c0991 Add backtrace to invalid value for width 2022-08-03 14:30:18 -04:00
Isaac Connor a00d332ade Rough in reports views and add Chart.min.js 2022-08-03 14:29:53 -04:00
Isaac Connor 6f146d1af0 Add MonitorLinkExpression.js 2022-08-03 12:14:51 -04:00
Isaac Connor 45697c7da9 Merge branch 'master' into reports 2022-08-03 11:57:07 -04:00
Isaac Connor 6e5b9b56ed Only load linked monitors if doing capture 2022-08-03 11:55:44 -04:00
Isaac Connor cf3c194e21 Handle when there are no servers and hence no defined ServerId in newMonitor 2022-08-03 11:55:44 -04:00
Isaac Connor b40423d720 Merge branch 'master' of github.com:ZoneMinder/zoneminder 2022-08-02 20:57:48 -04:00
Isaac Connor 2fa90cff4d Use const or let instead of var 2022-08-02 20:47:47 -04:00
Isaac Connor 89631a8531 Fix spelling 2022-08-02 20:47:07 -04:00
Isaac Connor 79f2d1d20f If nothing selected, present a message about it. This shouldn't happen, but does 2022-08-02 20:46:33 -04:00