dependabot[bot]
6dc89257ff
build(deps-dev): bump nodemon from 3.1.4 to 3.1.7 in /src ( #1426 )
Bumps [nodemon](https://github.com/remy/nodemon ) from 3.1.4 to 3.1.7.
- [Release notes](https://github.com/remy/nodemon/releases )
- [Commits](https://github.com/remy/nodemon/compare/v3.1.4...v3.1.7 )
---
updated-dependencies:
- dependency-name: nodemon
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected] >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
6 months ago
dependabot[bot]
a32655992f
build(deps-dev): bump tailwindcss from 3.4.11 to 3.4.12 in /src ( #1425 )
Bumps [tailwindcss](https://github.com/tailwindlabs/tailwindcss ) from 3.4.11 to 3.4.12.
- [Release notes](https://github.com/tailwindlabs/tailwindcss/releases )
- [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/v3.4.12/CHANGELOG.md )
- [Commits](https://github.com/tailwindlabs/tailwindcss/compare/v3.4.11...v3.4.12 )
---
updated-dependencies:
- dependency-name: tailwindcss
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected] >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
6 months ago
Philip H.
2bd1dffe7e
CODEOWNERS: fixup request review by all Maintainers
Emile will also be on this list, should be fine anyways.
7 months ago
Naoki Ishikawa
3c959ba3bb
Add japanese translation. ( #1403 )
7 months ago
dependabot[bot]
0b204a6f21
build(deps-dev): bump tailwindcss from 3.4.10 to 3.4.11 in /src ( #1412 )
Bumps [tailwindcss](https://github.com/tailwindlabs/tailwindcss ) from 3.4.10 to 3.4.11.
- [Release notes](https://github.com/tailwindlabs/tailwindcss/releases )
- [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/v3.4.11/CHANGELOG.md )
- [Commits](https://github.com/tailwindlabs/tailwindcss/compare/v3.4.10...v3.4.11 )
---
updated-dependencies:
- dependency-name: tailwindcss
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected] >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
7 months ago
Philip H.
efe5cccb02
index.html: Emile Nijssen's blog url changed
7 months ago
Tristan
31c59c1b26
Update README.md ( #1390 )
7 months ago
Vadim Babadzhanyan
6e891ad9fb
Prometheus password fix ( #1319 )
* Russian translation
* Fix require prometheus password
---------
Co-authored-by: Vadim Babadzhanyan <[email protected] >
7 months ago
Philip H.
e2fe3b8b32
fixup: deploy.yml
echo moved by a mistake
7 months ago
Philip H.
c0fbc3f647
Update deploy.yml
7 months ago
Xiwangly
f3324cbb28
Update i18n.js, add chs & cht translations ( #1374 )
7 months ago
Vadim Babadzhanyan
33b4c3859d
Fix onetimelink ( #1367 )
* Russian translation
* fix onetime link for android tv
---------
Co-authored-by: Vadim Babadzhanyan <[email protected] >
7 months ago
Philip H
067b7bcf84
CI: fixup dev deploy too
Signed-off-by: Philip H <[email protected] >
7 months ago
Philip H.
942f35916c
deploy-nightly.yml: reference to master branch
7 months ago
dependabot[bot]
52d83dbf35
build(deps): bump debug from 4.3.6 to 4.3.7 in /src ( #1365 )
Bumps [debug](https://github.com/debug-js/debug ) from 4.3.6 to 4.3.7.
- [Release notes](https://github.com/debug-js/debug/releases )
- [Commits](https://github.com/debug-js/debug/compare/4.3.6...4.3.7 )
---
updated-dependencies:
- dependency-name: debug
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected] >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
7 months ago
Philip H.
4dc56a0718
CI: use dependabot instead of gh action ( #1364 )
7 months ago
NPM Update Bot
66c64af7cf
npm: package updates
7 months ago
Philip H.
f4b3d4fb6b
wg-password(docu): fixup docker command
7 months ago
NPM Update Bot
3427d677f6
npm: package updates
7 months ago
Bernd Storath
4ba7dc244c
early fail if old password variable ( #1350 )
7 months ago
NPM Update Bot
3f6b6f3c9b
npm: package updates
7 months ago
Hans
11872de321
Allow wgpw to prompt for a password through stdin ( #1348 )
* Allow wgpw to prompt for a password through stdin
If the user does not pass the password as a parameter, they are prompted
for it through stdin.
The password is not echoed back, just like any other command-line log-in
prompt (ie. sudo).
* Fix lint errors in wgpw
7 months ago
NPM Update Bot
4758c0dddc
npm: package updates
7 months ago
NPM Update Bot
96030c08f4
npm: package updates
7 months ago
Kirk1984
ba989aa829
Fix typo in How_to_generate_an_bcrypt_hash.md ( #1332 )
7 months ago
NPM Update Bot
78fab2b5d8
npm: package updates
7 months ago
NPM Update Bot
dd04dd285d
npm: package updates
7 months ago
Vadim Babadzhanyan
7be9884aec
Feat Prometheus metrics ( #1299 )
* Russian translation
* Add Prometheus metrics
[Feat]: Simple Stats API #1285
* Revert "Add Prometheus metrics"
This reverts commit a998f6be8a
.
* Add Prometheus metrics
[Feat]: Simple Stats API #1285
* Fix short link. Generate One Time Link (#1301 )
Co-authored-by: Vadim Babadzhanyan <[email protected] >
* fix one time links (#1304 )
Closes #1302
Co-authored-by: Bernd Storath <[email protected] >
* fixup: issue templates due to labels reorg
Signed-off-by: Philip H <[email protected] >
* Separate port for prometheus metrics
Add Prometheus metrics [Feat]: Simple Stats API #1285
* Separate port for prometheus metrics
Add Prometheus metrics [Feat]: Simple Stats API #1285
* Fix port in Readme
Separate port for prometheus metrics
Add Prometheus metrics [Feat]: Simple Stats API #1285
* Add Prometheus port in Service
Separate port for prometheus metrics
Add Prometheus metrics [Feat]: Simple Stats API #1285
* Revert "Add Prometheus port in Service"
This reverts commit a7376abcf1
.
* Revert "Fix port in Readme"
This reverts commit 9760bde2f2
.
* Revert "Separate port for prometheus metrics"
This reverts commit 58f5b6806e
.
* Revert "Separate port for prometheus metrics"
This reverts commit 6d246ea4bd
.
* Add Prometheus metrics with Basic Auth
[Feat]: Simple Stats API #1285
* Disable by default
[Feat]: Simple Stats API #1285
* [Feat]: Simple Stats API #1285
* Update README.md
---------
Co-authored-by: Vadim Babadzhanyan <[email protected] >
Co-authored-by: Bernd Storath <[email protected] >
Co-authored-by: Philip H <[email protected] >
7 months ago
Bernd Storath
41be774761
rename features, fix formatting
7 months ago
Philip H.
ed93c6c8ed
CODEOWNERS: make it commplete
7 months ago
NPM Update Bot
bbffc22ae3
npm: package updates
7 months ago
Philip H.
800ec155c1
CODEOWNERS: add kaaax0815
7 months ago
Philip H
75df17476f
fixup: issue templates due to labels reorg
Signed-off-by: Philip H <[email protected] >
7 months ago
Bernd Storath
86f968499a
fix one time links ( #1304 )
Closes #1302
Co-authored-by: Bernd Storath <[email protected] >
7 months ago
Vadim Babadzhanyan
968d2b90a0
Fix short link. Generate One Time Link ( #1301 )
Co-authored-by: Vadim Babadzhanyan <[email protected] >
8 months ago
Philip H
352a022f30
nodejs: use lts as version tag
Signed-off-by: Philip H <[email protected] >
8 months ago
Vadim Babadzhanyan
8145809e22
Feat expiration date ( #1296 )
Closes #1287
Co-authored-by: Vadim Babadzhanyan <[email protected] >
8 months ago
Vadim Babajanyan
40af030266
Update Russian translation ( #1291 )
Co-authored-by: Vadim Babadzhanyan <[email protected] >
8 months ago
Vadim Babajanyan
bb2e8d2751
Fix sort clients ( #1290 )
Co-authored-by: Vadim Babadzhanyan <[email protected] >
8 months ago
Võ Hoàng
ca7ee32052
feat(www): add sort clients by name ( #1227 )
Co-authored-by: Philip H. <[email protected] >
8 months ago
Philip H.
7c521e8733
Add Remember me ( #1276 )
8 months ago
Philip H.
f5885e335c
Merge branch 'master' into remember-me
8 months ago
Philip H.
36b9ff60c8
Supports displaying short links ( #1288 )
8 months ago
Vadim Babadzhanyan
cd3d4efebf
Supports displaying short links, for easy downloading on TVs and Android TVs: fix lint errors
8 months ago
Vadim Babadzhanyan
81633de07b
Supports displaying short links, for easy downloading on TVs and Android TVs: Add crc-32 package
8 months ago
Vadim Babadzhanyan
0a33b1f7df
Supports displaying short links, for easy downloading on TVs and Android TVs
8 months ago
NPM Update Bot
2ea37dd7ba
npm: package updates
8 months ago
Philip H.
2fe5269bbe
Additional Korean language updates ( #1278 )
8 months ago
jkh0kr
8591b35d4e
Update i18n.js
Additional Korean language updates
8 months ago
Philip H.
7fbc2702a6
fix pr template location ( #1277 )
Co-authored-by: Bernd Storath <[email protected] >
8 months ago