.. |
actions
|
dbError is supposed to take the sql that caused the error. So pass something to satisfy php
|
2021-10-05 19:49:42 -04:00 |
csrf
|
Return Debug to a regular function to match other logging functions. Since we switched to using namespaces we no longer clash with cake_php.
|
2020-10-14 10:39:25 -04: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->canView
|
2021-08-18 10:53:59 -04:00 |
Filter.php
|
Allow unknown columns in filters. Allow specifying the table name in FilterTerm.
|
2021-03-12 10:52:10 -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 canView for Groups. Implement Monitors() and Children() functions. Use canView when populating Group dropdown
|
2021-03-30 11:51:52 -04:00 |
Group_Monitor.php
|
Introduce a Group_Monitor class to ease loading this relationship
|
2020-08-31 18:28:53 -04:00 |
Monitor.php
|
Add missing Importance member
|
2021-09-08 13:57:46 -04:00 |
MontageLayout.php
|
Apply relevant changes to deal with php7,4 deprecations
|
2019-12-07 11:45:32 -05:00 |
Object.php
|
When locking, use the results to reload the object fields fresh as they may have changed since the object was loaded
|
2021-08-06 19:14:43 -04:00 |
Server.php
|
Remove Debug
|
2020-08-15 17:49:26 -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 MonitorId to Zone fields and add Monitor() method
|
2020-09-17 20:56:21 -04:00 |
auth.php
|
Merge pull request #3241 from connortechnology/fix_3239
|
2021-05-19 20:39:42 -04:00 |
config.php.in
|
Misc: Merge ZM_HAS_V4L with ZM_HAS_V4L2
|
2021-09-08 00:19:08 +02: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
|
Merge branch 'master' into zma_to_thread
|
2020-12-29 12:18:26 -05:00 |
functions.php
|
Remove references to zma
|
2021-02-01 17:29:16 -05: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
|
Fix session.gc SQL issue. Don't need a * when deleting
|
2020-10-24 09:05:39 -04:00 |