Commit Graph

2511 Commits (344fa858c912db367702679992718471c9218b16)

Author SHA1 Message Date
Moe 344fa858c9 Remove HLS List Size in favor of Buffer Time from Event
monitorConfig.details.detector_buffer_hls_list_size is now deprecated. It will be automatically calculated based on the Buffer Time from Event that is provided.
2022-06-30 18:07:40 -07:00
Moe bb749f61e2 More descriptive Disk Usage indicator 2022-06-29 20:49:17 -07:00
Moe 6938850113 Display Usage for Videos, FileBin and Timelapse Frames in divided bar 2022-06-29 20:35:21 -07:00
Moe f3432d0b44 fix syntax error and minor cleanup ui 2022-06-29 19:42:04 -07:00
Moe 3d857e88ac Update Sound Detection library dependencies 2022-06-29 18:39:36 -07:00
Moe 7610f9a4c6 minor cleanup 2022-06-29 18:13:31 -07:00
Moe 36943fa192 Add Batch Download and Delete to Videos table 2022-06-29 18:06:15 -07:00
Moe 2680e0a9ea fs.rmdir deprecated; changing to fs.rm 2022-06-29 00:13:22 -07:00
Moe 508ae263b9 Remove /admin operation 2022-06-29 00:12:43 -07:00
Moe dea230e93a minor cleanup 2022-06-28 19:56:01 -07:00
Moe 36819d4cdf set default server ports for p2p and minor cleanup 2022-06-28 19:55:50 -07:00
Moe 30c595a37f Easy Remote Access page have link to "How to Connect" 2022-06-28 19:55:10 -07:00
Moe 4ca6f59986 Remove /admin operation
all Sub-Account Management is done in the main dashboard now.
2022-06-28 19:54:25 -07:00
Moe 371085a3ba fix some syntax errors 2022-06-28 18:43:53 -07:00
Moe 026ee4d6a2 use standard videos list for "Videos" tab 2022-06-27 23:33:00 -07:00
Moe 7fbb0cdfcb Add simple video viewer 2022-06-27 16:31:01 -07:00
Moe 5fea41d053 Fix promise on folder removal for last timelapse frame of date folder 2022-06-27 16:29:02 -07:00
Moe 8c9262a9f2 Better FileBin listing 2022-06-27 15:49:24 -07:00
Moe 1f238d2175 Speed up video play for FileBin video files 2022-06-27 15:04:14 -07:00
Moe 9711472dda add quick play to built timelapse video, further cleanup 2022-06-27 15:03:55 -07:00
Moe 5f0b207003 timelapse video build progress indicator cleanup 2022-06-27 14:23:49 -07:00
Moe bf57f8b8a1 add dismiss button for Timelapse Video Build progress when completed 2022-06-27 13:31:12 -07:00
Moe c95fa80e0d Delete Timelapse Date Folder on last existing frame of folder 2022-06-27 13:21:51 -07:00
Moe a088e85a71 Update utils.js 2022-06-27 13:20:35 -07:00
Moe a63e015cd1 clean up fileBin max space cleaner+ 2022-06-27 13:20:30 -07:00
Moe a56a14fbb8 Add Deleting Timelapse Frames by Days to cron 2022-06-27 13:18:56 -07:00
Moe 93256f2917 clean up fileBin max space cleaner 2022-06-27 13:17:56 -07:00
Moe a0b3dc14ae update Socket.IO to version 4 for plugins 2022-06-27 12:50:03 -07:00
Moe a8fc50efb9 Merge branch 'dev' of https://gitlab.com/Shinobi-Systems/Shinobi into dev 2022-06-27 00:42:07 -07:00
Moe aac82bff63 Fix Timelapse Video download when File Already Exists 2022-06-27 00:41:57 -07:00
Moe 8d8c0400d2 Add Preview to FileBin viewer 2022-06-27 00:31:27 -07:00
Moe 7c51aef841 Display progress of build in Side Menu 2022-06-27 00:30:57 -07:00
Moe ee556be4ef Fix broken Timelapse Video Build if too many frames 2022-06-27 00:30:22 -07:00
Moe 8045c8fc8d Merge branch 'fix/auth-failure' into 'dev'
Fix auth response when no credentials supplied

See merge request Shinobi-Systems/Shinobi!361
2022-06-26 19:03:25 +00:00
Oleg Vivtash 4316a4a4d2 Fix auth response when no credentials supplied 2022-06-26 14:05:48 +03:00
Moe 4b42dd6ed4 Add "Don't Show Detection" button to Live Grid options
+ minor cleanup to base.js
2022-06-26 00:57:59 -07:00
Moe 8f0f7f0d3e Add FileBin list viewer 2022-06-26 00:57:18 -07:00
Moe 137770b891 Update Timelapse Video Build and Download 2022-06-26 00:56:15 -07:00
Moe a53f63e2f4 Fix Live Grid stream element stretch toggle 2022-06-25 12:37:09 -07:00
Moe ad12871c20 Update Bootstrap Table, Add FileBin file viewer framework 2022-06-25 00:10:17 -07:00
Moe 4ceb8bb981 Fix Sub-Account Manager when used through P2P 2022-06-23 18:17:46 -07:00
Moe 069c91d3cc Monitors List : copy stream url completely 2022-06-23 18:08:57 -07:00
Moe a3b23e7633 P2P v2 is now default engine for Easy Remote Access 2022-06-23 16:38:25 -07:00
Moe 96c69c12c9 more stable p2p v2 connection to server 2022-06-23 16:36:13 -07:00
Moe dee1cb27fa p2p reconnection only use readyState check and heartbeat check 2022-06-23 15:57:39 -07:00
Moe 52d1331d4c Update customAutoLoad.js 2022-06-23 14:28:40 -07:00
Moe c4632a0564 more stable p2p v2 connection to server+ 2022-06-22 23:55:04 -07:00
Moe 7cebb5eafc more stable p2p v2 connection to server 2022-06-22 17:59:22 -07:00
Moe 4370959952 Merge branch 'dev' of https://gitlab.com/Shinobi-Systems/Shinobi into dev 2022-06-22 16:13:58 -07:00
Moe 2fc0cf4059 Fix logout button redirect 2022-06-22 16:13:52 -07:00