vladimir.kuznetsov
e9250afd2b
refactoring: simplified the validity check of the config before connection
...
- improved project structure
2025-02-15 11:50:42 +07:00
Nethius
843156cf1b
New start page and AmneziaFree support ( #865 )
...
New start page and AmneziaFree support
2024-08-20 10:54:05 +01:00
Vladyslav Miachkov
b027fff103
Add clickable docs url on error ( #806 )
2024-05-25 03:00:51 -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
vladimir.kuznetsov
ec650a65f7
ssh client now reuses an existing session instead of opening a new one
2024-04-12 20:00:21 +05: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
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
Nethius
5c121ea48d
Merge pull request #353 from amnezia-vpn/feature/added_i18n_for_v4
...
added i18n for v4
2023-10-06 11:49:17 +03:00
ronoaer
9377a0b545
updated translated-text to connectStatusText in ConnectionController
2023-10-06 14:37:10 +08:00
pokamest
6f392ce126
Crash on exit fix for Windows
2023-10-04 16:09:03 +01:00
ronoaer
eaede032b4
1. updated memory text when language changed,
...
2. updated initialize index
2023-10-01 11:12:27 +08:00
vladimir.kuznetsov
c0cb5b96bf
added reconnection to vpn after changing any protocol settings
2023-09-17 17:03:39 +05:00
ronoaer
bfc8c10f3d
auto reconection when current-server's defaul container hase been changed
2023-09-13 20:49:44 +08:00
vladimir.kuznetsov
e157160337
added disconnection from vpn when closing application for desktop
...
- many small ui fixes
2023-08-16 12:11:34 +05:00
vladimir.kuznetsov
90ae0b3e44
added PageSettingsSplitTunneling
...
- added a call to the context menu when clicking the right mouse button for textInput
2023-08-08 19:10:14 +05:00
vladimir.kuznetsov
249be451f7
moved handling of connection states from qml in connectionController
...
- added a check for already installed containers before installing the server/container
- added a button to scan the server for installed containers
- added separation for read/write and readonly servers for pageHome
2023-06-21 20:56:00 +09: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
80fca589af
added ConnectionController error handling
2023-06-05 22:40:35 +08: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
vladimir.kuznetsov
116fa6777b
added logic to the connect to vpn button
2023-05-14 21:11:19 +08:00
vladimir.kuznetsov
35d4222c7a
added connectionController and ConnectionButton.qml
2023-05-12 23:54:31 +08:00