Commit Graph

22301 Commits

Author SHA1 Message Date
Isaac Connor
2a2c192562 Add urlToJanus function to Server class 2023-05-11 10:13:04 -04:00
Isaac Connor
8676da6ead If monitor has been deleted, we won't be able to connect to it. Show an instructive jpeg and exit. 2023-05-10 13:06:09 -04:00
Isaac Connor
6a258dff22 Add Deleted() to Monitor object 2023-05-10 13:04:57 -04:00
Isaac Connor
b53d875dfb remove hello 2023-05-10 11:56:12 -04:00
Isaac Connor
4c39f060ab Merge branch 'master' of github.com:ZoneMinder/zoneminder 2023-05-10 11:03:47 -04:00
Isaac Connor
18790a01f6 Use unviewableMonitorIds fixing invalid user of u->MonitorIds 2023-05-10 11:03:39 -04:00
Isaac Connor
a8365d40b4 Fix array uses of user object. Include data-id in monitor div. 2023-05-10 11:03:10 -04:00
Isaac Connor
8c99df24fd Set log entries to vertical-align: top. Fixes #3700 2023-05-09 12:56:10 -04:00
Isaac Connor
ecb541bd04 Fix the comparison 2023-05-08 10:26:29 -04:00
Isaac Connor
5b903d8f20 Add a detection for when keyframe interval backlog causes large time gap between first and second frames added to event. 2023-05-08 10:21:46 -04:00
Isaac Connor
643b4bf23c Merge pull request #3698 from ruzko/redhat-docs-armv7-not-supported
Update Redhat.rst to reflect armv7 non-support
2023-05-08 09:17:05 -04:00
Papiris
3ac370c005 Update Redhat.rst to reflect armv7 non-support
Fedora 36 is the last release to support armv7 architecture.
Fedora non-support: https://fedoraproject.org/wiki/Changes/RetireARMv7
PIs with armv7: https://en.wikipedia.org/wiki/Raspberry_Pi
EOL date: https://www.lansweeper.com/eol/fedora-linux-end-of-life/
2023-05-07 19:27:13 +00:00
Isaac Connor
71b31e9ad8 Provide restricted list of HomeView in a dropdown instead of text entry 2023-05-04 15:59:00 -04:00
Isaac Connor
3f6efbd7ac add a call to streamPlay to manage play/pause button 2023-05-04 12:50:55 -04:00
Isaac Connor
6a86fbbd32 Hide/show play/pause instead of having both be there 2023-05-04 12:09:38 -04:00
Isaac Connor
8f8e770ee4 Make events table cookie last for a day instead of 60s 2023-05-04 12:09:17 -04:00
Isaac Connor
3e12d520e9 Add php-xml to depends 2023-04-28 13:08:00 -04:00
Isaac Connor
00113208bf fix typo 2023-04-28 08:44:47 -04:00
Isaac Connor
8c409fd7ff Move checkbox column to the left, main buttons to top, add icons on groups list 2023-04-28 08:29:59 -04:00
Isaac Connor
0f847f87f8 put event thumbnail in a div with fixed height to fix zoomed image going absolute 2023-04-27 13:46:41 -04:00
Isaac Connor
3ed6be9327 Use flexbox instead of floats on montage to layout better 2023-04-27 10:44:43 -04:00
Isaac Connor
b5cfaef7b9 Use setScale instead of setStreamScale when applying scaling on layout change. Fixes image having wrong proportions. 2023-04-27 10:44:00 -04:00
Isaac Connor
a608b18e8b Limit auto-calculated scale to 25%. Just looks bad less than that. When no bottom Element, adjust height as well. Don't need to change img.src on scale if streaming. Can just tell it to. Fix applying scale and will auto-reapply if needed. 2023-04-27 10:43:06 -04:00
Isaac Connor
bac1974974 Merge branch 'master' of github.com:ZoneMinder/zoneminder 2023-04-26 14:54:09 -04:00
Isaac Connor
becabbcd1a Make objdetect attachments have unique filename 2023-04-26 14:54:02 -04:00
Isaac Connor
bf113217f2 Improve Axis detection 2023-04-26 14:15:08 -04:00
Isaac Connor
a5fd15fce5 Add arp-scan to depends 2023-04-26 13:44:27 -04:00
Isaac Connor
7825957114 Only set val from cookie if it is non-empty 2023-04-26 11:07:17 -04:00
Isaac Connor
886bac0888 When zooming thumbnails make them go absolute so they are not clipped by the container 2023-04-26 07:45:09 -04:00
Isaac Connor
d3bb2144f5 Set height on thumbnail container div to prevent row from collapsing when thumbnail goes absolute 2023-04-26 07:44:15 -04:00
Isaac Connor
ac3f26f3a3 Only count non deleted Monitors 2023-04-26 07:41:19 -04:00
Isaac Connor
e4346aeb9d Add Server Id column 2023-04-26 07:40:48 -04:00
Isaac Connor
7f5269aa5c Sync API/Api on column name. Move checkboxes to left, buttons to top on servers tab 2023-04-26 07:25:53 -04:00
Isaac Connor
ffa9d139a8 Add parenthesis to make logic definite 2023-04-26 07:23:19 -04:00
Isaac Connor
0d65281b24 Update users list to use User class instead of sql. Remove Monitors column 2023-04-25 14:01:14 -04:00
Isaac Connor
d81a8a9c9c Add Deleted to Monitor perl object 2023-04-25 13:51:53 -04:00
Isaac Connor
05367d8d9a Merge branch 'master' of github.com:ZoneMinder/zoneminder 2023-04-25 10:58:13 -04:00
Isaac Connor
f6d3c784f7 Try adding MacVendors to install file 2023-04-25 10:58:06 -04:00
Isaac Connor
3f3d9cb421 Don't crash when doing single image of a monitor that isn't running 2023-04-25 10:18:37 -04:00
Isaac Connor
1d7fe3f8ff objdetect images not existing should not be a warning 2023-04-25 09:59:40 -04:00
Isaac Connor
3fbf16cf74 Only send summary email if there are events 2023-04-24 20:15:11 -04:00
Isaac Connor
d2fb365fa9 Add the ability to send a single summary email instead of individual emails per event 2023-04-24 17:53:16 -04:00
Isaac Connor
49014ac7fa replace MonitorIds with viewableMonitorIds 2023-04-24 13:53:14 -04:00
Isaac Connor
e754c2093d Fix another user as array use 2023-04-24 13:09:40 -04:00
Isaac Connor
b8ec6e3081 Speed up thumbnail onmouseover event. Don't clear src so that we can still see the low res image while we wait for the high res to load 2023-04-24 10:44:11 -04:00
Isaac Connor
7a0e6cfb42 Move events thumbnail to left 2023-04-24 10:30:35 -04:00
Isaac Connor
dd064f606a Fix two straggling array uses of user 2023-04-24 10:16:46 -04:00
Isaac Connor
606c52ccec Fix missing ZM on Warning 2023-04-24 10:14:03 -04:00
Isaac Connor
c87316d3a1 Handle not being logged in 2023-04-24 10:13:45 -04:00
Isaac Connor
035b616252 Change setCookie to take seconds as it's third argument, since that is how it has been used all through ZM's code. Also so that we can specify expirations under 1 day 2023-04-24 10:08:10 -04:00