Skip to content

Tags: Virgula0/H.D.S

Tags

0.2.0-pre-35

Toggle 0.2.0-pre-35's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
bump versions (#61)

0.2.0-pre-34

Toggle 0.2.0-pre-34's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update dependabot crypto version (#60)

0.2.0-pre-33

Toggle 0.2.0-pre-33's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Removing useless actions (#59)

0.2.0-pre-32

Toggle 0.2.0-pre-32's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bump golang.org/x/crypto from 0.36.0 to 0.45.0 in /raspberry-pi in th…

…e go_modules group across 1 directory (#58)

* Bump golang.org/x/crypto

Bumps the go_modules group with 1 update in the /raspberry-pi directory: [golang.org/x/crypto](https://github.com/golang/crypto).


Updates `golang.org/x/crypto` from 0.36.0 to 0.45.0
- [Commits](golang/crypto@v0.36.0...v0.45.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-version: 0.45.0
  dependency-type: indirect
  dependency-group: go_modules
...

Signed-off-by: dependabot[bot] <support@github.com>

* Switch go version 1.23.4 to 1.24.0

* Process Markdown copy, replace links, alerts, and generate PDF

* Modofy new string format for grpc errors

* Process Markdown copy, replace links, alerts, and generate PDF

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: virgula <angelo.rosa@protonmail.com>
Co-authored-by: Virgula0 <Virgula0@users.noreply.github.com>

0.2.0-pre-31

Toggle 0.2.0-pre-31's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix dependabot security issues (#57)

0.2.0-pre-30

Toggle 0.2.0-pre-30's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bump the go_modules group across 1 directory with 2 updates (#56)

Bumps the go_modules group with 1 update in the /raspberry-pi directory: [golang.org/x/net](https://github.com/golang/net).


Updates `golang.org/x/net` from 0.36.0 to 0.38.0
- [Commits](golang/net@v0.36.0...v0.38.0)

Updates `golang.org/x/crypto` from 0.35.0 to 0.36.0
- [Commits](golang/crypto@v0.35.0...v0.36.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-version: 0.38.0
  dependency-type: indirect
  dependency-group: go_modules
- dependency-name: golang.org/x/crypto
  dependency-version: 0.36.0
  dependency-type: indirect
  dependency-group: go_modules
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

0.2.0-pre-29

Toggle 0.2.0-pre-29's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bump golang.org/x/net (#55)

Bumps the go_modules group with 1 update in the /raspberry-pi directory: [golang.org/x/net](https://github.com/golang/net).


Updates `golang.org/x/net` from 0.33.0 to 0.36.0
- [Commits](golang/net@v0.33.0...v0.36.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-type: indirect
  dependency-group: go_modules
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

0.2.0-pre-28

Toggle 0.2.0-pre-28's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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

Toggle 0.2.0-pre-27's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update README.md (#52)

* Update README.md

* Process Markdown copy, replace links, alerts, and generate PDF

---------

Co-authored-by: Virgula0 <Virgula0@users.noreply.github.com>

0.2.0-pre-26

Toggle 0.2.0-pre-26's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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 <Virgula0@users.noreply.github.com>