Commit graph

119 commits

Author SHA1 Message Date
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
Philip H
6eaa00d620
Merge branch 'master' into feat-stats 2024-03-01 14:23:29 +01:00
Philip H
9a3f6b0544
Merge branch 'master' into feature/added-thai-language 2024-03-01 14:17:43 +01:00
davide-acanfora
a6767cafb2 Added Italian language. Updated supported languages list 2024-03-01 14:10:16 +01:00
Chanchai
811ac30fd3 update Thai language 2024-03-01 14:10:01 +01:00
Chanchai
58435fe972 Added Thai language 2024-03-01 14:10:01 +01:00
Philip H
e942ebd577
app.css: revert version modification 2024-02-27 21:33:53 +01:00
Sergei Birukov
7d19b74845 Fix simple stats wrapping on mobile 2024-02-27 20:03:43 +03:00
Philip H
00956ecf74
Merge branch 'feat-no-privateKey' into feat/clients-without-privatekey 2024-02-26 10:47:43 +01:00
Peter Lewis
ebc5173bd0
usage -> traffic 2024-02-25 22:02:53 +00:00
Peter Lewis
f6b0085c1b
fix regression 2024-02-25 21:47:56 +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
Peter Lewis
0444940303
Merge pull request #872 from suxscribe/feat-update-client-layout
Fix detailed stats 3
2024-02-25 19:54:56 +00:00
Sergei Birukov
2c05b7989f Align stats to the right on mobile 2024-02-22 21:01:01 +03:00
Philip H
fbfaaa4f67
update ApexCharts to v3.46.0 (#867) 2024-02-22 16:27:40 +01:00
NPM Update Bot
6d99128040 npm: package updates 2024-02-22 15:21:18 +00:00
Philip H
d734445184
Fix Gravatar support (#865)
Thank you @sardaukar!
2024-02-22 16:20:45 +01:00
Loudhot
0a2c06a386
Update i18n.js 2024-02-22 15:36:27 +03:00
Loudhot
5a0a9c7333
Update i18n.js
Added Ukrainian language
2024-02-22 03:52:31 +03:00
pheiduck
511e6140fc update ApexCharts to v3.46.0 2024-02-21 20:34:06 +01:00
Bruno Antunes
d12c81e51f Forgot to trim the string 2024-02-21 10:33:30 +00:00
Bruno Antunes
f61b187402 Fix Gravatar support 2024-02-21 10:23:53 +00:00
Philip H
a951f0eb26
i18n.js: fixup remove trailing space 2024-02-21 10:22:57 +01:00
nashi23
e4f9a37933 Add Simplified Chinese & Traditional Chinese Language 2024-02-21 16:47:45 +08:00
Rui Ribeiro
ca508549ca
Added Portuguese Language
Added Portuguese Language
2024-02-20 09:57:10 +00:00
deffcolony
30ba579517 adds Dutch & Icelandic language
+ added Dutch language
+ added Icelandic language by @alexveebee

Co-Authored-By: Alex <75509525+alexveebee@users.noreply.github.com>
2024-02-19 18:28:16 +01:00
Philip H
264eb078ca
fixup: Missing trailing comma 2024-02-19 12:36:11 +01:00
Quy Dang Quoc
30367ee32b
Add Vietnamese language 2024-02-19 17:04:56 +07:00
jkh0kr
69513770e9
Update i18n.js
Correct Korean language typo
2024-02-19 11:18:23 +09:00
Philip H
ca7a6c00cc
Fix detailed stats 2 (#844) 2024-02-17 20:38:59 +01:00
Sergei Birukov
c47ade71cc Fix some bugs
json error
update css
some refactoring for getUiDetailedStats
2024-02-17 21:48:43 +03:00
Philip H
d7d515cdce
Fix detailed stats #843 from suxscribe/feat-update-client-layout 2024-02-17 16:02:01 +01: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
Peter Lewis
4a7700bfb8
Merge pull request #834 from suxscribe/feat-update-client-layout
Show total RX/TX data for each client in UI
2024-02-16 21:57:55 +00: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
jkh0kr
4b53c3d755
Update i18n.js
Add Korean language
2024-02-13 11:19:42 +09:00
Sergei Birukov
a1fdc610ad Merge branch 'master' into feat-update-client-layout 2024-02-12 17:30:45 +03:00
amarqz
e190544c50
Add Spanish language 2024-02-12 11:11:06 +01:00
Guillem Bonet
7b91dd678e
Add catalan language
Signed-off-by: Guillem Bonet <guillem.bonet@gmail.com>
2024-02-09 10:01:34 +01: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