Bernd Storath
a0b4192cbd
Bump version to 15.2.1
6 months ago
Bernd Storath
32a055093a
exclude i18n from setup middleware
6 months ago
Bernd Storath
51558c7027
refactor: session handling ( #2398 )
* refactor session handling
* simplify
6 months ago
binnichtaktiv
b85286f0ab
Lang(de): Improve and add missing translations ( #2393 )
* add missing german translations
* fix typos and improve existing translations
* fix punctuation
* fix last overlooked typos
6 months ago
Bernd Storath
48f3fbd715
always generate awg h1-h5
6 months ago
Bernd Storath
458f66818a
fix search magnifying icon
6 months ago
Bernd Storath
7964dc7993
Bump version to 15.2.0
6 months ago
Bernd Storath
826914a4f3
update packages
6 months ago
Bernd Storath
261da431e7
Fix: reset onetimelink expiration instead of failing ( #2370 )
* update expiresAt instead of failing
* add changelog
6 months ago
Bernd Storath
8325056ccc
update lockfile
6 months ago
Bernd Storath
81a1b2c907
update packages
6 months ago
Bernd Storath
61c6fd6c02
update packages
7 months ago
David DIVERRES
abe5708058
Update fr.json ( #2326 )
Update fr.json - Add missing translations and improve existing ones
- Add missing keys: client.delete, client.search, client.config, client.viewConfig
- Add complete copy section (4 keys)
- Add complete awg section (27 keys for AmneziaWG parameters)
- Fix terminology: "double facteur" → "deux facteurs" (standard French)
- Fix zod.generic.validBoolean translation
- Fix zod.generic.stringMin capitalization and wording
- Translate zod.client.id to French
- Improve admin.general route descriptions
7 months ago
Bernd Storath
626339bddb
update packages
7 months ago
Danya
381ae23c07
Update ru ( #2324 )
* Update ru.json
Full revision of the Russian localization for the AWG configuration block, including terminology corrections, improved consistency, and clarified parameter descriptions.
* Update ru.json
* fix formatting
---------
Co-authored-by: Bernd Storath <[email protected] >
7 months ago
Nikolas
52382d1d7a
Update uk.json ( #2323 )
7 months ago
Mike
68e5216d4b
Update ru.json ( #2319 )
* Update ru.json
* format
---------
Co-authored-by: Bernd Storath <[email protected] >
7 months ago
Bernd Storath
ceff95b336
Bump version to 15.2.0-beta.3
7 months ago
Bernd Storath
e8e26cfe10
update packages
7 months ago
Bernd Storath
400d4d992e
Fix light mode admin menu active text color ( #2307 )
* fix color
* remove duplicates
7 months ago
Bernd Storath
b26a8110e0
update packages
7 months ago
杨黄林
692f550596
Improve zh-CN translate ( #2298 )
Fix zh-CN translate
Co-authored-by: yanghuanglin <[email protected] >
7 months ago
Chiahong
badae8b8e4
fix(i18n): Add missing translation for delete action ( #2295 )
7 months ago
Nikolas
7f89bde99e
Update uk.json ( #2293 )
7 months ago
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] >
7 months ago
Chiahong
10a140d188
feat(i18n): Add Traditional Chinese (Taiwan, zh-TW) support ( #2285 )
7 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