..
auth
Merge branch 'ldap-auth-update' into 'dev'
2021-04-08 03:49:47 +00:00
basic
Fix saving Subscription Key in first login
2021-06-09 12:52:34 -07:00
cameraThread
remove null matrices from end result
2021-09-15 13:52:34 -07:00
commander
Force P2P connection to reinit every 15 minutes
2021-04-29 17:59:05 -07:00
control
minor cleanup
2021-09-13 08:03:35 -07:00
database
fix SQL query limit when set to "0" (no limit)
2021-10-27 10:15:32 -07:00
events
Fix Event Filter Handling
2021-10-28 21:00:52 -07:00
ffmpeg
substream operation clean ups
2021-09-24 21:37:56 -07:00
health
update ram collection
2020-08-28 09:30:25 -07:00
monitor
remove some console.logs
2021-09-24 21:39:02 -07:00
notifications
Simplify Event Filters
2021-10-28 22:20:35 -07:00
onvifDeviceManager
onvifDeviceManager and Form Builder UI cleanup
2020-12-05 11:54:40 -08:00
plugins
Add onSubscriptionCheck extender, minor adjustment to plugin loader
2021-05-22 09:24:51 -07:00
rtmpserver
modify libs/rtmpserver/node_core_logger.js
2019-06-21 13:23:25 -07:00
scanners
Fixes for PTZ and ONVIF controls
2020-12-16 09:28:16 -08:00
sql
make all deleteOldVideos actions occur in cron.js, promisify cron funcs
2021-02-05 17:36:10 -08:00
system
fix docker config save, add customAutoLoad superRawJs
2021-06-21 13:06:39 -07:00
uploaders
Point node-ssh at git repo because npmjs version is broken
2021-05-31 10:51:41 -07:00
user
cleanup Google Drive Upload code
2020-11-08 21:20:39 -08:00
video
Make Notification Video Length apply to new video extract method
2021-06-21 16:52:07 -07:00
.gitignore
Automatic Loading for custom js modules
2018-12-12 15:02:24 -08:00
auth.js
Add Linking and Unlinking Google Sign-In from Alt Logins section
2021-04-03 23:53:38 -07:00
basic.js
cleanup scanners.js and notification.js
2020-11-17 14:21:52 -08:00
branding.js
allow better setting logo from configuration
2021-10-20 17:16:57 -07:00
childNode.js
update CPU use collection for Child Nodes
2020-08-27 15:49:16 -07:00
codeTester.js
Convert to Packagable Syntax
2020-05-09 17:27:44 -07:00
commander.js
Add second Vancouver P2P server
2021-04-13 20:49:26 -07:00
common.js
rebuild query string without postData instead of search and replace
2021-01-18 08:03:14 -08:00
config.js
redesigned login page
2021-09-02 21:45:35 -07:00
control.js
Improve Automatic PTZ (Return Home when Object lost)
2020-09-19 23:28:35 -07:00
customAutoLoad.js
allow choosing which page blocks load to dashboard
2021-10-15 21:21:37 -07:00
definitions.js
Allow custom loading definition elements
2019-04-13 18:58:55 -07:00
dropInEvents.js
minor cleanup
2021-09-13 08:03:35 -07:00
events.js
event.js : finish moving out functions to events/utils.js
2021-01-02 10:49:05 -08:00
extenders.js
add s.onUserLog event handler
2021-08-17 20:43:51 -07:00
ffmpeg.js
monitor debug info in console log requires config.debugLogMonitors = true now
2021-10-27 10:16:41 -07:00
fileBin.js
make cron delete fileBin files and adjust live counter accordingly
2020-10-18 22:15:06 -07:00
folders.js
keep primary Temp directory path in memory
2020-08-14 19:21:55 -07:00
health.js
update CPU use collection for Child Nodes
2020-08-27 15:49:16 -07:00
language.js
fix language selection
2021-10-24 16:34:31 -07:00
monitor.js
substream keep alive, cleaning livegrid, substream options in mon settings
2021-09-24 00:06:48 -07:00
notification.js
Add Global Webhook Notifications (will replace Monitor settings based in future)
2021-10-23 17:27:45 -07:00
onvifDeviceManager.js
onvifDeviceManager : add confirm windows and camera reboot button
2020-12-05 14:24:44 -08:00
plugins.js
create pluginWorkerBase to be used with plugins running as Workers
2021-01-20 19:00:45 -08:00
process.js
Add date to Uncaught Exceptions
2021-05-19 07:39:37 -07:00
rtmpserver.js
Add RTMP Server with Node-Media-Server
2019-02-13 22:29:19 -08:00
scanners.js
cleanup scanners.js and notification.js
2020-11-17 14:21:52 -08:00
scheduler.js
fix schedules repeat
2020-09-16 13:04:56 -07:00
shinobiHub.js
minor cleanup
2021-10-23 17:28:26 -07:00
socketio.js
substream display in UI and auto switch when substream toggled
2021-09-22 21:13:22 -07:00
sql.js
charset and collate are only allowed for mysql
2021-04-25 13:39:59 +00:00
startup.js
Fix saving Subscription Key in first login
2021-06-09 12:52:34 -07:00
timelapse.js
Allow plugin to send frame back to be re-used for save or notification
2021-05-19 20:18:19 -07:00
uploaders.js
baisc Google Drive support for Auto Backup
2020-06-15 00:54:52 -07:00
user.js
add s.onUserLog event handler
2021-08-17 20:43:51 -07:00
version.js
Add System Information to Superuser UI
2021-04-05 14:13:20 -07:00
videoDropInServer.js
Modify Max Purge for Video, Timelapse Frames, FileBin, addStorage
2020-08-06 21:33:58 -07:00
videos.js
Default failed addStorage detection to null
2021-03-29 11:37:13 -07:00
webServer.js
minor cleanup to usage
2020-09-21 23:49:18 -07:00
webServerAdminPaths.js
Fix Sub-Account being created as Admin account
2021-04-17 10:04:27 -07:00
webServerPaths.js
Show Number of Events for last 24 hours
2021-10-27 10:14:24 -07:00
webServerStreamPaths.js
remove some console.logs
2021-09-24 21:39:02 -07:00
webServerSuperPaths.js
fix docker config save, add customAutoLoad superRawJs
2021-06-21 13:06:39 -07:00