Commit graph

593 commits

Author SHA1 Message Date
Mohd Hassan Khan
d27a9dac6b
feat: add xz and tgz to supported archive extensions
- Added `.xz` and `.tgz` to archiveExtensions
- Improves compatibility with common Linux/Unix compressed archives
- Prevents these formats from being incorrectly categorized as "others"
2025-08-15 19:29:58 +05:30
Mohd Hassan Khan
59a0702df2
feat: add HEIF, HEIC, and WebP to image extensions
- Added some image formats: heif, heic, webp
2025-08-15 19:29:58 +05:30
divyam234
e7f5fca450
Version 1.6.19 2025-08-01 20:22:49 +05:30
divyam234
a126247a57
fix: update E-Tag header to ETag in FilesStream function
- Corrected the header name from "E-Tag" to "ETag" in the FilesStream function to adhere to standard HTTP header conventions.

chore: update launch configuration in VSCode

- Reformatted the launch.json file for better readability.

chore: update dependencies in go.mod and go.sum

- Updated various dependencies to their latest versions for improved stability and security.
- Notable updates include:
  - github.com/go-chi/cors from v1.2.1 to v1.2.2
  - github.com/go-co-op/gocron/v2 from v2.16.2 to v2.16.3
  - github.com/golang-jwt/jwt/v5 from v5.2.2 to v5.3.0
  - Updated several other dependencies to their latest versions.
2025-08-01 20:22:02 +05:30
divyam234
447a79c3f3
refactor: time interval of cron locker 2025-06-22 21:08:09 +05:30
divyam234
cdfb547f5e
Version 1.6.18 2025-06-22 20:31:48 +05:30
divyam234
5c619a06d6
feat: add distributed cron job locking and new cron jobs
- Introduced a new configuration option `locker-instance` for distributed cron job locking.
- Updated the cron job service to use `gormlock` for distributed locking.
- Refactored the `StartCronJobs` function to initialize the locker and scheduler.
- Added new cron jobs for cleaning old events and logging actions for existing jobs.
2025-06-22 20:30:45 +05:30
divyam234
aad739d9e5
fix: update file parts update payload to include encryption flag 2025-06-22 11:43:12 +05:30
divyam234
f48bc0fd27
refactor: replace if-else chains with switch statements for improved readability 2025-06-20 17:33:17 +05:30
divyam234
7b902778af
chore(docs): add DeepWiki badge 2025-06-11 15:00:43 +05:30
divyam234
500f61d103
Version 1.6.17 2025-06-10 22:59:11 +05:30
divyam234
fbcb1024a6
feat: new settings UI with channels operations 2025-06-10 22:58:52 +05:30
divyam234
784b43328e
Version 1.6.16 2025-05-20 23:25:51 +05:30
divyam234
d4285354f4
feat: support direct ssl negotiation postgres 2025-05-20 22:52:29 +05:30
divyam234
a8f0212a93
Version 1.6.15 2025-05-14 23:41:30 +05:30
divyam234
21ae67e49a
fix: return events for specific user 2025-05-14 23:39:40 +05:30
Divyam
5882ba788f
Update README.md 2025-04-18 11:02:43 +05:30
divyam234
f130ad4f86
Version 1.6.14 2025-04-11 09:38:52 +02:00
divyam234
4c7c38fdea
feat: add docker.io registry and improve chunk handling 2025-04-11 09:37:18 +02:00
divyam234
9983c7d72b
feat: add created_at index and event ordering 2025-04-11 09:06:53 +02:00
divyam234
bfbeab6b59
refactor: replace interface{} with any type across codebase 2025-04-10 08:00:54 +02:00
divyam234
4ef27d5ab8
refactor: rename EventData to Source and expand event data model 2025-04-09 05:46:23 +02:00
divyam234
d66dc78e35
feat: add file operation event recording system 2025-04-08 20:02:45 +02:00
Bhunter
6f64009ae3 Version 1.6.13 2025-03-04 12:34:09 +01:00
Bhunter
c524068d12 build: update dependencies and improve reader implementation 2025-03-04 12:32:21 +01:00
Bhunter
9afb6c3f2e Version 1.6.12 2025-02-06 13:40:00 +01:00
Bhunter
1f8a508336 refactor: enhance file integrity checks and add size handling for encrypted files 2025-02-06 13:39:10 +01:00
Bhunter
5b4faaa594 fix: improve upload error handling and update dependencies 2025-02-06 12:32:45 +01:00
Bhunter
263143990f Version 1.6.11 2025-01-31 14:11:12 +01:00
Bhunter
7fb61509da fix: check command 2025-01-31 14:10:30 +01:00
Bhunter
8976955ea7 Version 1.6.10 2025-01-27 22:51:55 +01:00
Bhunter
6f7bf17f51 refactor: remove hardcoded tg creds 2025-01-27 22:51:39 +01:00
Bhunter
372e04c697 Version 1.6.9 2025-01-25 18:10:21 +01:00
Bhunter
4202793702 refactor: remove file duplication completely 2025-01-25 16:39:55 +01:00
Bhunter
8c09164c29 Version 1.6.8 2025-01-23 13:57:22 +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
Divyam
303a2b681a chore(docs): update contributing guide 2025-01-18 14:28:39 +00:00
Bhunter
01d7a16900 Version 1.6.7 2025-01-17 16:35:36 +01:00
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
a1875379a7 Version 1.6.6 2025-01-15 12:33:23 +01:00
Bhunter
0d51fdfe0a refactor: migrate session db from bbolt to sqlite 2025-01-15 12:33:02 +01:00
Bhunter
9573db7ea7 Version 1.6.5 2025-01-14 21:56:08 +01:00
Bhunter
9b25f3f676 ci: migrate build process to Taskfile 2025-01-14 21:55:11 +01:00
Bhunter
4c5d5035f7 refactor: update logging configuration to use string levels 2025-01-14 11:58:04 +01:00
Bhunter
f0187f4052 refactor: standardize field naming and improve cache key generation 2025-01-14 11:22:41 +01:00
Bhunter
299f4fa7ec refactor: improve SQL query for uploads statistics with correct date handling 2025-01-12 17:37:23 +01:00
Bhunter
518435fcd3 refactor: replace kv usage with boltdb and update related configurations 2025-01-12 20:05:10 +05:30
Bhunter
e966119bd4 chore(build): update Makefile 2025-01-11 18:20:36 +01:00