Commit Graph

76 Commits

Author SHA1 Message Date
Philip H 1a54a0b016
Merge branch 'imexport' into imexport 2024-07-10 15:49:42 +02:00
tetuaoro ce20bb7fcb feat: support more langs
* add translations for French, Spanish, and Italian
* change the wording for better understanding of this feature:
    - "import" to "restore"
    - "export" to "backup"
* rename functions to reflect these changes
2024-07-10 15:46:36 +02:00
tetuaoro 03b7d8e537 feat: load configuration from file
* import json config file & update the config (restore)
* export the config and save it to json file (backup)
2024-07-10 15:46:36 +02:00
tetuaoro e7d4bbc12c
Merge branch 'master' into imexport 2024-07-10 15:14:41 +02:00
tetuaoro 45087a9683 fix conficts 2024-07-10 15:01:39 +02:00
tetuaoro f47e740861 fix: auto formatter 2024-07-10 14:34:57 +02:00
Philip H abdf96011e
Revert "import & export configuration" 2024-07-10 12:44:59 +02:00
tetuaoro 43b193b76d feat: support more langs
* add translations for French, Spanish, and Italian
* change the wording for better understanding of this feature:
    - "import" to "restore"
    - "export" to "backup"
* rename functions to reflect these changes
2024-07-10 12:06:25 +02:00
tetuaoro 72ba79b5f2 feat: load configuration from file
* import json config file & update the config (restore)
* export the config and save it to json file (backup)
2024-07-09 17:06:19 +02:00
Philip H 19589e7ee7
refactor!: migrate from express to h3 (#914) 2024-03-20 13:38:14 +01:00
Philip H c107920df2
Merge branch 'master' into feat-h3 2024-03-19 14:09:42 +01:00
Sergei Birukov 98a5daf458 Fix charts on mobile 2024-03-18 21:25:08 +01:00
Sergei Birukov aedb691b2b Fix traffic charts. Add chart vars
Add UI_TRAFFIC_STATS, UI_CHART_TYPE
2024-03-18 21:25:08 +01:00
Sergei Birukov 81ccf8762d Header mobile layout 2024-03-18 10:05:12 +03:00
Sergei Birukov f3a8ff6490 Add dark/light mode toggle. Add chart toggle
Change dark/light mode detection
Add saving uiShowCharts to local storage
Add saving uiTheme to local storage
Add ui buttons
2024-03-17 20:38:21 +03:00
Sergei Birukov 166a58a685 Fix charts on mobile 2024-03-15 15:20:35 +01:00
Sergei Birukov 3d11730926 Fix traffic charts. Add chart vars
Add UI_TRAFFIC_STATS, UI_CHART_TYPE
2024-03-15 15:20:35 +01:00
Philip H 1a3cff855e
Merge branch 'feat-h3' into master 2024-03-14 08:48:53 +01:00
Thomas Willems 19c83de975
add .is-disabled 2024-03-04 21:40:17 +01:00
Thomas Willems 76c713499d
allow clients with no privateKey
see https://github.com/wg-easy/wg-easy/discussions/791

I disabled the download from the frontend.
If someone tries to manually call the API, the privateKey block is set to "REPLACE_ME" to indicate that this value must be set manually.
2024-03-04 21:39:57 +01:00
Philip H ce1af6d691
Merge branch 'feat-no-privateKey' into feat/clients-without-privatekey 2024-03-02 14:12:38 +01:00
cany748 e8a160b14f refactor!: migrate from express to h3 2024-02-28 15:48:09 +07:00
Sergei Birukov 7d19b74845 Fix simple stats wrapping on mobile 2024-02-27 20:03:43 +03:00
Peter Lewis ebc5173bd0
usage -> traffic 2024-02-25 22:02:53 +00:00
Peter Lewis a40dbe130e
detailed -> usage 2024-02-25 21:42:51 +00:00
Peter Lewis a4da7421c8
Merge remote-tracking branch 'origin/feat-stats' into feat-stats 2024-02-25 21:40:10 +00:00
Sergei Birukov 2c05b7989f Align stats to the right on mobile 2024-02-22 21:01:01 +03:00
Bruno Antunes f61b187402 Fix Gravatar support 2024-02-21 10:23:53 +00:00
Sergei Birukov a4049acdb6 Wrap layout on <640px 2024-02-17 17:47:52 +03:00
Sergei Birukov a522a442ae Change layout wrapping. Fix last seen 2024-02-17 15:22:43 +03:00
Sergei Birukov fa392cf260 Add UI_DETAILED_STATS variable
Show detailed RX / TX stats when UI_DETAILED_STATS = true
Add api method to get UI_DETAILED_STATS value on frontend
2024-02-13 12:53:32 +03:00
Sergei Birukov 5b2a9308f5 Update client list layout and show total client RX/TX
Update client layout to show current and total rx/tx values in columns.
Update tablet and mobile layout
2024-02-06 17:45:33 +03:00
Thomas Willems 4aa6f99b04
rename is-disabled to inactive 2024-01-30 21:28:46 +01:00
Thomas Willems 20ae02dd48
add .is-disabled 2024-01-30 21:27:05 +01:00
Thomas Willems c7cc3eca4a
allow clients with no privateKey
see https://github.com/wg-easy/wg-easy/discussions/791

I disabled the download from the frontend.
If someone tries to manually call the API, the privateKey block is set to "REPLACE_ME" to indicate that this value must be set manually.
2024-01-30 21:27:02 +01:00
Philip H 98fb6f724d
fixup: index.html 2024-01-29 16:55:29 +01:00
Philip H 518f8fd811
fixup: index.html 2024-01-29 16:48:32 +01:00
Philip H 8dbc882a11
index.html: logo on loginpage 2024-01-29 16:38:20 +01:00
Philip H 3dae5d64fd
add multilanguage support (#769)
Thank you @cany748!
2024-01-19 08:39:59 +01:00
Philip H 7e4a3b3347
index.html: use app.css 2024-01-19 06:39:57 +01:00
Alexander f7e8ad1fb5
Merge branch 'multilanguage_support' into master 2024-01-15 16:50:13 +07:00
Peter Lewis af44a82780
Update index.html
Remove errant `</p>`
2024-01-11 22:15:19 +00:00
Peter Lewis d51ee147ea
Update index.html
Remove duplicate GitHub link
2024-01-11 22:03:02 +00:00
Peter Lewis a8d6bac37f
Update index.html 2024-01-11 21:59:54 +00:00
Alexander 7d7a2ff8d7
Merge branch 'master' into master 2023-12-22 14:29:38 +07:00
Peter Lewis f3e926eabc
Update index.html
Switch to using `media` for dark mode.
2023-12-21 16:00:40 +00:00
Peter Lewis aa939d876c
Merge remote-tracking branch 'pheiduck/main' into rebase-pheiduck 2023-12-21 14:25:54 +00:00
Alexander 3ee12e2a6a
Merge branch 'master' into master 2023-12-19 14:06:57 +07:00
Emile Nijssen 7decb5907d rename 2023-12-17 22:56:09 +01:00
Emile Nijssen a89ff96d37 weejewel → wg-easy 2023-12-17 22:37:34 +01:00