.. |
add_monitors.js
|
Merge branch 'master' into zma_to_thread
|
2020-12-29 12:18:26 -05:00 |
console.js
|
fix hiding cloneBtn
|
2021-02-02 23:19:52 -05:00 |
console.js.php
|
Add missing comma
|
2020-12-10 14:08:01 -05:00 |
control.js
|
replace mootools in control.js
|
2020-12-20 08:29:39 -06:00 |
controlcap.js
|
reconfig controlcap cancel button
|
2020-09-26 16:39:31 -05:00 |
controlcaps.js
|
deploy canView and canEdit js objects
|
2020-12-08 14:25:48 -06:00 |
cycle.js
|
Fix indentation for ESLint
|
2022-01-22 13:37:44 -06:00 |
cycle.js.php
|
Add Janus to Cycle view. Remove debug Alert() messages
|
2022-01-12 22:47:35 -06:00 |
devices.js
|
deploy canView and canEdit js objects
|
2020-12-08 14:25:48 -06:00 |
event.js
|
Don't render cues if we don't have any. This occurs on initial load we call changeScale which would re-render the cues but the cur ajax hasn't completed yet, so this just avoids an error being logged
|
2022-02-03 14:46:39 -05:00 |
event.js.php
|
Use new Event->Server function to return the correct (and matching url to zms) url to use for ajax status calls. Fixes errors in a multi-server environment.
|
2022-02-03 14:47:32 -05:00 |
events.js
|
Remove text-nowrap from cause/notes column
|
2021-11-24 12:06:13 -05:00 |
events.js.php
|
centralize thumb animation js, add delay
|
2020-12-04 14:35:39 -06:00 |
export.js
|
Improvements to export. Fix tar -v, should be tar --version. make table width:100% and iframe height 100%. Always show thumbnail of video. Show Id of event if no other links. generate Images frame content event if no jpegs but there is an mp4. Set timeout to infinity for generating export. Provide more feedback if it breaks. Fix ticker.
|
2021-10-14 17:56:02 -04:00 |
export.js.php
|
Fixup exporting
|
2019-03-20 14:29:05 -04:00 |
filter.js
|
Remove debugging
|
2021-10-28 15:12:24 -04:00 |
filter.js.php
|
Add a sorted_monitor_ids array to use when generating sorted lists of monitors. Return proper json when things aren't set instead of empty string. Use sorted_monitor_ids to populate the monitor dropdown in filters
|
2020-12-18 10:23:41 -05:00 |
frame.js
|
use let/const
|
2022-01-07 16:22:24 -05:00 |
frame.js.php
|
autohide frame stats when out of pixels
|
2021-01-11 13:46:51 -05: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
|
deploy canView and canEdit js objects
|
2020-12-08 14:25:48 -06:00 |
log.js
|
Use decodeURIComponent instead of decodeURI
|
2021-02-02 09:12:34 -05:00 |
login.js
|
handle if error message doesn't exist
|
2021-03-27 13:42:00 -04:00 |
login.js.php
|
…
|
|
monitor.js
|
Adds Amcrest On-camera Motion Detection
|
2022-01-25 22:38:00 -06:00 |
monitor.js.php
|
remove geolocation copies from config to javscript land. Now all of config is brought in my skin.js.php
|
2022-01-31 18:33:03 -05:00 |
monitorpreset.js
|
replace mootools .delay method
|
2021-01-11 13:46:50 -05:00 |
monitorprobe.js
|
Continue to work even if opener isn't defined, which it isn't anymore because we got rid of popups. Fixes save button on monitorprobe.
|
2021-08-05 14:48:14 -04:00 |
montage.js
|
If rate > 1600, limit it to 1600 to prevent logged errors
|
2022-01-20 11:50:53 -05:00 |
montage.js.php
|
First working Janus build
|
2022-01-10 23:22:37 -06:00 |
montagereview.js
|
kill the background timer when switching to history so that we don't cause a javascript error. comment out debugging and use native javascript instead of jquery.
|
2021-11-22 14:17:50 -05:00 |
montagereview.js.php
|
Move init of ctx up before we setup the monitors. I think in some cases we can calls functions that assume ctx has a value. Uncaught%20TypeError%3A%20Cannot%20read%20properties%20of%20undefined%20(reading%20'getImageData')
|
2021-11-22 12:53:51 -05:00 |
onvifprobe.js
|
replace mootools .delay method
|
2021-01-11 13:46:50 -05:00 |
options.js
|
deploy canView and canEdit js objects
|
2020-12-08 14:25:48 -06:00 |
options.js.php
|
deploy canView and canEdit js objects
|
2020-12-08 14:25:48 -06:00 |
plugin.js
|
Replace MooTools usage for adding window event listeners (#2429)
|
2019-01-21 11:14:32 -05:00 |
postlogin.js
|
clean up postlogin js
|
2021-01-11 13:46:51 -05:00 |
postlogin.js.php
|
Add Snapshots and Snapshot_Events Tables. Add HomeView to Users.
|
2021-03-12 09:26:23 -05:00 |
report_event_audit.js
|
use a common function for datetime changes.
|
2020-12-04 15:28:26 -05:00 |
server.js
|
Merge branch 'release-1.32'
|
2019-02-22 11:24:23 -05:00 |
snapshot.js
|
Use canView.Snapshots for snapshot permissions instead of canView.Events
|
2021-08-18 10:53:59 -04:00 |
snapshot.js.php
|
Cleanup, split export and download functions in snapshot.
|
2021-08-06 19:18:02 -04:00 |
snapshots.js
|
Fix url to ajax endpoint for deleting snapshots.
|
2021-08-06 19:18:27 -04:00 |
snapshots.js.php
|
Rough in the ui for Snapshots
|
2021-03-12 09:28:05 -05:00 |
stats.js
|
whitespace
|
2020-08-23 13:02:35 -05:00 |
storage.js
|
fix eslint complaints
|
2019-01-19 12:40:17 -05:00 |
timeline.js
|
Merge branch 'release-1.34'
|
2021-01-15 18:46:07 -05:00 |
timeline.js.php
|
Add globals, fixing timeline view
|
2020-08-11 13:47:37 -04:00 |
user.js
|
add back and refresh buttons to user view
|
2020-09-25 15:49:18 -05:00 |
video.js
|
Set to never timeout while generating video
|
2021-11-12 15:11:48 -05:00 |
video.js.php
|
unpopup video view
|
2020-10-05 15:44:07 -05:00 |
watch.js
|
Rework to use MonitorStream.js
|
2022-01-20 11:52:01 -05:00 |
watch.js.php
|
add connKey to monitorData
|
2022-01-20 11:53:05 -05:00 |
zone.js
|
Add translates for analyse button. Fixup styles
|
2022-01-07 16:30:14 -05:00 |
zone.js.php
|
Add translates for analyse button. Fixup styles
|
2022-01-07 16:30:14 -05:00 |
zones.js
|
setScale to auto
|
2021-11-12 15:11:48 -05:00 |
zones.js.php
|
Move state definitions into skin.js.php because they are used in several different views. Add STATE_UNKNOWN to match of with c++ side actual values.
|
2021-12-09 12:35:42 -05:00 |