Skip to content

Tags: aleques-tech/wiretrustee

Tags

v0.3.4

Toggle v0.3.4's commit message
fix: account JWT claim

v0.3.3

Toggle v0.3.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
rollback wireguard go and wgctrl (netbirdio#185)

* rollback wireguard go and wgctrl

* rollback wireguard go and wgctrl to last working versions

v0.3.2

Toggle v0.3.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Refactor: support multiple users under the same account (netbirdio#170)

* feature: add User entity to Account

* test: new file store creation test

* test: add FileStore persist-restore tests

* test: add GetOrCreateAccountByUser Accountmanager test

* refactor: rename account manager users file

* refactor: use userId instead of accountId when handling Management HTTP API

* fix: new account creation for every request

* fix: golint

* chore: add account creator to Account Entity to identify who created the account.

* chore: use xid ID generator for account IDs

* fix: test failures

* test: check that CreatedBy is stored when account is stored

* chore: add account copy method

* test: remove test for non existent GetOrCreateAccount func

* chore: add accounts conversion function

* fix: golint

* refactor: simplify admin user creation

* refactor: move migration script to a separate package

v0.3.1

Toggle v0.3.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update README.md

v0.3.0

Toggle v0.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Support environment vars (netbirdio#155)

* updage flag values from environment variables

* add log and removing unused constants

* removing unused code

* Docker build client

* fix indentation

* Documentation with docker command

* use docker volume

v0.2.3

Toggle v0.2.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
refactor signal client sync func (netbirdio#147)

* refactor: move goroutine that runs Signal Client Receive to the engine for better control

* chore: fix comments typo

* test: fix golint

* chore: comments update

* chore: consider connection state=READY in signal and management clients

* chore: fix typos

* test: fix signal ping-pong test

* chore: add wait condition to signal client

* refactor: add stream status to the Signal client

* refactor: defer mutex unlock

v0.2.2-beta.1

Toggle v0.2.2-beta.1's commit message
chore: decrease backoff maxinterval to avoid long connection waiting …

…times on the client app

v0.2.1-beta.5

Toggle v0.2.1-beta.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
set IF arm6 and empty attribute for package (netbirdio#146)

There is a behavior or bug in goreleaser where it appends the file name in the target URL and that was causing issues and misconfigured properties

v0.2.0-beta.5

Toggle v0.2.0-beta.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: client app retry logic (netbirdio#144)

* fix: retry logic

v0.2.0-beta.4

Toggle v0.2.0-beta.4's commit message
chore: increase signal and management gRPC clients timeouts