zoneminder/web/skins/classic/views/js
Isaac Connor 66fa612d02 Merge branch 'master' of github.com:ZoneMinder/zoneminder 2024-03-25 09:53:33 -04:00
..
add_monitors.js Introduce a Create permission for Monitors, so that a given user may Edit existing monitors, but not create new ones. 2024-01-02 12:18:09 -05:00
console.js fixup reversion of bootstrap-table console which shouldn't have been merged yet 2024-03-15 11:42:07 -04:00
console.js.php Add missing comma 2020-12-10 14:08:01 -05:00
control.js Add auth_relay to control command 2023-05-16 11:53:34 -04:00
controlcap.js Control form elements were renamed from newControl to just Control. Update validateForm to match. 2023-10-11 14:58:54 -04:00
controlcaps.js deploy canView and canEdit js objects 2020-12-08 14:25:48 -06:00
cycle.js chore(): Set default cookie time to Jan 2038 2023-07-21 11:07:11 -04:00
cycle.js.php Adds RTSP2Web support for live view 2023-07-29 23:46:31 -05:00
devices.js deploy canView and canEdit js objects 2020-12-08 14:25:48 -06:00
event.js Fix map display 2024-03-24 13:19:53 -04:00
event.js.php Fix: Add "All Events" in array "translate" (View event) 2024-03-24 19:51:24 +03:00
events.js Don't apply timezone when formatting datetimes 2024-01-25 11:57:19 -05:00
events.js.php centralize thumb animation js, add delay 2020-12-04 14:35:39 -06:00
export.js Update code. Break early when figuring out if any events are checked. Use ajax instead of getJSON. 2022-10-21 10:19:06 -04:00
export.js.php Remove exportStrings as they are in skin.js.php. 2022-10-21 10:19:06 -04:00
files.js add js for files view 2022-10-11 16:45:03 -04:00
filter.js Add tags_opTypes and use it to limit operators for tags in a filter 2024-01-08 17:24:19 -05:00
filter.js.php Add tags_opTypes and use it to limit operators for tags in a filter 2024-01-08 17:24:19 -05:00
frame.js fix(cookies): Use max-age instead of expires 2023-07-21 13:27:44 -04:00
frame.js.php Update frame view js to use const etc instead of var. Put back EventId and FrameId in stats being links and fix FrameId not being populated. If no stats available disable the stats button and use the title to explain why. 2022-09-21 12:32:14 -04:00
frames.js remove unneeded thumb animation functions from frames.js 2020-12-09 18:48:58 -06:00
frames.js.php add option to disable thumb animation 2020-11-25 13:03:16 -06:00
groups.js Fix set chosen width for modal window 2024-03-06 00:23:11 +03:00
log.js Fix: Logging levels coloring 2024-02-22 11:16:30 +03:00
login.js handle if error message doesn't exist 2021-03-27 13:42:00 -04:00
login.js.php
map.js Rename zmMap to ZMMap because eslint thinks constructors should always be capitalized. 2024-02-07 10:58:39 -05:00
monitor.js Handle when inputs don't exist. 2024-02-27 17:38:45 -05:00
monitor.js.php Add mid to available globals 2024-03-05 10:35:07 -05:00
monitorpreset.js Update monitor preset view: Use a submit button instead of input with javascript. Remove no longer needed js code. Sort presets by Name. 2023-01-12 10:01:40 -05:00
monitorprobe.js Add arp-scan as a tool for getting list of devices on network. Add an interface specifier to monitor probe just like on onvif-probe. Rough in support for Hikvision cameras 2022-02-07 12:33:53 -05:00
montage.js Fix canEdit is a hash, not a function 2024-02-27 19:18:09 -05:00
montage.js.php Adds RTSP2Web support for live view 2023-07-29 23:46:31 -05:00
montagereview.js Remove debug 2024-03-06 16:21:44 -05:00
montagereview.js.php Define events even if sql fails 2023-01-25 11:50:16 -05:00
onvifprobe.js replace mootools .delay method 2021-01-11 13:46:50 -05:00
options.js use const instead of var 2023-09-21 12:52:02 -04:00
options.js.php Add tab to available js vars on options 2023-09-21 12:52:30 -04:00
plugin.js
postlogin.js clean up postlogin js 2021-01-11 13:46:51 -05:00
postlogin.js.php Fix missing ZM on Warning 2023-04-24 10:14:03 -04:00
report.js add report.js 2022-08-30 19:40:35 +02:00
report_event_audit.js Remove dead code from report_event_audit.js 2022-11-29 12:45:30 -05:00
reports.js Update reports.js 2022-09-17 10:28:10 +02:00
server.js
snapshot.js Add types to buttons. Make save a submit button, and remove the javascript onclick event. 2022-09-21 15:37:47 -04:00
snapshot.js.php Cleanup, split export and download functions in snapshot. 2021-08-06 19:18:02 -04:00
snapshots.js use ajax instead of getJson so we can specify no timeout. Ensure no concurrent ajax queries 2023-04-23 13:15:43 -04:00
snapshots.js.php Rough in the ui for Snapshots 2021-03-12 09:28:05 -05:00
stats.js
storage.js
timeline.js Change the api for frameimage status request to split id into eid and fid instead of having id as an array. 2023-08-15 09:15:24 -04:00
timeline.js.php Merge branch 'master' into timeline_multi_monitor 2022-02-11 18:03:35 -05:00
user.js Fix eslint 2022-11-02 17:47:12 -04:00
user.js.php INclude monitor Name in monitors array, because it useful to show monitors by name instead of id 2024-02-11 19:13:48 -05:00
video.js setup video.js on the video tag if it exists 2022-09-12 13:44:18 -04:00
video.js.php unpopup video view 2020-10-05 15:44:07 -05:00
watch.js Only load preset modal if we click set. Add auth relay so that it can be loaded. 2024-03-23 11:55:53 -04:00
watch.js.php Must use MIN_STREAMING_PORT in monitor Url because 80/443 might not go to the same host as MIN_STREAMING_PORT (think reverse proxy) 2023-11-17 09:33:17 -05:00
zone.js All float values in various fields 2023-04-05 17:50:56 -04:00
zone.js.php Allow RTSPtoWeb streams for zone editing (#3750) 2023-08-08 22:03:13 -05:00
zones.js fix eslint 2022-05-02 08:53:46 -04:00
zones.js.php Allow RTSPtoWeb streams for zone editing (#3750) 2023-08-08 22:03:13 -05:00