| .. |
|
auth
|
Merge branch 'ldap-auth-update' into 'dev'
|
2021-04-08 03:49:47 +00:00 |
|
basic
|
Fixing sending postData with control URLs. Fixed non-working stop command for PTZ control.
|
2022-11-18 15:43:55 -05:00 |
|
cameraThread
|
fix and simplify Motion Detection Accuracy Mode
|
2023-01-09 08:07:01 -08:00 |
|
childNode
|
remove packet limit on child node file transfer
|
2021-12-23 08:55:15 -08:00 |
|
commander
|
Disable Heartbeat log for P2P
|
2022-11-22 18:12:36 -08:00 |
|
control
|
Refactor Monitor Launch Sequence
|
2023-01-21 00:49:37 +00:00 |
|
cron
|
fix broken Monitors query
|
2022-08-20 14:52:52 -07:00 |
|
database
|
raise default length for host and path to 255
|
2023-01-07 18:29:51 -08:00 |
|
dropInEvents
|
fix event save on child node, fix command filter condition, add SideMenuAfterList
|
2022-01-12 10:41:23 -08:00 |
|
events
|
disable runMultiEventBasedRecord attempt on closed monitor
|
2022-12-28 17:32:59 -08:00 |
|
ffmpeg
|
fix event recording audio selection
|
2023-01-07 18:29:02 -08:00 |
|
health
|
update Child Node selection formula
|
2021-11-27 15:46:54 -08:00 |
|
monitor
|
Fix Timelapse Frames in AddStorage
|
2023-01-21 07:41:40 -08:00 |
|
notifications
|
mqtt outbound send snapshot as base64
|
2022-12-15 16:53:05 -08:00 |
|
onvifDeviceManager
|
Port over ONVIF Device Manager
|
2021-11-23 21:05:56 -08:00 |
|
plugins
|
Update SQL Queries on Startup
|
2022-12-17 00:07:23 +00:00 |
|
rtmpserver
|
modify libs/rtmpserver/node_core_logger.js
|
2019-06-21 13:23:25 -07:00 |
|
scanners
|
Add credentials to snapshots for cameras that need it
|
2022-07-19 13:24:48 -07:00 |
|
sql
|
make all deleteOldVideos actions occur in cron.js, promisify cron funcs
|
2021-02-05 17:36:10 -08:00 |
|
system
|
fix configuration get/set for docker
|
2022-12-10 11:31:46 +02:00 |
|
uploaders
|
Update Cloud Uploaders
|
2022-12-21 19:26:45 +00:00 |
|
user
|
Fix Timelapse Frames in AddStorage
|
2023-01-21 07:41:40 -08:00 |
|
video
|
Add Video Slicer
|
2022-10-16 23:34:30 +00:00 |
|
.gitignore
|
Automatic Loading for custom js modules
|
2018-12-12 15:02:24 -08:00 |
|
auth.js
|
Fix API Permissions for Session Key
|
2022-11-28 15:54:27 -08:00 |
|
basic.js
|
Change use cases of fs.unlink with fs.rm
|
2022-11-16 21:10:26 +00:00 |
|
branding.js
|
Changed login splash image to a local avif
|
2022-08-08 12:45:00 +10:00 |
|
childNode.js
|
Child Node Framework Update : fix disconnected child recovery
|
2021-11-28 11:06:01 -08:00 |
|
codeTester.js
|
Convert to Packagable Syntax
|
2020-05-09 17:27:44 -07:00 |
|
commander.js
|
set default server ports for p2p and minor cleanup
|
2022-06-28 19:55:50 -07:00 |
|
common.js
|
Refactor Monitor Launch Sequence
|
2023-01-21 00:49:37 +00:00 |
|
config.js
|
add passing super.json path parameter on camera.js run
|
2023-01-20 16:24:38 -08:00 |
|
control.js
|
Fix onOtherWebSocketMessagesExtensions exec placement
|
2022-07-04 20:24:00 -07:00 |
|
cron.js
|
Make cron.js a worker process of camera.js
|
2022-06-29 12:29:20 -07:00 |
|
customAutoLoad.js
|
Fix customAutoLoad loading pageBlocks
|
2022-10-11 20:14:33 -07:00 |
|
dataPort.js
|
better dataPort security
|
2021-12-21 12:03:56 -08:00 |
|
definitions.js
|
reload language and definitions when a customAutoLoad module loads
|
2022-06-07 16:46:36 -07:00 |
|
dropInEvents.js
|
Refactor Monitor Launch Sequence
|
2023-01-21 00:49:37 +00:00 |
|
events.js
|
ONVIF Events
|
2022-06-16 23:23:12 -07:00 |
|
extenders.js
|
add onEventBasedRecordingStart extender
|
2022-12-14 18:50:08 -08:00 |
|
ffmpeg.js
|
Refactor Monitor Launch Sequence
|
2023-01-21 00:49:37 +00:00 |
|
fileBin.js
|
add delete button to fileBin table
|
2022-09-25 19:46:20 -07:00 |
|
folders.js
|
keep primary Temp directory path in memory
|
2020-08-14 19:21:55 -07:00 |
|
health.js
|
Fix CPU usage on macos
|
2022-07-10 21:09:17 -03:00 |
|
language.js
|
reload language and definitions when a customAutoLoad module loads+
|
2022-06-07 17:40:53 -07:00 |
|
monitor.js
|
Refactor Monitor Launch Sequence
|
2023-01-21 00:49:37 +00:00 |
|
notification.js
|
Email Notification settings are now configurable in Account Settings
|
2022-02-07 11:15:11 -08:00 |
|
onvifDeviceManager.js
|
Add Permission checks to Scheduler, Probe, and ONVIF Device Man
|
2022-08-06 11:18:46 -07:00 |
|
plugins.js
|
fix plugins auto load
|
2022-12-09 22:58:35 -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
|
Add Permission checks to Scheduler, Probe, and ONVIF Device Man
|
2022-08-06 11:18:46 -07:00 |
|
scheduler.js
|
Add Permission checks to Scheduler, Probe, and ONVIF Device Man
|
2022-08-06 11:18:46 -07:00 |
|
shinobiHub.js
|
Fixing sending postData with control URLs. Fixed non-working stop command for PTZ control.
|
2022-11-18 15:43:55 -05:00 |
|
socketio.js
|
remove loadGroupApps from login
|
2022-09-14 10:00:38 -07:00 |
|
sql.js
|
Update SQL Queries on Startup
|
2022-12-17 00:07:23 +00:00 |
|
startup.js
|
Fix Timelapse Frames in AddStorage
|
2023-01-21 07:41:40 -08:00 |
|
timelapse.js
|
Fix Timelapse Frames in AddStorage
|
2023-01-21 07:41:40 -08:00 |
|
uploaders.js
|
Fix reading s.cloudDisksLoaded
|
2022-11-27 15:26:57 -08:00 |
|
user.js
|
Fix Timelapse Frames in AddStorage
|
2023-01-21 07:41:40 -08:00 |
|
version.js
|
Update SQL Queries on Startup
|
2022-12-17 00:07:23 +00:00 |
|
videoBrowser.js
|
Create videoBrowser.js
|
2022-11-27 15:29:26 -08:00 |
|
videoDropInServer.js
|
Modify Max Purge for Video, Timelapse Frames, FileBin, addStorage
|
2020-08-06 21:33:58 -07:00 |
|
videos.js
|
Update Cloud Uploaders
|
2022-12-21 19:26:45 +00:00 |
|
webServer.js
|
make config.webBlocksPreloaded modifiable by customAutoLoad
|
2022-12-15 16:51:45 -08:00 |
|
webServerAdminPaths.js
|
Update Monitor Delete function in API
|
2022-12-28 13:29:51 -08:00 |
|
webServerPaths.js
|
Refactor Monitor Launch Sequence
|
2023-01-21 00:49:37 +00:00 |
|
webServerStreamPaths.js
|
Refactor Monitor Launch Sequence
|
2023-01-21 00:49:37 +00:00 |
|
webServerSuperPaths.js
|
update rmdir cases to rm
|
2022-12-27 15:30:59 -08:00 |