Tags: aleques-tech/wiretrustee
Tags
rollback wireguard go and wgctrl (netbirdio#185) * rollback wireguard go and wgctrl * rollback wireguard go and wgctrl to last working versions
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
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
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
chore: decrease backoff maxinterval to avoid long connection waiting … …times on the client app
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
fix: client app retry logic (netbirdio#144) * fix: retry logic
chore: increase signal and management gRPC clients timeouts
PreviousNext