summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2022-10-13OAuth: Return HTML response on authorizedjwijenbergh
2022-10-13Server API: Use default timeout for /disconnectjwijenbergh
2022-10-13Client Test: Ensure we get the right serverjwijenbergh
2022-10-13Format: Run gofumptjwijenbergh
2022-10-13Client + Config + FSM: Simplify file namesjwijenbergh
2022-10-11Client + Server: Set the current institute / custom server on addingjwijenbergh
2022-10-11Client: Refactor out adding a Server from getting a configjwijenbergh
2022-10-06Client Test: Use the Let's Connect! variant to disable Discoveryjwijenbergh
2022-10-06Client: Ensure Let's Connect! does not use Discoveryjwijenbergh
2022-10-06OAuth: Use an available port instead of the hard-coded 8000jwijenbergh
2022-10-06Python Tests: Add missing language to registerjwijenbergh
2022-10-06CLI + Client Test: Add missing language argument to Registerjwijenbergh
2022-10-06Client + Python: Pass language to Registerjwijenbergh
2022-10-04State: Rename to client to avoid confusion with the FSMjwijenbergh
2022-10-04Tests: Remove local well known workaroundjwijenbergh
2022-10-04Util Test: Remove function signature commentjwijenbergh
2022-10-04Server: Implement `prefer_tcp` according to specjwijenbergh
2022-10-04Refactor: Renmae force TCP to prefer TCPjwijenbergh
2022-10-03CMD: Remvoe trailing dotjwijenbergh
2022-10-03Docs: Use pkg.go.dev for Go documentationjwijenbergh
2022-09-28State: Further document functions and typesjwijenbergh
2022-09-27Python Server: Remove unneeded current_profile propertyjwijenbergh
2022-09-27Python Server: Add a category string for serversjwijenbergh
2022-09-27Log: Add 'inherit' that sets the error level as the log leveljwijenbergh
2022-09-27Python: Fix get saved servers error handlingjwijenbergh
2022-09-27FSM: Add loading server transition to main screenjwijenbergh
2022-09-27Python: Capitalize StateType enum valuesjwijenbergh
2022-09-27CI Docker: Remove pyvirtualdisplay from dependenciesjwijenbergh