leandrofars
|
8017e3cb26
|
fix(adapter): do not overwrite device alias
|
2024-10-30 10:08:00 -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 |
|
dependabot[bot]
|
38ff31bb27
|
chore(deps): bump cookie, express and socket.io
Bumps [cookie](https://github.com/jshttp/cookie) to 0.7.1 and updates ancestor dependencies [cookie](https://github.com/jshttp/cookie), [express](https://github.com/expressjs/express) and [socket.io](https://github.com/socketio/socket.io). These dependencies need to be updated together.
Updates `cookie` from 0.6.0 to 0.7.1
- [Release notes](https://github.com/jshttp/cookie/releases)
- [Commits](https://github.com/jshttp/cookie/compare/v0.6.0...v0.7.1)
Updates `express` from 4.21.0 to 4.21.1
- [Release notes](https://github.com/expressjs/express/releases)
- [Changelog](https://github.com/expressjs/express/blob/4.21.1/History.md)
- [Commits](https://github.com/expressjs/express/compare/4.21.0...4.21.1)
Updates `socket.io` from 4.7.5 to 4.8.0
- [Release notes](https://github.com/socketio/socket.io/releases)
- [Changelog](https://github.com/socketio/socket.io/blob/main/CHANGELOG.md)
- [Commits](https://github.com/socketio/socket.io/compare/socket.io@4.7.5...socket.io@4.8.0)
---
updated-dependencies:
- dependency-name: cookie
dependency-type: indirect
- dependency-name: express
dependency-type: direct:production
- dependency-name: socket.io
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2024-10-14 23:06:07 +00:00 |
|
Leandro Antônio Farias Machado
|
3b61970bfa
|
Fix code scanning alert no. 17: Clear-text logging of sensitive information
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
|
2024-09-24 08:14:58 -03:00 |
|
Leandro Antônio Farias Machado
|
2a1b4da0ed
|
Fix code scanning alert #18: Clear-text logging of sensitive information
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
|
2024-09-21 13:18:59 -03:00 |
|
dependabot[bot]
|
0280d6d4b7
|
chore(deps): bump body-parser and express
Bumps [body-parser](https://github.com/expressjs/body-parser) to 1.20.3 and updates ancestor dependency [express](https://github.com/expressjs/express). These dependencies need to be updated together.
Updates `body-parser` from 1.20.2 to 1.20.3
- [Release notes](https://github.com/expressjs/body-parser/releases)
- [Changelog](https://github.com/expressjs/body-parser/blob/master/HISTORY.md)
- [Commits](https://github.com/expressjs/body-parser/compare/1.20.2...1.20.3)
Updates `express` from 4.19.2 to 4.21.0
- [Release notes](https://github.com/expressjs/express/releases)
- [Changelog](https://github.com/expressjs/express/blob/4.21.0/History.md)
- [Commits](https://github.com/expressjs/express/compare/4.19.2...4.21.0)
---
updated-dependencies:
- dependency-name: body-parser
dependency-type: indirect
- dependency-name: express
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2024-09-21 14:04:51 +00:00 |
|
dependabot[bot]
|
a625405e47
|
chore(deps): bump github.com/rs/cors in /backend/services/controller
Bumps [github.com/rs/cors](https://github.com/rs/cors) from 1.9.0 to 1.11.0.
- [Commits](https://github.com/rs/cors/compare/v1.9.0...v1.11.0)
---
updated-dependencies:
- dependency-name: github.com/rs/cors
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2024-09-21 13:56:15 +00:00 |
|
leandrofars
|
dd2a2b3ced
|
fix(ws): usp 1.3 version breaking changes
|
2024-09-05 13:14:49 -03:00 |
|
leandrofars
|
e2160fee15
|
fix(stomp-adapter): intermitent connection to STOMP server
|
2024-09-05 10:33:19 -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
|
1adbabe654
|
chore(file-server): print api server url port starter
|
2024-07-05 14:38:06 -03:00 |
|
leandrofars
|
d1a44765fe
|
chore(file-server): default folder files hosting
|
2024-07-04 20:18:52 -03:00 |
|
leandrofars
|
0462d74b15
|
feat(file-server): build and release
|
2024-07-04 20:18:20 -03:00 |
|
leandrofars
|
58417cddca
|
feat(adapter): publish message if new device was registered
|
2024-07-04 16:56:29 -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
|
9b2a39b66b
|
feat(acs): print connection request user and password
|
2024-07-02 12:11:37 -03:00 |
|
leandrofars
|
413c03fcd6
|
fix(cwmp): connection request authentication log
|
2024-07-02 12:06:50 -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
|
62d05b2389
|
feat(adapter): work at cluster mode
|
2024-06-27 18:50:17 -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
|
e946468321
|
feat(bulkdata): new folder organization
|
2024-06-20 21:55:29 -03:00 |
|
leandrofars
|
3300986e71
|
chore(socketio): update socketio dependencies
|
2024-06-18 20:09:43 -03:00 |
|
leandrofars
|
0e86174222
|
chore(controller): update golang dependencies
|
2024-06-13 12:34:18 -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
|
2ed2111c52
|
chore(cwmp): status log filter
|
2024-06-09 19:16:59 -03:00 |
|
leandrofars
|
d33405675c
|
fix(controller) wifi standard info data
|
2024-06-09 19:16:36 -03:00 |
|
leandrofars
|
86faee584c
|
fix(cwmp): cpe last connection info
|
2024-06-09 19:15:57 -03:00 |
|
leandrofars
|
ed0deed5a3
|
feat(cwmp): logs formatting and switch
|
2024-06-08 11:42:36 -03:00 |
|
leandrofars
|
1608ece2c9
|
chore: update stomp server dependencies
|
2024-05-30 13:05:26 -03:00 |
|