Age | Commit message (Collapse) | Author |
|
'refs/remotes/ivan/bug/5540_change-password-fix' into develop
|
|
into develop
|
|
|
|
|
|
Use information from mainwindow instead of asking again to the backend.
|
|
We were trying to access the `is_restart` attribute that causes a
failure if the vpnprocess is not instantiated.
|
|
|
|
|
|
- fix tls-error: is SIGTERM now
- connect to connection-died signal
- display error to user
|
|
|
|
caused by a bad rebase.
|
|
and cleanup a little bit of the signal mess.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Rename password util to credentials and add a username check helper.
Move the username regexp to the credentials module.
Closes #5695.
|
|
|
|
|
|
Refactor logic from backend to the vpnprocess.
|
|
Also, improve quit and cleanup calls.
|
|
Also cleanup soledad usage in the GUI.
|
|
We don't want to connect again the untracked signals after the wizard
was finished.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
develop
|
|
SIGTERM is caught by twisted, so we have to use addSystemEventTrigger()
to pass a custom handler to twisted reactor.
See https://leap.se/code/issues/5672 for more.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|