vladimir.kuznetsov
|
e8862a3811
|
removed the use of QFileDialog
|
2023-08-31 15:42:59 +05:00 |
|
vladimir.kuznetsov
|
3964bffce4
|
Merge branch 'dev' of github.com:amnezia-vpn/amnezia-client into feature/new-gui
|
2023-08-16 23:47:21 +05:00 |
|
pokamest
|
ba3ef98d1e
|
Fix for server busy check (#287)
Fix for server busy check
|
2023-08-16 16:08:08 +01:00 |
|
vladimir.kuznetsov
|
e0d6e0117e
|
Merge branch 'dev' of github.com:amnezia-vpn/amnezia-client into feature/new-gui
|
2023-08-16 13:26:41 +05:00 |
|
pokamest
|
de83db10d6
|
sshclient.cpp fix
|
2023-08-13 11:13:22 +01:00 |
|
pokamest
|
4c690dd3c6
|
Install scripts fixes (#275)
* Install scripts fixes
|
2023-08-13 11:10:41 +01:00 |
|
vladimir.kuznetsov
|
5b8a0881b7
|
Merge branch 'dev' of github.com:amnezia-vpn/amnezia-client into feature/new-gui
|
2023-07-18 05:36:17 +03:00 |
|
pokamest
|
35ecb8499d
|
WireGuard for MacOS (#248)
* WireGuard for MacOS
* Fix openvpn block-outside-dns
|
2023-07-15 22:19:48 +01:00 |
|
vladimir.kuznetsov
|
75489c00c2
|
added button 'Reset settings and remove all data from the application'
|
2023-07-14 22:59:49 +09:00 |
|
vladimir.kuznetsov
|
d0c9c1043c
|
Merge remote-tracking branch 'remotes/origin/dev' into feature/new-gui
|
2023-06-27 13:38:06 +03:00 |
|
vladimir.kuznetsov
|
cd3263db50
|
made libssh::ssh_connect a non-blocking feature
- extended error handling when connecting via ssh
|
2023-06-10 05:25:41 +03:00 |
|
vladimir.kuznetsov
|
420c33d3ba
|
added PageSetupWizardViewConfig
- added a popup with a question when deleting containers/servers
- added import from code and import error handling
|
2023-06-05 15:49:10 +08:00 |
|
pokamest
|
17fb2a98d6
|
Fix question when removing server from list
|
2023-05-24 12:18:40 +01:00 |
|
vladimir.kuznetsov
|
0479113949
|
moved ContainersPageHomeListView and ConnectionTypeSelectionDrawer to separate components
|
2023-05-22 00:10:51 +08:00 |
|
pokamest
|
00d61def0b
|
Merge pull request #226 from amnezia-vpn/bugfix/sftp-files-permissions
bugfix/sftp-files-permissions
|
2023-04-19 16:19:47 +01:00 |
|
vladimir.kuznetsov
|
f5a26c7116
|
set the value S_IRWXU for windows, so that when copying via sftp, the necessary permissions for the file are set
|
2023-04-19 17:58:03 +03:00 |
|
vladimir.kuznetsov
|
7216a8b923
|
in the port busy check, for tcp now only LISTEN ports are checked
|
2023-04-19 06:39:50 +03:00 |
|
vladimir.kuznetsov
|
fc603f11ce
|
in the port busy check, for tcp only the local port is now checked
|
2023-04-18 20:00:40 +03:00 |
|
vladimir.kuznetsov
|
3dabaeb2c9
|
skipping sudo check for root user
|
2023-04-18 05:48:37 +03:00 |
|
pokamest
|
af29637163
|
Merge branch 'dev'
|
2023-04-11 18:00:54 +01:00 |
|
Josh Soref
|
7351fe9633
|
Spelling (#214)
Spelling fixed
|
2023-04-11 14:50:44 +01:00 |
|
pokamest
|
9a6df25280
|
Merge pull request #149 from amnezia-vpn/feature/qt6-client-management-panel
feature/qt6-client-management-panel
|
2023-04-08 19:33:09 +01:00 |
|
vladimir.kuznetsov
|
ada8912a1f
|
Merge branch 'dev' of github.com:amnezia-vpn/amnezia-client into feature/qt6-client-management-panel
|
2023-04-08 19:03:10 +03:00 |
|
vladimir.kuznetsov
|
f620f4a92e
|
Merge branch 'dev' of github.com:amnezia-vpn/desktop-client into feature/check-user-in-sudo
|
2023-04-08 17:12:23 +03:00 |
|
vladimir.kuznetsov
|
ccfc9f2ad2
|
added error handling for key authentication
|
2023-04-05 09:45:03 +03:00 |
|
vladimir.kuznetsov
|
05cd4ac14b
|
Merge branch 'feature/qt6-libssh-support' of github.com:amnezia-vpn/desktop-client into feature/qt6-libssh-support
|
2023-04-05 06:08:15 +03:00 |
|
vladimir.kuznetsov
|
ba2ecf9789
|
fixed cleanup of private/public keys after use
|
2023-04-05 06:07:36 +03:00 |
|
pokamest
|
ad77d74f4b
|
Merge branch 'dev' into feature/qt6-libssh-support
|
2023-04-05 03:26:08 +01:00 |
|
vladimir.kuznetsov
|
48d673c853
|
fixed getting default port and default transport protocol in isServerPortBusy function
|
2023-04-04 18:20:19 +03:00 |
|
vladimir.kuznetsov
|
f8ef69b88a
|
removed setPassphraseCallback() function from ServerController and libssh::Client
|
2023-04-04 13:32:37 +03:00 |
|
vladimir.kuznetsov
|
a005ed2a84
|
now an instance of the serverController class is created at the place of use
|
2023-04-04 10:22:25 +03:00 |
|
vladimir.kuznetsov
|
1aa859b10d
|
moved passphraseCallback and passphraseDialog to startPage
- made some methods of the servercontroller class private
- returned a call to the checkSshConnection() function
|
2023-04-04 07:09:30 +03:00 |
|
vladimir.kuznetsov
|
5e099f522e
|
added private key export without password to client config
|
2023-04-03 17:27:55 +03:00 |
|
vladimir.kuznetsov
|
af5b9172ef
|
removed unused disconnectFromHost() from ServerController
|
2023-04-02 15:19:59 +03:00 |
|
vladimir.kuznetsov
|
f3aef67be6
|
Added a form for entering a passphrase for a private ssh key and the corresponding logic for processing a private key
|
2023-04-02 09:09:20 +03:00 |
|
vladimir.kuznetsov
|
c319c3f520
|
changed the way to get QSsh::SshConnection, now all resources are cleaned up after use, but the disconnectFromHost function becomes useless
|
2023-03-27 08:17:41 +03:00 |
|
vladimir.kuznetsov
|
f6ca22ecdd
|
Merge branch 'dev' of github.com:amnezia-vpn/desktop-client into feature/qt6-libssh-support
|
2023-03-26 11:52:22 +03:00 |
|
pokamest
|
b98c6ca5c5
|
Merge pull request #192 from amnezia-vpn/bugfix/check-server-port-on-dns-container
bugfix/check-server-port-on-dns-container
|
2023-03-21 23:08:03 +00:00 |
|
vladimir.kuznetsov
|
5641874811
|
added skip port busy check for DNS container.
- added script execution error check when checking ports busy
|
2023-03-20 17:29:23 +03:00 |
|
vladimir.kuznetsov
|
6bf170e273
|
Merge branch 'bugfix/empty-port-when-check-server-ports' of github.com:amnezia-vpn/desktop-client into feature/qt6-libssh-support
|
2023-03-20 08:53:00 +03:00 |
|
vladimir.kuznetsov
|
084ac9b916
|
added a default port if it is not in the config when scanning the server for busy ports
|
2023-03-20 08:50:57 +03:00 |
|
vladimir.kuznetsov
|
a42ec8eddb
|
Merge branch 'feature/qt6-libssh-support' of github.com:amnezia-vpn/desktop-client into feature/check-user-in-sudo
|
2023-03-19 18:04:55 +03:00 |
|
vladimir.kuznetsov
|
ea9917dacc
|
added a script to check the user in the sudo group
- move isServerDpkgBusy to separate script
|
2023-03-19 17:26:43 +03:00 |
|
vladimir.kuznetsov
|
6272ae842c
|
Merge branch 'dev' of github.com:amnezia-vpn/desktop-client into feature/qt6-libssh-support
|
2023-03-19 17:23:18 +03:00 |
|
vladimir.kuznetsov
|
b000eda126
|
Merge branch 'dev' of github.com:amnezia-vpn/desktop-client into feature/qt6-client-management-panel
|
2023-03-19 17:15:13 +03:00 |
|
vladimir.kuznetsov
|
a92f1b82d0
|
fixed a bug with incorrect port detection when clicking the "scan installed containers" button
|
2023-03-16 16:47:26 +03:00 |
|
vladimir.kuznetsov
|
2d30f86cc6
|
removed unused qtssh folder
|
2023-02-28 06:15:01 +03:00 |
|
vladimir.kuznetsov
|
4171afe275
|
Merge branch 'dev' of github.com:amnezia-vpn/desktop-client into feature/qt6-client-management-panel
|
2023-02-27 19:59:01 +03:00 |
|
vladimir.kuznetsov
|
a287192649
|
Merge branch 'dev' of github.com:amnezia-vpn/desktop-client into feature/qt6-libssh-support
|
2023-02-27 19:53:53 +03:00 |
|
vladimir.kuznetsov
|
f2e9631af4
|
Merge branch 'dev' of github.com:amnezia-vpn/desktop-client into feature/container-existence-on-container-setup
|
2023-02-27 19:42:47 +03:00 |
|