zoneminder/web/includes
Isaac Connor 97a888c0db get rid of js that just does the form submit. Upgrade the button from an input to a button. Use 0 and 1 instead of accept and decline, which allows us to pre-select the current value of ZM_TELEMETRY_DATA. So that if you had previously declined, you won't accidentally accept. This fixes the reported error that choosing decline would cause the setting to not be saved and the privacy popup to happen again. 2019-02-19 12:54:12 -05:00
..
actions get rid of js that just does the form submit. Upgrade the button from an input to a button. Use 0 and 1 instead of accept and decline, which allows us to pre-select the current value of ZM_TELEMETRY_DATA. So that if you had previously declined, you won't accidentally accept. This fixes the reported error that choosing decline would cause the setting to not be saved and the privacy popup to happen again. 2019-02-19 12:54:12 -05:00
csrf Fix typo in dbc1c7b72f comment 2019-02-09 22:40:39 -08:00
Control.php Merge updated objects from sa. Implements caching of objects and fixes logged errors when using the default storage group. Fixes #2209 2018-09-15 09:42:59 -04:00
Event.php fix path to thumb and anal images (#2367) 2018-12-28 10:46:13 -05:00
Filter.php rough in a control function in Filter object. Use it to start/stop zmfilter processes when filters are deleted or Saved. 2019-02-11 13:21:00 -05:00
Frame.php Replace or sanitize remaining uses of PHP_SELF. Fixes #2446 2019-02-09 22:12:36 -08:00
Group.php Add a CSP script-src policy with nonce-source and convert more inline event handlers (#2413) 2019-01-16 09:59:58 -05:00
Monitor.php monitor.php: Escape SignalCheckColour to prevent XSS. Fixes #2451 2019-02-09 16:41:54 -08:00
MontageLayout.php Fix no quotes around Id 2019-01-04 09:34:42 -05:00
Server.php Replace or sanitize remaining uses of PHP_SELF. Fixes #2446 2019-02-09 22:12:36 -08:00
Storage.php add to_json function to Storage. 2019-02-06 11:44:36 -05:00
auth.php Merge branch 'master' into cleanup_auth 2018-12-11 16:04:42 -05:00
config.php.in Don't load & process categories in initial config loading 2018-10-19 15:00:30 -04:00
control_functions.php Fix ptz controls. Something has changed in the way the Event object works, but we don't actually need it. 2018-01-11 13:14:11 -05:00
database.php fix dbError and cause it to return the error string instead of just logging it. Add error logging of db errors that don't throw exceptions. 2018-11-07 12:33:18 -05:00
functions.php don't quote dbEscape values it will quote it already (#2529) 2019-02-17 11:31:28 -05:00
lang.php whitespace 2018-12-20 14:58:38 -05:00
logger.php logger.php: Don't output Panic messages unless debugging is on. Fixes #2460 2019-02-09 18:51:30 -08:00