Isaac Connor
|
0a2d1896a5
|
FloorPlanID is unsigned
|
2023-11-23 13:16:34 -05:00 |
Isaac Connor
|
ef1f2c3d6d
|
Fix typos
|
2023-11-23 13:10:57 -05:00 |
Jonathan Bennett
|
bf8ccfebba
|
Add Floorplan table to database and place to add entries
|
2023-11-22 21:21:13 -06:00 |
Jonathan Bennett
|
67aea9dc9c
|
Add Floorplan entries to Monitor DB
|
2023-11-12 16:54:15 -06: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 |
Isaac Connor
|
1c38e79c1b
|
Add Reports table. Also set ENGINE for other tables that were hard coded to InnoDb. Fixes #3615
|
2022-10-31 09:29:50 -04:00 |
Isaac Connor
|
f0a1a1b0ee
|
Merge branch 'master' into add_event_data
|
2022-10-27 17:08:12 -04:00 |
Isaac Connor
|
a25436369f
|
Add db update to create Event_Data table
|
2022-10-27 14:17:24 -04:00 |
Isaac Connor
|
ac55528f8f
|
Untested change to use TIMESTAMP instead of DATETIME for Monitor_Status/UpdatedOn. This is for mysql 5.5.
|
2022-10-27 10:56:11 -04:00 |
Isaac Connor
|
196ae7cf89
|
Add UpdatedOn field to Monitor_Status
|
2022-10-12 19:12:36 -04:00 |
Isaac Connor
|
f5ad68143c
|
Add Janus_RTSP_USer to Monitors
|
2022-09-12 10:33:51 -04:00 |
Isaac Connor
|
29750a56e7
|
Merge branch 'master' into add_mqtt
|
2022-08-25 18:37:54 -04:00 |
Jonathan Bennett
|
d41792ae00
|
Adds Janus options Profile-ID Override and Use RTSP Restream to work around camera issues
|
2022-08-09 00:54:41 -05:00 |
Isaac Connor
|
5405ebdaa8
|
Replace the Event index with an eventId,ZoneId index, which mysql will actually use to speed up the subquery for AlarmedZone
|
2022-08-05 10:53:25 -04:00 |
Isaac Connor
|
d2d5b6e489
|
Add ONVIF_Alarm_text to zm_create.sql
|
2022-07-23 16:07:13 -04:00 |
Isaac Connor
|
b298b46b5e
|
Add UserId to MontageLayouts
|
2022-07-12 17:30:25 -04:00 |
Isaac Connor
|
223a46393e
|
Add AnalysisImage to Monitor
|
2022-06-15 11:34:20 -04:00 |
Isaac Connor
|
997c1197cf
|
Implement decoding=Keyframes + OnDemand
|
2022-05-10 14:25:34 -04:00 |
Isaac Connor
|
e297bfcfd4
|
Add System to Config table
|
2022-05-04 12:58:14 -04:00 |
Isaac Connor
|
1852694a50
|
Add webm to output containers
|
2022-04-29 18:39:54 -04:00 |
Isaac Connor
|
32109697d2
|
Add update for add Decoding to Monitors
|
2022-03-28 16:22:18 -04:00 |
Isaac Connor
|
a6193bba0e
|
Fill in Protocol of HikVision control
|
2022-03-28 14:40:21 -04:00 |
Isaac Connor
|
d8a2d712b5
|
Put back MQTT_Enabled in Monitors
|
2022-03-21 16:09:29 -04:00 |
Isaac Connor
|
b23842021c
|
Add MQTT_Subscriptions to Monitors
|
2022-03-21 16:08:13 -04:00 |
Isaac Connor
|
10e39b3b13
|
:wqMerge branch 'master' into replace_function_concept
|
2022-02-02 17:08:01 -05:00 |
Isaac Connor
|
23bfbcd6ce
|
Merge branch 'master' into multistream
|
2022-01-26 10:13:20 -05:00 |
Jonathan Bennett
|
ec9403fb6f
|
Adds Amcrest On-camera Motion Detection
|
2022-01-25 22:38:00 -06:00 |
Isaac Connor
|
35efb111ac
|
Add Private to Config
|
2022-01-22 12:30:59 -05:00 |
Jonathan Bennett
|
fb832e7d1b
|
Adds janus_enable_audio, a switch to try to enable audio in live stream viewing.
|
2022-01-19 00:14:52 -06:00 |
Isaac Connor
|
3835087c9d
|
Merge branch 'master' into multistream
|
2022-01-18 20:16:08 -05:00 |