| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This fixes OAuth endpoints after e.g. an update from 2.x to 3.x
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
To be used for autoconnect on startup. If autoconnect on startup set
to true
This ignores any callbacks that require user input (profile,
authorization & location callbacks)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
So that we do not clutter the filesystem without cleanup
|
|
|
|
This is not correct, we already do chosen server in the callback function
|
|
|
|
Thanks: @rozmansi
|
|
Fixes #22
|
|
|
|
|
|
|
|
These are in the wrong place. Also they're now broken with the i18n
custom error types. They should be implemented in the OAuth part of
the code. This will be done in the separate OAuth repository that I am
now building
|
|
|
|
Now all the states are back in V2 again, we should have the event
handler back as well
|