Ben Sarmiento
|
cd96c7bd38
|
fixes here and there
|
2023-11-11 02:34:46 +01:00 |
|
Ben Sarmiento
|
147c0bd444
|
Finalize all repair fixes
|
2023-11-10 23:35:33 +01:00 |
|
Ben Sarmiento
|
77487a6ac3
|
Remove destructive stuffs
|
2023-11-10 21:41:56 +01:00 |
|
Ben Sarmiento
|
ab31114f2e
|
Couple of fixes
|
2023-11-10 21:25:53 +01:00 |
|
Ben Sarmiento
|
b97f859a32
|
Refactor with ordered maps
|
2023-11-10 19:03:07 +01:00 |
|
Ben Sarmiento
|
15a0ba95d8
|
Refactor torrent manager
|
2023-11-09 02:34:04 +01:00 |
|
Ben Sarmiento
|
9dfd6c32d5
|
Create a torrentMap
|
2023-11-08 20:20:52 +01:00 |
|
Ben Sarmiento
|
56e3540583
|
Remove debug logs
|
2023-11-07 17:26:34 +01:00 |
|
Ben Sarmiento
|
0a76fdb14b
|
Add retain_folder_name_extension option
|
2023-11-07 17:20:54 +01:00 |
|
Ben Sarmiento
|
dbf6bfdfb8
|
revise log
|
2023-11-06 16:37:42 +01:00 |
|
Ben Sarmiento
|
a9c71a3e93
|
Add proper logging
|
2023-11-05 01:23:41 +01:00 |
|
Ben Sarmiento
|
4136310622
|
Resolve race condition issues
|
2023-11-04 14:13:24 +01:00 |
|
Ben Sarmiento
|
b2e957cb4c
|
small fix on unrestrictable links
|
2023-10-29 17:38:05 +01:00 |
|
Ben Sarmiento
|
56a0220de2
|
fix file regex filter
|
2023-10-29 17:05:49 +01:00 |
|
Ben Sarmiento
|
5c3d159c3f
|
stream file fix
|
2023-10-29 16:29:18 +01:00 |
|
Ben Sarmiento
|
1cb7873a3b
|
Add hooks functionality
|
2023-10-28 13:19:32 +02:00 |
|
Ben Sarmiento
|
ce6729ade9
|
A lot of fixes: filenames, dupes in directories, dupes in torrents
|
2023-10-28 02:49:49 +02:00 |
|
Ben Sarmiento
|
c713a696c6
|
Fix the float64 conversion
|
2023-10-26 21:50:13 +02:00 |
|
Ben Sarmiento
|
0f5f0cf32f
|
quick repair bug fix
|
2023-10-26 04:04:21 +02:00 |
|
Ben Sarmiento
|
54ab801796
|
Finalize repair
|
2023-10-26 03:29:13 +02:00 |
|
Ben Sarmiento
|
9cffb9fc86
|
Fix directory mapping
|
2023-10-25 17:59:32 +02:00 |
|
Ben Sarmiento
|
37cd84d07b
|
Remove tests
|
2023-10-24 22:19:43 +02:00 |
|
Ben Sarmiento
|
2ce8273779
|
Big commit
|
2023-10-24 22:14:04 +02:00 |
|
Ben Sarmiento
|
003ba1eb51
|
Autoheal functionality
|
2023-10-24 14:56:03 +02:00 |
|
Ben Sarmiento
|
16668b90a1
|
Add ForRepair prop
|
2023-10-24 04:54:24 +02:00 |
|
Ben Sarmiento
|
21cbb16b88
|
Implement autoheal feature
|
2023-10-23 20:01:55 +02:00 |
|
Ben Sarmiento
|
6298830ea6
|
Prepare materials for auto heal functionality
|
2023-10-23 16:13:04 +02:00 |
|
Ben Sarmiento
|
571e57904b
|
file metadata
|
2023-10-22 23:54:52 +02:00 |
|
Ben Sarmiento
|
16d6bf4f81
|
more efficient caching
|
2023-10-22 14:25:28 +02:00 |
|
Ben Sarmiento
|
cd6b94f868
|
prepare for release
|
2023-10-20 18:40:13 +02:00 |
|
Ben Sarmiento
|
9dcdb60ae7
|
More informative logging
|
2023-10-20 14:26:43 +02:00 |
|
Ben Sarmiento
|
7010803e35
|
fix checksum issue
|
2023-10-20 04:37:43 +02:00 |
|
Ben Sarmiento
|
f1717a8d94
|
Add new configs
|
2023-10-20 03:59:47 +02:00 |
|
Ben Sarmiento
|
59eb51b37b
|
proper marking of file as deleted
|
2023-10-20 03:04:57 +02:00 |
|
Ben Sarmiento
|
0e442fc9be
|
read token from config
|
2023-10-20 01:49:06 +02:00 |
|
Ben Sarmiento
|
a65019e202
|
Refinements
|
2023-10-19 23:00:35 +02:00 |
|
Ben Sarmiento
|
fda45b99ff
|
remove debug message
|
2023-10-19 20:21:32 +02:00 |
|
Ben Sarmiento
|
faba4e53ab
|
Finish config mapping
|
2023-10-19 18:02:30 +02:00 |
|
Ben Sarmiento
|
ce0b2445b2
|
Clean up grouping logic
|
2023-10-18 21:47:57 +02:00 |
|
Ben Sarmiento
|
0fa7b407b0
|
Fix grouping
|
2023-10-18 21:36:40 +02:00 |
|
Ben Sarmiento
|
4650213218
|
Add support for configs
|
2023-10-18 21:09:25 +02:00 |
|
Ben Sarmiento
|
acee02377e
|
Proper caching
|
2023-10-18 12:36:34 +02:00 |
|
Ben Sarmiento
|
bd72dc4540
|
Everything is in memory now without libs
|
2023-10-18 02:06:01 +02:00 |
|
Ben Sarmiento
|
0886c93250
|
A lot of rewrite here
|
2023-10-18 00:17:07 +02:00 |
|