Bernd Storath
748ce1c9a2
move password login route
move password login route from /api/session to /api/auth/password
align with oauth
2 weeks ago
Bernd Storath
de54d3650e
add ability to set password for oidc users
this allows oidc users to add password login
cant be removed after
2 weeks ago
Bernd Storath
dfb6df3df8
support generic oidc
2 weeks ago
Bernd Storath
5aff3be745
nullable password, prevent timing attack
this prevents timing attacks by always checking hash even if there is none
prevents using basic auth if 2fa is enabled
2 weeks ago
Bernd Storath
b3606d4c4a
move docs to own page
2 weeks ago
Bernd Storath
1f22aaa147
adjust github logo with theme
2 weeks ago
Bernd Storath
c0dc6719d3
github login flow
2 weeks ago
Bernd Storath
2ad1c9a737
fix type import
2 weeks ago
Bernd Storath
e00e1aafe6
properly allow multiple providers
2 weeks ago
Bernd Storath
b936d75c93
wip make oauth more generic
2 weeks ago
Bernd Storath
7648b90510
add openid client
2 weeks ago
Bernd Storath
3bce57404e
move oauth section
2 weeks ago
Daniel Molenda
8a3f945057
feat: add Google OAuth login support ( #2625 )
* 🔧 Add login via google
* 🔧 Update code style and docs
* Add fix for db migrate
* 🔧 Update docker-compose
* 🔧 Fix sqlite"
* 🔧 Update docker-compose
* ⚰️ Remove environments
* 🔧 Fix: remove ensureGoogleIdColumn workaround from sqlite.ts
* 🔧 Remove space
2 weeks ago
Bernd Storath
e03d743307
update packages
2 weeks ago
Bernd Storath
99357848e5
remove dependabot for npm
npm updates are handled manually to correctly dedupe
2 weeks ago
Ankit Agarwal
c41ae0d4c5
Add Hindi translation ( #2632 )
2 weeks ago
ふぁ
66f8bde206
Add Japanese translation ( #2642 )
2 weeks ago
Bernd Storath
b3afb9ac1b
update packages
2 weeks ago
Bernd Storath
90e2bbe0a6
patch wg-quick. fix sysctl ( #2630 )
no unneeded sysctl
3 weeks ago
HackingAll
a52da67b38
Adding new translated lines ( #2624 )
3 weeks ago
Bernd Storath
e513090074
update badges
4 weeks ago
Bernd Storath
2dc8ba7792
Bump version to 15.3.0
4 weeks ago
Bernd Storath
4e8cccb4c7
replace debug with obug ( #2619 )
* patch unenv
* replaces debug with obug
reverts unenv patch
4 weeks ago
Bernd Storath
e57b0977d3
update packages
4 weeks ago
Bernd Storath
b8be53c3f7
fix build
1 month ago
Bernd Storath
0794413191
update packages
1 month ago
Bernd Storath
261b0d6b8f
Bump version to 15.3.0-beta.3
1 month ago
Ming Mak
f656d57d20
Translation: update Traditional Chinese (zh-HK) localization ( #2603 )
* Update Chinese (HK) translations for clarity and completion
* Fix spacing
* Update zh-HK.json
Taking reference from zh_TW, making awg clearer
* Remove duplicate 'search' entry in zh-HK.json
* Fix translation typos in zh-HK locale
Replaced "户" with "戶".
1 month ago
Bernd Storath
46074fea1c
update packages
1 month ago
Felipe Cordova Huenupil
05c655ede9
fix(ui):Error pops up when enabling disabled client ( #2594 )
* fix(ui):Error pops up when enabling disabled client
Action is prevented and a clear message is displayed in Web UI
* fix formatting
* fix type issue
* fix formatting
---------
Co-authored-by: Bernd Storath <[email protected] >
1 month ago
Bernd Storath
ebcc42cc49
fix build
2 months ago
Evgeniy
be8d24e492
Fix: Add trailing newline to Prometheus metrics output ( #2573 )
Fix prometheus metrics
2 months ago
Bernd Storath
9682dedea7
update packages
2 months ago
Bernd Storath
5eb80fe3c1
update packages
2 months ago
dependabot[bot]
dd9da2a067
build(deps): bump pnpm/action-setup from 5 to 6 ( #2574 )
Bumps [pnpm/action-setup](https://github.com/pnpm/action-setup ) from 5 to 6.
- [Release notes](https://github.com/pnpm/action-setup/releases )
- [Commits](https://github.com/pnpm/action-setup/compare/v5...v6 )
---
updated-dependencies:
- dependency-name: pnpm/action-setup
dependency-version: '6'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <[email protected] >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2 months ago
Bernd Storath
15111ecd62
update packages
2 months ago
dependabot[bot]
e9f4b4650b
build(deps): bump pnpm/action-setup from 4 to 5 ( #2570 )
Bumps [pnpm/action-setup](https://github.com/pnpm/action-setup ) from 4 to 5.
- [Release notes](https://github.com/pnpm/action-setup/releases )
- [Commits](https://github.com/pnpm/action-setup/compare/v4...v5 )
---
updated-dependencies:
- dependency-name: pnpm/action-setup
dependency-version: '5'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <[email protected] >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2 months ago
Bernd Storath
e3e4049f8e
update packages
2 months ago
Bernd Storath
3fb9adbf6f
Bump version to 15.3.0-beta.2
2 months ago
Bernd Storath
cd9db1563d
fix: mobile UI ( #2569 )
* improve mobile ui
* general cleanup
* cleanup, improvements
* fix hydration mismatch
2 months ago
wuys
b5c30f5dbe
i18n: add Vietnamese language support ( #2568 )
* i18n: add Vietnamese translation
* i18n: fix lint
* i18n: import fix
---------
Co-authored-by: meow <[email protected] >
2 months ago
adi82bdg
1eb9527175
Update Polish translations for various terms ( #2566 )
2 months ago
Nikolas
cd890c1f0f
Update uk.json ( #2559 )
3 months ago
Timothy Pillow
2a78b30aeb
Config fix for #2208 : Document network interface fix for multi-network configuations ( #2555 )
* document fix for #2208
* typo fix
* prettier
* fix code block format
* fix indentation
---------
Co-authored-by: Timothy Pillow <[email protected] >
Co-authored-by: Bernd Storath <[email protected] >
Co-authored-by: Bernd Storath <[email protected] >
3 months ago
Chiahong
9a843087c3
i18n(zh-tw): Update Traditional Chinese translation ( #2558 )
3 months ago
Bernd Storath
483b63bba6
update packages
3 months ago
Alexis-Loskoutoff
13942c97b2
i18n(fr): Update French translation ( #2544 )
3 months ago
MeCias
82c64e506e
Lang(de): Added missing translations ( #2543 )
* Update de.json
Lang(de): Added missing translations
* Lang(de): Added missing translations and Comma
* Lang(de): Added missing translations and Comma and identations
3 months ago
Aarón Rosa Díaz
9b3d919168
i18n(es): Updated Spanish translation ( #2540 )
Updated Spanish translations for various UI elements
Updated and completed all remaining Spanish translations, including support for AmneziaWG 2.0. Following: https://wg-easy.github.io/wg-easy/v15.2/contributing/translation/
3 months ago
杨黄林
3eaf0d01dc
i18n: improve Simplified Chinese translation ( #2541 )
* Fix zh-CN translate
* i18n: improve Simplified Chinese translation
---------
Co-authored-by: yanghuanglin <[email protected] >
3 months ago