281 Commits

Author SHA1 Message Date
Donald Zou
3542bd6668 Adjusted UI to fit list display 2025-02-17 13:47:05 +08:00
Donald Zou
2692f92cb9 Fixed #609 2025-02-16 23:07:16 +08:00
Donald Zou
a43c8b4b00 Update dashboard.py 2025-02-16 17:43:22 +08:00
Donald Zou
6f15389411 Updated how available IP is generated 2025-02-16 17:42:32 +08:00
Donald Zou
5cd99f2edc Update dashboard.py
Fixed #490
2025-02-14 23:59:21 +08:00
Leif
7f4da826b1
Fix version checking
don't just check for string differences, but compare the version numbering using packaging.version
2025-02-13 23:04:27 -09:00
Donald Zou
cc2af4371f Build 2025-02-12 20:07:37 +08:00
Donald Zou
47aac7fe33 Added automatically assign keys and allowed ip when none provided
Resolve #515
2025-02-10 16:17:00 +08:00
Donald Zou
d4055884b1 Fixed #580 2025-02-08 16:40:20 +08:00
Donald Zou
bd714223ce Update dashboard.py 2025-02-08 15:45:09 +08:00
Donald Zou
e603af5f24 Refactored system status into a class. Added charts 2025-01-24 19:19:17 +08:00
Donald Zou
84069ee882 Refactor some new code 2025-01-24 00:01:29 +08:00
Donald Zou
edbb5cef92 Refactor some code 2025-01-22 15:46:04 +08:00
Donald Zou
cc3773817b Refactor 2025-01-19 20:52:04 +08:00
Donald Zou
8956355e57 Update dashboard.py
Removed the need to check for each custom classes, will check if the class have `toJson`, if `True` then use it.
2025-01-19 14:04:59 +08:00
Donald Zou
a7317af413 Update code for #446 2025-01-16 18:36:06 +08:00
Donald Zou
ba6d6b8851 Display configuration as grid, system status process bug 2025-01-16 15:40:33 +08:00
Donald Zou
4f92a7edf3 Finalized the email function 2025-01-16 00:44:22 +08:00
Donald Zou
5d84b61f18 Build with Email enabled 2025-01-13 16:47:15 +08:00
Donald Zou
40463d9831 Email functionality is done 2025-01-08 18:09:05 +08:00
Donald Zou
cca5fd859c Update dashboard.py
- Create WGDashboard_Backup
2024-12-31 11:02:52 +08:00
Donald Zou
93cfc482b8 Commit 2024-12-31 10:31:24 +08:00
Donald Zou
cd9d17ab18 Refactoring configuration list 2024-12-30 20:30:09 +08:00
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