.. |
actions
|
Code style clceanup in server action
|
2023-11-13 11:38:03 -05:00 |
csrf
|
Preface Debug with ZM
|
2022-01-13 22:15:02 -05:00 |
Control.php
|
fix: php 8.3 deprecated get_class method call without argument
|
2023-11-22 10:48:04 +03:30 |
Event.php
|
Add defaults to GenerateVideo, don't chdir, fix other code
|
2023-12-01 13:05:36 -05:00 |
Event_Data.php
|
fix: php 8.3 deprecated get_class method call without argument
|
2023-11-22 10:48:04 +03:30 |
Event_Tag.php
|
fix: php 8.3 deprecated get_class method call without argument
|
2023-11-22 10:48:04 +03:30 |
Filter.php
|
fix: php 8.3 deprecated get_class method call without argument
|
2023-11-22 10:48:04 +03:30 |
FilterTerm.php
|
Add php8.1+ members support for multiple and chosen flags for filter terms
|
2023-10-26 18:43:05 -04:00 |
Frame.php
|
fix: php 8.3 deprecated get_class method call without argument
|
2023-11-22 10:48:04 +03:30 |
Group.php
|
fix: php 8.3 deprecated get_class method call without argument
|
2023-11-22 10:48:04 +03:30 |
Group_Monitor.php
|
fix: php 8.3 deprecated get_class method call without argument
|
2023-11-22 10:48:04 +03:30 |
Group_Permission.php
|
fix: php 8.3 deprecated get_class method call without argument
|
2023-11-22 10:48:04 +03:30 |
Manufacturer.php
|
fix: php 8.3 deprecated get_class method call without argument
|
2023-11-22 10:48:04 +03:30 |
Model.php
|
fix: php 8.3 deprecated get_class method call without argument
|
2023-11-22 10:48:04 +03:30 |
Monitor.php
|
fix: php 8.3 deprecated get_class method call without argument
|
2023-11-22 10:48:04 +03:30 |
Monitor_Permission.php
|
fix: php 8.3 deprecated get_class method call without argument
|
2023-11-22 10:48:04 +03:30 |
MontageLayout.php
|
fix: php 8.3 deprecated get_class method call without argument
|
2023-11-22 10:48:04 +03:30 |
Object.php
|
Have to check for property_exists instead of empty. empty includes a valid value of 0
|
2023-12-01 12:46:49 -05:00 |
Report.php
|
fix: php 8.3 deprecated get_class method call without argument
|
2023-11-22 10:48:04 +03:30 |
Server.php
|
fix: php 8.3 deprecated get_class method call without argument
|
2023-11-22 10:48:04 +03:30 |
Snapshot.php
|
fix: php 8.3 deprecated get_class method call without argument
|
2023-11-22 10:48:04 +03:30 |
Storage.php
|
fix: php 8.3 deprecated get_class method call without argument
|
2023-11-22 10:48:04 +03:30 |
Tag.php
|
fix: php 8.3 deprecated get_class method call without argument
|
2023-11-22 10:48:04 +03:30 |
User.php
|
fix: php 8.3 deprecated get_class method call without argument
|
2023-11-22 10:48:04 +03:30 |
User_Preference.php
|
fix: php 8.3 deprecated get_class method call without argument
|
2023-11-22 10:48:04 +03:30 |
Zone.php
|
fix: php 8.3 deprecated get_class method call without argument
|
2023-11-22 10:48:04 +03:30 |
auth.php
|
When ZM_AUTH_HASH_IPS is off, don't use remote ip in storing auth hash in session. If ips are constantly changing it breaks.
|
2023-11-13 11:31:45 -05:00 |
config.php.in
|
Load Type when loading Config
|
2023-11-20 13:26:28 -05:00 |
control_functions.php
|
Remove extra { breaking ptz
|
2022-04-23 19:29:04 -04:00 |
database.php
|
(feat): Tags
|
2023-08-31 15:50:08 -04:00 |
download_functions.php
|
Introduce new download mode that concats event videos into 1 file per monitor
|
2023-10-04 12:04:11 -04:00 |
functions.php
|
Don't load Servers, they are loaded globally in config. Enforce int instead of string for range because fseek can't handle strings
|
2023-11-16 10:34:44 -05:00 |
lang.php
|
Convert user from an array to a User object
|
2023-04-23 12:57:29 -04:00 |
logger.php
|
Enforce max length of 64k for log entries. Use HTTP_X_FORWARDED_FOR in logging so we log actual remote addr
|
2023-11-16 10:34:44 -05:00 |
monitor_probe.php
|
Add test to see if php-curl is installed instead of crashing.
|
2023-10-12 11:04:55 -04:00 |
session.php
|
Add support for HTTP_X_FORWARDED_FOR instead of REMOTE_ADDR. Comment out debugging
|
2023-05-12 12:53:26 -04:00 |