Daan Wijns
5aa83fa95e
feat!: move to vite + typescript => BREAKS PWA, please re-install! ( #352 )
2022-11-15 09:41:56 +01:00
Tsvetomir Bonev
d3cf4d5795
feat: render "active time" in torrent info tab ( #537 ) @invakid404
2022-11-14 09:36:37 +01:00
dependabot[bot]
470384d3d1
chore(deps): bump loader-utils from 1.4.0 to 1.4.1 ( #535 )
2022-11-09 07:42:24 +01:00
Kurandx
33c7c43b00
chore: update ru.js ( #534 )
2022-11-06 07:30:57 +01:00
Faisal A. F. Rahman
fe4819e686
chore: update Indonesian Translation ( #528 )
2022-10-22 11:05:25 +02:00
Faisal A. F. Rahman
e99321352c
chore: update Indonesian Translation ( #527 )
...
* Update zh-hant.js (#524 )
* Update id.js
Co-authored-by: VEWION <56110451+VEWION@users.noreply.github.com>
2022-10-21 15:02:43 +02:00
VEWION
30e023af36
chore: update zh-hant.js ( #524 )
2022-10-21 15:02:00 +02:00
Giacomo Cerquone
b05dcd0569
feat: add max_ratio_act handling ( #523 ) @giacomocerquone
2022-10-20 11:44:26 +02:00
Andreas
058766f617
fix: copy to clipboard on non secure context (no SSL) #521
2022-10-17 09:45:21 +02:00
Daniel Biegler
5c5d8506ec
chore: add mention of default username and password ( #516 )
...
I needed to look this up as first time contributor and think this could help others too.
2022-10-16 19:09:00 +02:00
Tadas Vosylius
6d873e76fc
fix: replace v-html with conditional rendering in torrent details view ( #513 )
2022-10-16 19:08:36 +02:00
github-actions[bot]
b6207996c6
chore(master): release 0.19.1 ( #510 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2022-10-11 07:41:22 +02:00
WDaan
254d7c8562
fix: login console error on refresh
2022-10-11 07:34:09 +02:00
WDaan
13e6584c5d
fix: temporarily disable render link feat for security ( #512 )
2022-10-11 07:31:25 +02:00
WDaan
6106e18e10
chore: bump deps
2022-10-10 22:06:39 +02:00
Faust
077cf54c6b
fix: login prompt being displayed when whitelisted ( #511 )
2022-10-10 22:03:25 +02:00
Tadas Vosylius
5270619a5d
fix: refresh torrent detail data from store ( #509 )
2022-10-10 21:47:44 +02:00
github-actions[bot]
aac9f046e2
chore(master): release 0.19.0 ( #503 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2022-10-10 12:51:10 +02:00
Tadas Vosylius
4fc7336644
Fixed torrent details info table rendering errors after page is refreshed ( #508 )
2022-10-10 04:28:18 +02:00
Tadas Vosylius
f1536cb010
feat: Links in torrent details view are now clickable ( #506 )
2022-10-05 11:56:50 +02:00
Nitin Ramnani
d7a557f8fe
Added testcases for Dashboard and BitTorrent ( #507 )
2022-10-04 18:18:50 +02:00
Tadas Vosylius
a8f28dd5b4
fix: font-size difference in right click menu ( #505 )
2022-10-04 10:12:02 +02:00
baiyun
2efe73ad7e
fix: Cookies not sent with request for Web App manifest.json ( #504 )
...
https://stackoverflow.com/questions/51777346/cookies-not-sent-with-request-for-web-app-manifest-json
2022-10-03 10:11:58 +02:00
Nitin Ramnani
4c5613204a
Added testcases for General Component ( #502 )
2022-10-01 22:20:38 +02:00
xheonin
cf8f43aac3
feat: support for renaming folders ( #500 )
2022-10-01 17:44:43 +02:00
dependabot[bot]
02d1f2bd66
chore(deps): bump vuetify from 2.6.9 to 2.6.10 ( #499 )
2022-09-22 09:44:24 +02:00
github-actions[bot]
60f1e4b0b2
chore(master): release 0.18.2 ( #459 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2022-09-15 16:36:06 +02:00
Aleksandr Kirichenko
83c572b81d
fix: type errors Russian ( #495 )
2022-09-15 16:35:40 +02:00
Aleksandr Kirichenko
72548fac4a
Fix: Russian language ( #494 )
...
* Translated to Russian language
* fixed a types error
Co-authored-by: Daan Wijns <dw.daanwijns@gmail.com>
2022-09-13 13:08:56 +02:00
Aleksandr Kirichenko
9b6deb9037
perf: add Russian translations ( #493 ) @reysonk
2022-09-12 13:59:00 +02:00
Andreas
baba4acda4
fix: torrent search ( #478 ) @Anteus
2022-09-10 15:52:17 +02:00
Daan Wijns
e047467104
fix: connection status #482
2022-09-10 15:50:02 +02:00
Daan Wijns
e352de0643
fix: no autocapitalize on login form #489
2022-09-10 15:48:30 +02:00
Daan Wijns
27a07179f0
fix: anonymous mode #362
2022-09-10 15:46:42 +02:00
Daan Wijns
14b80eac1f
chore: dep bump
2022-09-10 10:25:52 +02:00
Devon Tingley
1ccdf08b60
fix: Update Paramaters Sent to /torrents/renameFile ( #470 )
...
In v2.8.0 of the API, qbittorrent changed what parameters are required
for the /torrents/renameFile endpoint. Instead of id, hash, and name,
the params are not hash, oldPath, and newPath.
2022-09-10 10:23:33 +02:00
momoirodouhu
7e5cc4891a
perf: updated japanese translate file ( #491 )
2022-09-10 10:23:18 +02:00
Daan Wijns
caab2c417f
chore: dep bump
2022-08-05 09:19:47 +02:00
VEWION
201ac849e3
chore: Update Traditional Chinese translation ( #472 )
2022-07-22 14:03:12 +02:00
dependabot[bot]
caf6e4b24f
chore(deps): bump terser from 5.14.1 to 5.14.2 ( #471 )
2022-07-21 15:23:47 +02:00
Daan Wijns
a8616cce54
fix: connection password type #456
2022-07-05 16:46:34 +02:00
Mika Laster
b56a16f7ce
perf: Improved Ukrainian translation ( #457 )
2022-07-05 16:42:12 +02:00
github-actions[bot]
5c15106b00
chore(master): release 0.18.1 ( #452 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2022-07-05 14:18:09 +02:00
Daan Wijns
8f1a12d15f
fix: broken build #453
2022-07-05 14:15:08 +02:00
OxO
20f4a67f49
perf: Update Simplified Chinese translation. ( #454 )
2022-07-05 08:51:44 +02:00
Daan Wijns
03157b0d01
chore: trying to fix build
2022-07-04 14:41:38 +02:00
Daan Wijns
abe909e14d
perf: lazy load pages for smaller chunk sizes
2022-07-04 14:13:13 +02:00
Daan Wijns
2ee4f49d69
ci: add test build action
2022-07-04 13:56:12 +02:00
Daan Wijns
7a74275a4d
fix: release build
2022-07-04 13:53:23 +02:00
Daan Wijns
cc8b303a77
Merge pull request #449 from WDaan/release-please--branches--master
...
chore(master): release 0.18.0
2022-07-04 13:15:04 +02:00