albexk
e8cc80f046
Refactor Android open file method
...
Fix some bugs with mimetype filters when the Qt mimetype database does not match the Android database
2023-12-26 16:30:33 +03:00
pokamest
c9bde5cdc0
Merge pull request #479 from amnezia-vpn/feature/client-management-migrations
...
added migration from version 3 of client management to version 4
2023-12-25 22:00:13 -05:00
pokamest
f1a0b7f0ef
Merge pull request #473 from amnezia-vpn/bugfix/new-client-on-connection
...
fixed hang after creating configuration on connection
2023-12-25 12:21:44 -05:00
vladimir.kuznetsov
8f53d563a4
moved the client table for cloak and ss to the openvpn folder
2023-12-25 22:49:24 +07:00
pokamest
414740ffb7
Merge pull request #467 from amnezia-vpn/feature/full-access-last-config
...
full access config no longer contains the last_config field
2023-12-25 10:29:16 -05:00
vladimir.kuznetsov
a68f19d72f
added migration from version 3 of client management to version 4
2023-12-24 21:13:09 +07:00
albexk
164b7e2551
Merge branch 'dev' into refactoring/android
2023-12-22 15:38:29 +03:00
vladimir.kuznetsov
a8520e7545
added selection of a default server for full access sharing
2023-12-22 13:43:46 +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
pokamest
d14e8cdee4
Merge pull request #460 from amnezia-vpn/bugfix/minor-ui-fixes
...
added an empty string check for the server name and user name change fields
2023-12-21 15:55:33 +00:00
vladimir.kuznetsov
7aac9f9d0e
fixed hang after creating configuration on connection
...
- config created on connection is displayed as admin (platform name) on the client management page
- added config creation time on the client management page
2023-12-21 17:47:34 +07:00
albexk
c8d2399db9
Merge branch 'dev' into refactoring/android
2023-12-20 20:47:19 +03:00
pokamest
8905d6352c
Merge pull request #465 from amnezia-vpn/persian_translation
...
added persian translation file and menu item
2023-12-20 12:07:51 +00:00
vladimir.kuznetsov
8599b20678
full access config no longer contains the last_config field
2023-12-18 13:17:39 +07:00
Morteza Sherafati
491f09a51b
added persian translation file and menu item
2023-12-17 18:37:07 +00:00
vladimir.kuznetsov
f52c3c430f
added notification after config revokation
2023-12-14 11:03:27 +07:00
vladimir.kuznetsov
a91ab0e910
Merge branch 'dev' of github.com:amnezia-vpn/amnezia-client into HEAD
2023-12-13 14:21:51 +07:00
vladimir.kuznetsov
39d1f1677f
fixed description update, after changing the default protocol
2023-12-13 14:14:37 +07:00
vladimir.kuznetsov
ed6351f8f1
added an empty string check for the server name and user name change fields
2023-12-12 17:15:10 +03:00
vladimir.kuznetsov
e66fbc3289
added default container installation, after downloading the config from the api
2023-12-11 13:42:42 +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
f3f98a50ed
fixed include path of servercontroller
2023-12-05 17:49:11 +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
c4014518cb
renamed CloudController to ApiController
2023-12-05 17:38:38 +07:00
vladimir.kuznetsov
3605f62feb
added support for the updated api
2023-12-05 17:28:14 +07:00
vladimir.kuznetsov
e619fd4af9
replaced loader with PageSetupWizardInstalling when updating container settings
2023-12-01 14:16:27 +07:00
vladimir.kuznetsov
3defb09da9
added a button to cancel installation if the package manager on the server is busy
2023-11-30 19:21:57 +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
pokamest
b897e7102e
Merge pull request #437 from amnezia-vpn/bugfix/minor-ui-fixes
...
Bugfix/minor UI fixes
2023-11-29 05:34:30 -08:00
pokamest
1cc5c5384e
Merge pull request #407 from amnezia-vpn/feature/ss-and-cloak-native-configs
...
added native config generation for ss and cloak
2023-11-29 05:28:33 -08:00
vladimir.kuznetsov
db602ac65b
fixed ss string generation
2023-11-29 10:57:47 +07:00
vladimir.kuznetsov
2d22b52b5d
limited client name length
2023-11-27 13:42:08 +07:00
vladimir.kuznetsov
c164814abd
fixed default server setting after importing
2023-11-27 10:59:48 +07:00
vladimir.kuznetsov
3084892ed8
added selection of default server and container on the sharing page
2023-11-26 21:15:58 +07:00
vladimir.kuznetsov
1bf808c9ee
fixed qr code generation for native configs
2023-11-25 13:02:02 +07:00
vladimir.kuznetsov
5dc3b64e0b
added search bar for client management page
2023-11-23 14:54:49 +07:00
vladimir.kuznetsov
e8ceeb6e20
added full access sharing
2023-11-23 00:04:06 +07:00
albexk
e625543b94
CameraActivity refactoring
2023-11-21 23:35:26 +03:00
vladimir.kuznetsov
c6a312845a
added client management
2023-11-21 20:31:53 +07:00
albexk
b90fad6664
Android activity and AndroidController class refactoring
2023-11-17 15:10:11 +03:00
albexk
5a5ea4a018
Android project restructuring
2023-11-16 20:16:28 +03:00
pokamest
147726ecb0
Merge branch 'dev' into feature/import-config-from-cloud
2023-11-01 21:42:07 +00:00
vladimir.kuznetsov
9cfcb714ae
added native config generation for ss and cloak
2023-11-01 21:29:58 +05:00
pokamest
d1ccde2a4b
Merge pull request #396 from amnezia-vpn/bugfix/server-config-sync
...
bugfix/server config sync
2023-11-01 07:15:10 -07:00
Mykola Baibuz
9e92e4b5ff
Merge branch 'dev' into feature/split-tunnel-mobile
2023-10-27 15:37:28 -04:00
pokamest
7f2cf70bf5
Merge pull request #393 from amnezia-vpn/bugfix/return-after-installation
...
fixed page return after installation
2023-10-26 12:40:39 -07:00
vladimir.kuznetsov
8164026891
fixed server config update, after container config change
2023-10-26 23:37:51 +05:00
Mykola Baibuz
bc183e39bb
Merge branch 'feature/split-tunnel-mobile' of github.com:amnezia-vpn/amnezia-client into feature/split-tunnel-mobile
2023-10-24 00:35:58 +03:00
Mykola Baibuz
22b14dff5f
iOS AWG/WG split tunnel
2023-10-23 22:42:02 +03:00
vladimir.kuznetsov
3e03002ead
added getting cloud config for cloak
2023-10-23 23:55:01 +05:00