.. |
js
|
Fix Width & Height rotation when scaling. Fixes #2760
|
2019-11-22 12:18:30 -05:00 |
_monitor_filters.php
|
Fix filtering monitors by user's MonitorId restriction
|
2019-11-19 17:21:01 -05:00 |
_monitor_source_nvsocket.php
|
fix nvsocket
|
2017-11-13 14:25:19 -08:00 |
add_monitors.php
|
Php namespace (#2537)
|
2019-02-22 09:19:07 -05:00 |
bandwidth.php
|
Merge branch 'reload_zmfilter_on_filter_save' into storageareas
|
2019-02-11 13:26:53 -05:00 |
blank.php
|
More inline JS / nonce conversions (#2415)
|
2019-01-18 09:51:06 -05:00 |
console.php
|
Use material icons for sort because they look nicer
|
2019-08-19 08:59:15 -04:00 |
control.php
|
remove debug
|
2019-09-20 10:37:48 -04:00 |
controlcap.php
|
Camera reboot function (#2554)
|
2019-03-18 14:49:05 -04:00 |
controlcaps.php
|
Sort control capabilities by Name instead of Id
|
2019-10-03 17:30:31 -04:00 |
controlpreset.php
|
Fix control presets
|
2019-03-01 13:37:34 -05:00 |
cycle.php
|
fix up remaining issues with cycle updates
|
2019-03-04 13:35:40 -05:00 |
device.php
|
Replace usage of PHP_SELF in views/. Fixes #2450
|
2019-02-09 21:39:19 -08:00 |
devices.php
|
Replace usage of PHP_SELF in views/. Fixes #2450
|
2019-02-09 21:39:19 -08:00 |
donate.php
|
Fix donate now functionality. Improve zmWindow to take an optional sub path so that we can target /donate directly
|
2019-11-05 10:07:42 -05:00 |
download.php
|
Fix download and export button from events list. Fixes #2668 (#2670)
|
2019-07-24 12:31:43 -04:00 |
error.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 |
event.php
|
changeCodec no longer needs to be passed this
|
2019-10-18 13:40:29 -04:00 |
eventdetail.php
|
Replace usage of PHP_SELF in views/. Fixes #2450
|
2019-02-09 21:39:19 -08:00 |
events.php
|
Fix event->id() to event->Id()
|
2019-09-04 10:11:16 -04:00 |
export.php
|
Fix another Monitorid. Fixes #2699
|
2019-09-05 10:31:22 -04:00 |
filter.php
|
Add LIKE and NOT LIKE to filter options
|
2019-09-28 13:03:16 +01:00 |
frame.php
|
Mostly spacing, but Event doesn't have DefaultScale, that comes from Monitor
|
2019-11-20 09:31:58 -05:00 |
frames.php
|
Fix missing eid= from View All/View Pages links
|
2019-09-25 10:35:41 -04:00 |
function.php
|
remove extra (
|
2019-10-05 16:56:05 -04:00 |
group.php
|
update group editing, solving inline javascript problems and removing cruft
|
2019-11-01 13:37:52 -04:00 |
groups.php
|
Don't add checkboxes if can't edit groups
|
2019-09-28 12:58:01 -04:00 |
log.php
|
Add delete from logs ajax capability. Make the clear button use it. Fixes #2620
|
2019-10-02 15:39:04 -04:00 |
login.php
|
correct quotes and use a button on loging page
|
2019-09-25 10:15:12 -04:00 |
logout.php
|
Replace usage of PHP_SELF in views/. Fixes #2450
|
2019-02-09 21:39:19 -08:00 |
monitor.php
|
Change Orientation Enum to use strings instead of numbers as values. Sync them up with what we use in C code
|
2019-11-29 13:50:02 -05:00 |
monitorpreset.php
|
Replace usage of PHP_SELF in views/. Fixes #2450
|
2019-02-09 21:39:19 -08:00 |
monitorprobe.php
|
Php namespace (#2537)
|
2019-02-22 09:19:07 -05:00 |
monitors.php
|
fix destination view on the monitors view
|
2019-03-05 11:02:58 -05:00 |
montage.php
|
Remove :'s, they can be added using css if desired
|
2019-09-23 11:49:39 -04:00 |
montagereview.php
|
Only parse the filter if it is valid. Remove unused filterQuery var
|
2019-08-20 10:03:44 -04:00 |
none.php
|
get global cspNonce
|
2019-09-25 10:15:32 -04:00 |
onvifprobe.php
|
general clean of onvif probe view. Use buttons instead of inputs and use data-on-change-this instead of inline js. Also rename username and password to Username and Password to not conflict with authentication to ZM ui.
|
2019-09-11 09:18:03 -04:00 |
optionhelp.php
|
basic update of optionhelp view
|
2019-04-12 14:57:11 -04:00 |
options.php
|
Add Event counts, event disk usage to storage tab of options. Disable checkbox selection when there are events stored on the storage area.
|
2019-11-26 14:36:39 -05:00 |
plugin.php
|
database.php cleanup. remove dbFetchMonitor and dbFetchGroup. Their usage has been replaced with the Object::find_one usage. Also more quoting of table and colume names to fix #2659
|
2019-08-13 11:45:50 -04:00 |
postlogin.php
|
spaces
|
2019-09-25 10:16:27 -04:00 |
privacy.php
|
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. (#2534)
|
2019-02-22 09:20:54 -05:00 |
report_event_audit.php
|
Fix #2657
|
2019-07-08 14:22:46 -04:00 |
server.php
|
add Event Notification support to server
|
2019-02-27 09:29:11 -05:00 |
settings.php
|
database.php cleanup. remove dbFetchMonitor and dbFetchGroup. Their usage has been replaced with the Object::find_one usage. Also more quoting of table and colume names to fix #2659
|
2019-08-13 11:45:50 -04:00 |
shutdown.php
|
add the shutdown view and actions
|
2019-04-12 14:55:56 -04:00 |
state.php
|
If running a custom run state, show the state instead of Running. Also select the running state in the state change popup. (#2604)
|
2019-05-16 15:37:37 -04:00 |
stats.php
|
Replace usage of PHP_SELF in views/. Fixes #2450
|
2019-02-09 21:39:19 -08:00 |
status.php
|
fix state changing/etc
|
2019-01-30 14:36:46 -05:00 |
storage.php
|
spacing
|
2019-11-01 13:41:37 -04:00 |
timeline.php
|
add 4CIF aspect ratio padding. Fixes #2738
|
2019-10-23 09:50:49 -04:00 |
user.php
|
Add API Enabled to User edit
|
2019-05-29 10:28:25 -04:00 |
version.php
|
Replace usage of PHP_SELF in views/. Fixes #2450
|
2019-02-09 21:39:19 -08:00 |
video.php
|
Fixing video export view (#2585)
|
2019-04-20 11:19:27 -04:00 |
watch.php
|
fix inline js on the back/close button
|
2019-10-08 18:49:29 -04:00 |
zone.php
|
improvements to layout on zones and zone. Use ViewWidth and ViewHeight. Replace inline javascript
|
2019-10-29 18:06:32 -04:00 |
zones.php
|
improvements to layout on zones and zone. Use ViewWidth and ViewHeight. Replace inline javascript
|
2019-10-29 18:06:32 -04:00 |