summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-11-17Log: Rename log file to logjwijenbergh
2022-11-17Log: Add additional params to get rid of Sprintf callsjwijenbergh
2022-11-14Client + Server: Refresh the endpoints before checking for a valid profilejwijenbergh
2022-11-10HTTP: Fix typo in status errorjwijenbergh
2022-11-10Logging: Add a Debug leveljwijenbergh
2022-11-10Server: Clarify doc for url when secure internetjwijenbergh
2022-11-10Server: Re-initialize endpoints when getting a configjwijenbergh
2022-11-10Exports + Python: Return locations for a secure internet serverjwijenbergh
2022-11-08Server: Implement manually renewingjwijenbergh
2022-11-04Python Docs: Create a getting started pagejwijenbergh
2022-11-03Docker: Use debianjwijenbergh
2022-11-02Workflows Test: Update from v2 to v3jwijenbergh
2022-11-02CI: Update Go container to 1.19jwijenbergh
2022-11-01Python: Fix type annotation for Disco Organizationjwijenbergh
2022-10-31Python: Add py.typed for Mypyjwijenbergh
2022-10-26Autoflake: Remove unused importsjwijenbergh
2022-10-26Client + Exports + Python: Add a function for getting the current serverjwijenbergh
2022-10-25Client + FSM: Remove background argument from transitionjwijenbergh
2022-10-25Verify Test: Fix ugly race condition found with Go's -race flagjwijenbergh
2022-10-24README: Fix doc linkjwijenbergh
2022-10-24CLI: Fix incorrect Client IDjwijenbergh
2022-10-24Log: Rename log file to go.logjwijenbergh
2022-10-24Log: Use a multiwriter and make output neaterjwijenbergh
2022-10-24Client + Server + Exports: Implement optional WireGuard supportjwijenbergh
2022-10-24Actions + Docs: Use Sphinx docs for Pythonjwijenbergh
2022-10-21Python: Sphinx doc filesjwijenbergh
2022-10-21Python: Add more meta private tagsjwijenbergh
2022-10-21Python: Fix meta docstring formatjwijenbergh
2022-10-19OAuth + Server: Fix ISS for secure internetjwijenbergh
2022-10-19Refactor: Make errors use the parent's error leveljwijenbergh
2022-10-19Discovery + Server: Remove unused 'Raw' stringsjwijenbergh
2022-10-19Client: Set the current server also during addingjwijenbergh
2022-10-19Client: Separate into different filesjwijenbergh
2022-10-19Client Test: Fix selenium python script pathjwijenbergh
2022-10-18Client: Move to its own packagejwijenbergh
2022-10-18OAuth: Do not use url.Values Has(), only use Get()jwijenbergh
2022-10-18Client: Go back on getting a config errorjwijenbergh
2022-10-18Python: Add docstringsjwijenbergh
2022-10-17Client + Server: Delete tokens before attempting a login for renewjwijenbergh
2022-10-17Server + Util: Ensure the base URL already ends with a /jwijenbergh
2022-10-17OAuth: Use values Has and Get functions and check state after ISSjwijenbergh
2022-10-17Python: Keep adding server if no profiles were initializedjwijenbergh
2022-10-17OAuth: Implement Authorization Server Issuer Identification (ISS)jwijenbergh
2022-10-14Python: Annotate more return typesjwijenbergh
2022-10-14Python: Add type annotations for discoveryjwijenbergh
2022-10-14Python: Run blackjwijenbergh
2022-10-14Python: Run isortjwijenbergh
2022-10-14Python: Proper type annotationsjwijenbergh
2022-10-13OAuth: Add a TODO note about ISSjwijenbergh
2022-10-13OAuth: Wrap template errorsjwijenbergh