Commit Graph

21670 Commits

Author SHA1 Message Date
Isaac Connor
46bb48e2c8 Merge branch 'master' of github.com:ZoneMinder/zoneminder 2022-12-06 11:20:20 -05:00
Isaac Connor
c158bc3857 Merge pull request #3642 from criadoperez/debian11-install
Added debian backports option to install a newer version of Zoneminder
2022-12-06 09:29:55 -05:00
Alejandro
9666ddf030 Added debian backports option to install a newer version of Zoneminder 2022-12-06 14:26:41 +01:00
Isaac Connor
f010356d62 Merge pull request #3638 from kholk/patch-1
zm_ffmpeg_camera: Add support for Jetson Nano/Xavier NVMPI
2022-12-06 04:01:51 -05:00
Isaac Connor
7ed1fb0c95 Merge pull request #3641 from badrpc/typo_fwrite_write
Fix typo fwrite -> write
2022-12-06 03:57:18 -05:00
Isaac Connor
77325bd1e0 Merge branch 'master' of github.com:ZoneMinder/zoneminder 2022-12-05 18:38:00 -05:00
Isaac Connor
8bb80cb1ac Put back authenticating to '/cgi/ptdc.cgi' instead of /. 2022-12-05 12:50:32 -05:00
Isaac Connor
753ba9e22b Fix no results when showing all frames due to undefined limit 2022-12-04 10:44:03 -05:00
Isaac Connor
a0de514e8d Add 2>&1 to command to delete event dir so that we get error messages logged. 2022-12-04 10:44:03 -05:00
Isaac Connor
1d19d362ae Add status to debug logging of executeShellCommand 2022-12-04 10:44:03 -05:00
Oleg
83a401fc44 Fix typo fwrite -> write 2022-12-02 21:43:45 +00:00
Isaac Connor
06a14f1410 Use object save method for Archive/Unarchive and don't do UpdateDiskSpace if event was deleted. 2022-12-02 15:57:47 -05:00
Isaac Connor
8ee5ca0679 add autocomplete=new-password to password fields. Apparently this is how browsers now prevent auto-completing them 2022-12-02 15:57:47 -05:00
Isaac Connor
0c41333976 remove extra braces, explicilty handle INHERIT permission and log any other values as a warning 2022-12-02 14:51:53 -05:00
Isaac Connor
beedb4e36f add libavdevice59 to depends for lunar 2022-12-02 10:24:04 -05:00
Isaac Connor
d76fb5e5cb Unhide the snapshot feature setting 2022-11-30 13:52:24 -05:00
Isaac Connor
0f2afdcff7 Fix eslint and use const on port 2022-11-30 13:42:17 -05:00
Isaac Connor
3a6984c820 Move leaflet css loading code to monitor view 2022-11-30 13:23:42 -05:00
Isaac Connor
1e05ae01e0 Move leaflet css loading code to monitor view 2022-11-30 13:23:29 -05:00
Isaac Connor
d814fd27f7 Put Servers array in skin.js.php so that it is available to all views 2022-11-30 13:19:53 -05:00
Isaac Connor
cdfe38cc31 Add UrltoZMS and UrltoAPI methods to Server js class 2022-11-30 13:19:02 -05:00
Isaac Connor
b4f674ef5d Merge branch 'master' of github.com:ZoneMinder/zoneminder 2022-11-30 13:18:38 -05:00
Isaac Connor
ae66782ddb Use 32byte aligned buffer size when allocating an image buffer to make ffmpeg happy. Fixes a crash when width = 1080. When linesizes are different, copy line by line instead of the whole buffer all at once. 2022-11-30 13:18:13 -05:00
Isaac Connor
61e5527b63 Log image size as wel 2022-11-30 13:18:13 -05:00
Isaac Connor
e11b7d3406 Add CORS headers to API 2022-11-30 13:18:13 -05:00
Isaac Connor
fbb9350c58 Remove some extra scope, log group id as well. 2022-11-30 13:00:37 -05:00
Isaac Connor
c4c31a5880 Add libio-socket-ssl-perl as a dependency because we use it in Dahua PTZ script 2022-11-29 14:03:42 -05:00
Isaac Connor
6adec2eb37 Add SSL support to Dahua PTZ 2022-11-29 14:03:27 -05:00
Isaac Connor
b359f8f823 Get rid of 10px padding on bottom of main navbar 2022-11-29 13:58:49 -05:00
Isaac Connor
63e37e8744 Add styles to table headers to left align them to match the body 2022-11-29 12:47:10 -05:00
Isaac Connor
a5494a7c02 Use Y-m-d H:i:s instead of c for date formatting to match what datetimepicker expects. remove unused action input and put view in the get part of form action 2022-11-29 12:46:29 -05:00
Isaac Connor
fd3c8b21d6 Remove dead code from report_event_audit.js 2022-11-29 12:45:30 -05:00
Isaac Connor
fd9b59a94b Improve info when moving event to show source and Dest paths 2022-11-27 17:38:56 -05:00
Isaac Connor
38be2d9664 Rework fullscreen functionality a bit so that button gets updated even if you leave via escape key or other means 2022-11-26 11:01:53 -05:00
Isaac Connor
d576385e3b Merge branch 'master' of github.com:ZoneMinder/zoneminder 2022-11-26 10:52:41 -05:00
Isaac Connor
19832d24cd Implement fullscreen button for event view 2022-11-26 10:52:28 -05:00
Isaac Connor
92a82d603b Fix testing of state in reboot(). Set state in open() 2022-11-24 09:27:49 -05:00
AngeloGioacchino Del Regno
7f8badc334 zm_ffmpeg_camera: Add support for Jetson Nano/Xavier NVMPI
Add support for the NVMPI hardware decoders (not CUDA decoders!)
of the Tegra SoCs found in the Jetson Nano/TX/TX2 and Xavier NX/AGX.

This platform supports hardware decoding of H264, HEVC, MPEG2,
MPEG4, VP8 and VP9.
2022-11-24 00:09:02 +01:00
Isaac Connor
b3a262fc9b Fix crash due to using unrotated y-channel image. Put the y-image creation in ::Decode, stored in ZMPacket. 2022-11-22 12:38:48 -05:00
Isaac Connor
7065678065 Fix crash in zmfilter DiskSpace Update when Event doesn't exist 2022-11-22 12:38:48 -05:00
Isaac Connor
a0b759d91e Merge branch 'master' of github.com:ZoneMinder/zoneminder 2022-11-21 17:04:33 -05:00
Isaac Connor
063eafe034 Fix link to monitor from Event Data 2022-11-21 17:01:17 -05:00
Isaac Connor
135602cb93 Merge pull request #3636 from Mtiernan/image-last-bulk
3635-Image last bulk
2022-11-21 16:44:25 -05:00
Martin Tiernan
237a95a415 If no next bulk. Use Event data to estimate the delta. 2022-11-21 10:23:08 -06:00
Martin Tiernan
68283c01eb Added length and frames getters 2022-11-21 09:06:38 -06:00
Isaac Connor
83b6ae37a9 Deal with missing monitors by dropping the foreign key and adding it back after creating Monitor Permissions 2022-11-19 07:47:09 -05:00
Martin Tiernan
047d109d59 Added potentially missing 404 header 2022-11-18 15:27:52 -06:00
Isaac Connor
e949a5554f Must convert strings into integers before doing math as of php 8.2 Fixes Unsupported operand types: string - int 2022-11-17 14:54:05 -05:00
Isaac Connor
0515a1ba74 implode the output from zmu to fix php complaint abou array to string conversion 2022-11-17 14:53:56 -05:00
Isaac Connor
e52a77f206 Slightly betr clone 2022-11-17 14:53:19 -05:00