Commit graph

440 commits

Author SHA1 Message Date
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
NPM Update Bot
1412f63dfa npm: package updates 2024-02-21 09:25:10 +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
NPM Update Bot
afaaa2bd0e npm: package updates 2024-02-21 00:12:01 +00:00
NPM Update Bot
4b543edec5 npm: package updates 2024-02-20 12:37:34 +00:00
Rui Ribeiro
ca508549ca
Added Portuguese Language
Added Portuguese Language
2024-02-20 09:57:10 +00:00
NPM Update Bot
76c6792904 npm: package updates 2024-02-20 00:11:59 +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
NPM Update Bot
cc19f82a19 npm: package updates 2024-02-18 21:56:07 +00: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
NPM Update Bot
6670176c48 npm: package updates 2024-02-15 00:12:05 +00:00
NPM Update Bot
257be24edf npm: package updates 2024-02-14 00:12:09 +00:00
Sergei Birukov
45147ee7c4 Fix lint errors 2024-02-13 19:30:34 +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
NPM Update Bot
14e97c8d86 npm: package updates 2024-02-13 09:20:33 +00:00
jkh0kr
4b53c3d755
Update i18n.js
Add Korean language
2024-02-13 11:19:42 +09:00
NPM Update Bot
9fb0b2b760 npm: package updates 2024-02-13 00:12:36 +00: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
NPM Update Bot
d386bed476 npm: package updates 2024-02-12 00:12:28 +00:00
Guillem Bonet
7b91dd678e
Add catalan language
Signed-off-by: Guillem Bonet <guillem.bonet@gmail.com>
2024-02-09 10:01:34 +01:00
NPM Update Bot
7cd64c3511 npm: package updates 2024-02-08 00:11:38 +00:00
NPM Update Bot
c7a30f4245 npm: package updates 2024-02-07 00:11:50 +00: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
NPM Update Bot
d7b5f4d100 npm: package updates 2024-02-06 00:12:12 +00:00
NPM Update Bot
d0e0e6a415 npm: package updates 2024-02-04 00:13:18 +00:00
NPM Update Bot
eec94a3b4e npm: package updates 2024-02-03 23:30:30 +00:00
NPM Update Bot
0f07244bb4 npm: package updates 2024-02-02 21:21:49 +00:00
Peter Lewis
660d77d63b
Merge pull request #800 from minghongx/rm-newline-char
Remove redundant newline char in generated client configuration
2024-02-02 20:58:13 +00:00
NPM Update Bot
946eb6004e npm: package updates 2024-02-02 00:11:51 +00:00
Minghong Xu
648594733c fixup: interface is a reserved word in strict mode 2024-01-31 03:50:53 +00: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
Minghong Xu
8aafe6b8c9 WireGuard.js: remove redundant newline char in client config generation 2024-01-30 06:59:19 +00:00
NPM Update Bot
bfd281fc9f npm: package updates 2024-01-29 20:05:05 +00: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
NPM Update Bot
79f1b88534 npm: package updates 2024-01-29 00:12:15 +00:00