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-05-10
Python: Add config retrieval test
jwijenbergh
2022-05-10
API/Server: Correctly handle multiple protocol preference
jwijenbergh
2022-05-09
CMD: Ensure / path suffix
jwijenbergh
2022-05-09
CMD: Do not create a new state after every config retrieval
jwijenbergh
2022-05-09
FSM/State: Profile correctness and connect name change
jwijenbergh
2022-05-09
State: Implement SetDisconnected/SetConnected
jwijenbergh
2022-05-06
Python setup.py: Specify src directory
jwijenbergh
2022-05-06
Docs: Testing additions
jwijenbergh
2022-05-06
Tests: Correct OAuth expired env var
jwijenbergh
2022-05-06
Well known: Add override for local server path using env var
jwijenbergh
2022-05-06
Selenium: Do not use pyvirtualdisplay, set Firefox to headless
jwijenbergh
2022-05-06
State tests: Ensure most errors are fatal
jwijenbergh
2022-05-05
Docs: Add API and building improvements
jwijenbergh
2022-05-03
Python: Place py files in src
jwijenbergh
2022-05-03
Makefile: Force only Python as a viable wrapper
jwijenbergh
2022-05-03
Python: Disable tests as there are none atm
jwijenbergh
2022-05-03
Python: Remove obsolete code
jwijenbergh
2022-05-03
Docs: Add python wrapper building
jwijenbergh
2022-05-03
Python: Ensure the eduvpncommon lib folder exists when packing
jwijenbergh
2022-05-03
Refactor: Secure internet into a different type but with interface
jwijenbergh
2022-05-02
Refactor: Wrap most errors in a custom type
jwijenbergh
2022-04-29
Fix: Return on config error when storing cert
Jeroen Wijenbergh
2022-04-29
Secure Internet: Basic implementation and add support to cli
Jeroen Wijenbergh
2022-04-26
Docs: Use an SVG for the FSM
jwijenbergh
2022-04-26
Docs: Update debugging
jwijenbergh
2022-04-26
State: Add a state map to exports instead of a global singleton
jwijenbergh
2022-04-26
Refactor: Authenticated -> Authorized
jwijenbergh
2022-04-26
OAuth: Add a Cancel method
jwijenbergh
2022-04-26
Docs: Add more info about debugging (logging and FSM)
jwijenbergh
2022-04-26
FSM: Do graph generation in directory with mermaid-cli
jwijenbergh
2022-04-25
Fix: Empty out the state by changing the value to which it points to
Jeroen Wijenbergh
2022-04-25
FSM: Log state transitions
Jeroen Wijenbergh
2022-04-25
Fix: Logging set level and file
Jeroen Wijenbergh
2022-04-25
Deregister: Completely empty out the state
Jeroen Wijenbergh
2022-04-25
FSM: Add the ability to run callbacks in a goroutine
Jeroen Wijenbergh
2022-04-25
CI: Provide SAN in selfsigned certificate
Jeroen Wijenbergh
2022-04-25
Fix: CI selfsigned path
Jeroen Wijenbergh
2022-04-25
Docs: Update with more sections
Jeroen Wijenbergh
2022-04-25
Tests: Skip server tests if no SERVER_URI is passed
Jeroen Wijenbergh
2022-04-25
Tests: Ability to add a custom server and share certificate
Jeroen Wijenbergh
2022-04-25
Typo
Jeroen Wijenbergh
2022-04-22
Refactor: Restructure project
jwijenbergh
2022-04-22
CLI: Tidy dependencies
jwijenbergh
2022-04-22
API: Only retry authenticated on a 401
jwijenbergh
2022-04-22
Servers: Add initial support for multiple using a map
jwijenbergh
2022-04-22
CLI: Deregister to save configuration
jwijenbergh
2022-04-22
API: Add /disconnect
jwijenbergh
2022-04-22
FSM: Make data for transitions optional
jwijenbergh
2022-04-21
Python: Remove obsolete FIXMEs
jwijenbergh
2022-04-21
Discovery: Rollback preventions and hourly updates for servers
jwijenbergh
[next]