Commit Graph

24249 Commits (3504b06c25e653371491f4c586406b9082113892)

Author SHA1 Message Date
Isaac Connor e1ac7a2d7e Merge branch 'master' of github.com:ZoneMinder/zoneminder 2024-05-12 07:20:54 -04:00
Isaac Connor 8a429959b3
Merge pull request #3986 from IgorA100/patch-79
Feat: Used PanZoom on Watch page
2024-05-12 07:17:59 -04:00
IgorA100 9095c9d3af
Added translation "ConfirmUnarchiveEvents" (ru_ru.php) 2024-05-12 00:51:15 +03:00
Isaac Connor 15df0487e0 Add zm_panic signal as a stronger version of zm_terminate. Basicaly tells things to not try so hard to clean up nicely. Don't do locking basically. Needed for fork/exec failure case. 2024-05-10 18:14:24 -04:00
Isaac Connor a64115fe21 Add popup with confirm and chunked unarchiving. 2024-05-10 13:03:08 -04:00
Isaac Connor 1bc2510318 WHen deleting event, send sigquit to zms because if running under fpm, it won't get sigpipe. 2024-05-09 18:36:18 -04:00
IgorA100 5075c4c434
Chore: remove space (watch.js) 2024-05-09 23:07:56 +03:00
IgorA100 98abab4c24
Eslint & add function "streamStart()" watch.js
Because code was hard to read, so I moved part of the code from “initPage()” to the “streamStart()” function
2024-05-09 22:31:21 +03:00
IgorA100 75a7aa11ac
Chore: eslint (watch.js) 2024-05-09 21:53:50 +03:00
IgorA100 76eee7b880
Fix: eslint (montage.js) 2024-05-09 21:05:13 +03:00
IgorA100 bce04eea95
Fix: eslint (montage.js) 2024-05-09 20:56:37 +03:00
IgorA100 d72303de48
Fix: eslint (MonitorStream.js) 2024-05-09 20:51:46 +03:00
IgorA100 65a241fd6c
Changed "setScale" function call to support PanZoom on Montage & Watch page (montage.js) 2024-05-09 20:43:02 +03:00
IgorA100 418a18d59d
Changed the "setScale" function to support PanZoom on Montage & Watch page (MonitorStream.js)
\views\js\montage.js is affected
2024-05-09 20:14:16 +03:00
IgorA100 707d77944e
Added support PanZoom for Watch page (functions.php) 2024-05-09 20:07:38 +03:00
IgorA100 501e12e006
Removed <select> for #widthControl, #heightControl, #scaleControl (watch.php)
No longer used.
2024-05-09 20:02:18 +03:00
IgorA100 83c7112259
Added support for PanZoom (watch.js) 2024-05-09 19:55:56 +03:00
IgorA100 fdaec98b39
Added styles for PanZoom (watch.css) 2024-05-09 19:35:55 +03:00
IgorA100 3b373bd8e0
Merge branch 'ZoneMinder:master' into patch-79 2024-05-09 19:32:46 +03:00
Isaac Connor 5eb2a97fce Set fps and bandwidth to 0 on zmc exit. 2024-05-09 09:48:01 -04:00
IgorA100 2a2d200cf3
Fix: CSS file loading order (functions.php)
Load third-party files first
2024-05-09 00:36:40 +03:00
Isaac Connor 4b596b70f3 Fix eslint 2024-05-08 16:22:36 -04:00
Isaac Connor 39575343ad Use monitor->Importance when logging about failed captures 2024-05-08 14:45:27 -04:00
Isaac Connor 74bc714720 Merge branch 'master' of github.com:ZoneMinder/zoneminder 2024-05-08 14:33:00 -04:00
Isaac Connor 05bdfdbe9a Ignore third party js 2024-05-08 14:32:54 -04:00
Isaac Connor 399bc7e6e0 Only look for version.txt in the root 2024-05-08 14:31:02 -04:00
Isaac Connor 5081fba0cf
Merge pull request #3987 from IgorA100/patch-80
Fix: Monitor status color bars in Inside position for light theme (skin.css)
2024-05-08 14:29:32 -04:00
Isaac Connor 2a06e0faf2 Make view does not exist an error instead of fatal 2024-05-08 14:28:40 -04:00
Isaac Connor df29df0f0a Handle ffmpeg 7 deprecations 2024-05-08 14:28:18 -04:00
IgorA100 c93a103882
Chore: Add space (skin.css) 2024-05-08 21:27:02 +03:00
IgorA100 20932331b3
Fix: Monitor status color bars in Inside position for light theme (skin.css) 2024-05-08 21:25:03 +03:00
Isaac Connor 44e47c975f Update to Catch2 v3 2024-05-08 14:16:05 -04:00
Isaac Connor 004f5e7543 Update eslint setting to ecma2021 which is the latest my installed eslint supports. All this in unnamed functions which we do a lot of jquery.each() 2024-05-08 13:47:30 -04:00
Isaac Connor e599d1f032 Fix eslint 2024-05-08 13:46:53 -04:00
Isaac Connor 99e87a9c1c Bump version to 1.37.60 for new gridstack montage 2024-05-08 13:00:40 -04:00
Isaac Connor e282487ee4
Merge pull request #3969 from IgorA100/patch-73
Global change grid layout on Montage page
2024-05-08 12:54:36 -04:00
Isaac Connor 124ecccc3e
Merge pull request #3985 from IgorA100/patch-78
Fix: overflow for ".content" skin.css
2024-05-08 12:15:52 -04:00
IgorA100 15e040ae07
Fix: Not used $j('#scale').val() (montage.js)
Always use "0"
2024-05-08 18:58:16 +03:00
IgorA100 e5b51904ad
ID & class change from "Monitor" to "monitor" (watch.php) 2024-05-08 14:23:25 +03:00
IgorA100 adaa0eac0d
Fix: panZoom disable <1 (montage.js) 2024-05-08 13:10:00 +03:00
IgorA100 1cf1d85e37
Fix: Lost " } else {" (montage.js) 2024-05-08 09:54:44 +03:00
IgorA100 3648bfd56f
Merge branch 'ZoneMinder:master' into patch-6 2024-05-08 01:15:45 +03:00
IgorA100 0237b6a47a
Chore: clean code & fix hide button monitor edit in edit mode (montage.js) 2024-05-08 00:59:05 +03:00
IgorA100 da725013a0
overflow: hidden auto; skin.css 2024-05-08 00:44:36 +03:00
IgorA100 8a156eb24c
Added support for GridStack & PanZoom on Montage page (montage.js) 2024-05-08 00:18:18 +03:00
IgorA100 0700485129
Removed unnecessary style for "body.sticky #content" montage.css. 2024-05-07 23:37:33 +03:00
IgorA100 1e4f2f507e
Fix: overflow for ".content" skin.css
Required for fullscreen mode
I hope nothing is broken...
2024-05-07 23:25:59 +03:00
IgorA100 a809a92d1f
Chore: eslint MonitorStream.js 2024-05-07 20:50:34 +03:00
IgorA100 6d4e6fd401
Added the ability to disable image resizing when changing Scale (MonitorStream.js)
Required when using GridStack & PanZoom on Montage page
2024-05-07 20:23:00 +03:00
IgorA100 4e7d774667
Added support for GridStack & PanZoom on Montage page (Monitor.php) 2024-05-07 19:31:25 +03:00