.. |
actions
|
Remove deprecated MonitorsIds. Replace it's use with looking for edit permission per monitor
|
2023-07-19 12:39:32 -04: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
|
Fix other cases of user as an array
|
2023-04-23 15:35:26 -04:00 |
Event_Data.php
|
Rough in model and controller for Event_Data
|
2022-10-27 14:47:21 -04:00 |
Filter.php
|
Remove duplicated ExistsInFileSystem label
|
2023-06-26 10:34:19 -04:00 |
FilterTerm.php
|
Don't use empty because it tests for false, and 0 is false. Just check for empty string. Fixes #3732
|
2023-06-27 10:44:25 -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
|
Use User object to get Monitor_Permission and Group_Permissions hoping it will be cached there.
|
2023-08-02 18:07:28 -04: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
|
Fix updating having Id in it
|
2023-05-12 12:56:36 -04:00 |
Report.php
|
Add Report ORM
|
2022-08-04 09:35:25 -04:00 |
Server.php
|
Don't output errors from remote commands as it breaks ui
|
2023-02-09 18:46:01 -05:00 |
Snapshot.php
|
Rename Snapshot_Events to Snapshots_Events
|
2022-12-07 14:14:00 -05:00 |
Storage.php
|
Add default value for Storage Path
|
2022-06-01 11:20:28 -04:00 |
User.php
|
Fix warning when creating new user
|
2023-07-17 17:29:16 -04:00 |
User_Preference.php
|
Rough in code for User_Preferences
|
2023-03-21 10:03:57 -04:00 |
Zone.php
|
AlarmRGB should be an actual hex value not a string
|
2023-04-05 17:46:29 -04:00 |
auth.php
|
Use User object to get Monitor_Permission and Group_Permissions hoping it will be cached there.
|
2023-08-02 18:07:35 -04:00 |
config.php.in
|
Merge branch 'master' of github.com:ZoneMinder/zoneminder
|
2023-05-31 09:16:32 -04:00 |
control_functions.php
|
Remove extra { breaking ptz
|
2022-04-23 19:29:04 -04:00 |
database.php
|
Switch from utf8 to utf8mb4 so that collate works
|
2023-05-25 17:31:30 -04:00 |
functions.php
|
Add systemd_isactive
|
2023-05-30 20:47:05 -04:00 |
lang.php
|
Convert user from an array to a User object
|
2023-04-23 12:57:29 -04:00 |
logger.php
|
Fix where error_log write to to include path
|
2023-06-09 19:37:47 -04:00 |
monitor_probe.php
|
Fixup curl() and Axis probing
|
2023-07-25 12:32:35 -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 |