.. |
actions
|
Update state action, replacing Function with Recording, Analysing, Capturing. Redirect to console instead of switching view.
|
2022-02-08 11:20:27 -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
|
implement Event::canEdit
|
2021-11-12 13:37:01 -05:00 |
Filter.php
|
Default limit to 0 which means no limit
|
2022-02-02 12:28:58 -05:00 |
FilterTerm.php
|
Fix AlarmedZoneId filter term not working because I wrote AlarmZoneId instead
|
2021-05-02 13:38:06 -04:00 |
Frame.php
|
Add defaults to Frame
|
2019-09-22 14:21:59 -04:00 |
Group.php
|
Implement zm_setcookie to simplify setting cookies, set samesite, deal with older php etc. Use it.
|
2022-01-20 09:46:38 -05:00 |
Group_Monitor.php
|
Introduce a Group_Monitor class to ease loading this relationship
|
2020-08-31 18:28:53 -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
|
Rename MonitorAnalysingOptions => AnalysingOptions as they will have to be prefixed with module name anyways.
|
2022-02-08 11:19:36 -05:00 |
MontageLayout.php
|
Apply relevant changes to deal with php7,4 deprecations
|
2019-12-07 11:45:32 -05:00 |
Object.php
|
better debugging when the row has no Id
|
2022-01-07 16:21:49 -05:00 |
Server.php
|
Handle when SERVER['HTTP_HOST'] is not set
|
2021-10-05 19:49:42 -04:00 |
Snapshot.php
|
Actually delete the snapshot record, not just the event connection
|
2021-08-06 13:17:02 -04:00 |
Storage.php
|
Don't try to addup/update DIskSpace used by incomplete events.
|
2021-02-20 17:11:20 -05:00 |
User.php
|
Implement Snapshots user permission
|
2021-04-12 15:59:31 -04:00 |
Zone.php
|
Add numCoords, Coords, Area, AlarmRGB to Zone object. Also add Points(), AreaCoords, svg_polygon utility functions to it.
|
2021-12-05 17:45:26 -05:00 |
auth.php
|
Merge pull request #3241 from connortechnology/fix_3239
|
2021-05-19 20:39:42 -04:00 |
config.php.in
|
load Private as well as Name,Value from Config
|
2022-01-22 12:31:15 -05:00 |
control_functions.php
|
Fixed bug that caused 'Call to undefined function Error()' in control_functions.php. Exception was being raised due to logger.php not being included in control_functions.php.
|
2021-08-20 22:42:57 -04:00 |
database.php
|
Whitespace
|
2021-11-12 15:11:48 -05:00 |
functions.php
|
Add janus_path and janus_secret, allowing for more secure and flexible Janus installs
|
2022-01-21 22:23:41 -06:00 |
lang.php
|
silence warning when no language is set
|
2020-04-23 17:38:15 -04:00 |
logger.php
|
Instead of fatal error triggering, turn off file logging and log the error elsewhere
|
2021-03-03 14:31:43 -05:00 |
session.php
|
Implement zm_setcookie to simplify setting cookies, set samesite, deal with older php etc. Use it.
|
2022-01-20 09:46:38 -05:00 |