Commit Graph

857 Commits

Author SHA1 Message Date
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
e4e1a8d6b8 Remove rusttls-tls feature in reqwest 2022-09-24 07:48:10 +08:00
ecc713e301 Use patched version of the native-tls 2022-09-24 07:32:12 +08: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
dependabot[bot]
2bd7bcef6f Bump clang-sys from 1.3.3 to 1.4.0 (#265)
Bumps [clang-sys](https://github.com/KyleMayes/clang-sys) from 1.3.3 to 1.4.0.
- [Release notes](https://github.com/KyleMayes/clang-sys/releases)
- [Changelog](https://github.com/KyleMayes/clang-sys/blob/master/CHANGELOG.md)
- [Commits](https://github.com/KyleMayes/clang-sys/commits/v1.4.0)

---
updated-dependencies:
- dependency-name: clang-sys
  dependency-type: indirect
  update-type: version-update:semver-minor
...

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-09-23 10:57:08 +08:00
dependabot[bot]
5b50233bce Bump serde from 1.0.144 to 1.0.145 (#264)
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.144 to 1.0.145.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.144...v1.0.145)

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

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-09-23 10:56:44 +08:00
dependabot[bot]
b35fea131d Bump iana-time-zone from 0.1.48 to 0.1.49 (#263)
Bumps [iana-time-zone](https://github.com/strawlab/iana-time-zone) from 0.1.48 to 0.1.49.
- [Release notes](https://github.com/strawlab/iana-time-zone/releases)
- [Changelog](https://github.com/strawlab/iana-time-zone/blob/main/CHANGELOG.md)
- [Commits](https://github.com/strawlab/iana-time-zone/compare/v0.1.48...v0.1.49)

---
updated-dependencies:
- dependency-name: iana-time-zone
  dependency-type: indirect
  update-type: version-update:semver-patch
...

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-09-23 10:56:23 +08:00
dependabot[bot]
70d47e68ca Bump once_cell from 1.14.0 to 1.15.0 (#262)
Bumps [once_cell](https://github.com/matklad/once_cell) from 1.14.0 to 1.15.0.
- [Release notes](https://github.com/matklad/once_cell/releases)
- [Changelog](https://github.com/matklad/once_cell/blob/master/CHANGELOG.md)
- [Commits](https://github.com/matklad/once_cell/compare/v1.14.0...v1.15.0)

---
updated-dependencies:
- dependency-name: once_cell
  dependency-type: indirect
  update-type: version-update:semver-minor
...

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-09-21 11:09:29 +08:00
dependabot[bot]
f2e53789a1 Bump reqwest from 0.11.11 to 0.11.12 (#261)
Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.11.11 to 0.11.12.
- [Release notes](https://github.com/seanmonstar/reqwest/releases)
- [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md)
- [Commits](https://github.com/seanmonstar/reqwest/compare/v0.11.11...v0.11.12)

---
updated-dependencies:
- dependency-name: reqwest
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-09-21 11:09:07 +08:00
dependabot[bot]
7b41ebb88a Bump itertools from 0.10.4 to 0.10.5 (#260)
Bumps [itertools](https://github.com/rust-itertools/itertools) from 0.10.4 to 0.10.5.
- [Release notes](https://github.com/rust-itertools/itertools/releases)
- [Changelog](https://github.com/rust-itertools/itertools/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rust-itertools/itertools/commits)

---
updated-dependencies:
- dependency-name: itertools
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-09-21 11:08:39 +08:00
bee6f4e4ba Add a new trait to help return detailed JSON error message 2022-09-20 14:06:34 +00:00
cbcd319aaf Update 2022-09-20 13:41:09 +00:00
6bac9cbdfc Add I18N 2022-09-20 17:50:48 +08:00
52af3e9552 Update 2022-09-20 05:20:54 +00:00
5f2cc3a08a Add /auth/pubkey 2022-09-20 03:59:32 +00:00
c7ccf7ebe2 Update params 2022-09-19 15:31:26 +00:00
18637ddb07 Update 2022-09-19 14:18:13 +00:00
530a91b680 Update 2022-09-19 12:34:54 +00:00
774ee3e5ae Update 2022-09-19 10:22:06 +00:00
a04429838c Update 2022-09-19 07:53:06 +00:00
c356540463 Update doc 2022-09-19 07:34:47 +00:00
1bc1582ced Add new build task for CI 2022-09-19 04:41:39 +00:00
7190550ec4 Add missing dependcy for feature db 2022-09-19 04:40:09 +00:00
dependabot[bot]
2246028b12 Bump unicode-normalization from 0.1.21 to 0.1.22 (#259)
Bumps [unicode-normalization](https://github.com/unicode-rs/unicode-normalization) from 0.1.21 to 0.1.22.
- [Release notes](https://github.com/unicode-rs/unicode-normalization/releases)
- [Commits](https://github.com/unicode-rs/unicode-normalization/commits/v0.1.22)

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

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-09-19 10:44:01 +08:00
dependabot[bot]
69896c0254 Bump syn from 1.0.99 to 1.0.100 (#258)
Bumps [syn](https://github.com/dtolnay/syn) from 1.0.99 to 1.0.100.
- [Release notes](https://github.com/dtolnay/syn/releases)
- [Commits](https://github.com/dtolnay/syn/compare/1.0.99...1.0.100)

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

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-09-19 10:43:40 +08:00
dependabot[bot]
6b04cf94ee Bump clap from 3.2.21 to 3.2.22 (#257)
Bumps [clap](https://github.com/clap-rs/clap) from 3.2.21 to 3.2.22.
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/v3.2.22/CHANGELOG.md)
- [Commits](https://github.com/clap-rs/clap/compare/v3.2.21...v3.2.22)

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

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-09-19 10:43:02 +08:00
dependabot[bot]
349803ce2f Bump env_logger from 0.9.0 to 0.9.1 (#256)
Bumps [env_logger](https://github.com/env-logger-rs/env_logger) from 0.9.0 to 0.9.1.
- [Release notes](https://github.com/env-logger-rs/env_logger/releases)
- [Changelog](https://github.com/env-logger-rs/env_logger/blob/main/CHANGELOG.md)
- [Commits](https://github.com/env-logger-rs/env_logger/commits)

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

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-09-19 10:42:35 +08:00
dependabot[bot]
5fd12990eb Bump hashlink from 0.8.0 to 0.8.1 (#255)
Bumps [hashlink](https://github.com/kyren/hashlink) from 0.8.0 to 0.8.1.
- [Release notes](https://github.com/kyren/hashlink/releases)
- [Changelog](https://github.com/triplehex/hashlink/blob/master/CHANGELOG.md)
- [Commits](https://github.com/kyren/hashlink/compare/v0.8.0...v0.8.1)

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

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-09-19 10:42:17 +08:00
b00d326044 Add /auth/status 2022-09-18 15:04:33 +00:00
35935e80a4 Update 2022-09-18 14:09:08 +00:00
da1343d950 Update 2022-09-18 13:48:45 +00:00
59562eaec8 增加文档 2022-09-18 13:28:53 +00:00
ed35ef6e49 add is_admin 2022-09-18 13:12:43 +00:00
66a5ab9bc4 Fix bug 2022-09-18 13:09:15 +00:00
6019b8c456 Update 2022-09-18 12:44:45 +00:00
b3e18cca38 GitHub Pages: Skip build 2022-09-18 09:43:16 +00:00
be5c5c4a94 Update 2022-09-18 09:37:28 +00:00
7670d13405 Update 2022-09-18 08:26:41 +00:00
4d587b459e Format the code 2022-09-18 07:37:27 +00:00
4a0bcf394e Update 2022-09-18 07:28:52 +00:00
e278815f75 Update 2022-09-18 05:37:04 +00:00
483b9ce97e When build on windows with msvc, force use ninja 2022-09-18 01:56:04 +00:00
e11710e7e2 Add header handle for Fanbox article 2022-09-18 01:52:38 +00:00
5cc9d44b9c Add new environment variable PIXIV_DOWNLOADER_LANG 2022-09-18 01:40:20 +00:00
b022747912 Fix uncaught C++ exception 2022-09-18 01:10:53 +00:00
dependabot[bot]
d04cad3b70 Bump semver from 1.0.13 to 1.0.14 (#254)
Bumps [semver](https://github.com/dtolnay/semver) from 1.0.13 to 1.0.14.
- [Release notes](https://github.com/dtolnay/semver/releases)
- [Commits](https://github.com/dtolnay/semver/compare/1.0.13...1.0.14)

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

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-09-18 08:30:28 +08:00
dependabot[bot]
857d63a3a6 Bump sha1 from 0.10.4 to 0.10.5 (#253)
Bumps [sha1](https://github.com/RustCrypto/hashes) from 0.10.4 to 0.10.5.
- [Release notes](https://github.com/RustCrypto/hashes/releases)
- [Commits](https://github.com/RustCrypto/hashes/compare/sha1-v0.10.4...sha1-v0.10.5)

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

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-09-18 08:28:42 +08:00
dependabot[bot]
38504e8f3c Bump digest from 0.10.3 to 0.10.5 (#252)
Bumps [digest](https://github.com/RustCrypto/traits) from 0.10.3 to 0.10.5.
- [Release notes](https://github.com/RustCrypto/traits/releases)
- [Commits](https://github.com/RustCrypto/traits/compare/digest-v0.10.3...digest-v0.10.5)

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

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-09-18 08:28:18 +08:00
dependabot[bot]
125c47b871 Bump textwrap from 0.15.0 to 0.15.1 (#251)
Bumps [textwrap](https://github.com/mgeisler/textwrap) from 0.15.0 to 0.15.1.
- [Release notes](https://github.com/mgeisler/textwrap/releases)
- [Changelog](https://github.com/mgeisler/textwrap/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mgeisler/textwrap/compare/0.15.0...0.15.1)

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

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-09-18 08:26:27 +08:00