alist/server
kdxcxs c28168c970
feat: support qbittorrent (close #3087 in #3333)
* feat(qbittorrent): authorization and logging in support

* feat(qbittorrent/client): support `AddFromLink`

* refactor(qbittorrent/client): check authorization when getting a new client

* feat(qbittorrent/client): support `GetInfo`

* test(qbittorrent/client): update test cases

* feat(qbittorrent): init qbittorrent client on bootstrap

* feat(qbittorrent): support setting webui url via gin

* feat(qbittorrent/client): support deleting

* feat(qbittorrent/client): parse `TorrentStatus` enum when unmarshalling json in `GetInfo()`

* feat(qbittorrent/client): support getting files by id

* feat(qbittorrent): support adding qbittorrent tasks via gin

* refactor(qbittorrent/client): return a `Client` interface in `New()` instead of `*client`

* refactor: task handle

* chore: fix typo

* chore: change path

---------

Co-authored-by: Andy Hsu <i@nn.ci>
2023-02-14 15:20:45 +08:00
..
common fix!: check https with `X-Forwarded-Proto` 2023-01-19 12:16:42 +08:00
handles feat: support qbittorrent (close #3087 in #3333) 2023-02-14 15:20:45 +08:00
middlewares feat!: allow disable user (close #3241) 2023-02-04 11:44:17 +08:00
static fix!: check https with `X-Forwarded-Proto` 2023-01-19 12:16:42 +08:00
webdav feat: optimize file operation interface (#2757) 2022-12-20 15:02:40 +08:00
dev.go feat: custom hide error message by regexp (close #1468) 2022-08-08 12:53:53 +08:00
router.go feat: support qbittorrent (close #3087 in #3333) 2023-02-14 15:20:45 +08:00
webdav.go refactor: split the db package hook and cache to the op package (#2747) 2022-12-18 19:51:20 +08:00