Commit Graph

24675 Commits (f42e5ccfba4c60447739ac7fbc1b556609796a54)

Author SHA1 Message Date
Isaac Connor e4543d8f33 CHange hasViewers to wait 10 seconds before returning false. 1 second seems to be too much. 2024-08-29 14:43:50 -04:00
Isaac Connor e910259db0
Merge pull request #4122 from IgorA100/patch-165
Feat: Added support for full screen when double clicking on Stream on Watch page
2024-08-27 09:55:03 -04:00
Isaac Connor 081d9d42a9
Merge pull request #4123 from IgorA100/patch-166
Chore (optimization): Moved styles for Control button block in the Stream image to global skin.css
2024-08-27 09:54:05 -04:00
IgorA100 c9817824d4
Fixed handling on Event page (skin.js) 2024-08-24 11:47:38 +03:00
IgorA100 713b8f8bce
Added style for buttons (skin.css)
For montage page:
button.btn.btn-view-watch
button.btn.btn-fullscreen
2024-08-23 17:34:26 +03:00
IgorA100 7002f11b72
Moved styles for Control button block in the Stream image to global skin.css from montage.css 2024-08-23 17:30:57 +03:00
IgorA100 4d50977274
Moved styles for Control button block in the Stream image to global skin.css from watch.css 2024-08-23 17:23:04 +03:00
IgorA100 0ade8d634a
Moved styles for Control button block in the Stream image to global skin.css from event.css 2024-08-23 17:16:54 +03:00
IgorA100 c3ecec057a
Moved here styles for Control button block in the Stream image (skin.css) 2024-08-23 17:12:56 +03:00
IgorA100 7956c38e86
Remove extra space (watch.js) 2024-08-23 16:05:45 +03:00
IgorA100 28a1338299
Feat: Added support for full screen when double clicking on Stream on Watch page (watch.js)
Similar to #4120
2024-08-23 16:03:57 +03:00
IgorA100 316ca0b1da
Removed extra space (montage.js) 2024-08-23 15:52:05 +03:00
IgorA100 4fb5c228cf
Buttons are no larger than 100px, otherwise they are large when viewed full-screen (skin.js) 2024-08-23 15:49:47 +03:00
IgorA100 61d177ded7
Execute monitorsSetScale() when changing the size of "#liveStreamX" (watch.js) 2024-08-23 15:44:36 +03:00
IgorA100 2d37c9a309
It is necessary to change the height position "#ratioControl" (montage.js) 2024-08-23 15:03:08 +03:00
IgorA100 685a59fa78
Added scaling of buttons (Zoom, Edit, etc.) controls located on the Stream depending on the width of the Stream (watch.js) 2024-08-23 11:49:40 +03:00
IgorA100 ac841c55c7
Added scaling of buttons (Zoom, Edit, etc.) controls located on the Stream depending on the width of the Stream (event.js) 2024-08-23 11:45:36 +03:00
IgorA100 9d7569d31d
Added scaling of buttons (Zoom, Edit, etc.) controls located on the Stream depending on the width of the Stream (montage.js) 2024-08-23 11:44:26 +03:00
IgorA100 aed3c3be4b
Faet: Added a function to scale control buttons located on the Stream depending on the width of the Stream (skin.js) 2024-08-23 11:37:41 +03:00
Isaac Connor 1deccb8cf4 Instead of just exiting, set zm_terminate to true so we exit gracefully 2024-08-22 19:09:15 -04:00
Isaac Connor 1e4bb4798e Update auth in zms url when scaling as it may have been running for a while and need updating 2024-08-22 14:57:28 -04:00
Isaac Connor 65156ad679 Hanve amd64 but not aarch64 yet 2024-08-22 11:40:29 -04:00
Isaac Connor 526d0189cf Merge branch 'master' of github.com:ZoneMinder/zoneminder 2024-08-22 11:11:23 -04:00
Isaac Connor 1d426cdc7a Reapply "Add noble packages"
This reverts commit c90bd1f959.
2024-08-22 11:11:09 -04:00
Isaac Connor 73895db50c
Merge pull request #4120 from IgorA100/patch-163
Feat: Added support for full screen when double clicking on Stream on Event page
2024-08-22 10:18:55 -04:00
IgorA100 4f59d15972
Fix: Image scaling for some mobile devices in fullscreen mode (skin.js) 2024-08-22 13:52:03 +03:00
IgorA100 4911e962fa
Chore: Fix space & semi (skin.js) 2024-08-22 12:19:11 +03:00
IgorA100 79c8042b85
Added event listener for double click (event.js) 2024-08-22 12:11:09 +03:00
IgorA100 ff0367d3a2
Feat: Added functions for full screen when double clicking on Stream (skin.js) 2024-08-22 11:57:00 +03:00
Isaac Connor c1ffd32f1e Fix cameras not appearing online because we aren't ever updating the Monitor_Status record 2024-08-21 18:08:31 -04:00
Isaac Connor 5379f2273b Only use fps_report_interval for logging and MQTT. Update the db entry every 10 seconds 2024-08-20 16:10:17 -04:00
Isaac Connor 05e91f852d Use wallclock timestamps when doing audio as well 2024-08-20 15:21:29 -04:00
Isaac Connor 6b44fda57f Don't need to delete packetqueue_it, as free_it does that. 2024-08-20 15:21:29 -04:00
Isaac Connor 46bc1d69f2 Merge branch 'master' of github.com:ZoneMinder/zoneminder 2024-08-20 13:37:35 -04:00
Isaac Connor 605ac7bafe
Merge pull request #4118 from IgorA100/patch-162
Feat: Enable "touchAction" if Zoom=1 and disable if Zoom<>1 (panzoom.js)
2024-08-20 10:27:57 -04:00
IgorA100 0717a2d324
Chore: Removed extra spaces (panzoom.js) 2024-08-20 13:07:00 +03:00
IgorA100 f2323426a0
chore: remove console.log (panzoom.js) 2024-08-20 13:03:08 +03:00
IgorA100 b0511e31fa
chore: Enable "touchAction" if Zoom=1 and disable if Zoom<>1 (panzoom.js)
Enable "touchAction" if Zoom=1 and disable if Zoom<>1
This will allow canvas panning when capturing an image on mobile devices with Zoom=1
The issue may be closed: https://forums.zoneminder.com/viewtopic.php?p=135128&sid=7e7685052e5f107a364dfd445565643f#p135128
2024-08-20 12:53:23 +03:00
Isaac Connor 910cfac46a Merge branch 'master' of github.com:ZoneMinder/zoneminder 2024-08-19 19:31:51 -04:00
Isaac Connor e65d3be4da
Merge pull request #4096 from IgorA100/patch-160
Chore: Code optimization (skin.js)
2024-08-19 19:16:25 -04:00
Isaac Connor 0ded4b8a12
Merge pull request #4094 from IgorA100/patch-158
Updated language pack (ru_ru, en_gb)
2024-08-19 19:15:57 -04:00
Isaac Connor 1d0382f5d2 Merge branch 'master' of github.com:ZoneMinder/zoneminder 2024-08-19 18:26:43 -04:00
Isaac Connor d968e243ff Implement mode=single for events, so that we can efficiently just grab a single frame 2024-08-19 18:26:35 -04:00
Isaac Connor 24933462df Add noble and do package install test for jammy 2024-08-19 12:25:45 -04:00
Isaac Connor 68ce47c8d5
Merge pull request #4117 from robertsilen/master
add MariaDB to docs
2024-08-19 09:01:50 -04:00
robertsilen 1b526e1053 add mariadb 2024-08-19 12:57:40 +03:00
Isaac Connor 9442259d8d
Merge pull request #4113 from beltphed/patch-1
Update debian.rst -- fix redirect of stdout in sudo
2024-08-18 12:50:07 -04:00
Isaac Connor 9f67301a38
Merge pull request #4114 from beltphed/patch-2
Update debian.rst
2024-08-18 12:48:46 -04:00
Isaac Connor 802a0854b5 Add getAnalysingStrings and getRecordingStrings and fix getStatusStrings, removing Tape 2024-08-18 12:18:44 -04:00
Isaac Connor a7e25ad18b Only require mail sending modules if we are actually sending mail 2024-08-18 12:18:44 -04:00