index
:
eduvpn-common
main
pages
v1
Fork of codeberg.org/eduVPN/eduvpn-common for <b>reasons</b>
herk
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
internal
/
api
Age
Commit message (
Expand
)
Author
2024-06-04
Format: Run Gofumpt
jwijenbergh
2024-05-24
API Test: Mock Transport by passing it around
jwijenbergh
2024-05-24
Fix various liniting errors
Jeroen Wijenbergh
2024-05-24
API: Add initial tests
Jeroen Wijenbergh
2024-05-24
API Connect: Move errors.New to vars
Jeroen Wijenbergh
2024-05-24
API auth: Return if err is not invalid tokens
Jeroen Wijenbergh
2024-05-24
API: Remove unused field SetAuthorizeTime
Jeroen Wijenbergh
2024-03-14
All: Make WireGuard support mandatory
jwijenbergh
2024-03-12
Profiles + Server: Also expose default gateway settings in profile
jwijenbergh
2024-03-06
API: Replace error wrapping from %v to %w
jwijenbergh
2024-03-01
API: Document GetEndpointCache
jwijenbergh
2024-03-01
API: Implement a 10 minute well-known endpoint cache
jwijenbergh
2024-02-28
API: Remove unused apiURL in struct
jwijenbergh
2024-02-28
API: Update to latest eduoauth-go for better fetching of well-known
jwijenbergh
2024-02-19
API: Switch back to wireguard+tcp instead of wireguard+proxy
jwijenbergh
2024-02-19
API Profiles: Check for wireguard+proxy in VPNTransportList
jwijenbergh
2024-02-19
API: Set accept header to application/x-wireguard+proxy-profile
jwijenbergh
2024-02-19
API: Add govVPN redirects
jwijenbergh
2024-02-19
WireGuard: Latest proxyguard server API changes
jwijenbergh
2024-02-19
All: Document everything to pass revive lint
jwijenbergh
2024-02-19
API: Include regular wireguard profile even when prefer TCP is true
jwijenbergh
2024-02-19
Format: Run gofumpt
jwijenbergh
2024-02-19
API + Server: Support vpn_proto_transport_list
jwijenbergh
2024-02-19
Server: Refactor internal server package to use new state file
jwijenbergh