Shinobi/libs
Moe 450b7ab855 Option to Search for videos by Object Tag
this feature will only work on detections and recordings made after this update is applied. Previous detections are not searchable in this way.
2022-07-05 21:59:37 -07:00
..
auth Merge branch 'ldap-auth-update' into 'dev' 2021-04-08 03:49:47 +00:00
basic Lightly Refactor PTZ controls, Add PTZ Hold to move and release to stop 2022-07-03 13:50:16 -07:00
cameraThread Update detectorUtils.js 2022-05-24 21:56:14 -07:00
childNode remove packet limit on child node file transfer 2021-12-23 08:55:15 -08:00
commander more stable p2p v2 connection to server 2022-06-23 16:36:13 -07:00
control Fix onOtherWebSocketMessagesExtensions exec placement 2022-07-04 20:24:00 -07:00
database allow noLimit queries on videos, events, and timelapse frames 2021-12-17 09:50:35 -08:00
dropInEvents fix event save on child node, fix command filter condition, add SideMenuAfterList 2022-01-12 10:41:23 -08:00
events Cleanup PTZ Refactor 2022-07-03 21:08:32 -07:00
ffmpeg Remove HLS List Size in favor of Buffer Time from Event 2022-06-30 18:07:40 -07:00
health update Child Node selection formula 2021-11-27 15:46:54 -08:00
monitor Merge branch 'remove_static_configuration' into 'dashboard-v3' 2022-02-21 16:02:26 +00:00
notifications Update mqtt.js 2022-06-07 16:45:55 -07:00
onvifDeviceManager Port over ONVIF Device Manager 2021-11-23 21:05:56 -08:00
plugins Critical Update to Dependencies, Replace request with fetch 2022-03-31 21:58:27 -07:00
rtmpserver modify libs/rtmpserver/node_core_logger.js 2019-06-21 13:23:25 -07:00
scanners fix onvif scanner result draw 2021-12-19 12:32:44 -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 Critical Update to Dependencies, Replace request with fetch 2022-03-31 21:58:27 -07:00
user clean up fileBin max space cleaner 2022-06-27 13:17:56 -07:00
video Option to Search for videos by Object Tag 2022-07-05 21:59:37 -07:00
.gitignore Automatic Loading for custom js modules 2018-12-12 15:02:24 -08:00
auth.js Fix auth response when no credentials supplied 2022-06-26 14:05:48 +03:00
basic.js cleanup scanners.js and notification.js 2020-11-17 14:21:52 -08:00
branding.js Update branding.js 2021-11-08 14:29:05 -08: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 fix onvif scanner result draw 2021-12-19 12:32:44 -08:00
config.js clean up fileBin max space cleaner+ 2022-06-27 13:20:30 -07:00
control.js Fix onOtherWebSocketMessagesExtensions exec placement 2022-07-04 20:24:00 -07:00
customAutoLoad.js Update customAutoLoad.js 2022-06-23 14:28:40 -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 fixed issue 359 2022-01-29 08:47:25 +00:00
events.js ONVIF Events 2022-06-16 23:23:12 -07:00
extenders.js Syntax fixes 2022-07-03 14:52:30 -07:00
ffmpeg.js fix ffmpeg.js 2021-12-19 07:39:44 -08:00
fileBin.js Speed up video play for FileBin video files 2022-06-27 15:04:14 -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 reload language and definitions when a customAutoLoad module loads+ 2022-06-07 17:40:53 -07:00
monitor.js Critical Update to Dependencies, Replace request with fetch 2022-03-31 21:58:27 -07:00
notification.js Email Notification settings are now configurable in Account Settings 2022-02-07 11:15:11 -08:00
onvifDeviceManager.js fix posting on ONVIF Device Manager Endpoints 2021-11-23 22:56:50 -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 Critical Update to Dependencies, Replace request with fetch 2022-03-31 21:58:27 -07:00
socketio.js Fix onOtherWebSocketMessagesExtensions exec placement 2022-07-04 20:24:00 -07:00
sql.js Option to Search for videos by Object Tag 2022-07-05 21:59:37 -07:00
startup.js allow creating admin users from conf.json 2022-02-12 14:14:16 -08:00
timelapse.js Daily Timelapse builder only do one build at a time 2022-07-05 19:25:30 -07:00
uploaders.js fix displaying Uploader fields 2021-11-15 13:09:37 -08:00
user.js minor fixes to monitorListOrder filter 2022-04-30 19:22:36 -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 Option to Search for videos by Object Tag 2022-07-05 21:59:37 -07:00
webServer.js make http websocket upgrade less hardcoded 2021-11-24 15:40:59 -08:00
webServerAdminPaths.js fix updating Email address for Sub-Account 2022-05-16 13:40:42 -07:00
webServerPaths.js Option to Search for videos by Object Tag 2022-07-05 21:59:37 -07:00
webServerStreamPaths.js Critical Update to Dependencies, Replace request with fetch 2022-03-31 21:58:27 -07:00
webServerSuperPaths.js Critical Update to Dependencies, Replace request with fetch 2022-03-31 21:58:27 -07:00