Commit Graph

24752 Commits (202fc31abb33d62dc528a0dfd91023557e83e485)

Author SHA1 Message Date
IgorA100 202fc31abb
Fix: Added declaration of variables "futNone, indexPlus" (event.js)
Closed: https://forums.zoneminder.com/viewtopic.php?p=135636&sid=0e728ac75cf2a1ce0b42380582f5b928#p135636
2024-09-27 11:13:41 +03:00
Isaac Connor cdf5485036
Merge pull request #4124 from IgorA100/patch-167
Minor styling improvements for mobile devices. ".sticky #mfbpanel" height no more than 40% of the screen (skin.css)
2024-09-26 16:54:08 -04:00
Isaac Connor bcf076eb63
Merge pull request #4152 from IgorA100/patch-710662
Fix: Declared variable "spanTime" (event.js)
2024-09-26 09:40:06 -04:00
IgorA100 d4277bdb45
Fix: Declared variable "spanTime" (event.js)
Closed https://forums.zoneminder.com/viewtopic.php?t=33468&sid=1a292ca9e8daa501e2c411ce76d7e8c4
2024-09-26 16:34:52 +03:00
Isaac Connor 0ee28cad06 FIx command => streamCommand. Fixes #4150 2024-09-26 07:50:01 -04:00
Isaac Connor d8cfce4c4a INstead of the code in c9aa03d, just set updateScale. 2024-09-26 07:14:19 -04:00
Isaac Connor f4830b1c14 Revert "You can't change size in a ResizeObserver. So do what we do in montage, just add the affected element to an array and deal with it in an interval"
This reverts commit c9aa03dc55.
2024-09-26 07:10:47 -04:00
Isaac Connor 0f2201d538 Fix eslint 2024-09-25 15:17:59 -04:00
Isaac Connor 3a58ca5ad3 code improvements and tidy ups
In ResizingObserver, check for existence of div. The outgoing monitor may fire a change after it's html is gone.
When becoming visible again only restart stream if Are You Still Watching is not being displayed
2024-09-25 15:09:42 -04:00
Isaac Connor 53ffcd4121 In play/pause, start/stop rtsp2web as well as zms stream. Also stop status requests. Rework the enable/disable alarms and force alarm buttons when using rtsp2web. 2024-09-25 14:54:58 -04:00
Isaac Connor e7d4fa334d Initialize lastPTS and only set lastAudioPTS if the stream is audio. 2024-09-25 10:53:47 -04:00
Isaac Connor 564e521c8c Fix eslint 2024-09-25 10:48:27 -04:00
Isaac Connor a6db032301 Remove tools dir from .gitignore 2024-09-25 10:44:42 -04:00
Isaac Connor d6f28f5c62 Update eslintignore to ignore bootstrap-table 1.23.3. Remove mootools reference 2024-09-25 10:44:28 -04:00
Isaac Connor 529c90dc3a Merge branch 'master' of github.com:ZoneMinder/zoneminder 2024-09-25 10:35:48 -04:00
Isaac Connor c9aa03dc55 You can't change size in a ResizeObserver. So do what we do in montage, just add the affected element to an array and deal with it in an interval 2024-09-25 10:35:43 -04:00
Isaac Connor 07d221569d Let higher ups deal with non-video non-audio packets. Might fix a memleak 2024-09-24 19:30:30 -04:00
Isaac Connor 689881d105 Use monitorStream.play and pause instead of assuming zms 2024-09-24 17:29:21 -04:00
Isaac Connor ab1b67893a Remove unused getStream and watchdog stuff. When AYSW modal fires, pause cycle as well 2024-09-24 17:27:43 -04:00
Isaac Connor d216c4cf47 Remove STATE_TAPE 2024-09-24 17:26:55 -04:00
Isaac Connor 37fef75eff Handle 0 frame_mod 2024-09-24 17:23:23 -04:00
Isaac Connor 4af6e6eee0 Do not output anything to stdout when logging is happening when the db is closed. 2024-09-23 11:43:55 -04:00
Isaac Connor d513451e3f Merge branch 'master' of github.com:ZoneMinder/zoneminder 2024-09-23 10:13:22 -04:00
Isaac Connor 194337c247 Upgrade to bootstrap-table-1.23.3 2024-09-23 10:13:13 -04:00
Isaac Connor 53df3a69b7
Merge pull request #4149 from IgorA100/patch-87725
Fix: isOutOfViewport calculation of the block bottom for sticky mode & change calculation "out.all" on Montage page
2024-09-23 09:46:26 -04:00
IgorA100 016524b729
When resizing the browser window, execute "isOutOfViewport" (montage.js) 2024-09-23 13:41:56 +03:00
IgorA100 563a5450fd
Update montage.js 2024-09-23 13:19:18 +03:00
IgorA100 d53c509e73
Fix: isOutOfViewport calculation of the block bottom for sticky mode (montage.js) 2024-09-23 11:47:24 +03:00
Isaac Connor da4636d11d Make clean button always visible 2024-09-22 11:13:04 -04:00
Isaac Connor 6a672c4627 Height will always be true to do px being appended. Leave it as number until setting height. 2024-09-22 10:57:42 -04:00
Isaac Connor b82fb41a2d
Merge pull request #4147 from IgorA100/patch-766338
Fix: Support STICKY mode for isOutOfViewport (montage.js)
2024-09-22 10:45:05 -04:00
Isaac Connor 0300c67a0d
Merge pull request #4148 from unbroken75/patch-1
Update debian.rst
2024-09-22 10:44:46 -04:00
unbroken75 ea1fd08780
Update debian.rst 2024-09-22 16:15:27 +02:00
IgorA100 42edacbc6b
Fix: Support STICKY mode for isOutOfViewport (montage.js) 2024-09-21 20:46:45 +03:00
Isaac Connor 2f013e0443 GIve event title an id, so we can update it 2024-09-21 09:42:44 -04:00
Isaac Connor 852af8ee98 Code cleanups, apply use strict, comments, update event title when switching events. 2024-09-21 09:42:31 -04:00
Isaac Connor 312a15801e Using last_delta really doesn't work. Instead let's use remaining time/remaining frames. 2024-09-20 18:54:54 -04:00
Isaac Connor ef6ddc2290
Merge pull request #4145 from Simpler1/patch-2
fix(events): Initial hidden columns when cookie doesn't exist
2024-09-20 16:59:05 -04:00
Simpler1 d05cccb2dd
fix(events): Initial hidden columns when cookie doesn't exist
The name of the cookie is 
zmEventsTable.bs.table.hiddenColumns

not
zmEventsTable.bs.table.columns
2024-09-20 16:13:15 -04:00
Isaac Connor 5163807bbd
Merge pull request #4144 from Simpler1/patch-1
Fix(events): Remember column visibility changes
2024-09-20 15:50:29 -04:00
Simpler1 b5cec40955
Fix(events): Remember column visibility changes 2024-09-20 15:43:27 -04:00
Isaac Connor ff4256b3f1
Merge pull request #4142 from IgorA100/patch-442721
Fix: The double click to go fullscreen should only happen if not shift/ctl modifiers are active
2024-09-20 10:23:29 -04:00
IgorA100 6d7ee93fc3
Fix: The double click to go fullscreen should only happen if not shift/ctl modifiers are active (skin.js)
Close #4141
2024-09-20 17:21:51 +03:00
Isaac Connor c37d773eba Merge branch 'master' of github.com:ZoneMinder/zoneminder 2024-09-19 18:30:42 -04:00
Isaac Connor 05554757bc Don't use a define for MAX_PRESETS so that we can include control_functions multiple times 2024-09-19 17:43:17 -04:00
Isaac Connor a6f7d1aa3c
Merge pull request #4138 from IgorA100/patch-976391
Fix: PanZoom Panning didn't work when using "preventDefault"
2024-09-18 16:01:47 -04:00
Isaac Connor 2ed6ca0c0c Merge branch 'master' of github.com:ZoneMinder/zoneminder 2024-09-18 12:27:32 -04:00
Isaac Connor 331390ea20 Move Poller_Healthy and Trigger state into Amcrest_API and ONVIF modules. Add lastTopic and lastValue to onvif. Add values to event notes. Reverse logic for event ending to look for false, as the value could be other things like isMotion or IsPeople. 2024-09-18 12:27:26 -04:00
Isaac Connor 18b1d0a932 Merge branch 'master' of github.com:ZoneMinder/zoneminder 2024-09-18 09:49:53 -04:00
Isaac Connor 3d8b738ddc Switch to catch2 for freebsd 2024-09-18 09:49:47 -04:00