Commit Graph

53 Commits

Author SHA1 Message Date
EstrellaXD
c7c1cac3ad feat: add refresh poster api. 2023-10-12 11:57:54 +08:00
EstrellaXD
edcbdc3dd3 fix: remove reverse proxy option. 2023-10-04 10:50:05 +08:00
100gle
3ead13f4b0 chore(format): fix the ruff checking issue 2023-10-02 13:16:31 +08:00
EstrellaXD
a5f9f858bc fix: collector season limit 2023-09-25 19:14:07 +08:00
EstrellaXD
6a73d9ec41 fix: user update issue, tmdb leak poster issue. 2023-09-23 22:32:57 +08:00
EstrellaXD
57009b537e webui: add search animation. 2023-09-20 22:01:59 +08:00
EstrellaXD
f2d87f346e fix: login failed message. 2023-09-19 14:14:51 +08:00
estrella
9fcbb6cc7f fix: program api problem 2023-09-18 19:48:19 +08:00
EstrellaXD
aeac217138 fix: version update. rss add bugs. 2023-09-06 23:49:20 +08:00
EstrellaXD
52b9dac72b fix: refresh-token bug. 2023-09-06 21:42:32 +08:00
EstrellaXD
d6b36e5225 change:
- add random pwd_key.
- backend auth change from Auth token to cookies
2023-09-06 21:19:59 +08:00
EstrellaXD
fdd67697bd webui: add rss manage function. 2023-09-05 00:37:36 +08:00
EstrellaXD
20c3c42f8a webui: update search card.
backend: update api url and rss manage api route.
2023-09-04 20:53:25 +08:00
zthxxx
993c795965 fix: fix typo missing in last commit, #440 2023-09-01 10:53:53 +08:00
zthxxx
7d50e360ed fix: 修复 bangumi search API 中的流式接口,webui 对应接口定义方法改造
- StreamingResponse 换成 EventSourceResponse,即 Server Send Event Source 方式发送数据
- webui 中 search 接口改成 rxjs Observable 方式,
  这次来不及改到 vue 里,但是写了接口 usage example;
- 顺手补了一些 vscode 通用的开发配置,
  补了之前配置文件解析漏了一个可用环境变量的 host 字段
2023-08-31 23:48:07 +08:00
EstrellaXD
e5af3d9924 fix: collect api bug. 2023-08-30 01:18:54 +08:00
EstrellaXD
ce8baff938 fix: rss api bug. fix ui. 2023-08-29 21:27:18 +08:00
EstrellaXD
7ccee98e2e fix: bugs, add disable rss api. 2023-08-29 19:28:44 +08:00
EstrellaXD
da937d46f6 webui: fix bugs. adjust api model. 2023-08-22 16:28:30 +08:00
EstrellaXD
e2afb5cb63 Merge branch '3.1-dev' into webui 2023-08-22 15:28:14 +08:00
EstrellaXD
e2a218b744 change: api change. 2023-08-22 15:27:09 +08:00
EstrellaXD
a872622b57 change: add universal api response model in src. 2023-08-20 15:11:16 +08:00
EstrellaXD
bb05f40df8 change: webui api accept model. 2023-08-20 12:20:12 +08:00
EstrellaXD
079f3d6f9d feat: add new search list api. 2023-08-15 20:27:38 +08:00
EstrellaXD
e98368170c fix: api bugs 2023-08-13 18:17:34 +08:00
EstrellaXD
6cac596d85 fix: leak of response model. 2023-08-13 18:13:25 +08:00
EstrellaXD
cf3df1da75 change: rss_item key 2023-08-13 15:02:57 +08:00
EstrellaXD
95ff5d50c9 change: status api. 2023-08-13 14:22:54 +08:00
EstrellaXD
6c43a2d694 fix: fix magent link problem 2023-08-12 18:55:38 +08:00
EstrellaXD
ec97edfe8d fix: fix bugs, add more api. 2023-08-12 17:41:23 +08:00
EstrellaXD
c40723d53c feat: add get rss torrents api. 2023-08-12 17:21:06 +08:00
EstrellaXD
560a0fa97b fix: run bugs. 2023-08-12 16:44:46 +08:00
EstrellaXD
dd5c918703 change: change rss item database, add more option for split rss link. 2023-08-12 15:40:43 +08:00
EstrellaXD
fee0b074e3 feat: add multiply manage api. 2023-08-11 19:44:41 +08:00
EstrellaXD
0b053c9312 fix: api bugs, collect bug. 2023-08-10 19:59:01 +08:00
EstrellaXD
e120a1c61a feat: add version check func. add universal response func. 2023-08-09 19:19:17 +08:00
EstrellaXD
ba7c9f6c69 chore: add response func in api module. 2023-08-08 19:16:57 +08:00
EstrellaXD
69a4daca0c chore: small change in api. 2023-08-08 14:12:19 +08:00
EstrellaXD
1c4e8dc293 fix: old data support problem. 2023-08-07 20:14:45 +08:00
EstrellaXD
2e46676fa9 chore: update func name in rss engine. 2023-08-06 23:49:39 +08:00
EstrellaXD
a9268ffe2e feat: add rss manage api. 2023-08-06 21:03:10 +08:00
EstrellaXD
4d2c4b80a7 fix: fix bugs. Remove unnecessary code. 2023-08-06 17:01:46 +08:00
estrella
9b99e6c591 test: add mock test to database. 2023-07-31 16:00:54 +08:00
EstrellaXD
d2295ade1b docs: update docs 2023-07-06 12:34:51 +08:00
100gle
ebb5e0995c feat: use pathlib to replace os.path for handling file path 2023-07-03 20:38:19 +08:00
zthxxx
70716a19f7 feat: support parse config file with Variable Expansion for some secret key 2023-06-09 02:18:00 +08:00
EstrellaXD
365354f7f7 fix: FastAPI mount problem. 2023-06-15 22:12:46 +08:00
Rewrite0
6c9ae56453 Revert "feat: mount static files for root router" 2023-06-15 21:44:58 +08:00
100gle
634fd155fb feat: mount static files for root router 2023-06-15 21:11:27 +08:00
100gle
e336fd7402 chore: style with black 2023-06-13 22:15:52 +08:00