vladimir.kuznetsov
3fc9edd346
update default values of additional awg parameters
2024-08-12 09:56:00 +04:00
StrikerRUS
f1271da527
Merge branch 'dev' into trans
2024-06-19 02:31:04 +03:00
StrikerRUS
249a7c7ca3
update Russian translation
2024-06-19 02:14:22 +03:00
Nethius
c22f9ff08a
added ui for proxy container ( #762 )
...
Added proxy container
2024-06-10 12:35:24 +01:00
Mykola Baibuz
e6ee9085a2
Connection string support for XRay protocol ( #777 )
...
* Connection string support for XRay protocol
2024-05-27 16:15:55 +01:00
Vladyslav Miachkov
b027fff103
Add clickable docs url on error ( #806 )
2024-05-25 03:00:51 -07:00
Vladyslav Miachkov
a0c06048cd
Fix opening url after save config ( #784 )
2024-05-25 02:57:48 -07:00
pokamest
33d1518fd2
Request internet permission before connect for iOS ( #794 )
...
* Attempt to fix API error 1100
* NSURLSession fake call to exec iOS network settings dialog
* use http://captive.apple.com/generate_204 for requesting internet
permission
* moved MobileUtils to IosController
* replaced callbacks with signal-slots in apiController
2024-05-16 14:19:56 +01:00
albexk
abb3c918e3
Android notification and routing ( #797 )
...
Android notification and routing
2024-05-12 16:04:14 +01:00
Vladyslav Miachkov
ff348a348c
Add checking background service before connect ( #716 )
...
checking if the service is running for all platforms
2024-05-10 11:06:04 +01:00
pokamest
eb48e4b668
Merge pull request #772 from amnezia-vpn/feature/check-openvpn-config
...
added checking for dangerous strings in openvpn configuration files
2024-04-30 10:26:12 -07:00
pokamest
03c18c44e2
Merge pull request #774 from amnezia-vpn/fix/remove_appname_log
...
Remove logging of application and package names
2024-04-25 07:53:53 -07:00
Nethius
87b738ef16
added killSwitch switcher ( #746 )
...
* added killSwitch switcher
* KillSwitch toggle for OpenVPN and XRay
* killSwitch toggle for AWG/WG protocol
* Some fixes for killSwitch
2024-04-25 14:01:00 +01:00
albexk
b868831bcb
Remove logging of application and package names, as this is personal user data
2024-04-22 16:56:27 +03:00
vladimir.kuznetsov
f3cd3d4f06
added checking for dangerous strings in openvpn configuration files
2024-04-21 17:58:57 +05:00
albexk
f14a2add0f
Fix clearing logs on Android and checking if logs need to be deleted
2024-04-20 17:51:33 +03:00
Nethius
a8ccea00c7
added masking parameters for native wireguard configs ( #743 )
...
Added masking parameters for native wireguard configs
2024-04-18 18:23:15 +01:00
Garegin Harutyunyan
0e4ae26bae
Added tab navigation functional. ( #721 )
...
- Added tab navigation functional.
- In basic types added parentFlickable property, which will help to ensure, that the item is visible within flickable parent during tab navigation.
- Added focus state for some basic types.
- In PageType qml file added lastItemTabClicked function, which will help to focus tab bar buttons when the last tab on the current page clicked.
- Added Focus for back button for all pages and drawers.
- Added scroll on tab for Servers ListView on PageHome.
2024-04-18 14:54:55 +01:00
Nethius
d50e7dd3f4
added installation_uuid to apiPayload ( #747 )
...
Added installation_uuid to apiPayload
2024-04-18 14:02:34 +01:00
pokamest
f0085f52eb
Merge pull request #752 from amnezia-vpn/feature/ssh-one-session
...
ssh client now reuses an existing session instead of opening a new one
2024-04-18 05:05:00 -07:00
Nethius
98e6358fd3
added a check that S1 + messageInitiationSize should not be equal to S2 + messageResponseSize ( #754 )
2024-04-17 03:28:47 -07:00
vladimir.kuznetsov
f372f4074b
fixed reset api button for non-default server
2024-04-17 12:26:35 +05:00
isamnezia
151e662027
VPNC control and logging ( #748 )
...
VPNC control and logging
2024-04-14 23:04:01 +01:00
vladimir.kuznetsov
ec650a65f7
ssh client now reuses an existing session instead of opening a new one
2024-04-12 20:00:21 +05:00
vladimir.kuznetsov
6953f8d814
fixed import of empty server
2024-04-11 13:48:36 +05:00
pokamest
624a84cbfb
Merge pull request #741 from amnezia-vpn/bugfix/show-reboot-error
...
Show error if reboot server failed
2024-04-09 11:10:15 -07:00
vladimir.kuznetsov
fdd600794e
fixed adding/removing routes when split tunneling is disabled
2024-04-08 16:13:26 +05:00
Vladyslav Miachkov
7bfbdca72a
Show error if reboot server failed
2024-04-06 23:35:55 +03:00
Nethius
10ea9b418a
supported container on connection ( #736 )
2024-04-06 11:42:17 -07:00
Nethius
a6ca1b12da
moved protocol config generation to VpnConfigirationsController ( #665 )
...
Moved protocol config generation to VpnConfigurationsController
2024-04-01 14:20:02 +01:00
Nethius
adab30fc81
feature/app-split-tunneling ( #702 )
...
App Split Tunneling for Windows and Android
2024-04-01 12:45:00 +01:00
pokamest
e7bd24f065
Merge pull request #718 from amnezia-vpn/bugfix/cancel-button-on-install-page
...
fixed display of cancel button on install/uninstall pages
2024-03-31 16:03:32 +01:00
albexk
c6e6f2ae84
Add a function that minimizes the Android app ( #692 )
...
Add a function that minimizes the Android app
2024-03-31 12:14:12 +01:00
vladimir.kuznetsov
e9468a4c2f
fixed display of cancel button on install/uninstall pages
2024-03-31 12:40:42 +05:00
Mykola Baibuz
ba4237f1dd
Xray with Reality protocol ( #494 )
...
* Xray with Reality for desktops
2024-03-27 11:02:34 +00:00
pokamest
561b62cd40
Merge pull request #705 from amnezia-vpn/bugfix/import-error-handling
...
fixed error handling for config import
2024-03-23 13:23:31 +00:00
Andrey Zaharow
6f34443191
Fix connection button labels
2024-03-21 21:34:51 +01:00
vladimir.kuznetsov
02f186c54e
fixed error handling for config import
2024-03-21 23:32:11 +05:00
Nethius
95bdae68f4
Auto disable logs after 14 days ( #610 )
...
Auto disable logs after 14 days
2024-03-20 14:22:29 +00:00
Mykola Baibuz
e646b85e56
Setup MTU for WG/AWG protocol ( #576 )
...
Setup MTU for AWG/WG protocol
2024-03-18 10:41:53 +00:00
vladimir.kuznetsov
33f49bfddb
added error handling for importing a native config
2024-03-14 12:55:33 +05:00
Nethius
c5a5bfde69
extended the validation of the contents of the imported file ( #670 )
...
Extended the validation of the contents of the imported file
2024-03-13 21:22:10 +00:00
vladimir.kuznetsov
ebd3449b4a
extended debug output for api request
2024-03-07 09:18:25 +03:00
isamnezia
840c388ab9
Add in-app screenshot preventing ( #606 )
...
In-app screenshot preventing fixes
2024-03-06 01:18:19 +00:00
vladimir.kuznetsov
1137e169ea
removed the replacement of https by http in apiController
2024-03-04 21:45:04 +03:00
isamnezia
ca633ae882
Remove VPN configurations after app reset on iOS ( #661 )
2024-03-04 12:25:49 +00:00
Shehab Ahmed
0c0ce54b1f
fixed the first-generated QR code is visible while generating another QR code bug ( #656 )
2024-03-02 19:06:33 +00:00
Nethius
cd055cff62
removed the display of servers without containers on PageShare ( #609 )
...
* removed the display of servers without containers on PageShare
* removed unused isAnyContainerInstalled() from containers model
* added tab navigation to the share connection drawer
* fixed display of default server without containers on PageShare
2024-02-29 10:22:17 +00:00
vladimir.kuznetsov
3883b8ff34
fixed initial value of m_drawerDepth
2024-02-28 17:31:46 +03:00
Nethius
b05ad2392b
added escape key handler ( #461 )
...
Added escape key handler for drawer2type
2024-02-28 12:39:28 +00:00