dependabot[bot]
|
225c78daa7
|
Bump actions/checkout from 5 to 6
Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v5...v6)
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-version: '6'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2025-11-21 09:04:30 +00:00 |
|
|
|
6d34fde8ca
|
Merge pull request #43 from flibusta-apps/dependabot/github_actions/github/codeql-action-4
Build docker image / Build-Docker-Image (push) Has been cancelled
rust-clippy analyze / Run rust-clippy analyzing (push) Has been cancelled
Bump github/codeql-action from 3 to 4
|
2025-10-14 18:04:28 +02:00 |
|
|
|
ea8290f74c
|
Clean up code formatting and error handling
The commit includes better handling of API errors, cleaner match
patterns, and consistent whitespace/formatting in file_utils.rs.
|
2025-10-14 17:52:23 +02:00 |
|
dependabot[bot]
|
8336c8598e
|
Bump github/codeql-action from 3 to 4
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3 to 4.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](https://github.com/github/codeql-action/compare/v3...v4)
---
updated-dependencies:
- dependency-name: github/codeql-action
dependency-version: '4'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2025-10-08 09:04:39 +00:00 |
|
|
|
6e9ef95aaf
|
Merge pull request #41 from flibusta-apps/dependabot/github_actions/actions/checkout-5
Build docker image / Build-Docker-Image (push) Has been cancelled
rust-clippy analyze / Run rust-clippy analyzing (push) Has been cancelled
Bump actions/checkout from 4 to 5
|
2025-09-10 17:07:49 +02:00 |
|
|
|
07683cfc0b
|
Update deps
Build docker image / Build-Docker-Image (push) Has been cancelled
rust-clippy analyze / Run rust-clippy analyzing (push) Has been cancelled
|
2025-08-31 14:06:32 +02:00 |
|
dependabot[bot]
|
d2519bb9b7
|
Bump actions/checkout from 4 to 5
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v4...v5)
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-version: '5'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2025-08-18 15:23:39 +00:00 |
|
|
|
24ebd4fe78
|
Create rust-clippy.yml
rust-clippy analyze / Run rust-clippy analyzing (push) Has been cancelled
Build docker image / Build-Docker-Image (push) Has been cancelled
|
2025-08-17 23:39:17 +02:00 |
|
|
|
609ab9dcbc
|
Merge pull request #40 from flibusta-apps/dependabot/cargo/slab-0.4.11
Bump slab from 0.4.10 to 0.4.11
|
2025-08-17 23:19:24 +02:00 |
|
dependabot[bot]
|
f0da4ef19c
|
Bump slab from 0.4.10 to 0.4.11
Bumps [slab](https://github.com/tokio-rs/slab) from 0.4.10 to 0.4.11.
- [Release notes](https://github.com/tokio-rs/slab/releases)
- [Changelog](https://github.com/tokio-rs/slab/blob/master/CHANGELOG.md)
- [Commits](https://github.com/tokio-rs/slab/compare/v0.4.10...v0.4.11)
---
updated-dependencies:
- dependency-name: slab
dependency-version: 0.4.11
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2025-08-17 21:16:18 +00:00 |
|
|
|
ad0fc8faf7
|
Merge pull request #39 from flibusta-apps/dependabot/github_actions/actions/checkout-5
Bump actions/checkout from 4 to 5
|
2025-08-17 23:15:21 +02:00 |
|
dependabot[bot]
|
3e227c1c17
|
Bump actions/checkout from 4 to 5
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v4...v5)
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-version: '5'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2025-08-12 16:10:20 +00:00 |
|
|
|
4def0067cb
|
Optimize release build
Build docker image / Build-Docker-Image (push) Has been cancelled
|
2025-06-28 22:37:51 +02:00 |
|
|
|
85b4a12669
|
Update deps
|
2025-06-28 22:21:19 +02:00 |
|
|
|
b7abfc28cc
|
Update dependencies and GitHub Actions workflow
Build docker image / Build-Docker-Image (push) Has been cancelled
- Bump Rust dependencies to latest versions in Cargo.lock - Update
Docker image build workflow: - Add commit SHA to Docker image tags -
Pass commit SHA as FILES_SERVER_TAG in deployment webhook - Minor YAML
formatting improvements
|
2025-06-21 23:20:51 +02:00 |
|
|
|
2e98c84ba7
|
Merge pull request #38 from flibusta-apps/dependabot/cargo/crossbeam-channel-0.5.15
Build docker image / Build-Docker-Image (push) Has been cancelled
Bump crossbeam-channel from 0.5.14 to 0.5.15
|
2025-04-10 23:09:24 +02:00 |
|
dependabot[bot]
|
a18d1f1094
|
Bump crossbeam-channel from 0.5.14 to 0.5.15
Bumps [crossbeam-channel](https://github.com/crossbeam-rs/crossbeam) from 0.5.14 to 0.5.15.
- [Release notes](https://github.com/crossbeam-rs/crossbeam/releases)
- [Changelog](https://github.com/crossbeam-rs/crossbeam/blob/master/CHANGELOG.md)
- [Commits](https://github.com/crossbeam-rs/crossbeam/compare/crossbeam-channel-0.5.14...crossbeam-channel-0.5.15)
---
updated-dependencies:
- dependency-name: crossbeam-channel
dependency-version: 0.5.15
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2025-04-10 14:42:39 +00:00 |
|
|
|
0572e300ef
|
Merge pull request #37 from flibusta-apps/dependabot/cargo/tokio-1.44.2
Build docker image / Build-Docker-Image (push) Has been cancelled
Bump tokio from 1.44.1 to 1.44.2
|
2025-04-08 15:56:38 +02:00 |
|
dependabot[bot]
|
cce2586a2e
|
Bump tokio from 1.44.1 to 1.44.2
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.44.1 to 1.44.2.
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.44.1...tokio-1.44.2)
---
updated-dependencies:
- dependency-name: tokio
dependency-version: 1.44.2
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2025-04-08 02:12:03 +00:00 |
|
|
|
d7f702109b
|
Merge pull request #36 from flibusta-apps/dependabot/cargo/openssl-0.10.72
Build docker image / Build-Docker-Image (push) Has been cancelled
Bump openssl from 0.10.70 to 0.10.72
|
2025-04-04 23:58:21 +02:00 |
|
dependabot[bot]
|
e168f255fb
|
Bump openssl from 0.10.70 to 0.10.72
Bumps [openssl](https://github.com/sfackler/rust-openssl) from 0.10.70 to 0.10.72.
- [Release notes](https://github.com/sfackler/rust-openssl/releases)
- [Commits](https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.70...openssl-v0.10.72)
---
updated-dependencies:
- dependency-name: openssl
dependency-version: 0.10.72
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2025-04-04 20:54:49 +00:00 |
|
|
|
e91318f728
|
Update deps
Build docker image / Build-Docker-Image (push) Has been cancelled
|
2025-03-23 12:50:19 +01:00 |
|
|
|
b2969f7693
|
Merge pull request #35 from flibusta-apps/dependabot/cargo/openssl-0.10.70
Build docker image / Build-Docker-Image (push) Has been cancelled
Bump openssl from 0.10.68 to 0.10.70
|
2025-02-06 10:46:14 +01:00 |
|
dependabot[bot]
|
15091f633d
|
Bump openssl from 0.10.68 to 0.10.70
Bumps [openssl](https://github.com/sfackler/rust-openssl) from 0.10.68 to 0.10.70.
- [Release notes](https://github.com/sfackler/rust-openssl/releases)
- [Commits](https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.68...openssl-v0.10.70)
---
updated-dependencies:
- dependency-name: openssl
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2025-02-03 18:53:07 +00:00 |
|
|
|
4bc0e29c66
|
Fix
Build docker image / Build-Docker-Image (push) Has been cancelled
|
2025-01-20 13:39:16 +01:00 |
|
|
|
7672fc3f60
|
Update deps
Build docker image / Build-Docker-Image (push) Waiting to run
|
2025-01-19 23:20:25 +01:00 |
|
|
|
491bb75df2
|
Update deps
Build docker image / Build-Docker-Image (push) Has been cancelled
|
2024-12-24 20:32:22 +01:00 |
|
|
|
88f91af907
|
Update deps
Build docker image / Build-Docker-Image (push) Has been cancelled
|
2024-10-02 14:29:29 +02:00 |
|
|
|
f2b46817d6
|
Merge pull request #34 from flibusta-apps/dependabot/cargo/openssl-0.10.66
Bump openssl from 0.10.64 to 0.10.66
|
2024-07-24 18:55:36 +02:00 |
|
dependabot[bot]
|
fc5bf1190f
|
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:28 +00:00 |
|
|
|
a1b52a1d2e
|
Merge pull request #33 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:17 +02:00 |
|
dependabot[bot]
|
c33be9463d
|
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 09:49:33 +00:00 |
|
|
|
1104a91570
|
Fix MessageIdInvalid error
|
2024-05-22 13:13:02 +02:00 |
|
|
|
94193fae41
|
Add logs
|
2024-05-10 20:55:12 +02:00 |
|
|
|
cd0cde70de
|
Fix
|
2024-05-10 20:40:21 +02:00 |
|
|
|
8ff0a069b1
|
Fix
|
2024-05-10 20:36:09 +02:00 |
|
|
|
e21273a2b8
|
Delete old files
|
2024-05-10 20:27:08 +02:00 |
|
|
|
bd62f1b076
|
Fix getFile timeouts
|
2024-05-08 20:36:20 +02:00 |
|
|
|
b944a9e724
|
Fix
|
2024-05-07 17:50:44 +02:00 |
|
|
|
16a1691212
|
Ignore teloxide::ApiError::MessageToForwardNotFound
|
2024-05-07 17:38:26 +02:00 |
|
Шатунов Антон
|
b705b0cb30
|
Cleanup and remove unused downloader
|
2024-05-07 02:25:16 +03:00 |
|
Шатунов Антон
|
e18d9555a6
|
Change download logic to just opening file
Co-authored-by: Kurbanov Bulat <kurbanovbul@gmail.com>
|
2024-05-07 02:13:17 +03:00 |
|
|
|
dbd4b547c6
|
Add logs
|
2024-05-07 00:42:15 +02:00 |
|
|
|
adc47f1b75
|
Show all logs
|
2024-05-07 00:35:38 +02:00 |
|
|
|
0976471562
|
Fix
|
2024-05-07 00:19:25 +02:00 |
|
|
|
d2fcf96695
|
Merge pull request #32 from flibusta-apps/rewrite-to-rust
Add cache
|
2024-05-06 23:42:09 +02:00 |
|
Шатунов Антон
|
4e45d68a05
|
Merge branch 'rewrite-to-rust' of https://github.com/flibusta-apps/telegram_files_server into rewrite-to-rust
|
2024-05-07 00:35:09 +03:00 |
|
Шатунов Антон
|
23c23fd770
|
Add cache
|
2024-05-07 00:35:01 +03:00 |
|
|
|
f9b2e8b0a3
|
Fix
|
2024-05-06 23:23:45 +02:00 |
|
|
|
494569d1ac
|
Fix
|
2024-05-06 23:23:05 +02:00 |
|