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] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-09-23 10:07:33 +02:00
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] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-09-23 10:05:04 +02:00
Naoki Ishikawa
3c959ba3bb
Add japanese translation. ( #1403 )
2024-09-16 08:31:28 +02:00
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] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-09-16 08:28:26 +02:00
Philip H.
efe5cccb02
index.html: Emile Nijssen's blog url changed
2024-09-13 18:24:41 +02:00
Vadim Babadzhanyan
6e891ad9fb
Prometheus password fix ( #1319 )
...
* Russian translation
* Fix require prometheus password
---------
Co-authored-by: Vadim Babadzhanyan <vadim.babadzhanyan@my.games >
2024-09-10 18:46:09 +02:00
Xiwangly
f3324cbb28
Update i18n.js, add chs & cht translations ( #1374 )
2024-09-08 08:21:26 +02:00
Vadim Babadzhanyan
33b4c3859d
Fix onetimelink ( #1367 )
...
* Russian translation
* fix onetime link for android tv
---------
Co-authored-by: Vadim Babadzhanyan <vadim.babadzhanyan@my.games >
2024-09-07 08:43:59 +02:00
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] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-09-06 16:29:05 +02:00
NPM Update Bot
66c64af7cf
npm: package updates
2024-09-05 16:09:17 +00:00
NPM Update Bot
3427d677f6
npm: package updates
2024-09-04 16:37:44 +00:00
Bernd Storath
4ba7dc244c
early fail if old password variable ( #1350 )
2024-09-04 18:37:11 +02:00
NPM Update Bot
3f6b6f3c9b
npm: package updates
2024-09-03 20:34:41 +00:00
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
2024-09-03 22:34:08 +02:00
NPM Update Bot
4758c0dddc
npm: package updates
2024-09-02 00:03:22 +00:00
NPM Update Bot
96030c08f4
npm: package updates
2024-08-30 11:17:49 +00:00
NPM Update Bot
78fab2b5d8
npm: package updates
2024-08-26 00:03:04 +00:00
NPM Update Bot
dd04dd285d
npm: package updates
2024-08-23 10:11:05 +00:00
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 <vadim.babadzhanyan@my.games >
* fix one time links (#1304 )
Closes #1302
Co-authored-by: Bernd Storath <999999bst@gmail.com >
* fixup: issue templates due to labels reorg
Signed-off-by: Philip H <47042125+pheiduck@users.noreply.github.com >
* 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 <vadim.babadzhanyan@my.games >
Co-authored-by: Bernd Storath <bernd.storath@offizium.de >
Co-authored-by: Philip H <47042125+pheiduck@users.noreply.github.com >
2024-08-23 12:10:20 +02:00
NPM Update Bot
bbffc22ae3
npm: package updates
2024-08-22 21:45:42 +00: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
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.
f5885e335c
Merge branch 'master' into remember-me
2024-08-16 19:25:36 +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
jkh0kr
8591b35d4e
Update i18n.js
...
Additional Korean language updates
2024-08-14 10:00:58 +09: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
NPM Update Bot
0bf266d5cb
npm: package updates
2024-08-12 08:56:59 +00:00
NPM Update Bot
a18a715f6f
npm: package updates
2024-08-08 18:37:52 +00: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
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
İbrahim Çetin
95934c6008
Add autocomplete attribute to password input
2024-08-07 10:29:33 +03:00
Müslüm Barış Korkmazer
c9ff248011
chore: Update i18n.js Turkish translations
2024-08-02 22:49:56 +03:00
NPM Update Bot
5dad038796
npm: package updates
2024-07-27 11:05:05 +00:00
Андрей
39949d2704
translations: Add missing Russian translations
2024-07-27 14:00:48 +03:00
Андрей
13fcccb2f2
translations: Add missing Russian translations
2024-07-27 13:50:18 +03:00
NPM Update Bot
200332df4b
npm: package updates
2024-07-24 15:54:42 +00:00
pheiduck
14fd01f4d0
prepare: version bump and changelog
...
Signed-off-by: pheiduck <47042125+pheiduck@users.noreply.github.com >
2024-07-24 17:46:31 +02:00
tetuaoro
3d376e542f
fix: redundant css
2024-07-22 13:28:30 +02:00
tetuaoro
b46018efd8
fix: buttons on mobile
2024-07-22 12:44:53 +02:00
NPM Update Bot
2ef264d06f
npm: package updates
2024-07-20 14:35:18 +00:00
Sergei Birukov
73f2ad4ac3
Fix #1111
2024-07-20 17:20:54 +03:00