Skip to content

Releases: Virgula0/H.D.S

0.2.0-pre-28

12 Feb 21:26
9c78c09
Compare
Choose a tag to compare
0.2.0-pre-28 Pre-release
Pre-release
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

10 Feb 22:11
d5365d3
Compare
Choose a tag to compare
0.2.0-pre-27 Pre-release
Pre-release
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

10 Feb 22:00
85be9fb
Compare
Choose a tag to compare
0.2.0-pre-26 Pre-release
Pre-release
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

29 Jan 18:57
7ad30b7
Compare
Choose a tag to compare
0.2.0-pre-25 Pre-release
Pre-release
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

29 Jan 18:29
f3a26fc
Compare
Choose a tag to compare
0.2.0-pre-24 Pre-release
Pre-release
intializing new version (#48)

v0.1.0

28 Jan 14:56
64edb61
Compare
Choose a tag to compare

What's Changed

First release. This includes the following changes from the first pre-release.
Previous commits were not tracked.

Full Changelog: 0.1.0-pre-20...0.1.0-pre-23

0.1.0-pre-22

28 Jan 12:20
c7264b4
Compare
Choose a tag to compare
0.1.0-pre-22 Pre-release
Pre-release
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

27 Jan 22:35
8481d08
Compare
Choose a tag to compare
0.1.0-pre-21 Pre-release
Pre-release
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

23 Jan 21:16
2c21baf
Compare
Choose a tag to compare
0.1.0-pre-20 Pre-release
Pre-release
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]>