Commit Graph

2408 Commits

Author SHA1 Message Date
Isaac Connor
b1e7266319 Turn off debug 2025-09-06 11:38:50 -04:00
Isaac Connor
ca8a3048ed Turn off debug 2025-09-06 11:38:40 -04:00
Isaac Connor
164c4b9117 Default password for Amcrest is admin, pass Manufacturer to monitor creation 2025-09-06 11:37:59 -04:00
Isaac Connor
203418d45e Only make symlink if name is different than id 2025-09-06 11:37:07 -04:00
Isaac Connor
edf87d6463 Move stream-info off the video stream down to where the monitor status info is. 2025-09-05 09:35:53 -04:00
Isaac Connor
7bf2fb8fce Convert OutputCodec from int to varchar OutputCodecName. ffmpeg has different values for codec_id for different versions of ffmpeg. So just use the codec name instead. 2025-08-20 15:59:02 -04:00
IgorA100
9450799d1f Until we use "use strict", additional code analysis is required (csrf-magic.js) 2025-08-09 18:54:45 +03:00
IgorA100
66276bf762 Fix: Now we use "use strict" and do not generate global variables "form" and "forms" (csrf-magic.js)
It is necessary to analyze the consequences of such a change.
Related to #4415

Perhaps somewhere else there was a use of the global variable "form", which is essentially very incorrect!
2025-08-09 18:23:08 +03:00
Isaac Connor
2ba42345a7 Don't commit updated DiskSpace to the db. If we want to do that, we can call Save. This prevents UI from hanging waiting for this update to happen 2025-08-07 11:29:46 -04:00
Isaac Connor
5d1707a409 Fix generated sql for filterServerId 2025-08-05 10:33:33 -04:00
IgorA100
66322e03f1 Chore: Extra semicolon (Monitor.php) 2025-08-04 20:52:51 +03:00
IgorA100
bfda588214 Transferring HTML code from video-stream.js (Monitor.php) 2025-08-03 01:03:33 +03:00
Isaac Connor
b3d5fb765b Fix dhcp-option handling 2025-07-30 11:16:09 -05:00
Isaac Connor
0ffe8041d1 Must always add sort_field to query string. Fixes not being able to set sort_field to None 2025-07-26 11:52:21 -04:00
Isaac Connor
8be098cb89 Remove player stuff from streamMode as it doesn't belong. 2025-07-22 13:03:38 -04:00
Isaac Connor
835a3d74e3 Revert "Remove getStreamMode which was actually getPlayer and should just be replaced by a monitor field for defaultPlayer."
This reverts commit c05ee7e43c.
2025-07-22 13:02:43 -04:00
Isaac Connor
c5047ac667 Use validHtmlStr on cookie name in case someone is stupid 2025-07-21 18:32:14 -04:00
Isaac Connor
c05ee7e43c Remove getStreamMode which was actually getPlayer and should just be replaced by a monitor field for defaultPlayer. 2025-07-21 08:06:51 -04:00
Isaac Connor
be1cc5fbb1 Add error reporting when saving a control 2025-07-14 17:35:14 -07:00
Isaac Connor
198716f05b Fix array to string conversion message 2025-07-04 16:28:52 -04:00
Isaac Connor
e482f0658d Merge pull request #4311 from IgorA100/patch-617239
Feat: Added left side menu
2025-06-28 14:55:23 -04:00
Isaac Connor
e42d31fe3b Fix not being able to turn off Go2RTCEnabled 2025-06-26 16:28:16 -04:00
Isaac Connor
68fa95d468 Move getStreamModeMonitors to monitor->getSTreamMode. Add Volume/Mute. Change behaviour of Play/Pause to only show one of them at a time. 2025-06-26 15:05:03 -04:00
Isaac Connor
80e46948c1 Add blob for hls.js 2025-06-26 14:57:50 -04:00
Isaac Connor
fee01f9c9b Add Go2RTC support to monitor 2025-06-26 14:57:06 -04:00
Isaac Connor
cd8f3120c9 Rename global config to zm_config as we use config elsewhere and it conflicts 2025-06-17 09:45:44 -05:00
Isaac Connor
e73cb52359 Add type=float for AnalysisFPSLimit 2025-04-29 16:02:44 -04:00
IgorA100
9b8abb0e8d Added a button to clear all selected elements in multi select. (Filter.php) 2025-04-16 12:13:26 +03:00
Isaac Connor
78785861a7 Use '' instead of 0 for No Tag value. 2025-04-11 11:31:53 -04:00
Isaac Connor
c184e9853d Merge branch 'no_tag_filter' of github.com:Simpler1/ZoneMinder into Simpler1-no_tag_filter 2025-04-11 10:48:17 -04:00
IgorA100
43ea5000c6 Remove extra space (Monitor.php) 2025-03-26 12:14:06 +03:00
IgorA100
640047b9dd Removed empty line (Monitor.php) 2025-03-26 12:11:23 +03:00
IgorA100
2194c87018 Let's do it as it was before. We'll move the control to JS (Monitor.php) 2025-03-26 12:09:51 +03:00
IgorA100
1932d53f0a Removed extra space and comma (Monitor.php) 2025-03-26 00:48:04 +03:00
IgorA100
9f0822af3d Fix: Stream Quality option should only show if a secondary stream is available (Monitor.php) 2025-03-26 00:41:27 +03:00
Simpler1
aca3655442 feat(tags): Filter option for No Tag 2025-03-06 12:23:01 -05:00
Isaac Connor
5cff2f0904 FIx name collision on RTSP2WebStream => RTSP2WebStreamOptions 2025-03-02 14:37:26 -05:00
IgorA100
8c586c47ce Added support for selecting Secondary stream for RTSP2Web (Monitor.php) 2025-02-22 19:49:55 +03:00
Isaac Connor
8c0c08694b Remove commas that cause problems on some php. Remove unreachable code. 2025-01-24 12:31:35 -05:00
Isaac Connor
24ad12fa22 Don't include empty fields in filter query string, just to shorten it a bit 2024-12-21 14:34:35 -05:00
Isaac Connor
edb0836fe1 Fix not being able to undelete a monitor 2024-12-09 12:27:42 -05:00
Isaac Connor
9125b8e6f9 Add support for sorting by Notes. Warn when the sort_field is unsupported 2024-11-27 13:56:35 -05:00
Isaac Connor
16a5f9e0a2 Merge dbUpdate and dbInsert from another branch 2024-11-18 10:47:07 -05:00
Isaac Connor
f51f1b4200 If no group id don't do sql lookup 2024-11-06 12:20:48 -05:00
Isaac Connor
a8c658aa50 Ensure that Servers is global. 2024-11-06 10:38:24 -05:00
Isaac Connor
5c01109f03 List monitor id in warning message about not being assigned a server. 2024-11-04 09:17:20 -05:00
Isaac Connor
94c2816841 Split out the default and initial_default concepts 2024-10-26 13:59:59 -04:00
Isaac Connor
1c0e03b813 Set the default for AnalysisFPSLimit to null so that we can empty it. Add an initial_default to use when creating a new monitor 2024-10-26 13:59:45 -04:00
Isaac Connor
ad582e9033 Add Linked as a cause type to search for 2024-10-26 13:34:40 -04:00
Isaac Connor
3e1c5573ec Don't warn about no locale set, that is normal 2024-10-25 11:02:49 -04:00