summaryrefslogtreecommitdiff
path: root/wrappers/python
AgeCommit message (Collapse)Author
2022-08-30Python: Only show the cause by default for an errorjwijenbergh
We need to wrap the error class in a cool exception class. But for now, this will do to get simple error messages
2022-08-24State + Server + Exports: Implement removing a serverjwijenbergh
2022-08-24Python event: Allow self loops in eventsjwijenbergh
2022-08-23Python formatting: Run blackjwijenbergh
2022-08-22State + Exports: Make cleanup optional when entering disconnectjwijenbergh
2022-08-19State + FSM: Properly handle the disconnect flowjwijenbergh
- /disconnect is now called - A new state is added (DISCONNECTING) that waits for the disconnect to complete - A helper function is exposed (InFSMState) that can be used by clients to see in which state they are in
2022-08-16Refactor: Use an interface for the data in the FSM callbackjwijenbergh
2022-08-15Refactor: Use constants for state callbacks instead of stringsjwijenbergh
2022-08-10State + Python: Implement renewing a sessionjwijenbergh
2022-07-22State + Exports: Implement should show renew button booleanjwijenbergh
2022-07-22State + FSM + Exports: Implement changing a secure internet locationjwijenbergh
2022-07-15State + Python: Remove Set/Get Identifierjwijenbergh
Let clients serialize data to a file themselves
2022-07-15FSM + State + Python: Add a connecting state and improve back transitionsjwijenbergh
2022-07-14Python: Fix error parsing for single value returnjwijenbergh
2022-07-12Python + Exports: Implement Go backjwijenbergh
2022-07-12Exports + Python: Fix config JSON parsingjwijenbergh
2022-07-11Types + Exports: Return JSON and use error leveljwijenbergh
2022-07-08Python + Exports: Fix discovery function namesjwijenbergh
2022-07-08RPM & Setup: Separate eduVPN and common name with a - or _jwijenbergh
2022-07-07Format: Run blackjwijenbergh
2022-07-07Secure Internet: Implement the Ask Location transition callbackjwijenbergh
2022-07-05Refactor: Handling of different servers and identifiersjwijenbergh
- Uses OrgID for Secure Internet and gets the data from discovery - Uses URL for Institute/Custom and gets the data from discovery - Implements SKIP WAYF as we now have the needed data - Implements an initial change location with a default location (NL right now)
2022-06-29Python: Load normal library path before loading absolute pathjwijenbergh
2022-06-21Python/Exports: Separate events and use a map with the name for callbacksjwijenbergh
Also adds a helper to call Go functions with the proper encoding from Python :^)
2022-06-21Python: Wait for the UI when selecting a profile and add class helpersjwijenbergh
... to register all class methods with the right decorator to be registered as a callback
2022-06-21FSM: Add the search server statejwijenbergh
2022-06-21State: Add functions for getting/setting a connection identifierjwijenbergh
e.g. the uuid of the connection in case of NetworkManager on Linux
2022-05-13Python + Go: Run formatterjwijenbergh
2022-05-13Refactor: Adapt the API to the documentationjwijenbergh
2022-05-10Python: Fix lib pathjwijenbergh
2022-05-10Python: Add config retrieval testjwijenbergh
2022-05-09FSM/State: Profile correctness and connect name changejwijenbergh
Also add a force tcp flag
2022-05-09State: Implement SetDisconnected/SetConnectedjwijenbergh
2022-05-06Python setup.py: Specify src directoryjwijenbergh
2022-05-03Python: Place py files in srcjwijenbergh
2022-05-03Python: Disable tests as there are none atmjwijenbergh
2022-05-03Python: Remove obsolete codejwijenbergh
2022-05-03Python: Ensure the eduvpncommon lib folder exists when packingjwijenbergh
2022-04-26State: Add a state map to exports instead of a global singletonjwijenbergh
2022-04-26OAuth: Add a Cancel methodjwijenbergh
2022-04-21Python: Remove obsolete FIXMEsjwijenbergh
2022-04-20Python: Do not automatically deregisterjwijenbergh
2022-04-20Profiles: Return possible error message when setting IDjwijenbergh
2022-04-20Profiles: Implement SetProfileID instead of getting generic datajwijenbergh
2022-04-19Profiles: Implement basic functionality for sending a profile_idJeroen Wijenbergh
2022-04-19OAuth improvements: Also ensure tokens based on config stateJeroen Wijenbergh
2022-04-11Python: Only deregister when lib is alivejwijenbergh
2022-04-05Python: Update state callbacks to be in line with FSMjwijenbergh
2022-04-05Add debug variable to save a live fsm graphjwijenbergh
2022-03-29State: Add a deregister method for cleanupjwijenbergh