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
2db99715b1
feature: added subscription expiration date for premium v2 ( #1261 )
...
* feature: added subscription expiration date for premium v2
* feature: added a check for the presence of the “services” field in the response body of the getServicesList() function
* feature: added prohibition to change location when connection is active
* bugfix: renamed public_key->end_date to public_key->expires_at according to the changes on the backend
2024-12-09 13:32:49 +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
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
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
b3ed57aee7
for api servers, removed the ability to select a container
2024-02-21 23:41:47 +05:00
Nethius
61abf74b2d
feature/page-home-split-tunneling ( #540 )
...
Added split tunneling button on home page
2024-02-21 11:27:27 +00:00
Nethius
b3943ae5e3
serversModel cleanup ( #599 )
2024-02-19 14:54:15 +00:00
Nethius
92fbbd4812
bugfix/default-container-index ( #578 )
...
fixed get/set DefaultContainer
2024-02-13 15:20:13 +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
agalehaga
fd98ef1250
Reboot server button ( #553 )
...
* add button Reboot Server
2024-02-04 16:52:03 +00:00
vladimir.kuznetsov
fac57ac89a
for servers received via api, ignore the split tunneling settings
2024-01-17 11:28:57 +07:00
vladimir.kuznetsov
9290775ab5
added removal of last_config when revoke admin config on client management panel
2023-12-21 23:34:27 +07:00
vladimir.kuznetsov
b4c89ad58f
Reworked the interaction between models. Now only serversModel directly interacts with server config
2023-12-08 13:50:03 +07:00
vladimir.kuznetsov
0f4bb78712
Merge branch 'dev' of github.com:amnezia-vpn/amnezia-client into HEAD
2023-12-05 17:38:53 +07:00
vladimir.kuznetsov
02efd9c217
Merge branch 'dev' of github.com:amnezia-vpn/amnezia-client into feature/client-management
2023-11-29 17:26:26 +03:00
vladimir.kuznetsov
c6a312845a
added client management
2023-11-21 20:31:53 +07:00
pokamest
147726ecb0
Merge branch 'dev' into feature/import-config-from-cloud
2023-11-01 21:42:07 +00:00
vladimir.kuznetsov
8164026891
fixed server config update, after container config change
2023-10-26 23:37:51 +05:00
vladimir.kuznetsov
16724645ce
Merge branch 'dev' of github.com:amnezia-vpn/amnezia-client into feature/import-config-from-cloud
2023-10-23 21:40:18 +05:00
vladimir.kuznetsov
2f0c1eeecc
fixed selection of default container after installing a new server
2023-10-18 00:36:40 +05:00
vladimir.kuznetsov
25f8283edd
added getting the config from the cloud service
2023-10-12 20:48:03 +05: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
1092abe776
added output of notifications/errors after installation/import
2023-07-31 00:13:08 +09:00
vladimir.kuznetsov
5d677a9115
added pages for sftp and tor website settings
2023-07-18 11:15:04 +09:00
vladimir.kuznetsov
35660ff5e7
speed optimization of ui on windows
2023-06-30 18:14:47 +03:00
vladimir.kuznetsov
795405c47d
added display of amnesia dns container activity on the main page
2023-06-27 19:07:42 +09:00
vladimir.kuznetsov
2ef53c6df9
added separation for read/write and readonly servers for pageSettingsServerProtocols, PageSettingsServerServices, PageSettingsServerData
...
- added fields validations for pageSetupWizardCredentials
2023-06-23 15:24:40 +09: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
3a264e6baf
added a drawer to change the server name and moved the display of the exported config to a separate drawer
2023-06-20 10:25:24 +09:00
vladimir.kuznetsov
be7386f0d7
added exportController and PageShare
...
- added a blank PageSettingsProtocol
2023-06-13 20:03:20 +09:00
vladimir.kuznetsov
c3f39ad24d
added caching of servers and containers in models
2023-06-07 13:17:48 +03:00
vladimir.kuznetsov
de0cd976de
added page transition effects
...
- added functionality for buttons on PageSettingsServerData page
2023-06-01 11:25:33 +08:00
vladimir.kuznetsov
e00656d757
added PageSettings and PageSettingsServersList.
...
- replaced PageLoader with PageType with stackView property.
- added error handling when installing a server/container
2023-05-25 15:40:17 +08:00
vladimir.kuznetsov
acca85b99a
added installController with logic for server/container installation
2023-05-17 23:28:27 +08:00
vladimir.kuznetsov
03a0e2084a
added PageLoader and pageController
2023-05-15 13:38:17 +08:00
vladimir.kuznetsov
35d4222c7a
added connectionController and ConnectionButton.qml
2023-05-12 23:54:31 +08:00
vladimir.kuznetsov
e3e7503a7c
added saving the selected server and protocol to the config
2023-05-12 11:36:09 +08:00
Vladimir Kuznetsov
b66f4bf2be
added display of protocols on PageHome
2023-05-11 14:50:50 +08:00
vladimir.kuznetsov
1c8dbae359
added PageHome, PageSettings, PageShare, PageStart
...
- renamed old PageStart to PageSetupWizardStart
- added various text types
- moved servers model to "global" scope
2023-05-06 06:52:23 +03:00
Pokamest Nikak
40fa2d6779
NewServerSettings qml rework
2021-09-09 20:15:44 +03:00