Commit graph

497 commits

Author SHA1 Message Date
divyam234 dfa814e2c9
Update README.md 2024-06-03 12:23:40 +05:30
divyam234 c6511dbdba
Update README.md 2024-06-03 12:23:11 +05:30
divyam234 67e063ba00 chore: close upload pool after file upload 2024-06-03 01:57:34 +05:30
divyam234 943a5012b9 feat: added dc pooler and support 0 length file size 2024-06-02 23:11:18 +05:30
divyam234 1c6c1c8ea5 refactor: add "engine was closed" error to internalErrors list 2024-06-01 20:00:44 +05:30
divyam234 6ee7c82a2b feat: enable subdirectory search 2024-06-01 10:57:10 +05:30
divyam234 5a66bf38f2 feat: Advanced filtering 2024-06-01 02:06:28 +05:30
divyam234 450c7e0487 fix: uploads when using multiple channels 2024-05-31 20:28:40 +05:30
dependabot[bot] b7e6af058c chore(deps): bump go.uber.org/fx from 1.21.1 to 1.22.0
Bumps [go.uber.org/fx](https://github.com/uber-go/fx) from 1.21.1 to 1.22.0.
- [Release notes](https://github.com/uber-go/fx/releases)
- [Changelog](https://github.com/uber-go/fx/blob/master/CHANGELOG.md)
- [Commits](https://github.com/uber-go/fx/compare/v1.21.1...v1.22.0)

---
updated-dependencies:
- dependency-name: go.uber.org/fx
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-31 18:28:48 +05:30
divyam234 6dd0fd2d80 refactor: improve error handling in file chunk upload 2024-05-28 11:07:06 +05:30
dependabot[bot] d60947011b chore(deps): bump github.com/jackc/pgx/v5 from 5.5.5 to 5.6.0
Bumps [github.com/jackc/pgx/v5](https://github.com/jackc/pgx) from 5.5.5 to 5.6.0.
- [Changelog](https://github.com/jackc/pgx/blob/master/CHANGELOG.md)
- [Commits](https://github.com/jackc/pgx/compare/v5.5.5...v5.6.0)

---
updated-dependencies:
- dependency-name: github.com/jackc/pgx/v5
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-27 21:47:01 +05:30
divyam234 6b51c23437
Update README.md 2024-05-26 15:06:02 +05:30
divyam234 5fa2a064fb refactor: add endpoint to delete file parts 2024-05-26 03:32:16 +05:30
divyam234 44a91ee180 refactor: allow parts update in upload payload 2024-05-26 00:40:57 +05:30
divyam234 70bb79b8b9 fix: bg session not creating bot session while downloading 2024-05-20 17:50:07 +05:30
divyam234 a5fa23bb79
Update README.md 2024-05-20 15:31:11 +05:30
divyam234 c8148a2207 refactor: use range loops introduced in go 1.22 2024-05-20 02:54:32 +05:30
divyam234 7bbcbf80a2 fix: downloads when no of chunks > 200 2024-05-20 01:43:46 +05:30
divyam234 af5d7c97c9
Update config.sample.toml 2024-05-15 17:26:19 +05:30
divyam234 c47eef0d70 feat: add support for HTTP and SOCKS5 proxy for telegram client 2024-05-15 17:24:44 +05:30
divyam234 bf56ddd218 chore: update asset file pattern for caching optimization 2024-05-11 18:48:23 +05:30
dependabot[bot] 007a9e5b90 chore(deps): bump github.com/gin-gonic/gin from 1.9.1 to 1.10.0
Bumps [github.com/gin-gonic/gin](https://github.com/gin-gonic/gin) from 1.9.1 to 1.10.0.
- [Release notes](https://github.com/gin-gonic/gin/releases)
- [Changelog](https://github.com/gin-gonic/gin/blob/master/CHANGELOG.md)
- [Commits](https://github.com/gin-gonic/gin/compare/v1.9.1...v1.10.0)

---
updated-dependencies:
- dependency-name: github.com/gin-gonic/gin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-08 23:57:54 +05:30
divyam234 2b2dc8c0e8
Update README.md 2024-05-08 23:34:27 +05:30
dependabot[bot] 2cf8583cf3 chore(deps): bump go.etcd.io/bbolt from 1.3.9 to 1.3.10
Bumps [go.etcd.io/bbolt](https://github.com/etcd-io/bbolt) from 1.3.9 to 1.3.10.
- [Release notes](https://github.com/etcd-io/bbolt/releases)
- [Commits](https://github.com/etcd-io/bbolt/compare/v1.3.9...v1.3.10)

---
updated-dependencies:
- dependency-name: go.etcd.io/bbolt
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-06 20:03:39 +05:30
dependabot[bot] adeedac8ee chore(deps): bump github.com/gin-contrib/secure from 1.0.0 to 1.1.0
Bumps [github.com/gin-contrib/secure](https://github.com/gin-contrib/secure) from 1.0.0 to 1.1.0.
- [Release notes](https://github.com/gin-contrib/secure/releases)
- [Changelog](https://github.com/gin-contrib/secure/blob/master/.goreleaser.yaml)
- [Commits](https://github.com/gin-contrib/secure/compare/v1.0.0...v1.1.0)

---
updated-dependencies:
- dependency-name: github.com/gin-contrib/secure
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-06 20:03:29 +05:30
divyam234 fe3f802a6e fix: server side copy 2024-05-03 23:48:50 +05:30
dependabot[bot] c682930496 chore(deps): bump github.com/gotd/td from 0.101.0 to 0.102.0
Bumps [github.com/gotd/td](https://github.com/gotd/td) from 0.101.0 to 0.102.0.
- [Release notes](https://github.com/gotd/td/releases)
- [Commits](https://github.com/gotd/td/compare/v0.101.0...v0.102.0)

---
updated-dependencies:
- dependency-name: github.com/gotd/td
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-03 19:22:39 +05:30
dependabot[bot] f1ca6c5db0 chore(deps): bump github.com/gin-contrib/zap from 1.1.1 to 1.1.3
Bumps [github.com/gin-contrib/zap](https://github.com/gin-contrib/zap) from 1.1.1 to 1.1.3.
- [Release notes](https://github.com/gin-contrib/zap/releases)
- [Changelog](https://github.com/gin-contrib/zap/blob/master/.goreleaser.yaml)
- [Commits](https://github.com/gin-contrib/zap/compare/v1.1.1...v1.1.3)

---
updated-dependencies:
- dependency-name: github.com/gin-contrib/zap
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-03 19:22:29 +05:30
dependabot[bot] 7d2c9f972f chore(deps): bump github.com/gin-contrib/gzip from 1.0.0 to 1.0.1
Bumps [github.com/gin-contrib/gzip](https://github.com/gin-contrib/gzip) from 1.0.0 to 1.0.1.
- [Release notes](https://github.com/gin-contrib/gzip/releases)
- [Changelog](https://github.com/gin-contrib/gzip/blob/master/.goreleaser.yaml)
- [Commits](https://github.com/gin-contrib/gzip/compare/v1.0.0...v1.0.1)

---
updated-dependencies:
- dependency-name: github.com/gin-contrib/gzip
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-02 18:05:16 +05:30
divyam234 dbfde13678 Update README.md 2024-05-01 21:51:23 +05:30
dependabot[bot] e65446e87d chore(deps): bump github.com/gotd/td from 0.100.0 to 0.101.0
Bumps [github.com/gotd/td](https://github.com/gotd/td) from 0.100.0 to 0.101.0.
- [Release notes](https://github.com/gotd/td/releases)
- [Commits](https://github.com/gotd/td/compare/v0.100.0...v0.101.0)

---
updated-dependencies:
- dependency-name: github.com/gotd/td
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-01 18:08:28 +05:30
dependabot[bot] a439f4a39b chore(deps): bump gorm.io/gorm from 1.25.9 to 1.25.10
Bumps [gorm.io/gorm](https://github.com/go-gorm/gorm) from 1.25.9 to 1.25.10.
- [Release notes](https://github.com/go-gorm/gorm/releases)
- [Commits](https://github.com/go-gorm/gorm/compare/v1.25.9...v1.25.10)

---
updated-dependencies:
- dependency-name: gorm.io/gorm
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-26 20:45:27 +05:30
divyam234 eadabfbd23
Update README.md 2024-04-26 11:56:31 +05:30
divyam234 7945f11f36
Update README.md 2024-04-26 11:55:21 +05:30
dependabot[bot] 510063eec3 chore(deps): bump github.com/gotd/td from 0.99.2 to 0.100.0
Bumps [github.com/gotd/td](https://github.com/gotd/td) from 0.99.2 to 0.100.0.
- [Release notes](https://github.com/gotd/td/releases)
- [Commits](https://github.com/gotd/td/compare/v0.99.2...v0.100.0)

---
updated-dependencies:
- dependency-name: github.com/gotd/td
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-25 19:20:02 +05:30
dependabot[bot] 11c9e05a9e chore(deps): bump go.uber.org/fx from 1.21.0 to 1.21.1
Bumps [go.uber.org/fx](https://github.com/uber-go/fx) from 1.21.0 to 1.21.1.
- [Release notes](https://github.com/uber-go/fx/releases)
- [Changelog](https://github.com/uber-go/fx/blob/master/CHANGELOG.md)
- [Commits](https://github.com/uber-go/fx/compare/v1.21.0...v1.21.1)

---
updated-dependencies:
- dependency-name: go.uber.org/fx
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-25 19:19:50 +05:30
dependabot[bot] 6b36e67fbf chore(deps): bump github.com/pressly/goose/v3 from 3.19.2 to 3.20.0
Bumps [github.com/pressly/goose/v3](https://github.com/pressly/goose) from 3.19.2 to 3.20.0.
- [Release notes](https://github.com/pressly/goose/releases)
- [Changelog](https://github.com/pressly/goose/blob/master/CHANGELOG.md)
- [Commits](https://github.com/pressly/goose/compare/v3.19.2...v3.20.0)

---
updated-dependencies:
- dependency-name: github.com/pressly/goose/v3
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-23 18:18:10 +05:30
dependabot[bot] e88df73cae chore(deps): bump github.com/gotd/contrib from 0.19.0 to 0.20.0
Bumps [github.com/gotd/contrib](https://github.com/gotd/contrib) from 0.19.0 to 0.20.0.
- [Release notes](https://github.com/gotd/contrib/releases)
- [Commits](https://github.com/gotd/contrib/compare/v0.19.0...v0.20.0)

---
updated-dependencies:
- dependency-name: github.com/gotd/contrib
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-22 18:41:14 +05:30
divyam234 692275d3b7 chore: add msg id 0 check 2024-04-22 18:39:09 +05:30
divyam234 ddc1691ac0 fix: pass filename in get category 2024-04-21 18:52:08 +05:30
divyam234 a7734821a1 fix: file extension handling in GetCategory function 2024-04-19 23:57:39 +05:30
divyam234 3ca28cc06d fix: category for filename 2024-04-19 23:11:07 +05:30
divyam234 15a037c7ee Add file browser component to README.md 2024-04-19 16:38:56 +05:30
divyam234 274662cfca feat: show encryption in filelist 2024-04-19 14:09:44 +05:30
divyam234 47856b6318 Update README.md with new demo images and fix image references 2024-04-19 13:15:43 +05:30
divyam234 7bcfbab2ce Update README.md with new demo images 2024-04-19 12:58:07 +05:30
divyam234 34404eb486 added more demos 2024-04-19 12:45:46 +05:30
divyam234 7a7743c63f fix: user stats listing 2024-04-19 11:43:30 +05:30
divyam234 b82dac8820 fix: multiple move files 2024-04-19 11:08:11 +05:30
divyam234 7cd8aacf96 Fix typo in TotalUploaded field name in UploadStats struct 2024-04-19 04:28:33 +05:30