Commit Graph

491 Commits

Author SHA1 Message Date
bdea8e7de3 Update support message 2025-01-04 16:00:29 +01:00
1f12fc1873 Fix 2025-01-04 15:48:53 +01:00
d25542a4bc Fix 2025-01-04 15:05:14 +01:00
732ba78b7e Update axum to 0.8 2025-01-04 14:37:29 +01:00
9e06cbaf12 Update deps
Some checks failed
Build docker image / Build-Docker-Image (push) Has been cancelled
2024-12-24 20:26:09 +01:00
a0368b6ec0 Update deps
Some checks failed
Build docker image / Build-Docker-Image (push) Has been cancelled
2024-10-02 14:13:28 +02:00
5dc58f1418 Don't show position in sequence if number is 0
Some checks failed
Build docker image / Build-Docker-Image (push) Has been cancelled
2024-09-28 23:32:01 +02:00
8ac8c4509b Add position prefix for books in sequence 2024-09-28 23:21:46 +02:00
d14104fbe2 Update deps
Some checks failed
Build docker image / Build-Docker-Image (push) Has been cancelled
2024-09-12 17:28:37 +02:00
4412365b6a Fix
Some checks failed
Build docker image / Build-Docker-Image (push) Has been cancelled
2024-08-23 11:17:02 +02:00
1885549a75 Fix search 2024-08-23 11:11:37 +02:00
1606bbfce8 Update webhook checker
Some checks are pending
Build docker image / Build-Docker-Image (push) Waiting to run
2024-08-22 21:34:15 +02:00
4e44b9ef34 Update teloxide 2024-08-22 21:26:31 +02:00
964b3c0e7b Merge pull request #33 from flibusta-apps/dependabot/cargo/openssl-0.10.66
Bump openssl from 0.10.64 to 0.10.66
2024-07-24 18:56:39 +02:00
dependabot[bot]
701b2aafce Bump openssl from 0.10.64 to 0.10.66
Bumps [openssl](https://github.com/sfackler/rust-openssl) from 0.10.64 to 0.10.66.
- [Release notes](https://github.com/sfackler/rust-openssl/releases)
- [Commits](https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.64...openssl-v0.10.66)

---
updated-dependencies:
- dependency-name: openssl
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-07-22 18:14:09 +00:00
bab185ef93 Merge pull request #32 from flibusta-apps/dependabot/github_actions/docker/build-push-action-6
Bump docker/build-push-action from 5 to 6
2024-06-18 13:03:37 +02:00
dependabot[bot]
6e3d298184 Bump docker/build-push-action from 5 to 6
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 5 to 6.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](https://github.com/docker/build-push-action/compare/v5...v6)

---
updated-dependencies:
- dependency-name: docker/build-push-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-17 11:47:51 +00:00
9ccfc493ab Log errors on send_document 2024-05-27 20:54:26 +02:00
341fec6687 Ignore BOOK-BOT-5G 2024-05-27 20:46:47 +02:00
d3ab11cce0 Fix BOOK-BOT-98 2024-05-24 13:18:53 +02:00
41ecf697f2 Add throttle in check_pending_updates 2024-05-24 01:38:07 +02:00
5288eb0b0a Ignore webhook check for 10 minutes if receive 3 error in row 2024-05-24 01:32:15 +02:00
bc46eff90f Remove log 2024-05-24 01:23:34 +02:00
548b3d66d7 Fix for reuse connections 2024-05-13 13:16:42 +02:00
a390a5aa8e Fix 2024-05-09 21:39:56 +02:00
3c8fdb35eb Update download error processing 2024-05-07 19:29:40 +02:00
34890449a1 Set parse update error as warning 2024-05-07 19:11:18 +02:00
42e753dfd9 Proccess 204 status code from users service 2024-05-07 19:07:56 +02:00
ac20b2a34a Fix 2024-05-06 23:28:11 +02:00
f96db74cd1 Fix 2024-05-06 23:09:33 +02:00
e782dbe46b Fix 2024-05-06 23:08:09 +02:00
6381560e03 Fix 2024-05-05 21:13:02 +02:00
e4dbfda469 Update archive downloading 2024-05-05 20:59:21 +02:00
d39bf20175 Fix 2024-05-05 19:18:37 +02:00
a509647ed0 Fix 2024-05-05 15:55:05 +02:00
e6ec2915b8 Use cached messages for all bots 2024-05-05 15:39:51 +02:00
8cdd365628 Update get cache message request 2024-05-05 13:57:10 +02:00
8c4cad9bff Use internal link for download archives 2024-05-05 02:49:46 +02:00
8ba889ec0b Fix cpu usage 2024-05-05 00:47:18 +02:00
8eca116f7a Add logs 2024-05-04 23:41:03 +02:00
a77ab84f5c Fix check intervals 2024-05-03 01:03:21 +02:00
493ac00867 Delete bots if wrong token 2024-05-03 00:50:21 +02:00
bb6c21c1b0 Remove unused import 2024-04-28 20:54:29 +02:00
b4ba160aa2 Try fix stucks 2024-04-28 20:52:44 +02:00
fb3a3acf51 Fix 2024-04-25 17:34:08 +02:00
9b30f6efa8 Add debug for user settings request 2024-04-14 23:02:56 +02:00
14fea4c70e Add logs for send file error 2024-04-14 21:43:30 +02:00
ddd4f18d2a Add vault 2024-04-14 14:48:34 +02:00
73b9e63f16 Merge pull request #31 from flibusta-apps/dependabot/cargo/h2-0.3.26
Bump h2 from 0.3.24 to 0.3.26
2024-04-05 20:38:27 +02:00
dependabot[bot]
24fc466ae8 Bump h2 from 0.3.24 to 0.3.26
Bumps [h2](https://github.com/hyperium/h2) from 0.3.24 to 0.3.26.
- [Release notes](https://github.com/hyperium/h2/releases)
- [Changelog](https://github.com/hyperium/h2/blob/v0.3.26/CHANGELOG.md)
- [Commits](https://github.com/hyperium/h2/compare/v0.3.24...v0.3.26)

---
updated-dependencies:
- dependency-name: h2
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-05 16:16:35 +00:00