Commit Graph

857 Commits

Author SHA1 Message Date
4b4aefffb8 Use file name and extension in file struct 2022-07-16 05:18:57 +00:00
9fea200eaf Support fanbox file post 2022-07-16 04:59:35 +00:00
11111d83f1 Fix fanbox author name not filterd 2022-07-16 01:08:42 +00:00
f9c4705fb7 Handle html.card 2022-07-16 00:53:30 +00:00
b2fc23c933 Add support to download fanbox article's image 2022-07-15 14:42:00 +00:00
7451ac3b55 Update 2022-07-15 14:07:53 +00:00
275b4e068d Update I18N 2022-07-15 19:04:37 +08:00
29123d45a1 Fix unit test failed 2022-07-15 09:26:07 +00:00
8cdde2fd65 Support download fanbox image post 2022-07-15 09:16:31 +00:00
26f2bb32bd Update 2022-07-15 07:11:32 +00:00
2e3761a758 Disable read exif metadata. 2022-07-15 05:26:40 +00:00
dependabot[bot]
cd603a66fa Bump clap from 3.2.11 to 3.2.12 (#119)
Bumps [clap](https://github.com/clap-rs/clap) from 3.2.11 to 3.2.12.
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](https://github.com/clap-rs/clap/compare/v3.2.11...v3.2.12)

---
updated-dependencies:
- dependency-name: clap
  dependency-type: indirect
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-07-15 13:10:31 +08:00
70b87e055d Update fanbox download
Now will read exif data before write exif data.
2022-07-15 05:09:42 +00:00
061aa56bde Update 2022-07-14 13:24:41 +00:00
dependabot[bot]
6420be64af Bump tokio from 1.19.2 to 1.20.0 (#118)
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.19.2 to 1.20.0.
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.19.2...tokio-1.20.0)

---
updated-dependencies:
- dependency-name: tokio
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-07-14 16:52:43 +08:00
dependabot[bot]
328c782b8e Bump clap from 3.2.10 to 3.2.11 (#117)
Bumps [clap](https://github.com/clap-rs/clap) from 3.2.10 to 3.2.11.
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](https://github.com/clap-rs/clap/compare/v3.2.10...v3.2.11)

---
updated-dependencies:
- dependency-name: clap
  dependency-type: indirect
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-07-14 16:52:25 +08:00
16105daa66 Update 2022-07-13 04:32:12 +00:00
6496197024 Allow Content-Type 2022-07-13 04:26:24 +00:00
dependabot[bot]
b0ef48e0e6 Bump clap from 3.2.8 to 3.2.10 (#116)
Bumps [clap](https://github.com/clap-rs/clap) from 3.2.8 to 3.2.10.
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](https://github.com/clap-rs/clap/compare/v3.2.8...v3.2.10)

---
updated-dependencies:
- dependency-name: clap
  dependency-type: indirect
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-07-13 12:25:52 +08:00
ddde23924f Return 404 if not route matched 2022-07-12 14:17:38 +00:00
713ab3f5c8 Update unit test 2022-07-12 14:04:17 +00:00
e6716dd0e9 Update 2022-07-12 13:40:50 +00:00
8bcacad348 update 2022-07-12 09:43:43 +00:00
aabac05827 Update 2022-07-12 09:25:53 +00:00
3b2e4b3e5b Update 2022-07-12 09:08:04 +00:00
80aaada096 Update 2022-07-12 04:43:28 +00:00
dependabot[bot]
6a0e1a976c Bump serde from 1.0.138 to 1.0.139 (#115)
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.138 to 1.0.139.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.138...v1.0.139)

---
updated-dependencies:
- dependency-name: serde
  dependency-type: indirect
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-07-12 10:33:17 +08:00
f6215bf266 Update 2022-07-11 14:44:26 +00:00
8f0f4ed914 Update 2022-07-11 09:35:19 +00:00
194989b3a3 Fix typo 2022-07-11 04:43:32 +00:00
5aa342e872 Fix typo 2022-07-11 04:40:30 +00:00
72bbac0b2e Update 2022-07-11 01:32:29 +00:00
60222a499b Update 2022-07-10 14:07:25 +00:00
ff2c93ee8f Update 2022-07-10 13:30:03 +00:00
0005c67fad Update 2022-07-10 12:57:18 +00:00
22fb473a6c Update 2022-07-10 12:11:34 +00:00
54e382db90 print more info 2022-07-10 08:25:42 +00:00
dependabot[bot]
b395040b8d Bump webpki-roots from 0.22.3 to 0.22.4 (#114)
Bumps [webpki-roots](https://github.com/rustls/webpki-roots) from 0.22.3 to 0.22.4.
- [Release notes](https://github.com/rustls/webpki-roots/releases)
- [Commits](https://github.com/rustls/webpki-roots/compare/v/0.22.3...v/0.22.4)

---
updated-dependencies:
- dependency-name: webpki-roots
  dependency-type: indirect
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-07-10 14:17:29 +08:00
dependabot[bot]
4b01c070fc Bump openssl from 0.10.40 to 0.10.41 (#113)
Bumps [openssl](https://github.com/sfackler/rust-openssl) from 0.10.40 to 0.10.41.
- [Release notes](https://github.com/sfackler/rust-openssl/releases)
- [Commits](https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.40...openssl-v0.10.41)

---
updated-dependencies:
- dependency-name: openssl
  dependency-type: indirect
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-07-10 14:17:20 +08:00
427cc0ebc2 Update 2022-07-10 06:04:46 +00:00
3e796eee62 Update 2022-07-10 05:24:55 +00:00
22185554c1 Update 2022-07-10 03:42:04 +00:00
bbd6a8d694 Add new options allow_headers for filter_http_methods 2022-07-10 01:25:18 +00:00
2f2a5c0eb1 Remove unwrap in filter_http_methods macro 2022-07-10 00:57:05 +00:00
db8f30c978 Update 2022-07-09 08:50:16 +00:00
c0d61e8a5b Update 2022-07-09 07:25:37 +00:00
dependabot[bot]
0f580c4441 Bump hashbrown from 0.12.1 to 0.12.2 (#111)
Bumps [hashbrown](https://github.com/rust-lang/hashbrown) from 0.12.1 to 0.12.2.
- [Release notes](https://github.com/rust-lang/hashbrown/releases)
- [Changelog](https://github.com/rust-lang/hashbrown/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rust-lang/hashbrown/compare/v0.12.1...v0.12.2)

---
updated-dependencies:
- dependency-name: hashbrown
  dependency-type: indirect
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-07-09 11:08:12 +08:00
440959982c Update 2022-07-09 03:00:58 +00:00
204b6779ed Update 2022-07-09 02:27:52 +00:00
9cb9b5bf75 Update 2022-07-09 02:21:02 +00:00