| Age | Commit message (Collapse) | Author |
|
|
|
Using name variable would result in using libeduvpn-common postfix
instead of eduvpn-common
|
|
|
|
|
|
This is useful for servers which have a custom expiry < 30 minutes
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The reason behind this is that we then do not have to pass a lot to
each function. Logging inside internal packages is less useful as we
want to let them return errors and only log in the 'public' facing API
or let the client decide
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Let clients serialize data to a file themselves
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The 'Main' state here is a main UI menu, e.g. the intial state, the server search page,
the configuring server page or the connected/has config page
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- 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)
|
|
|
|
|
|
|
|
|
|
|