.. |
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
|
Add warnings when the type of movement is not selected
|
2020-01-02 17:03:52 -05:00 |
Event.php
|
Add Tags() and Event_Tags() functions to Event
|
2023-10-20 14:02:25 -04:00 |
Event_Data.php
|
Remove Tags from Event Data defaults. I don't think it is meant to be there
|
2023-10-06 14:49:57 -04:00 |
Event_Tag.php
|
Rough in ORM for Tags
|
2023-10-20 14:02:10 -04:00 |
Filter.php
|
Return the found term instead of true in has_term.
|
2023-11-16 10:34:43 -05:00 |
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
|
Add defaults to Frame
|
2019-09-22 14:21:59 -04:00 |
Group.php
|
Don't show deleted monitors in group dropdowns
|
2023-06-27 10:45:13 -04:00 |
Group_Monitor.php
|
Introduce a Group_Monitor class to ease loading this relationship
|
2020-08-31 18:28:53 -04:00 |
Group_Permission.php
|
Continue roughing in Group_Permission logic
|
2022-11-02 13:25:44 -04:00 |
Manufacturer.php
|
Add object classes for Manufacturer and Model
|
2020-10-11 09:57:51 -04:00 |
Model.php
|
Add ManufacturerId to Model
|
2021-07-07 09:46:12 -04:00 |
Monitor.php
|
Include username in url when using auth_hash so that the authenting sql can be more efficient
|
2023-11-08 10:55:39 -05:00 |
Monitor_Permission.php
|
add includes/Monitor_Permission.php
|
2022-11-03 12:24:14 -04:00 |
MontageLayout.php
|
Add UserId field to MontageLayouts
|
2022-07-12 17:30:54 -04:00 |
Object.php
|
Allow Objects with no Id, they can't be cached but can be used.
|
2023-10-20 14:01:55 -04:00 |
Report.php
|
Add Report ORM
|
2022-08-04 09:35:25 -04:00 |
Server.php
|
Add HTTP_FRONT_END_HTTPS as a signal to use https in urls. Mainly for when using a reverse proxy
|
2023-11-16 10:34:44 -05:00 |
Snapshot.php
|
Rename Snapshot_Events to Snapshots_Events
|
2022-12-07 14:14:00 -05:00 |
Storage.php
|
Set default values on members, fixing bad defaults on nwe storage.
|
2023-11-13 11:37:31 -05:00 |
Tag.php
|
Rough in ORM for Tags
|
2023-10-20 14:02:10 -04:00 |
User.php
|
Set new defaults for ENabled, API Enabled and HomeView in user Object. php's new need to declare every property breaks the old default system. Only load Group Permissions and Monitor Permissions if we have an Id.
|
2023-10-26 09:39:26 -04:00 |
User_Preference.php
|
Correct case of value in User_Perference
|
2023-10-20 14:51:18 -04:00 |
Zone.php
|
AlarmRGB should be an actual hex value not a string
|
2023-04-05 17:46:29 -04:00 |
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
|
Do not need to make servers global in this context. They are by default.|
|
2023-11-16 10:34:43 -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 |