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
/
server
/
server.go
Age
Commit message (
Expand
)
Author
2023-08-29
Server: Set OAuth endpoints on refresh
jwijenbergh
2023-04-18
Client + Server: Implement a token updater callback
jwijenbergh
2023-02-17
Refactor: Improve some errors by using errors.New and add context
jwijenbergh
2023-02-16
Format: Run gofumpt
jwijenbergh
2023-02-16
Server: Validate endpoints
jwijenbergh
2023-02-15
Server: Remove 75% requirement on renew button
jwijenbergh
2023-01-31
Server: Add script-security 0 to the OpenVPN config
jwijenbergh
2022-12-21
Client + Exports: Forward tokens for /disconnect
jwijenbergh
2022-12-21
Exports + OAuth + Server: Forward tokens to getting a config
jwijenbergh
2022-12-21
Failover: Initial implementation
jwijenbergh
2022-12-21
Server: Implement forcing WireGuard selection through env
jwijenbergh
2022-12-12
Server: Minor style changes
jwijenbergh
2022-12-12
simplify error handling
Aleksandar Pesic
2022-11-28
Server: Split more into multiple implementation files
jwijenbergh
2022-07-19
Server: Split CustomServer and split types into multiple files
jwijenbergh
2022-07-18
Server: Remove useless sugar to clear out Secure Internet state
jwijenbergh
2022-07-18
Server: Add ServerType and Identifier to marshalled display JSON
jwijenbergh
2022-07-18
All: Run Gofumpt formatter
jwijenbergh
2022-07-18
Server + State + Types: Return marshalled JSON for display information
jwijenbergh
2022-07-12
State + Server: Ensure the current secure location is re-initialized
jwijenbergh
2022-07-08
Server: Remove unused error return value in ShouldRenewButton
jwijenbergh
2022-07-07
Format: Run gofumpt
jwijenbergh
2022-07-05
Refactor: Handling of different servers and identifiers
jwijenbergh
2022-06-21
Server: Add the ability to get the saved servers
jwijenbergh
2022-06-20
Refactor: Errors to have one custom type that is to be wrapped
jwijenbergh
2022-09-20
Server: Implement function for checking renewal button visibility
jwijenbergh