Commit Graph

1586 Commits (40928b04392bebfea9a6d2518f089f017a1e79d6)

Author SHA1 Message Date
Mike Hurley aa9335ca01 Added warning for unsupported versions of CentOS 2020-10-01 16:11:33 +00:00
Mike Hurley 03835e3a97 Fixed typos and added username verification for MariaDB 2020-10-01 14:51:40 +00:00
Mike Hurley d5cd1f45e8 Added support for CentOS 8 2020-10-01 13:55:16 +00:00
Moe Alam 4e481b37b8 fix p2p memory leak with streaming http methods 2020-09-30 21:50:07 -07:00
Moe Alam 14b15be4c0 begin proper secton for Notification toggles
- Future versions may have breaking changes involving notifications. Currently each type of notification has a toggle for each method. It will be mad so that a Method is the toggle for all types of Notifications and each type of Notifications will have a single toggle. This will be to mitigate the speed of the ever-growing numer of options.
2020-09-30 19:39:14 -07:00
Moe Alam f8e5235b1f add email and discord notification for when monitor dies 2020-09-30 12:17:25 -07:00
Moe Alam 91c29ea531 Merge branch 'dev' of https://gitlab.com/Shinobi-Systems/Shinobi into dev 2020-09-29 11:39:59 -07:00
Moe Alam b5d762c9b3 provide proper response data in 3rd argument of insertCompletedVideoExtensions 2020-09-29 11:39:56 -07:00
Moe d05778ba92 Merge branch 'gcp-large-files-support' into 'dev'
uploaders/s3based: GCP does not support multipart

See merge request Shinobi-Systems/Shinobi!241
2020-09-29 17:15:37 +00:00
Reda B d355cd23b9 uploaders/s3based: GCP does not support multipart 2020-09-29 17:15:37 +00:00
Moe Alam 04671cdec0 Update worker.js 2020-09-28 15:07:14 -07:00
Moe Alam e2feb19b39 Update worker.js 2020-09-28 09:31:49 -07:00
Moe Alam c35f286fad cleaner connection to p2p 2020-09-27 22:14:36 -07:00
Moe Alam 6e2ab4d61f Add UI for Easy Remote Access (P2P) in Superuser panel 2020-09-26 22:52:52 -07:00
Moe cd9c013916 Merge branch 'dev' into 'master'
PTZ Improvement, P2P, and Some Critical Fixes

See merge request Shinobi-Systems/Shinobi!240
2020-09-25 16:18:29 +00:00
Moe Alam b1d8672566 put p2p functions in worker process 2020-09-23 21:21:03 -07:00
Moe bec8039b79 Merge branch 'p2p-framework' into 'dev'
P2P Service Connector (Optional)

See merge request Shinobi-Systems/Shinobi!239
2020-09-22 17:27:30 +00:00
Moe Alam 70d22322e1 P2P : Machine ID is now forced as P2P API Key and Group Key 2020-09-22 10:21:08 -07:00
Moe Alam 7ce737395c fix video limit+ 2020-09-22 08:58:58 -07:00
Moe Alam 830a2291f3 fix video limit 2020-09-22 08:54:57 -07:00
Moe b04749852b Merge branch 'dev' into 'p2p-framework'
# Conflicts:
#   libs/monitor.js
2020-09-22 15:45:34 +00:00
Moe Alam 767e059adb fix web paths in super and admin pages 2020-09-21 23:58:42 -07:00
Moe Alam fe928efcab minor cleanup to usage 2020-09-21 23:49:18 -07:00
Moe Alam 5dd153f288 clean p2p logging 2020-09-20 23:11:07 -07:00
Moe fa8c59d1da Merge branch 'ptz-improvements' into 'dev'
update PTZ button appearance

See merge request Shinobi-Systems/Shinobi!238
2020-09-21 04:32:06 +00:00
Moe ecc4b5f42c Merge branch 'ptz-improvements' into 'dev'
Improve Automatic PTZ (Return Home when Object lost) + More

See merge request Shinobi-Systems/Shinobi!237
2020-09-21 04:27:48 +00:00
Moe Alam edbcbcdd29 update PTZ button appearance 2020-09-20 21:26:01 -07:00
Moe Alam a2e8de4386 auto ptz : cleanup return home 2020-09-20 10:45:10 -07:00
Moe Alam e5646e5fb1 Update ptz.js 2020-09-19 23:31:55 -07:00
Moe Alam ad007b6f8f Improve Automatic PTZ (Return Home when Object lost)
+ Add Inverting Y-Axis
+ Add ONVIF Scanning Port 8899
+ Cleanup some ptz.js function uses
2020-09-19 23:28:35 -07:00
Moe Alam d8c45680d1 cron : add "where" sanitizer 2020-09-18 15:37:02 -07:00
Moe Alam 9a10777d3f make detector frame sender check connectivity on each frame
- this will avoid needing to start a monitor after a plugin is added
2020-09-16 21:04:30 -07:00
Moe Alam 27fff92c7f fix schedules repeat 2020-09-16 13:04:56 -07:00
Moe Alam f32ed88276 cron : check if rows exist in condition for number of deleted rows 2020-09-13 23:57:32 -07:00
Moe Alam 55329bb4ae minor cleanup 2020-09-13 23:53:51 -07:00
Moe Alam 52d5fc859d Merge branch 'dev' of https://gitlab.com/Shinobi-Systems/Shinobi into dev 2020-09-13 23:50:20 -07:00
Moe Alam 91fadc44df P2P : Can create connection based on config 2020-09-13 23:49:52 -07:00
Moe e9e33a4b59 Merge branch 'task/quickfix-hide-detectioninfo-fullscreen' into 'dev'
power viewer: hiding motion detection info on fullscreen video

See merge request Shinobi-Systems/Shinobi!232
2020-09-08 02:45:35 +00:00
Moe Alam 9f157abe8c minor cleanup 2020-09-06 12:16:25 -07:00
Moe 1fe2c9ea34 Merge branch 'dev' into 'master'
Miroku++ : Critical Fixes

See merge request Shinobi-Systems/Shinobi!235
2020-09-06 19:13:10 +00:00
Moe Alam 22c9b334b6 Cache video row when viewing to prevent database hammer on chunking 2020-09-06 12:11:36 -07:00
Moe Alam d1e68ffe37 Revert ftp daemon back to ftp-srv
- The telnet vulnerability was fixed, no longer any need to attempt migration
2020-09-06 11:55:42 -07:00
Moe Alam e791a9895e fix deleting monitorStates 2020-09-06 09:41:51 -07:00
Moe 6fc3887ab1 Merge branch 'dev' into 'master'
Disallow email spamming from improper account creations

See merge request Shinobi-Systems/Shinobi!234
2020-09-05 16:49:04 +00:00
Moe Alam 49be90333f Disallow email spamming from improper account creations 2020-09-05 09:46:31 -07:00
Moe 4bc2f5ef3f Merge branch 'dev' into 'master'
Miroku+ : re-engage previous mp4 file serving

See merge request Shinobi-Systems/Shinobi!233
2020-09-04 19:43:55 +00:00
Levent Koch 72105d4656 hide detection info on fullscreen video in power viewer 2020-09-03 20:48:03 +02:00
Moe Alam 7c1a1a0c08 re-engage previous mp4 file serving 2020-09-02 14:38:13 -07:00
Moe 5b9b50dd78 Merge branch 'dev' into 'master'
Miroku - The Refactor of all Refactors

See merge request Shinobi-Systems/Shinobi!224
2020-09-01 07:05:07 +00:00
Moe cbe6eb5d5b Update README.md 2020-08-31 19:07:28 -07:00