Releases: Virgula0/H.D.S
Releases · Virgula0/H.D.S
0.2.0-pre-28
Implement change password for a user in FE (#53) * some refactoring on server repository.go removes redundant code * change interface to any * minor changes * adding update password + some refactor TODO: manage 404 on UniformResponse on Get operations * manage 404 on UniformResponse on Get operations * refactoring html files and remove code duplication * fix lint * remove useless error logs
0.2.0-pre-27
Update README.md (#52) * Update README.md * Process Markdown copy, replace links, alerts, and generate PDF --------- Co-authored-by: Virgula0 <[email protected]>
0.2.0-pre-26
Adding mTLS protocol to the client/server gRPC communication (#50) * improve README.md * initialize.sql * initialize new db and adapt repository to new database instance * adding serverCert and serverKey to repository instance * typo * set up server for accepting tls connections set up client for unsecure connection but using tls * wip * protocol implemented needed some final checks and FE user interaction * improvements * improvements * fix lint * update action * FE shows enable encryption and show cert button todo: implement enable encryption API * update FE for showing certs and enabling/disabling encryption * fix lint * Process Markdown copy, replace links, alerts, and generate PDF * update action * update action * Process Markdown copy, replace links, alerts, and generate PDF * re-enabling ref * Process Markdown copy, replace links, alerts, and generate PDF --------- Co-authored-by: Virgula0 <[email protected]>
0.2.0-pre-25
Add daemon client timeout and fix workflow (#49) * add daemon client timeout * run semgrep action on PR on ready_for_review status * add draft check * inverting condition
0.2.0-pre-24
intializing new version (#48)
v0.1.0
What's Changed
First release. This includes the following changes from the first pre-release.
Previous commits were not tracked.
- TCP Daemon communication improvements by @Virgula0 in #42
- Daemon timeout improvements by @Virgula0 in #46
- Minor docs fixes by @Virgula0 in #45
Full Changelog: 0.1.0-pre-20...0.1.0-pre-23
0.1.0-pre-22
Daemon timeout improvements (#46) * re-enabling new connection for each handshake sending attempt * re-enabling new connection for each handshake sending attempt
0.1.0-pre-21
TCP Daemon communication improvements (#42) * first commit * new ack mesages implements TODO: update tests in server * wip * finalizing new protocol with tests 8 minute of timeout for a single connection can lead to DOS attacks. May need further improvements but creating a new connection every time is not the solution * fixing lint adding locks to lastOperation pointer --------- Co-authored-by: virgula0 <[email protected]>
0.1.0-pre-20
Avoid deamon credentials input from terminal (#39) * adding tui * lint * version fix typo fix some README info lint cache v1.4.3 update * update update-modules.yaml * Process Markdown copy, replace links, alerts, and generate PDF * update README.md * Process Markdown copy, replace links, alerts, and generate PDF --------- Co-authored-by: Virgula0 <[email protected]>