Bernd Storath
326717444b
Bump version to 15.2.0-beta.2
7 months ago
Bernd Storath
4e4bfc75e3
feat: add config btn and modal to view and copy config ( #2289 )
* add view config btn and modal
* show loading state
* add note about keyboard
7 months ago
Bernd Storath
5c97a8ba73
try all qr ecc levels ( #2288 )
try ecc levels
7 months ago
Nikolas
4a75e1379d
Update uk.json ( #2286 )
* Update uk.json
* fix formatting
---------
Co-authored-by: Bernd Storath <[email protected] >
8 months ago
Chiahong
10a140d188
feat(i18n): Add Traditional Chinese (Taiwan, zh-TW) support ( #2285 )
8 months ago
Bernd Storath
edc3c5af57
Bump version to 15.2.0-beta.1
8 months ago
Alexander Chepurnoy
6a282e6ab9
AmneziaWG 2.0 ( #2226 )
* feat!: awg
* feat: add description to fields, add I5
* fix: awg i18n
* fix: types
* minor fixes
* Remove TODO comment from types.ts
Removed TODO comment for more validation.
---------
Co-authored-by: Bernd Storath <[email protected] >
8 months ago
Badri Isiani
a8ba7f7247
Fixed a bug causing .conf.txt download on Android affecting Firefox based Android browsers. ( #2269 )
* Fixed a bug causing .conf.txt download on Android
... affecting Firefox based Android browsers.
* change content-type
---------
Co-authored-by: Badri Isiani <[email protected] >
Co-authored-by: Bernd Storath <[email protected] >
8 months ago
Bernd Storath
502fe718d5
update packages
8 months ago
Bernd Storath
5c7aac9fd2
update packages
8 months ago
YuWorm
2f96d9934b
add filename cleaning at OneTimeLink download ( #2253 )
* add filename cleaning at OneTimeLink download
* add cleanConfigFilename function in utils/WireGuard
8 months ago
Bernd Storath
5f68d261c0
update packages
8 months ago
Bernd Storath
ab9d75757f
fix types
8 months ago
Bernd Storath
9430b76258
update packages
8 months ago
Bernd Storath
99f1a004d5
Fix: Allow lower MTU ( #2228 )
allow lower mtu
8 months ago
YuWorm
2b42b639ea
Add search / filter box ( #2170 )
* feat: Add search client based on #1978
* moved the filtering to the DB level using zod and tidied up some imports.
* minor fix
* minor fix
* fix typo
---------
Co-authored-by: Bernd Storath <[email protected] >
8 months ago
Bernd Storath
76d5944726
Fix: Client Address Cidr ( #2217 )
fix client cidr
9 months ago
Bernd Storath
81bd19cfb6
update packages
9 months ago
Bernd Storath
529d65b3fb
Fix: don't expect dump to contain client
Fixes : #2200
Fixes Bug introduced in: #2058
9 months ago
Bernd Storath
cbbf5d3d25
Feat: Return client id of newly created client ( #2190 )
return client id of newly created client
9 months ago
lenny76
a282ca35f1
feat(i18n): Add Italian language support ( #2185 )
* feat(i18n): Add Italian language support
This commit introduces Italian (it) language support to the application.
The `it` locale has been added to the `messages` object in `i18n.config.ts`, enabling the application to load and display content in Italian.
* little fix for italian translation
* Update nuxt.config.ts for italian language
---------
Co-authored-by: LucaS <[email protected] >
9 months ago
Danya
0792862c0d
Fix minor issues in Russian translations ( #2177 )
fix-russian-ui
Update Russian translation
9 months ago
Németh Bálint
6c0d8e91fa
Add INIT_ALLOWED_IPS for unattended setup ( #2164 )
* Add INIT_ALLOWED_IPS env var
Implement INIT_ALLOWED_IPS env var like the INIT_DNS to preset the global Allowed IPs field.
* Docs: Add INIT_ALLOWED_IPS var to unattended setup table
* Make UserConfigService.update param partial
Update UserConfigService.update() to accept any subset of the updatable fields.
Remove the unnecessary userConfig object from DBService.initialSetup()
* formatting fix
* format on linux
On windows prettier get confused by global conf... common windows things
10 months ago
Bernd Storath
7cfe04286a
update packages
10 months ago
Bernd Storath
000513f212
fix build
TODO: investigate the root cause
10 months ago
Bernd Storath
e12208af75
update packages
10 months ago
TaeHyeon Jo
2d9c75fd81
fix(i18n-ko): unify 2FA terminology; add notConnected/endpoint/endpointDesc; keep PreUp ( #2140 )
fix(i18n-ko): unify 2FA terminology, add notConnected/endpoint/endpointDesc, keep PreUp
10 months ago
Bahri Rizaldi
0c54b1c3da
Add Bahasa Indonesia Translations ( #2142 )
Add Bahasa Indonesia
10 months ago
xGhostxDev
be7943dc9b
Add polish language ( #2126 )
* Update i18n.config.ts
* Update nuxt.config.ts
* Add files via upload
10 months ago
WebX Beyond
0b32ab899c
Add Bangla (বাংলা) translation and language support to wg-easy ( #2112 )
Bangla translation added
11 months ago
Alexander Chepurnoy
ef463d3d85
feat: add amneziawg support ( #2102 )
* feat: detect wireguard executable
* feat: add amneziawg-tools to container
* feat: enhance AWG detection and configuration handling
* refactor: change env name
* refactor: change env values
11 months ago
Kayhan
cb8aa45cde
Added Turkish language ( #2099 )
11 months ago
Bernd Storath
54e0a1e886
update packages
11 months ago
Ezmana
71a452080e
French language update ( #2090 )
11 months ago
Ciro Mota
5be7fb3038
feat: Add Português Brasil translation ( #2077 )
11 months ago
Aleksandr Fedotov
59f0c8b0d2
Update ru.json ( #2078 )
11 months ago
Bernd Storath
e1ed93674d
update packages, fix es, remove nuxtr
11 months ago
Néstor
6b65a8099b
Create es.json (spanish language) ( #2070 )
Create es.json
Added a preview of spanish translation.
11 months ago
Nikolas
c1dd494d0f
Update uk.json ( #2065 )
11 months ago
Bernd Storath
bf9e8a6e21
fix lint
11 months ago
Bernd Storath
371d7617ff
fix styling
11 months ago
Bernd Storath
0b435d9ed8
update packages
11 months ago
Bernd Storath
07f89d15a9
Feat: show client endpoint ( #2058 )
* show client endpoint
* improve
* fix status code
11 months ago
Bernd Storath
b5318086d2
Fix: Remove dns if empty ( #2057 )
remove dns if empty
11 months ago
Bernd Storath
b7f9b7c830
Feat: Allow empty dns ( #2052 )
* allow empty dns
* remove log
11 months ago
Bernd Storath
6326ee31c4
migrate to zod v4
12 months ago
Bernd Storath
984dc95550
update packages
12 months ago
Maksim M.
cd0a9b8e33
Add Russian translation ( #2014 )
* feat(i18n): add Russian translation
* Corrected the AI translation
Подправил AI перевод
* fix: format ru.json
12 months ago
Bernd Storath
90b9ba15ec
feat: make api more secure ( #2015 )
make api more secure
12 months ago
Bernd Storath
0abc419db7
fix lint errors
12 months ago