541 Commits

Author SHA1 Message Date
Isaac Connor
d997084131 Bump to 1.37.75 for creation of Index on Monitor_Status UpdatedOn 2025-12-17 14:22:30 -05:00
Isaac Connor
a7c62386dd Change DefaultScale from smallint to char(6) 2025-10-10 09:54:38 -04:00
Isaac Connor
623158330a Add DefaultPlayer to Monitors table 2025-09-24 09:45:40 -04:00
Isaac Connor
bf4e87307a Put back OutputCodec as updates require it exists 2025-09-08 14:09:34 -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
Isaac Connor
97877335db Add MaxScoreFrameId to the events table and automatically update it during event creation so we don't have to look it up later. Finding the frame with the max score is actually a very heavy query, so lets not do it. 2025-07-15 16:17:36 -04:00
Isaac Connor
0936a340d7 Add Go2RTCEnabled to Monitors 2025-06-26 14:23:00 -04:00
Isaac Connor
0a2e41bedd Add EncoderHWAccel fields 2025-05-13 08:05:04 -04:00
IgorA100
73a4b1d5f3 Layer name changed from "Freeform" to "Auto" (zm_create.sql.in)
To avoid confusion, because after integrating GridStack, instead of "Freeform" we use "Auto"
This will allow us to get rid of the condition
if ($l->Name() == 'Freeform') $l->Name('Auto');
in montage.php
BUT! Now this condition cannot be removed, because it will break the logic in already installed ZM!
2025-05-02 22:58:05 +03:00
IgorA100
c0c2298bb9 Added 3 Wide, 24 Wide, 48 Wide (zm_create.sql.in) 2025-05-02 22:42:49 +03:00
IgorA100
a4c440daab Replace old style layouts with new style layouts (zm_create.sql.in)
New style layouts were implemented in:
99e87a9c1c
https://github.com/ZoneMinder/zoneminder/pull/3969

I haven't tested it, but it should work.
Please check it.

Closed #4315
2025-05-01 23:48:39 +03:00
Isaac Connor
9a55851cb3 Add db update scripts and bump version for them 2025-02-26 12:40:52 -05:00
Isaac Connor
a24fbe4574 Add EmailServer to filter to override server set in options 2024-07-10 17:14:36 -04:00
Isaac Connor
7d685e96df Add db updates for WallClockTimestamps for 1.37.62 2024-07-07 09:03:31 -04:00
Isaac Connor
8a157f8fc9 Correct the name of Snapshot_Events to Snapshots_Events to match the code. 2024-04-09 09:33:13 -04:00
Isaac Connor
2fa0ac3daf Remove redundant TimeKey index on logs. Add Component index. Repeat creation of Object_types table as it didn't get included in 1.37.57 2024-04-08 10:00:14 -04:00
Isaac Connor
d5aa5bfa46 Add Object_Types table and perl code to use it. 2024-03-29 18:42:46 -04:00
Isaac Connor
1d7efa7088 Add StartupDelay to Monitors 2024-03-18 12:55:19 -04:00
Isaac Connor
24e38f4d9e Add missing ONVIF_Event_Path from 1.37.54 update 2024-02-29 23:32:56 -05:00
Isaac Connor
ed472bcfd7 Add remaining CpuUsage stats to Server_Stats 2024-02-26 13:54:48 -05:00
Isaac Connor
4c38d5ba75 Merge branch 'master' into event_start_mode 2024-02-22 16:13:16 -05:00
Isaac Connor
5fd7e9faf5 Add CpuUserPercent, CpuNicePercent, CpuSystemPercent, CpuIdlePercent, CpuUsagePercent to Servers table 2024-02-22 16:06:03 -05:00
Isaac Connor
c947da47a9 Add duration mode to eventclosemode 2024-02-17 10:49:15 -05:00
Isaac Connor
50c61a733c Fix missing ` 2024-02-14 15:41:18 -05:00
Isaac Connor
af9402cde8 Add db update for SOAP_wsa_compl. Bump version as a result 2024-02-13 17:38:11 -05:00
Isaac Connor
86ab0c296e Add 6,7,8,9,10 wide montage layouts. 2024-01-16 11:52:28 -05:00
Isaac Connor
fb6e0f7305 Bump version for increase Phone column to 64 2024-01-11 10:16:08 -05:00
Isaac Connor
aaedd33a03 Default admin user to having Create permission for Monitors 2024-01-03 09:51:20 -05:00
Isaac Connor
2d49e93405 Introduce a Create permission for Monitors, so that a given user may Edit existing monitors, but not create new ones. 2024-01-02 12:18:09 -05:00
Isaac Connor
bc27af71a5 Add Tags and Event_Tags tables to db creation 2023-10-04 16:25:20 -04:00
Jonathan Bennett
5c9588c012 Adds RTSP2Web support for live view 2023-07-29 23:46:31 -05: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
e15d1f7e5b Add Deleted column to Monitors 2023-04-19 18:25:45 -04:00
Isaac Connor
c30a40912e Remove reference to MonitorIds column of users table. Fixes #3679 2023-03-23 11:20:30 -04:00
Isaac Connor
5d63d4f375 Rough in User_Preferences table in db 2023-03-21 10:03:57 -04:00
Isaac Connor
fa9a0e45b7 Add CpuUserPercent and CpuSystemPercent to System_Stats 2023-03-01 13:42:21 -05:00
Isaac Connor
75f0ee82e5 Add Name, Email, Phone to Users 2023-02-28 14:01:28 -05:00
Isaac Connor
dc2df16328 Add column Decoder to Monitors 2023-02-26 15:52:13 -05:00
Isaac Connor
b0413f330e Merge branch 'map' 2023-02-25 12:44:28 -05:00
Isaac Connor
25a7159393 Allow ServerId to be NULL, which is the case in a non-multi-server install 2023-02-18 18:02:15 -05:00
Isaac Connor
0879252d13 Add Server Stats table and insert into it in zmstats.pl 2023-02-18 18:02:15 -05:00
Isaac Connor
d9862bb18e Remove FOREIGN KEYS on Events table for performance/reliability 2023-02-02 10:40:57 -05:00
Isaac Connor
4f59644f49 Default API to enabled for admin user 2023-01-31 10:07:16 -05:00
baudneo
7590cf8691 SQL: Add base and provide upgrade file
Signed-off-by: baudneo <86508179+baudneo@users.noreply.github.com>
2023-01-09 17:57:25 -07:00
Isaac Connor
7a122f7367 Add SectionLengthWarn to Monitors table 2023-01-07 12:34:30 -05:00
Isaac Connor
5fc37c050a Add Latitude and Longitude to Servers and Events 2022-12-22 10:00:23 -05:00
Isaac Connor
893b86ee96 Make the primary index on Monitors_Permissions a unique index to ensure that the MOnitorId/UserId mapping is unique. 2022-11-02 13:24:26 -04:00
Isaac Connor
76f804dadd Add Permission enum to Groups_Permissions 2022-11-02 12:37:16 -04:00
Isaac Connor
3775be599e Add Groups_Permissions table 2022-11-02 12:36:42 -04:00
Isaac Connor
cd4a9fbb98 Merge ../ZoneMinder.connortechnology 2022-10-31 18:01:04 -04:00