258 Commits

Author SHA1 Message Date
Donald Zou
ccfc1ad166 Update dashboard.py 2024-12-29 15:57:57 +08:00
Donald Zou
812060240f Update dashboard.py 2024-12-29 13:12:40 +08:00
Donald Zou
6899d48aae Update 2024-12-26 00:06:37 +08:00
dselen
ccd247d154
Merge branch 'dev' into v4.2-dev 2024-12-12 11:07:17 +01:00
Donald Zou
6a88959ec4 Update dashboard.py 2024-12-07 21:59:03 +08:00
Donald Zou
3e01079caf Added sorting and search to configuration list 2024-12-07 21:41:05 +08:00
Donald Zou
00acb04329 Update dashboard.py
- Disabled `EmailSender` for now
2024-12-07 17:05:30 +08:00
Donald Zou
939dd0591e Build 2024-12-07 16:54:00 +08:00
Donald Zou
819e8b73c3 Added configuration editor 2024-12-06 20:27:04 +08:00
Donald Zou
c5f9387b92 All AWG support work is done ;) 2024-12-05 01:50:31 +08:00
Donald Zou
57583b6747 Backup and restore for AWG is done 2024-12-04 17:50:16 +08:00
Donald Zou
434c236210 Finished adjusting Peers UI for AWG 2024-12-03 02:34:45 +08:00
Donald Zou
807bb97b6a Update some UI to handle Wireguard and AWG 2024-12-02 17:36:37 +08:00
Donald Zou
da53bd44d1 Update dashboard.py 2024-12-02 16:38:09 +08:00
Donald Zou
3b01943649 Update dashboard.py 2024-12-02 16:34:26 +08:00
Donald Zou
3340f9c6ee Update dashboard.py
- Updated WireguardConfiguration class to handle awg configuration files
- Added AmneziaWireguardConfiguration class as a subclass of WireguardConfiguration
2024-12-02 15:09:54 +08:00
Donald Zou
f994e7bfa8 Update dashboard.py
- Accepted proposed enhancement on #533
2024-11-29 14:42:13 +08:00
Donald Zou
28716924c9 Update dashboard.py 2024-11-28 23:36:42 +08:00
Donald Zou
5912420467 Added System Status 2024-11-28 23:28:10 +08:00
Donald Zou
90f35fd680 update 2024-11-27 22:53:27 +08:00
Donald Zou
cbffdd829a Update 2024-11-27 18:26:13 +08:00
Donald Zou
bf7fb898f9 Update dashboard.py
- Fixed #497
2024-11-26 21:27:32 +08:00
Donald Zou
578a1db62f Refactored some of the codes 2024-11-25 22:11:51 +08:00
Donald Zou
f942eaf1b6 Ready for release 2024-11-25 18:23:48 +08:00
Donald Zou
6a4d16fae9
Merge pull request #529 from donaldzou/fix-#522
Fixing `auth_req` is not working
2024-11-25 02:49:40 +08:00
Donald Zou
53b234252f Final build 2024-11-25 02:48:55 +08:00
Donald Zou
5462326f79 Updated dashboard.py and DashboardConfigurationStore.js
- Added `session.clear()` to clean the session specific to each login session
- Clear all cookie with the `signout` request and also clear again (just in case) in the frontend code.
2024-11-25 01:46:27 +08:00
Donald Zou
8214000713 Commit 2024-11-24 00:22:33 +08:00
Donald Zou
8e2934533b Dropping support plan to OpenBSD 2024-11-23 18:08:14 +08:00
Donald Zou
71ee784003 Update dashboard.py 2024-11-23 17:51:48 +08:00
Donald Zou
597528e9b7 Update dashboard.py 2024-11-23 17:30:34 +08:00
Donald Zou
45fbbf9218 Update dashboard.py 2024-11-23 17:30:22 +08:00
Donald Zou
abdd85bdd5 Ready for new update 2024-11-23 15:37:00 +08:00
Donald Zou
7497d1b6d4 Fixed #377
Fixed Preshared Key is not added when adding peers
2024-11-15 13:45:14 +08:00
dselen
e437284980
Squash Docker progress: (#1)
* Version 4.1 Docker image tested.

    Fixed kinks in Docker image.
    Updated Dutch language
    Removed remaining "enable" parameter from Docker-related files
    Made the symlink system more reliable
    Improved updatability.

    Added multiplatform docker build (arm,arm64 and amd64)
    More verbose logging from the Docker image.
2024-11-09 00:18:01 +01:00
Donald Zou
e895ac9245
Merge branch 'main' into v4.1-dev 2024-11-08 00:29:01 +08:00
Donald Zou
084c95f0e5 Just fixed #455 2024-11-07 18:33:39 +08:00
Donald Zou
ee6bb24506 build test 2024-11-07 10:37:11 +08:00
Donald Zou
29e7a5ecdb Fixed bulk add 2024-11-06 20:58:53 +08:00
Donald Zou
4956b0d89d Rename configuration done 2024-11-06 18:36:55 +08:00
Donald Zou
eaac12ddc8 Update both Chinese languague 2024-11-03 17:36:03 +08:00
Donald Zou
49467c906d zh-CN Update 2024-11-02 14:26:47 +06:00
Donald Zou
dfc9eab9d3 Fixed some issue on autostart 2024-10-31 23:28:30 +08:00
Donald Zou
01c0175e8f Commit 2024-10-29 14:57:29 +08:00
Donald Zou
c3a55f8b69 Finished create configuration from backup 2024-10-25 23:34:07 +08:00
Donald Zou
a606626053 UI for restore configuration is done 2024-10-25 00:19:27 +08:00
Donald Zou
bb0aba586b
Update dashboard.py
Instead of catching one sql statement error, I moved the catch statement to `sqlSelect` to prevent all database error
2024-10-20 16:05:32 +08:00
Mohammad Mahdi "Mamad" Afshar
204b995e6c
added a try/catch statement to prevent panel from crashing #432 2024-10-19 19:25:38 +03:30
Donald Zou
413377fbb9 Backup and restore function is done
Completed with SQLDump and .conf backup
2024-10-17 00:04:26 +08:00
Donald Zou
e2e821881c Peer restore works
Still need to SQL Dump the table aswell
2024-10-16 17:44:49 +08:00