Dmitriy Karpushin
2225a735ca
Fixed typo
2023-03-29 12:01:18 +03:00
Dmitriy Karpushin
90c8fbb495
Update Room to fix build on Apple M1
2023-03-29 09:53:18 +03:00
Dmitriy Karpushin
3a5317f16a
Implementation of "migration manager" to fix placement of config files issue appeared after moving from Qt 5 to Qt 6
2023-03-29 09:31:24 +03:00
Dmitriy Karpushin
c0bb06bf49
Fix of copying to clipboard
2023-03-29 09:31:12 +03:00
Dmitriy Karpushin
8d45af2034
Files now saving with the file picker, not with the sharing mechanism
2023-03-29 09:31:02 +03:00
Dmitriy Karpushin
5f85bf62f5
Missing def check
2023-03-29 09:30:52 +03:00
Dmitriy Karpushin
8fa409d6c1
Restoration of bandwidth meter after closing of GUI
2023-03-29 09:30:45 +03:00
Dmitriy Karpushin
7167c2f20d
Fix of "Connect" button state after restoring of an app
2023-03-29 09:29:55 +03:00
Dmitriy Karpushin
20846c8eff
* correct behavior of back button on Android
...
* removing of annoying debug logs on Android
2023-03-29 09:29:06 +03:00
vladimir.kuznetsov
b5aa940701
added removal of stopped containers
2023-03-25 15:50:12 +03:00
pokamest
38f2f1a3e4
Merge pull request #179 from amnezia-vpn/feature/linux-wireguard-implementation
...
feature/linux-wireguard-implementation
2023-03-21 23:49:39 +00: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
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
9962bac50b
changed using cp to QFile to copy wireguard config
2023-03-19 17:05:48 +03:00
vladimir.kuznetsov
ec8eeef428
Merge branch 'dev' of github.com:amnezia-vpn/desktop-client into feature/linux-wireguard-implementation
2023-03-19 15:06:17 +03:00
pokamest
7eb1a4b489
Fixed certutil path on Windows
2023-03-19 11:58:22 +00:00
pokamest
cba78190a8
iOS build fix
2023-03-16 11:43:18 -07:00
pokamest
e097a49186
Merge pull request #184 from amnezia-vpn/bugfix/fake-web-site-label-wizard
...
bugfix/fake-web-site-label-wizard
2023-03-16 16:57:29 +00:00
pokamest
e895c784c7
Merge pull request #183 from amnezia-vpn/bugfix/installed-container-button
...
bugfix/installed-container-button
2023-03-16 16:56:30 +00:00
vladimir.kuznetsov
7e1bcf84f0
fixed saving site from "fake web site" field when configuring openvpn over cloak via wizard
2023-03-16 18:59:06 +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
433e6901c6
fixed a bug when existing containers were overwritten in the GUI when clicking the "scan installed containers" button
2023-03-16 16:46:29 +03:00
pokamest
e16d835727
CentOS docker autostart fix
2023-03-16 12:35:01 +00:00
Dmitriy Karpushin
4bd6fbd445
Support of targetSdk 31 with its behaviour changes
2023-03-06 12:11:37 +03:00
vladimir.kuznetsov
8f18933713
moved the function of checking the availability of wireguard config to ipc client
2023-03-02 17:46:16 +03:00
vladimir.kuznetsov
caad670dbf
added wireguard connection implementation for Linux
2023-03-02 10:19:57 +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
pokamest
c756ab70ae
Merge pull request #168 from amnezia-vpn/feature/port-availability-on-container-setup
...
feature/port-availability-on-container-setup
2023-02-27 03:26:57 +00:00
pokamest
2e57fe0dfd
Merge pull request #177 from amnezia-vpn/feature/android_qr_code_scanner
...
Qr-code scanner for Android
2023-02-27 00:23:33 +00:00
vladimir.kuznetsov
be39d28be7
renamed selectedServerIndex for android
2023-02-25 18:48:10 +03:00
vladimir.kuznetsov
23a292b8ff
Merge branch 'dev' of github.com:amnezia-vpn/desktop-client into feature/container-existence-on-container-setup
2023-02-25 18:22:08 +03:00
vladimir.kuznetsov
cdbb247780
Merge branch 'dev' of github.com:amnezia-vpn/desktop-client into feature/port-availability-on-container-setup
2023-02-25 18:21:23 +03:00
vladimir.kuznetsov
69d4f0ce10
removed ContainerProps::containerTypeToString
2023-02-25 18:17:25 +03:00
vladimir.kuznetsov
2580475f67
added a button to scan the server for already installed containers
...
- refactoring of old code, redundant sections of code removed
2023-02-25 17:59:22 +03:00
Dmitriy Karpushin
b870306c5d
Support of multiple-code config
2023-02-22 14:22:03 +03:00
vladimir.kuznetsov
480b2181f0
made error output in the same style
...
- some code style refactoring
2023-02-22 10:01:43 +03:00
vladimir.kuznetsov
ddc3fe7807
Added the advanced settings page
...
- added a button to scan the server for installed containers
- added a check on the presence of installed containers before configuring the server, if the containers are already installed, then we will add them to the GUI
- added new control element - PopupWarning.qml
2023-02-20 09:46:50 +03:00
Dmitriy Karpushin
a86e8659f7
CameraActivity with Google ML KIT for decoding QR codes
2023-02-17 16:38:44 +03:00
Shahzain Ali
a0141624b9
Wg fix ( #172 )
...
Build fix for iOS
2023-02-15 15:41:18 +00:00
vladimir.kuznetsov
dc137620eb
Merge branch 'dev' of github.com:amnezia-vpn/desktop-client into feature/port-availability-on-container-setup
2023-02-14 18:03:19 +03:00
vladimir.kuznetsov
e9b92b216a
added a check for port availability when installing up a container
...
- added wireguard service copying to debug build folder
2023-02-14 18:02:51 +03:00
pokamest
1f048a6d04
Merge branch 'dev' into bugfix/wrong-fields-type-shadowsocks-config
2023-02-09 13:10:26 +00:00
pokamest
1d9ff17380
Merge pull request #170 from amnezia-vpn/bugfix/cmake-version
...
bugfix/cmake-version
2023-02-07 17:05:55 +00:00
vladimir.kuznetsov
0fa0d72300
increased required version of cmake for LINUX variable to work properly
2023-02-07 19:45:42 +03:00
vladimir.kuznetsov
b5778a9cb5
if the container already exists, then add it to the list of containers in the client
2023-02-07 10:39:18 +03:00
vladimir.kuznetsov
b2fd94d20e
added a check for the existence of the container before installing it
2023-02-06 19:19:49 +03:00
vladimir.kuznetsov
16969bc39b
added conversion of the local_port and server_port fields from string to number when saving the shadowsocks config
2023-02-06 08:39:56 +03:00
vladimir.kuznetsov
f7ee532add
Merge branch 'dev' of github.com:amnezia-vpn/desktop-client into feature/cloak-and-ss-in-linux-bundle
2023-02-02 13:08:23 +03:00
vladimir.kuznetsov
92907bced3
hardcoded tcp for the openvpn-cloak container
2023-02-02 08:09:07 +03:00