| Age | Commit message (Collapse) | Author |
|
|
|
Too many issues with upstream servers. Needs disco v3 changes
|
|
|
|
internet handling
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Bit long maybe but we shouldn't limit it too much
|
|
See https://git.sr.ht/~fkooman/vpn-user-portal/tree/v3/item/src/OAuth/VpnClientDb.php
|
|
|
|
|
|
|
|
|
|
|
|
Useless spam in the log file
|
|
|
|
|
|
|
|
This prevents scripts from being executed by default. Clients can
override this by either using the OpenVPN --script-security flag or
add a script-security setting themselves.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
It's always secure internet, no need to pass it as an argument
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
fixes #6
Signed-off-by: Aleksandar Pesic <peske.nis@gmail.com>
|
|
|
|
|
|
|
|
|
|
This commit refactors getting the tokens into receiver methods. This
means that functions do not have to call the cryptic "EnsureTokens"
method. The receiver getter then already verifier whether or not the
tokens could be obtained (and refreshes too). The downside is that
some things are now private, so testing for invalid tokens needs to be
done somewhere else.
This needs another patch such that clients can save the tokens
themselves using a keyring.
|
|
Full command: golangci-lint run --disable-all -E godot --fix
|