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
Age
Commit message (
Expand
)
Author
2022-03-25
Set portal username and pass with env vars
jwijenbergh
2022-03-25
Do not test on windows builds as we're using docker now
jwijenbergh
2022-03-25
Login to oauth with selenium and test
jwijenbergh
2022-03-25
Run callback in a goroutine for oauth initialized
jwijenbergh
2022-03-24
Add CI docker images for testing with the server
jwijenbergh
2022-03-23
Remove debug statement
jwijenbergh
2022-03-23
Run gofumpt
jwijenbergh
2022-03-23
Add getting profiles and add openvpn config support
jwijenbergh
2022-03-23
Return headers in HTTP for wireguard expiry
jwijenbergh
2022-03-23
Add wrapping functionality for getting a wireguard config
jwijenbergh
2022-03-23
Python: Implement state callbacks using decorators
jwijenbergh
2022-03-22
Python: Add main method to implement a basic cli
jwijenbergh
2022-03-22
Save a local copy of the disco list
jwijenbergh
2022-03-22
Python: Fix wrapping type errors
jwijenbergh
2022-03-21
Update python and add basic config support
Jeroen Wijenbergh
2022-09-20
Wireguard: Add basic support
Jeroen Wijenbergh
2022-04-05
OAuth: Make sure the tokens are not expired
Jeroen Wijenbergh
2022-04-05
Refactor: Structures changed and added Token refresh function
jwijenbergh
2022-04-05
Move HTTP GET/POST methods to its own file
jwijenbergh
2022-04-05
Update index.md
Jeroen Wijenbergh
2022-04-05
Update index.md
Jeroen Wijenbergh
2022-04-05
Create wrappers.md
Jeroen Wijenbergh
2022-04-05
Update index.md
Jeroen Wijenbergh
2022-04-05
Update README.md
Jeroen Wijenbergh
2022-04-05
Update index.md
Jeroen Wijenbergh
2022-04-05
Update theme
Jeroen Wijenbergh
2022-04-05
Create index.md
Jeroen Wijenbergh
2022-04-05
Set theme jekyll-theme-minimal
Jeroen Wijenbergh
2022-04-05
Simplify readme
Jeroen Wijenbergh
2022-04-05
Add callback state change and simplify wrappers
jwijenbergh
2022-04-05
Refactor: Simplify errors for wrapping
jwijenbergh
2022-04-05
OAuth: Begin implementation without OAuth2 lib
Jeroen Wijenbergh
2022-04-05
Begin exporting by wrapping state in a singleton
Jeroen Wijenbergh
2022-04-05
Refactor: Simplify API by using a state as context
Jeroen Wijenbergh
2022-04-05
Add a cli that returns the authenticated /info
Jeroen Wijenbergh
2022-04-05
Add a file for the vpn API
Jeroen Wijenbergh
2022-04-05
Format: Run gofmt
Jeroen Wijenbergh
2022-04-05
OAuth: Add initial draft
Jeroen Wijenbergh
2022-04-05
Readme: Add python client fork info
jwijenbergh
2022-04-05
Python: Return a json object
jwijenbergh
2022-04-05
Go: Properly expose getting server list
jwijenbergh
2022-04-05
Python: Simplify error class
jwijenbergh
2022-04-05
Python: Move error class to a separate file
jwijenbergh
2022-04-05
Python: Expose getting servers list
jwijenbergh
2022-04-05
Python: fix types
jwijenbergh
2022-04-05
Abstract error handling in python code
jwijenbergh
2022-04-05
Expose list retrieval by returning a JSON string
jwijenbergh
2022-04-05
Do not expose just yet, API not stable
jwijenbergh
2022-04-05
Abstract error types and remove JSON parsing
jwijenbergh
2022-04-05
Begin exposing functions using a map
jwijenbergh
[next]