Commit Graph

1973 Commits (f9c41c4fc7c9136a356b3cac08bc45fa231aba75)

Author SHA1 Message Date
Moe cdae16c497 Force Tensorflow installer to get specific version 2021-04-17 10:11:05 -07:00
Moe 9238679119 Fix Sub-Account being created as Admin account 2021-04-17 10:04:27 -07:00
Moe 25c4b9d085 minor cleanup 2021-04-17 10:04:08 -07:00
Moe 4f985bd52e Add second Vancouver P2P server 2021-04-13 20:49:26 -07:00
Moe 7d93ebb566 Update INSTALL-jetson.sh 2021-04-12 20:46:13 -07:00
Moe 8c1cedee91 clean up stream object css slightly 2021-04-09 15:12:47 -07:00
Moe 6987ca20f4 make motion detection show pam-diff bounding boxes 2021-04-09 14:18:56 -07:00
Moe a47b40444e Object Detect for 5 seconds instead of 1 frame when check Motion first 2021-04-09 14:10:31 -07:00
Moe 04ec802951 fix detector fps when using motion first for object detect 2021-04-09 12:08:37 -07:00
Moe 4db5d3a4e5 Merge branch 'dev' of https://gitlab.com/Shinobi-Systems/Shinobi into dev 2021-04-08 08:28:52 -07:00
Moe 3e61b6b3e8 Add Ukrainian Language by tweekend.ua 2021-04-08 08:28:45 -07:00
Moe 56d15a179a Merge branch 'ldap-auth-update' into 'dev'
Update LDAP to use Alternate Login System

See merge request Shinobi-Systems/Shinobi!298
2021-04-08 03:49:47 +00:00
Moe 774ccdc773 Merge branch 'mjevange-dev-patch-00697' into 'dev'
Repair cert file copy: SSL_CONFIG points to ./ssl, not ./ssl/ssl

See merge request Shinobi-Systems/Shinobi!299
2021-04-08 02:24:27 +00:00
Matt Evangelisti a127df5f5a Repair cert file copy: SSL_CONFIG points to ./ssl, not ./ssl/ssl 2021-04-08 02:12:39 +00:00
Moe 226c41c727 Fix backblaze init when disabled 2021-04-07 19:06:06 -07:00
Moe 1d6ae4e5d9 update Settings Window Builder, cleanup LDAP presentation 2021-04-07 19:03:24 -07:00
Moe 887586cf4e update package.json and package-lock.json 2021-04-07 16:31:28 -07:00
Moe 6847316f01 Create ldapTest.js 2021-04-06 20:55:42 -07:00
Moe 268ce83784 update ldap account linking to use Alternate Login system 2021-04-06 20:55:16 -07:00
Moe 2efad2faac Add System Information to Superuser UI+ 2021-04-05 14:21:57 -07:00
Moe feee34a074 Add System Information to Superuser UI 2021-04-05 14:13:20 -07:00
Moe 3401a6bec9 Fix Monitor Config Field Updater, Fix duplicated flags in detector output 2021-04-05 12:41:56 -07:00
Moe 0a95ca2b02 Update alternateLogins.js 2021-04-04 21:21:59 -07:00
Moe cf588837dd Merge branch 'google-login' into 'dev'
Google Sign-In Button and Login Mechanism Partial Rewrite

See merge request Shinobi-Systems/Shinobi!297
2021-04-04 18:40:11 +00:00
Moe 9a68b24136 rename param for google app id 2021-04-04 11:37:20 -07:00
Moe bf1bb50d0c Update dash2.googleSignIn.js 2021-04-04 10:37:17 -07:00
Moe 8609ce959e Fix Google App ID designation, add Name to LoginTokens
+ Show Last Login for LoginTokens in Settings window
2021-04-04 10:35:09 -07:00
Moe 9282a19331 Add Linking and Unlinking Google Sign-In from Alt Logins section 2021-04-03 23:53:38 -07:00
Moe 2cb3d8c9a2 Add Alternate Logins section in Settings, Minor Cleanup
+ Login Token API Endpoints for : get single, get all, delete by loginId
+ framework.sql update
+ update auto table creation for existing installations
+ fail message specific to alternateLogin can be passed to UI
+ add type column to LoginTokens table, default is "google" because its the only one (first of many to come)
2021-04-03 21:46:58 -07:00
Moe c0042c9a36 clean up google login script 2021-04-03 17:19:20 -07:00
Moe 325d56edc5 make LoginTokens designated by prefix name 2021-04-03 14:27:08 -07:00
Moe 8249a9d74b allow binding google auth with login screen 2021-04-03 14:16:15 -07:00
Moe faf3e3b221 require enabling Google Sign-In from conf.json 2021-04-03 10:01:10 -07:00
Moe 74f9f28070 add LoginTokens table creation (for existing installs being updated) 2021-04-03 09:48:00 -07:00
Moe b57f82290f Update framework.sql 2021-04-03 09:47:20 -07:00
Moe adf3d1c8e9 alternate login engine, add google sign-in 2021-04-02 22:14:34 -07:00
Moe 62177e886d partial rewrite for login post handler
+ make streamer and dashcam get monitors list from API rather than page write
2021-04-02 18:23:21 -07:00
Moe e9ee4aca8b add get for conf.json by api and make config update POST only 2021-04-01 22:41:39 -07:00
Moe aa4192b6fe rewrite superLogin for initial login, create base for other login types 2021-04-01 22:40:37 -07:00
Moe 76f02de24e make Super page use API to get Admin list and System Logs+ 2021-04-01 15:50:02 -07:00
Moe 2ae9bcaaf0 make Super page use API to get Admin list and System Logs 2021-04-01 15:49:35 -07:00
Moe ee45ef3f1a fix Super Log API endpoint 2021-04-01 15:44:32 -07:00
Moe c20cf9113a google login test framework 2021-03-31 23:03:34 -07:00
Moe 40d172e52c Fix Reolink RTMP restart bug, fix undefined codec array 2021-03-31 11:01:05 -07:00
Moe bcddc14ceb Merge branch 'dev' into 'master'
Critical Fixes

See merge request Shinobi-Systems/Shinobi!296
2021-03-29 19:17:58 +00:00
Moe ad27f9ee2f fix detector buffer custom flag build 2021-03-29 12:06:33 -07:00
Moe f4d00ba6cd Default failed addStorage detection to null 2021-03-29 11:37:13 -07:00
Moe e852ca0ee6 Merge branch 'dev' into 'dev'
Enable PASV mode support for the FTP server.  Required by some cheap cameras.

See merge request Shinobi-Systems/Shinobi!295
2021-03-28 21:26:44 +00:00
Nunya Bidnezz 471d81e501 Enable PASV mode support for the FTP server. Some cheap Dahua imports require PASV mode when sending FTP event notifications. 2021-03-28 13:04:42 -05:00
Moe 91702d4d3c fix addEventDetailsToString undefined 2021-03-27 13:04:01 -07:00