Commit Graph

1053 Commits (add_startup_delay)

Author SHA1 Message Date
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 6da3fcd9cc Don't specify zm as the db 2024-02-27 09:24:14 -05:00
Isaac Connor ed472bcfd7 Add remaining CpuUsage stats to Server_Stats 2024-02-26 13:54:48 -05:00
Server 58d8cf0adf Makes the "Events" part of the ONVIF URL configurable
as required per some ONVIF version 21.06 cameras
by default sets the Events Path equals to "/Events"
to maintain functionality
2024-02-24 11:05:08 -06:00
Isaac Connor 87d71a030a Add EventCloseMode to Monitors 2024-02-22 16:13:34 -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 b04d1040d2 Add a db update to clear out bogus values for Control Address 2023-11-07 10:19:59 -05:00
Isaac Connor b6537523ee We no longer build the update for 1.37.38 2023-11-01 11:43:37 -04:00
Isaac Connor 4924ebb211 Redo the update for User_Preferences. Sourcing User_Preferences.sql drops the table, losing contents. 2023-11-01 11:43:00 -04:00
Isaac Connor 02a65fa6cb Bump version to 1.37.46 to pickup montage layout updates 2023-10-24 12:26:15 -04:00
Isaac Connor bc27af71a5 Add Tags and Event_Tags tables to db creation 2023-10-04 16:25:20 -04:00
Isaac Connor 2e10169cde Deprecate cURL monitor type 2023-09-21 12:08:27 -04:00
Simpler1 18d74ed7ac (feat): Tags
fix(tag): Create tags on mobile

chore(tags): Change TagName to Name

chore(tags): eslint

chore(tags): dbFetchAll to dbQuery for removetag

chore(events): eslint (attempt 2)

feat(tags): Better handling of keyboard

fix(tags): Enter key for creating new tag

fix(tags): Don't allow space as a tag name

feat(tags): Delete tag if last assignment removed

fix(tags): Increase height of dropdown

in progress

fix(Tags): Use T.Id on the events page dropdown

fix(Tags): Remove $availableTags from events.php

chore(sql): Formatting sql statements

feat(Tags): Working OR on filters and events pages

fix(filter): Populate availableTags

chore(Tags): code formatting

fix(tag): Add tag on create tag

Fix(tags): Remove tag from available if last

feat(tags): Add zm_update.sql

fix(chosen): Undo css width

fix(chosen): tags dropdown width

fix(tags): dropdown over timeline

fix(tags): Full width input

fix(events): Refresh table on page show

chore(filter): Clean up availableTags

chore(event): Clean up available & selected Tags

fix(event): Update available tags on remove

fix(event): Remove hack for selected tags

feat(tags): Blur input after adding tag

doc(tags): Initial tags documentation

fix(tags): Dark theme dropdown

fix(tags): Dark theme for tags on input

fix(tags): Dark theme for highlight in dropdown

fix(tags): Populate filter tags droplist

chore(): Bump zm_update to 1.37.42

chore(tags): Move mobile check to skin.js

chore(tags): Comment debug statements

fix(tags): Enter key to create tag on mobile Chome

chore(tags): Space in 'All Tags' for translation

Temporary commit to handle cookie expiration times

chore(tags): Remove unnecessary Tag(s) from en_gb

chore(): Cleanup unnecessary Error and Debug

chore(): Resolve merge conflicts

chore(): Address merge conflicts with master
2023-08-31 15:50:08 -04:00
Isaac Connor 79b755047a Add db update to correct column type of Longitude in Events and Servers table 2023-08-25 12:49:14 -04:00
Jonathan Bennett 5c9588c012 Adds RTSP2Web support for live view 2023-07-29 23:46:31 -05:00
Isaac Connor b002ae18b5 Use syntax that works on mysql <8 2023-07-13 13:19:07 -04:00
Isaac Connor bdb0768dfe Bump to 1.37.41 to get a db update to correct the case of ONVIF_Alarm_Text 2023-07-12 17:48:20 -04:00
Isaac Connor 37c39386ee Correct casing of ONVIF_Alarm_Text 2023-07-11 18:24:58 -04:00
Isaac Connor 7ebca529b5 Put back copying over generated .sql files. They don't get included with *.sql 2023-06-21 18:59:43 -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 6aba77a6f0 Add Ubiquiti to Manufacturers 2023-04-22 13:33:18 -04:00
Isaac Connor e15d1f7e5b Add Deleted column to Monitors 2023-04-19 18:25:45 -04:00
Isaac Connor 8c923aa0be Put back zm_create.sql 2023-04-10 15:48:20 -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 821bfa9625 Fix typo 2023-03-22 13:28:35 -04:00
Isaac Connor c8802623e4 Install all sql instead of naming individual files 2023-03-22 13:28:27 -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 defba5d53e Add Name, Email, Phone to Users 2023-02-28 14:01:22 -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 873213559d Fix logic inversion 2022-12-24 09:18:04 -05:00
Isaac Connor 5d87ffeac2 Fix missing ` 2022-12-24 09:16:49 -05:00
Isaac Connor 5fc37c050a Add Latitude and Longitude to Servers and Events 2022-12-22 10:00:23 -05:00