Philip H.
ed93c6c8ed
CODEOWNERS: make it commplete
2024-08-22 23:46:04 +02:00
NPM Update Bot
bbffc22ae3
npm: package updates
2024-08-22 21:45:42 +00:00
Philip H.
800ec155c1
CODEOWNERS: add kaaax0815
2024-08-22 23:45:04 +02:00
Philip H
75df17476f
fixup: issue templates due to labels reorg
...
Signed-off-by: Philip H <47042125+pheiduck@users.noreply.github.com>
2024-08-21 17:07:46 +02:00
Bernd Storath
86f968499a
fix one time links ( #1304 )
...
Closes #1302
Co-authored-by: Bernd Storath <999999bst@gmail.com>
2024-08-21 15:55:35 +02:00
Vadim Babadzhanyan
968d2b90a0
Fix short link. Generate One Time Link ( #1301 )
...
Co-authored-by: Vadim Babadzhanyan <vadim.babadzhanyan@my.games>
2024-08-20 16:19:07 +02:00
Philip H
352a022f30
nodejs: use lts as version tag
...
Signed-off-by: Philip H <47042125+pheiduck@users.noreply.github.com>
2024-08-19 14:30:41 +02:00
Vadim Babadzhanyan
8145809e22
Feat expiration date ( #1296 )
...
Closes #1287
Co-authored-by: Vadim Babadzhanyan <vadim.babadzhanyan@my.games>
2024-08-18 23:18:09 +02:00
Vadim Babajanyan
40af030266
Update Russian translation ( #1291 )
...
Co-authored-by: Vadim Babadzhanyan <vadim.babadzhanyan@my.games>
2024-08-16 21:48:22 +02:00
Vadim Babajanyan
bb2e8d2751
Fix sort clients ( #1290 )
...
Co-authored-by: Vadim Babadzhanyan <vadim.babadzhanyan@my.games>
2024-08-16 20:47:31 +02:00
Võ Hoàng
ca7ee32052
feat(www): add sort clients by name ( #1227 )
...
Co-authored-by: Philip H. <47042125+pheiduck@users.noreply.github.com>
2024-08-16 19:40:24 +02:00
Philip H.
7c521e8733
Add Remember me ( #1276 )
2024-08-16 19:27:30 +02:00
Philip H.
f5885e335c
Merge branch 'master' into remember-me
2024-08-16 19:25:36 +02:00
Philip H.
36b9ff60c8
Supports displaying short links ( #1288 )
2024-08-16 19:24:43 +02:00
Vadim Babadzhanyan
cd3d4efebf
Supports displaying short links, for easy downloading on TVs and Android TVs: fix lint errors
2024-08-16 20:20:31 +03:00
Vadim Babadzhanyan
81633de07b
Supports displaying short links, for easy downloading on TVs and Android TVs: Add crc-32 package
2024-08-16 20:08:30 +03:00
Vadim Babadzhanyan
0a33b1f7df
Supports displaying short links, for easy downloading on TVs and Android TVs
2024-08-16 18:39:24 +03:00
NPM Update Bot
2ea37dd7ba
npm: package updates
2024-08-15 15:04:36 +00:00
Philip H.
2fe5269bbe
Additional Korean language updates ( #1278 )
2024-08-15 17:04:07 +02:00
jkh0kr
8591b35d4e
Update i18n.js
...
Additional Korean language updates
2024-08-14 10:00:58 +09:00
Philip H.
7fbc2702a6
fix pr template location ( #1277 )
...
Co-authored-by: Bernd Storath <999999bst@gmail.com>
2024-08-13 14:54:46 +02:00
Bernd Storath
4ead4c2cc9
fix pr template location
2024-08-13 08:30:51 +02:00
Viktor Yudov
3e6ded18a5
Add Remember me
2024-08-13 02:51:05 +03:00
NPM Update Bot
4e79d0ee03
npm: package updates
2024-08-12 14:56:03 +00:00
Philip H.
6d59e16161
add better issue template ( #1274 )
...
Co-authored-by: Bernd Storath <999999bst@gmail.com>
2024-08-12 16:55:29 +02:00
Bernd Storath
0386a0da6b
add better issue template
...
Co-authored-by: Bernd Storath <bernd.storath@offizium.de>
2024-08-12 16:34:01 +02:00
NPM Update Bot
0bf266d5cb
npm: package updates
2024-08-12 08:56:59 +00:00
Philip H.
0ca39b4f34
fix(Doc): fix escaping issue for PASSWORD_HASH in docker-compose.yml ( #1270 )
...
For users using docker-compose.yml, please note that you should not wrap the generated hash password in single quotes. Instead, replace each `$` symbol with two `$$` symbols.
For example, for the password 'foobar123', use the following command to generate the hash:
`docker run ghcr.io/wg-easy/wg-easy wgpw foobar123`
The resulting hash should be used in docker-compose.yml like this:
``` yaml
- PASSWORD_HASH=$$2y$$10$$hBCoykrB95WSzuV4fafBzOHWKu9sbyVa34GJr8VV5R/pIelfEMYyG
```
Signed-off-by: cyicz123 <cyicz123@outlook.com>
2024-08-12 10:56:32 +02:00
程越
a268422e9d
fix(Doc): fix escaping issue for PASSWORD_HASH in docker-compose.yml
...
For users using docker-compose.yml, please note that you should not wrap the generated hash password in single quotes. Instead, replace each `$` symbol with two `$$` symbols.
For example, for the password 'foobar123', use the following command to generate the hash:
`docker run ghcr.io/wg-easy/wg-easy wgpw foobar123`
The resulting hash should be used in docker-compose.yml like this:
``` yaml
- PASSWORD_HASH=$$2y$$10$$hBCoykrB95WSzuV4fafBzOHWKu9sbyVa34GJr8VV5R/pIelfEMYyG
```
Signed-off-by: cyicz123 <cyicz123@outlook.com>
2024-08-12 11:25:17 +08:00
Philip H.
8921d6c661
docker-compose.yml: reflect How_to_generate_an_bcrypt_hash.md
2024-08-10 19:33:30 +02:00
Philip H.
b18f919419
fixup How_to_generate_an_bcrypt_hash.md
...
Password hash has to be in single quotes
2024-08-10 10:34:46 +02:00
Philip H.
ea99f56484
Update How_to_generate_an_bcrypt_hash.md ( #1262 )
...
explain about double $ usage on password.
2024-08-10 10:28:29 +02:00
Jouy Durao
aea653a071
Update How_to_generate_an_bcrypt_hash.md
...
explain about double $ on password
2024-08-09 18:40:39 -03:00
NPM Update Bot
a18a715f6f
npm: package updates
2024-08-08 18:37:52 +00:00
Philip H.
ec202d8575
fix: Status Bar Color Issue in PWA on iOS 18 ( #1257 )
...
#1256
Reported by @xK1t
2024-08-08 20:37:19 +02:00
Philip H
9dd7f256ba
fix: Status Bar Color Issue in PWA on iOS 18
...
Signed-off-by: Philip H <47042125+pheiduck@users.noreply.github.com>
2024-08-08 20:33:01 +02:00
Philip H.
33e95bac5e
Update Ukraine translation ( #1251 )
2024-08-07 17:23:09 +02:00
Nikolas
72fe64385e
Update i18n.js
2024-08-07 17:20:38 +02:00
NPM Update Bot
2b7c846823
npm: package updates
2024-08-07 14:11:55 +00:00
Philip H.
9275cf611a
Add autocomplete attribute to password input ( #1249 )
2024-08-07 16:11:25 +02:00
İbrahim Çetin
95934c6008
Add autocomplete attribute to password input
2024-08-07 10:29:33 +03:00
Philip H.
babb9983aa
chore: Update i18n.js Turkish translations ( #1238 )
...
Thank you @babico!
2024-08-03 09:22:51 +02:00
Müslüm Barış Korkmazer
c9ff248011
chore: Update i18n.js Turkish translations
2024-08-02 22:49:56 +03:00
Philip H.
f9edec0ac1
Create pull_request_template.md ( #1226 )
2024-08-02 19:48:08 +02:00
Philip H.
eb0fa90cd0
Create pull_request_template.md
2024-08-02 19:47:30 +02:00
Philip H.
1607fd1562
fixup: docker-compose.dev.yml ( #1236 )
...
Improving compose file for dev.
Some variables are missed which lead to an error.
Fixes : #1234
2024-08-01 20:09:01 +02:00
Philip H.
5938474bf8
fixup: docker-compose.dev.yml
...
Improving compose file for dev.
Some variables are missed which lead to an error.
Fixes : #1234
2024-08-01 17:20:11 +02:00
Philip H.
ff9c1b49b6
CODEOWNERS: add maintainer
2024-08-01 17:11:01 +02:00
Philip H.
72562dc660
Spelling in How_to_generate_an_bcrypt_hash.md ( #1233 )
2024-08-01 07:30:28 +02:00
kikawala
4ffa6b37de
Spelling in How_to_generate_an_bcrypt_hash.md
2024-07-31 17:10:25 -05:00