Igor Sorokin
fac3372cb4
Remove temporary fix from vpnconnection
2024-02-15 15:17:33 +03:00
Igor Sorokin
6a1476af15
Setup MTU for iOS
2024-02-14 19:57:09 +03:00
Igor Sorokin
267222dc59
Merge branch 'config' into feature/wg-mtu-setup
2024-02-14 19:56:47 +03:00
albexk
4ac3facc90
Merge branch 'dev' into feature/wg-mtu-setup
2024-02-14 14:00:26 +03:00
pokamest
bcebb0a2b5
Merge pull request #580 from amnezia-vpn/feature/update-cloak-binary
...
Update AWG and Cloak libraries
2024-02-13 12:03:02 -08:00
pokamest
b27442cf74
Merge pull request #583 from amnezia-vpn/bugfix/double_clear_server_from_amnezia
...
fixed bug with double button clear server from amnezia software
2024-02-13 07:50:35 -08:00
Nethius
92fbbd4812
bugfix/default-container-index ( #578 )
...
fixed get/set DefaultContainer
2024-02-13 15:20:13 +00:00
agalehaga
321ed810e3
fixed bug with double button clear server from amnezia software
2024-02-13 15:16:04 +02:00
albexk
b5f72080ab
Add mtu support for Android
2024-02-13 13:20:07 +03:00
albexk
17ff530683
Merge branch 'fix/android' into feature/update-cloak-binary
2024-02-13 12:32:36 +03:00
albexk
2b413736a4
Build with new version of awg lib. Move GoBackend to org.amnezia.vpn.protocol.wireguard package.
2024-02-13 12:30:55 +03:00
Igor Sorokin
4de9a274dd
Update amneziawg-apple to amneziawg-go v0.2.1
2024-02-12 23:25:11 +03:00
Mykola Baibuz
130bd98abe
Update container logic
2024-02-12 21:59:34 +02:00
Mykola Baibuz
0b8f3c9d9d
Update Cloak binary to v2.8.0
2024-02-12 21:01:44 +02:00
Igor Sorokin
63144ef70f
Remove header
2024-02-12 19:18:19 +03:00
Igor Sorokin
24d6e3726e
Remove config string dependency
2024-02-11 23:15:11 +03:00
isamnezia
f3a168fd43
Codacy compatibility ( #575 )
...
Refactor and split iostunnel with cmake changes, code cleanup
2024-02-10 22:55:54 +00:00
Mykola Baibuz
dc6eb0546a
Cleanup unused varible
2024-02-10 22:52:35 +02:00
Mykola Baibuz
aa7a6770ba
Setup MTU for Windows
2024-02-10 21:27:20 +02:00
Mykola Baibuz
f802dbfcb8
Setup MTU for MacOS
2024-02-10 19:40:54 +02:00
isamnezia
158c11a0ec
Ios log 4 ( #569 )
...
iOS logging refactoring
2024-02-10 16:44:55 +00:00
Mykola Baibuz
26b8444480
Setup MTU for AWG/WG protocol
2024-02-10 15:38:03 +02:00
pokamest
c95dffff0c
libleaf cleanup
2024-02-09 21:22:27 +00:00
pokamest
6346fc04ae
Cleanup/3rd cleanup ( #570 )
2024-02-09 21:02:24 +00:00
pokamest
3a87354f8d
Code cleanup [noci]
2024-02-09 19:28:20 +00:00
Nethius
e0863a58aa
feature/api-controller-improvements ( #567 )
...
* added error handler for api controller
* while downloading the config from the api, the Connecting status is now displayed
* added a button to delete container config for api servers
* added crc check to avoid re-import of api configs
* fixed currentIndex of serversMenuContent after DefaultServerIndexChanged
* added closing the import window after re-importing the config from api
2024-02-09 18:23:26 +00:00
lunardunno
dba05aab07
Improved docker cleanup. ( #568 )
...
Improved docker cleanup.
Removing anonymous volumes associated with containers.
Specifying the full name of the amn0 network interface to remove when cleaning the server.
2024-02-09 13:00:44 +00:00
pokamest
3100160927
Update translations
2024-02-05 22:14:01 +00:00
pokamest
f37b7cec87
Merge pull request #557 from amnezia-vpn/KsZnak-br1
...
Update PageSetupWizardCredentials.qml
2024-02-05 04:25:24 -08:00
KsZnak
e0cde9f138
Update PageSetupWizardCredentials.qml
2024-02-04 22:02:47 +02:00
KsZnak
db1dc78e38
Update PageSettingsServerData.qml
2024-02-04 21:59:55 +02:00
agalehaga
fd98ef1250
Reboot server button ( #553 )
...
* add button Reboot Server
2024-02-04 16:52:03 +00:00
pokamest
cdf46c968a
Merge pull request #480 from amnezia-vpn/feature/error-code-output
...
added error code output
2024-02-01 05:05:36 -08:00
albexk
090208bd2c
Bug fix for processing exclude routes for older android versions
2024-01-31 19:59:00 +03:00
vladimir.kuznetsov
1e5c9c9c4d
if allowedIps from the backend is empty, split tunneling of the application works
2024-01-31 21:41:46 +07:00
vladimir.kuznetsov
554e1b1b91
Merge branch 'dev' of github.com:amnezia-vpn/amnezia-client into feature/api-awg
2024-01-31 21:30:18 +07:00
vladimir.kuznetsov
8f510c1431
added allowedIPs processing for configs from the backend
2024-01-31 21:29:39 +07:00
vladimir.kuznetsov
4723019624
Merge branch 'dev' of github.com:amnezia-vpn/amnezia-client into HEAD
2024-01-31 12:42:19 +07:00
vladimir.kuznetsov
1be9078b6c
added break after each line in errorstrings
2024-01-31 12:42:05 +07:00
pokamest
520658a295
Merge pull request #550 from amnezia-vpn/KsZnak-patch-1
...
Ks znak patch 1
2024-01-30 15:58:50 -08:00
pokamest
b9ec722abb
Merge pull request #543 from amnezia-vpn/KsZnak-patch-7
...
Update PageSettingsSplitTunneling.qml
2024-01-30 15:57:40 -08:00
pokamest
d917c798d7
Merge pull request #544 from amnezia-vpn/KsZnak-patch-8
...
Update PageSettingsAbout.qml
2024-01-30 15:57:10 -08:00
pokamest
0d168c039f
Merge pull request #545 from amnezia-vpn/KsZnak-patch-6
...
Update PageSettingsSplitTunneling.qml
2024-01-30 15:56:50 -08:00
pokamest
af8f265555
Merge pull request #546 from amnezia-vpn/KsZnak-patch-5
...
Update PageSettingsConnection.qml
2024-01-30 15:56:29 -08:00
pokamest
c0e0d64284
Merge pull request #547 from amnezia-vpn/KsZnak-patch-4
...
Update PageServiceTorWebsiteSettings.qml
2024-01-30 15:56:02 -08:00
pokamest
9466a71141
Merge pull request #548 from amnezia-vpn/KsZnak-patch-3
...
Update PageProtocolOpenVpnSettings.qml
2024-01-30 15:55:29 -08:00
pokamest
d28a586a97
Merge pull request #549 from amnezia-vpn/KsZnak-patch-2
...
Update containers_defs.cpp
2024-01-30 15:55:04 -08:00
pokamest
6fde0b6663
Merge pull request #551 from amnezia-vpn/KsZnak-change-eng-text
...
Update PageSetupWizardCredentials.qml
2024-01-30 15:54:10 -08:00
KsZnak
d143b9213b
Update PageSettingsAbout.qml
2024-01-30 20:50:30 +02:00
KsZnak
16433e9e46
Update PageSettingsSplitTunneling.qml
2024-01-30 20:40:11 +02:00