Donald Zou
6a30cee611
Adjusted some animation
2024-10-25 23:33:26 +08:00
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
563268558b
Finished selecting peers in bulk to delete and download
2024-10-14 16:32:17 +08:00
Donald Zou
71349f35e4
Fixed issue #352
...
Fixed issue when allowed_ips have more than 1 IP Address, allow access will crash
2024-10-06 16:59:11 +08:00
Donald Zou
e344f28265
Added peer's endpoint IP back
2024-10-05 15:03:27 +08:00
Donald Zou
27c67ec202
Added loading bar between each routes
2024-10-04 17:48:24 +08:00
Donald Zou
4833a29e57
Adjusted some transition between routes
2024-10-04 17:27:25 +08:00
Donald Zou
4a2f3e0372
Configuration Settings done
2024-10-04 16:58:47 +08:00
Donald Zou
5f46f54dfd
Updated mobile UI
...
Using dvh and vh as fallback for mobile browsers.
2024-10-03 21:20:15 +08:00
Donald Zou
7c0bf4f137
Fixed #357 : Brought back IP Address and Port
...
But still manually restart WGDashboard is needed
2024-10-03 15:24:50 +08:00
Donald Zou
4905d61a1a
Some adjustment on map
2024-10-02 18:01:20 +08:00
Donald Zou
4f648aff52
Updated UI for smaller screen
2024-08-14 12:07:53 -04:00
Donald Zou
e3f82e136a
Adjusted some UI
2024-08-12 18:04:41 -04:00
Donald Zou
b4e8e57a22
Updated UI for nav bar
2024-08-09 17:58:41 -04:00
Donald Zou
208cbd6d89
Peer data reset function is don e
2024-08-08 20:56:14 -04:00
Donald Zou
7463767781
Sharing peer is done, fixed #294
...
Fixed issue #294 with a Vue.js plugin instead of using the `datatime-local` input tag.
Still need to work on the end-user UI for sharing.
2024-08-06 19:15:00 -04:00
Donald Zou
958bc864c9
The sharing function is almost done
2024-08-06 10:17:14 -04:00
Donald Zou
881d62d69d
The UI and backend of API keys is done!
2024-07-30 18:45:05 -04:00
Donald Zou
63e8553a09
Finished job logs :)
2024-07-29 18:40:07 -04:00
Donald Zou
b65828416f
Job logs api are done, still need to build the UI to view logs
2024-07-27 18:51:43 -04:00
Donald Zou
2d838b69fd
Peer schedule style is almost done
...
But I don't feel it quite right..
2024-06-25 23:02:13 +08:00
Donald Zou
327d66bb80
Removed a tons of files :)
2024-06-18 03:16:42 +08:00
Donald Zou
f0f486da9e
Adjusted some UI and finished the Ping function
2024-06-12 17:54:29 +08:00
Donald Zou
f1e71ecb78
20240323 Commit
...
Finished implementing peer settings dropdown and planned how peer settings will be link
2024-03-21 02:03:08 -04:00
Donald Zou
1e88491ca1
I am giving up on using ORM...
...
Lets go back to the good old sql query days ;)
2024-02-11 23:53:51 -05:00
Donald Zou
6b6ad05e3a
The UI for New Configuration is done
2024-01-31 12:06:44 -05:00
Donald Zou
5f4a364095
Huge update
...
A welcome session
Added Time based One-Time-Passcode (TOTP)
UI Update
2024-01-23 15:09:44 -05:00
Donald Zou
e6e070d89e
Continue to refactor the UI and APIs :)
2024-01-11 01:10:26 -05:00
Donald Zou
864f82ba11
Started to refactor dashboard.py with dashboard_new.py and trying really hard to figure out sqlalchemy lol
2024-01-09 00:25:47 -05:00
Donald Zou
0c0bce9755
Combining Vue.js!!! How exciting!
...
Adding Vue.js to handle frontend changes, leaving the server only need to response json data. Ditching flask template and hope it can reduce the memory and cpu usage :)
2023-11-30 09:42:02 -05:00
Donald Zou
f07508073f
A new update to the dev branch
2023-11-28 16:37:16 -05:00
Donald Cheng Hong Zou
e06cc1bd2d
Finally finished theme switching!!!!
2022-04-23 00:34:11 -04:00
Donald Cheng Hong Zou
36e33a4c10
Adjust the dark mode theme for PWA
2022-04-22 16:21:16 -04:00
Donald Cheng Hong Zou
7f668c1653
Some changes to dark mode css
2022-04-22 00:12:22 -04:00
LeoEricson
23491f1e8c
Add dark theme
2022-04-21 21:30:55 +00:00
Donald Cheng Hong Zou
13b9d15d8f
New darkmode theme
2022-04-21 15:11:01 -04:00
Donald Cheng Hong Zou
a053504bb8
Make the dashboard more mobile friendly
2022-04-11 20:01:29 -04:00
Donald Cheng Hong Zou
179da2ac05
Finished peer data usage chart
2022-04-06 20:59:23 -04:00
Donald Cheng Hong Zou
71a6a36a54
Update dashboard.css
2022-03-30 14:06:05 -04:00
Donald Cheng Hong Zou
b9633bbcd6
Finished implementing add/delete config
2022-03-24 20:43:56 -04:00
Donald Cheng Hong Zou
46efe2b8dd
Finished developing add config
2022-03-24 02:10:52 -04:00
Donald Cheng Hong Zou
cc1dd682e8
Add configuration and adjusted redirect functionality
2022-03-22 16:13:57 -04:00
Donald Cheng Hong Zou
bdd984a887
Brand new switch button and toast UI
2022-03-21 22:33:19 -04:00
Donald Cheng Hong Zou
65f31a0b38
Gave up using WebSocket
...
Flask-SocketIO does not fully compatible with Gunicorn, and it limited to 1 worker, which it will takes forever to finish loading the webpage. Switched back to using ajax.
2022-03-04 22:09:01 -05:00
Donald Cheng Hong Zou
7e1fd99c37
Fixed chart and updated requirement.txt
2022-03-04 08:28:54 -05:00
Donald Cheng Hong Zou
8fe8209580
Added line graph using chart.js & Improving websocket.
...
Added line graph to show total receive & total sent changes per refresh interval, using chart.js line chart to show the changes. Switching configuration don't need to refresh anymore, by using websocket.
2022-03-03 08:46:23 -05:00
Donald Cheng Hong Zou
264a050360
Temp fix
2022-02-28 13:34:46 -05:00
Donald Cheng Hong Zou
3bb86493cc
Minor changes
2022-02-28 13:29:17 -05:00
Donald Cheng Hong Zou
3b478bcc2d
OneDrive gone again....
2022-02-04 21:36:46 -05:00
Donald Cheng Hong Zou
77bb78c381
OneDrive caused my whole project folder gone....
2022-02-04 11:44:50 -05:00