Commit graph

52 commits

Author SHA1 Message Date
Bhunter
1f8a508336 refactor: enhance file integrity checks and add size handling for encrypted files 2025-02-06 13:39:10 +01:00
Bhunter
7fb61509da fix: check command 2025-01-31 14:10:30 +01:00
Bhunter
4202793702 refactor: remove file duplication completely 2025-01-25 16:39:55 +01:00
divyam234
a3bb0ce2af feat: add upgrade command for updating TelDrive 2025-01-23 18:25:57 +05:30
divyam234
8e4dfd859c refactor: add index for listing channel files and impove check command 2025-01-21 21:21:59 +05:30
Bhunter
7b4fd14574 refactor: improve command flag registration 2025-01-16 21:20:30 +01:00
Bhunter
0540ae1075 feat: add new check command to check integrity of file parts 2025-01-16 14:46:25 +01:00
Bhunter
0d51fdfe0a refactor: migrate session db from bbolt to sqlite 2025-01-15 12:33:02 +01:00
Bhunter
4c5d5035f7 refactor: update logging configuration to use string levels 2025-01-14 11:58:04 +01:00
Bhunter
518435fcd3 refactor: replace kv usage with boltdb and update related configurations 2025-01-12 20:05:10 +05:30
Bhunter
7fa4a38197 refactor: add version endpoint 2025-01-11 15:35:24 +01:00
divyam234
a296b368de feat: add NTP configuration and improve middleware handling 2025-01-01 16:54:36 +05:30
Bhunter
057a3d7473 feat: add Openapi generator remove go-gin,fx 2024-12-31 18:51:34 +05:30
divyam234
286bacaefe refactor: Purge share cache entry post delete 2024-09-16 13:22:54 +05:30
divyam234
ad6e0ccb22 feat: Add file and folder sharing 2024-09-15 10:03:55 +05:30
divyam234
a1440b1d7a refactor: remove bg bots 2024-09-10 13:00:47 +05:30
Bhunter
5fd41050e3 chore: rename packages to org name 2024-08-31 15:50:17 +00:00
divyam234
c7149701f1 refactor: Update dependencies and refactor multireader and workers 2024-08-10 00:08:06 +05:30
divyam234
9ce54b0a50 feat: added redis cache support 2024-07-26 21:20:26 +05:30
divyam234
20d39cd5b9 refactor: Switch to golang-jwt for auth 2024-07-11 00:25:25 +05:30
divyam234
e7865a7637 refactor: readd server timeouts 2024-07-09 23:41:05 +05:30
divyam234
758f0f82ea
refactor: Handle file updates in transaction (#292)
* feat: Add Stream Bots Offset flag to run command

* feat: Update Stream Bots Offset flag in run command

* update

* update

* update

* invalidate cache on update

* chore: Update cache key for file location deletion

* chore: Update cache key for file location retrieval

* chore: Refactor file service to optimize token processing

* chore: Optimize token processing in file service

* chore: Update file service to use PUT method for updating parts
2024-07-08 16:42:48 +05:30
divyam234
678de5bc63 chore: Remove statsviz monitoring 2024-07-07 12:53:28 +05:30
divyam234
c5b9c99005 chore: update stataviz monitoring 2024-07-06 11:23:30 +05:30
divyam234
1353ae7bd2 feat: added option to disable cron jobs 2024-07-01 17:11:55 +05:30
divyam234
04755c76e6 fix: memory leak in streams 2024-06-27 00:35:23 +05:30
divyam234
470aeb053a chore: add pprof endpoint for debugging 2024-06-26 21:35:49 +05:30
divyam234
2c7db87b3f feat: option to close bg bots after a certain time 2024-06-24 17:30:25 +05:30
divyam234
825dc11fe1 feat: MultiThreaded stream support 2024-06-22 17:59:59 +05:30
divyam234
855a320f32 feat: buffered reader for fast streaming 2024-06-14 00:55:15 +05:30
divyam234
306a508319 refactor: db params 2024-06-04 17:49:13 +05:30
divyam234
75e7b6317b feat: Add panic recovery to application 2024-06-04 13:27:56 +05:30
divyam234
bde8806a52 chore: Add gin recovery middleware for error handling 2024-06-04 12:58:32 +05:30
divyam234
943a5012b9 feat: added dc pooler and support 0 length file size 2024-06-02 23:11:18 +05:30
divyam234
6dd0fd2d80 refactor: improve error handling in file chunk upload 2024-05-28 11:07:06 +05:30
divyam234
c8148a2207 refactor: use range loops introduced in go 1.22 2024-05-20 02:54:32 +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
divyam234
6364f86571 feature: add stats endpoints 2024-04-19 02:16:47 +05:30
divyam234
c5019f8a67 feat: add custom duration parser 2024-02-19 21:32:25 +05:30
divyam234
22f2fef688 feat: Add gzip compression for static assets and add embed pdf.js in binary 2024-02-16 22:14:38 +05:30
divyam234
a936ed7960 fix: remove server timeout 2024-02-14 18:37:22 +05:30
divyam234
c279f27f15 docs: update sample config 2024-02-13 16:51:38 +05:30
divyam234
4efc7c2591 feat: Add tg-session-file flag to run command 2024-02-13 00:29:06 +05:30
divyam234
82e4f4afe2 chore: Update dependencies and configuration files 2024-02-12 23:52:52 +05:30
divyam234
ddbc88f770 feat: add viper and cobra support 2024-02-12 21:32:55 +05:30
divyam234
7946f3e381 feat: Added tests , and change config structure 2024-02-12 02:25:01 +05:30
divyam234
f0f19e1898 Enabled debug logging and disabled lazy bots for streaming 2023-12-17 18:35:48 +05:30
divyam234
3a7d0de1cc fix errors 2023-12-03 12:22:25 +05:30
divyam234
b040eb9e1e api changes 2023-12-03 02:53:06 +05:30