IgorA100
c3ecec057a
Moved here styles for Control button block in the Stream image (skin.css)
2024-08-23 17:12:56 +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
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
Isaac Connor
2a7030beac
Remove STATE_TAPE. It no longer exists
2024-08-18 12:18:44 -04:00
beltphed
aa892e69d0
Update debian.rst
...
Failing to install apache2 results in subsequent calls to a2enconf and a2enmod failing because they might not have been installed. (in my case, I was using a minimal Debian 12 install which doesn't install apache2)
2024-08-16 19:55:49 -07:00
beltphed
f94fc05966
Update debian.rst
...
As written, you can't redirect sudo output as desired. Wrapping the "echo deb..." in quotes will permit a regular user to redirect stdout to /etc/apt/sources.list
2024-08-16 16:47:54 -07:00
Isaac Connor
c8cce78669
Add a filter flip button to show/hide the filters
2024-08-16 18:48:50 -04:00
Isaac Connor
01cda74b96
Add bootstrap-table-mobile extension so event list becomes cards
2024-08-16 18:48:34 -04:00
Isaac Connor
c90bd1f959
Revert "Add noble packages"
...
This reverts commit 2b1d8eee6b .
2024-08-16 10:56:44 -04:00
Isaac Connor
8feb316d12
Merge branch 'master' of github.com:ZoneMinder/zoneminder
2024-08-16 10:53:19 -04:00
Isaac Connor
52584c0d54
Add Location to events list. Rename variables for buttons. Make DiskSpace and Storage clickable so that on mobile you don't have to scroll back left
2024-08-16 10:53:13 -04:00
Andrew Bauer
df3bdc3ec6
Update zoneminder.spec - 1.36.34 release, remove el7 support
2024-08-16 08:07:04 -05:00
Isaac Connor
09f5e6df7d
Add an id to montage review button
2024-08-15 15:13:14 -04:00
Isaac Connor
2b1d8eee6b
Add noble packages
2024-08-15 14:47:10 -04:00
Isaac Connor
70fe9e1609
Fix missing filterbar
2024-08-14 13:30:55 -04:00
Isaac Connor
251f66cb0b
Merge branch 'master' of github.com:ZoneMinder/zoneminder
2024-08-14 13:23:43 -04:00
Isaac Connor
5237641efe
Fix calculation for when to send a keepalive image. Possible fixes #4101
2024-08-13 16:38:14 -04:00
Isaac Connor
7aa473b8ef
Handle more than one level of output buffering when cleaning and ending them so we can send the video file so we don't run out of ram. Fixes #4110
2024-08-11 09:16:36 -04:00
Isaac Connor
fcf9d41c29
Merge branch 'master' of github.com:ZoneMinder/zoneminder
2024-08-07 16:32:32 -04:00
Isaac Connor
c294ad09ff
Must obtain lock in free_it
2024-08-07 15:22:35 -04:00
Isaac Connor
5d67c452b9
Don't pass zm_packet by reference
2024-08-07 12:26:24 -04:00
Isaac Connor
930a0e8e8f
Fix simplified tail counting
2024-08-07 12:26:24 -04:00