Commit Graph

284 Commits

Author SHA1 Message Date
1644e08999 Support file/video in fanbox post
( Fix #377
2022-12-09 13:26:55 +00:00
86a089f662 Support text fanbox post
example: https://www.fanbox.cc/@shiratamaco/posts/4889235
2022-12-09 12:53:44 +00:00
11e0c33771 Add file download command line interface ( #309 2022-10-30 14:30:11 +00:00
207a3cf739 If progress bar's length are not set, set length to current position ( Fix #331 2022-10-30 14:00:29 +00:00
1e5fc79274 Fix specify download directory not works when downloading fanbox posts ( #323 2022-10-29 01:21:15 +00:00
a2b281d144 Allow to specify base download directory ( Fix #323 2022-10-25 00:02:03 +00:00
528a72e43e Fix db-all feature build issue 2022-10-23 13:55:50 +00:00
918ce0ecb4 Update database 2022-10-23 13:49:11 +00:00
9d1bb86d97 Add tags to json data file 2022-10-23 08:34:03 +00:00
b75a421976 Fix #280
Update README
2022-10-23 03:38:55 +00:00
ebff60458f Enable multi progress bar only when download multiple files at the same time is enabled ( Fix #284 2022-10-23 02:34:29 +00:00
b2c964c664 Impl /auth/token/extend 2022-10-18 02:12:55 +00:00
747872c265 Auth now require timestamp 2022-10-18 01:47:27 +00:00
3c6c9f5812 Impl /auth/token/delete 2022-10-17 06:08:29 +00:00
d95885749a Fix build problem 2022-10-17 06:22:27 +03:00
43f8a27172 Impl /auth/user/list 2022-10-16 02:10:35 +00:00
e2a1dde4a6 Add unit test for /auth/user/delete 2022-10-15 07:29:06 +00:00
e3c8b95843 Impl /auth/user/info 2022-10-15 07:13:45 +00:00
b578aff777 Impl /auth/user/delete 2022-10-15 03:10:53 +00:00
5034616ab8 Impl /auth/user/change/password 2022-10-14 01:45:11 +00:00
d10e1b4571 Impl /auth/user/change/name 2022-10-14 00:59:27 +00:00
205e23c81d Add unit test for /api/auth/user/update 2022-10-13 07:08:59 +00:00
2b6d3c05f7 Impl /auth/user/update 2022-10-03 14:14:49 +00:00
7693cc3329 Add more test to add user 2022-10-03 11:09:37 +00:00
e1a48dec40 Update unit test 2022-10-03 11:00:51 +00:00
fcff540220 Add a timer to revoke all expired tokens( Fix #279 2022-09-29 01:30:03 +00:00
677cc576cf Update unit test 2022-09-28 09:47:24 +00:00
79b22e3501 Update 2022-09-28 09:22:33 +00:00
2c93b98c65 Update 2022-09-28 04:48:59 +00:00
ddd970cb40 Update 2022-09-28 04:19:11 +00:00
539aba98e3 Fix task manager not works well. ( Fix #268 2022-09-28 00:01:48 +00:00
b98ac08e4b Update 2022-09-27 04:40:02 +00:00
5b4ba8d80a Update 2022-09-27 04:23:39 +00:00
faa7aea149 Use pbkdf2_hmac instead of sha512 2022-09-25 10:16:50 +00:00
ad8fe5e2dc Update 2022-09-25 09:57:42 +00:00
dfa9ba5576 Update 2022-09-25 07:16:19 +00:00
89e08ab968 Update 2022-09-25 06:24:45 +00:00
cea025482f Update 2022-09-25 05:47:29 +00:00
a1b6b96439 Update 2022-09-25 05:39:49 +00:00
d9d477f954 Update 2022-09-25 05:26:38 +00:00
bb8078ce6a Update unit test 2022-09-25 03:13:19 +00:00
9b2f48a373 Use patched version of the OpenSSL 2022-09-24 22:52:24 +08:00
fd1c62033c Fix typo 2022-09-24 10:47:43 +00:00
a47e3da2ed Update 2022-09-24 10:37:17 +00:00
7774b1d4e7 Update unit test 2022-09-24 10:17:05 +00:00
2597b41220 Fix file name 2022-09-24 10:02:16 +00:00
df2f30ea1f Set SSL_CERT_FILE if cert.pem is exists in executable path and SSL_CERT_FILE is not set. 2022-09-24 09:50:41 +00:00
47e2b1741c Make sure folder is already exists and the server database is deleted before unit test 2022-09-23 04:34:50 +00:00
970a4ec731 Add unit test for server 2022-09-23 04:29:05 +00:00
bee6f4e4ba Add a new trait to help return detailed JSON error message 2022-09-20 14:06:34 +00:00