Commit Graph

207 Commits

Author SHA1 Message Date
Douglas Barone
c65b1530b9 Improve wifiDevices query 2020-11-20 11:21:45 -04:00
Douglas Barone
5f9861d932 Added sAMAccountName search to userPresence query 2020-11-20 10:38:48 -04:00
Douglas Barone
de32791c97 Update Babel 2020-11-20 10:19:31 -04:00
Douglas Barone
7ff8a74143 Install correct dependencies 2020-11-20 09:53:52 -04:00
Douglas Barone
639961a73d Replace Puppeteer method for a configured axios 2020-11-20 09:50:57 -04:00
Douglas Barone
f8df9a96b2 Minimal refactor 2020-11-19 15:38:49 -04:00
Douglas Barone
210e5a9b93 Added debounce time constant 2020-11-19 11:38:44 -04:00
Douglas Barone
259678e100 Catch all 2020-11-19 11:34:31 -04:00
Douglas Barone
10a990c5e3 User presence improvements 2020-11-19 11:23:31 -04:00
Douglas Barone
bfa7ec4573 Update README.md 2020-11-19 08:54:27 -04:00
Douglas Barone
86c37cc0b5 Debounce wifiDevices updates 2020-11-18 19:51:16 -04:00
Douglas Barone
72161ff4d0 Improve filtering 2020-11-18 19:43:18 -04:00
Douglas Barone
0431ec1db6 Cisco controller listing OK 2020-11-18 18:34:21 -04:00
Douglas Barone
419d91950b Added initial support to Cisco controller 2020-11-18 17:25:57 -04:00
Douglas Barone
dc442f6d26 Updated READMEs 2020-11-17 17:01:41 -04:00
Douglas Barone
52f39c0fdf Release: 2.0.0 2020-11-17 16:25:00 -04:00
Douglas Barone
61792a0dc5 Minor changes 2020-11-17 15:59:16 -04:00
Douglas Barone
674b66ff19 Change Dockerfile build order 2020-11-17 14:59:50 -04:00
Douglas Barone
76a276fb99 Updated Dockerfile 2020-11-17 14:41:14 -04:00
Douglas Barone
a635589b19 Fix typo 2020-11-17 14:09:16 -04:00
Douglas Barone
5eeb3cdf67 Reflect new enviorement 2020-11-17 12:15:01 -04:00
Douglas Barone
12a3086a22 Added captain-definition file 2020-11-17 11:25:56 -04:00
Douglas Barone
a82f3e037d Fix typos 2020-11-17 10:57:13 -04:00
Douglas Barone
80f9460e52 Catch wifiDevice update inconcistencies 2020-11-16 16:04:21 -04:00
Douglas Barone
5b5dbf61d6 Fix incorrect timestamp 2020-11-16 11:14:22 -04:00
Douglas Barone
f61a50dc83 Updated uuid 2020-11-16 10:03:20 -04:00
Douglas Barone
99a355a456 Updated node-unifi and unifiController.js 2020-11-16 09:16:07 -04:00
Douglas Barone
7a3bab7c61 Updated packages with minor impact 2020-11-16 08:46:14 -04:00
Douglas Barone
3f2966e344 Wait Promisse to logout 2020-11-14 12:36:47 -04:00
Douglas Barone
b5b3c7e301 Remove unnecessary Promisse.All() 2020-11-14 10:10:40 -04:00
Douglas Barone
8f82ea268e Updated bcrypt 2020-11-13 16:07:22 -04:00
Douglas Barone
18880905df Token stats fix 2020-11-13 10:51:42 -04:00
Douglas Barone
51d8bd886d Don't wait update, return db results 2020-11-12 10:34:37 -04:00
Douglas Barone
54cef16f5a Minor fixes 2020-11-11 17:12:37 -04:00
Douglas Barone
a051a6d075 Changed return value of updateDBWithOnlineDevices() 2020-11-11 11:36:40 -04:00
Douglas Barone
ce29ae06e6 Pull merge 2020-11-11 08:47:03 -04:00
Douglas Barone
2e1c579097 Merge branch 'master' of github.com:douglasvbarone/ifms-portal-de-ti 2020-11-11 08:45:43 -04:00
Douglas Barone
e1a9024339 Format cron log 2020-11-11 08:45:04 -04:00
Douglas Barone
1c2d4cedee Format cron log 2020-11-11 08:40:34 -04:00
Douglas Barone
970be4c29c Replace forEach with for of 2020-11-10 17:22:50 -04:00
Douglas Barone
3a29df5df2 Refactor wifiUtils 2020-11-10 17:02:39 -04:00
Douglas Barone
f470be38cb Fixed wifiDevices query 2020-11-10 16:59:48 -04:00
Douglas Barone
1a69ad12e0 Fixed DateTime properties 2020-11-10 16:35:54 -04:00
Douglas Barone
5d86d2785d Typo fix 2020-11-10 15:15:34 -04:00
Douglas Barone
4f5c9d8011 Make user optional in WifiDevice schema 2020-11-10 15:01:59 -04:00
Douglas Barone
f11a39f0e4 Fix updateDBWithOnlineDevices 2020-11-09 22:23:17 -04:00
Douglas Barone
e11967f8f3 Better datetime format on cron jobs timestamps 2020-11-09 22:22:36 -04:00
Douglas Barone
dc4f22853d Added a entry parser for extensionAttribute7 2020-11-09 12:33:27 -04:00
Douglas Barone
07aaf99c17 Replaced momentjs with date-fns in web. 2020-11-09 12:05:21 -04:00
Douglas Barone
55743014e7 Replace momentjs with date-fns 2020-11-09 09:48:24 -04:00
Douglas Barone
3eb905ff6b Refactor prisma imports 2020-11-09 09:38:24 -04:00
Douglas Barone
11ab2f91e8 Refactor for back to forEach 2020-11-09 09:19:36 -04:00
Douglas Barone
27b8875604 Removed unused AND 2020-11-07 09:16:43 -04:00
Douglas Barone
680fb910e2 Optimized userPresence query 2020-11-07 09:14:23 -04:00
Douglas Barone
77c5e7117b Some refactoring 2020-11-06 20:22:26 -04:00
Douglas Barone
7baa5097f9 Migrate to Prisma 2 2020-11-06 16:34:32 -04:00
Douglas Barone
07b607e991 Version 2 initial commit 2020-11-06 09:31:28 -04:00