Commit Graph

133 Commits

Author SHA1 Message Date
leandrofars
55cf6f4310 fix(controller): check if usp message is of error type or null to avoid panic 2024-10-30 14:17:10 -03:00
leandrofars
c4ac20c1cc feat(controller): custom cwmp/usp messages templates 2024-10-30 14:14:08 -03:00
leandrofars
51bc89dfb7 feat(controller): validate new user password + only allow to change own user password 2024-10-30 09:25:39 -03:00
leandrofars
badeaf9820 feat(controller): remove enterprise switch + feat: filter devices 2024-09-05 10:05:57 -03:00
leandrofars
32acb8e9ad feat: update protobuffer messages to usp spec version 1.3 2024-07-22 13:58:41 -03:00
leandrofars
b057076ed4 feat: new oktopus emails 2024-07-10 13:59:44 -03:00
leandrofars
36b57b8f21 chore(controller): remove polluting log 2024-07-08 21:08:23 -03:00
Adriano Chiesa
17abeed7af
Merge pull request #309 from OktopUSP/add_tls_nats
Add TLS to NATS connection
2024-07-06 12:41:39 -03:00
Adriano Chiesa
291d15b183 Add TLS to NATS connection 2024-07-05 16:29:51 -03:00
leandrofars
266857187e feat(controller): add maps api 2024-07-04 16:56:01 -03:00
leandrofars
f8cb6e600f feat(controller): admin user for enterprise support 2024-07-02 18:53:04 -03:00
leandrofars
feb39953ed feat(controller): admin user for enterprise support 2024-07-02 18:49:15 -03:00
leandrofars
56e3b24d7d fix(controller): oktopus support user enterprise use cases 2024-07-02 13:30:19 -03:00
leandrofars
fd79e7f352 feat(controller): create oktopus root user level 2024-07-02 13:03:08 -03:00
leandrofars
b7b5bdfe90 refact(controller): user level types 2024-07-02 12:32:15 -03:00
leandrofars
17c97e816e fix(controller): usp record version | close #290 2024-07-01 13:51:56 -03:00
leandrofars
641aae883b feat(controller): set device alias 2024-06-30 20:00:03 -03:00
leandrofars
2918c57125 feat: ping + traceroute init 2024-06-30 19:59:03 -03:00
leandrofars
698ce9f1ec fix(controller): name to connect to nats 2024-06-29 11:22:53 -03:00
leandrofars
2deadba855 feat: device alias 2024-06-25 21:56:43 -03:00
leandrofars
2864f8754d feat(controller): connected devices 2024-06-21 19:00:06 -03:00
leandrofars
b413d45ee7 chore(controller): rename firmware update file function 2024-06-21 17:54:15 -03:00
leandrofars
28ffde5fef feat(controller): site survey + multiple data model support 2024-06-21 17:53:51 -03:00
leandrofars
23b629599d chore(controller): change firmware update filename 2024-06-20 22:03:22 -03:00
leandrofars
c4efccaa0a feat(controller): enterprise version flow switch option 2024-06-20 21:58:13 -03:00
leandrofars
9a4381dc7c feat(cwmp): deleteObject message 2024-06-11 22:05:17 -03:00
leandrofars
fe85ea3645 feat(cwmp): addObject message 2024-06-11 21:42:13 -03:00
leandrofars
f3232032b7 chore(controller): remove unused file 2024-06-10 22:07:17 -03:00
leandrofars
66ec86c0d5 feat(cwmp): get acs rtt info 2024-06-10 22:06:34 -03:00
leandrofars
d33405675c fix(controller) wifi standard info data 2024-06-09 19:16:36 -03:00
leandrofars
877c21cfcc refact(controller): send cwmp messages with no code repetition 2024-05-30 12:34:05 -03:00
leandrofars
c4e62772d7 refact(controller): get wifi data 2024-05-30 12:23:53 -03:00
leandrofars
9ab100de76 feat(controller): wifi management through cwmp 2024-05-30 11:28:51 -03:00
leandrofars
b44d4d459d feat(cwmp): add parameterValueResponseStatus to cwmp lib 2024-05-30 11:12:13 -03:00
leandrofars
1ffa4a76d8 fea(cwmp): parameterAttributeStruct + parameters isWritable helper 2024-05-28 22:21:21 -03:00
leandrofars
03a4cec08f feat(cwmp): get parameter attributes 2024-05-28 22:15:44 -03:00
leandrofars
d7a265049b feat(api): add cwmp to device struct 2024-05-21 21:12:52 -03:00
leandrofars
42b657f4b9 feat(api): cwmp SetParameterValues message 2024-05-21 20:28:19 -03:00
leandrofars
bb7b1a4f50 feat(api): cwmp GetParameterValues 2024-05-21 20:08:57 -03:00
leandrofars
145c5e9426 feat: initial http bulk data collector 2024-05-13 16:37:22 -03:00
leandrofars
6638aea5b2 feat(frontend): devices credentials crud | close #242 2024-05-08 20:29:55 -03:00
leandrofars
56c93d0806 fix(api): conflict in commits 2024-04-30 17:56:46 -03:00
leandrofars
0a0af85c65 fix: conflict 2024-04-30 17:54:49 -03:00
leandrofars
390fda46fb fix(api): delete own account 2024-04-30 17:45:25 -03:00
leandrofars
5dd34fb073 feat(api): allow user to delete his own account 2024-04-30 17:45:05 -03:00
leandrofars
57aec575c8 feat(api): validate emails correctly 2024-04-30 17:09:48 -03:00
leandrofars
90042da932 feat(api): return user creation date 2024-04-25 18:07:31 -03:00
leandrofars
406d62550f feat: initial api for cwmp 2024-04-20 11:20:38 -03:00
leandrofars
2d1a3157f6 feat(api): limit devices credentials access to admin user 2024-04-15 18:28:06 -03:00
leandrofars
73c4457284 feat: users crud | closes #65 2024-04-15 18:14:51 -03:00