Commit graph

46 commits

Author SHA1 Message Date
divyam234
c49b78b863 feat: Implemented offset pagination by ranks 2024-07-15 00:39:09 +05:30
divyam234
d8846d65e4 refactor: add support for multilingual search using pgroonga extension 2024-07-11 19:19:42 +05:30
divyam234
20d39cd5b9 refactor: Switch to golang-jwt for auth 2024-07-11 00:25:25 +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
ae280eb532 chore: authenticate streams by cookies 2024-06-29 15:35:23 +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
54a5fd55e1 refactor: improve deletion 2024-06-11 19:29:05 +05:30
divyam234
7e5e3adf5f refactor: list files by parentId explicitly 2024-06-07 20:40:26 +05:30
divyam234
94ef73d62c refoactor: drop path field frpm db 2024-06-07 12:11:00 +05:30
divyam234
b92f751375 refactor: Copy session data to prevent mutation in LoadSession function 2024-06-06 00:19:40 +05:30
divyam234
306a508319 refactor: db params 2024-06-04 17:49:13 +05:30
divyam234
943a5012b9 feat: added dc pooler and support 0 length file size 2024-06-02 23:11:18 +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
divyam234
5fa2a064fb refactor: add endpoint to delete file parts 2024-05-26 03:32:16 +05:30
divyam234
7bbcbf80a2 fix: downloads when no of chunks > 200 2024-05-20 01:43:46 +05:30
divyam234
fe3f802a6e fix: server side copy 2024-05-03 23:48:50 +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
b82dac8820 fix: multiple move files 2024-04-19 11:08:11 +05:30
divyam234
6364f86571 feature: add stats endpoints 2024-04-19 02:16:47 +05:30
divyam234
b1b5dcdc4c refactor: error handling 2024-03-19 22:33:28 +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
8b7c3225a7 add new internal error codes 2024-02-04 13:23:27 +05:30
divyam234
73a6035167 sync-ui 2023-12-30 20:47:46 +05:30
divyam234
ca46098dee multi users fixes 2023-12-25 03:36:14 +05:30
divyam234
e80a2522ce return empty array instead of null 2023-12-24 14:46:39 +05:30
divyam234
e5e1bef3e7 show parent path on all views except my-drive 2023-12-24 14:32:45 +05:30
divyam234
18df57f8ab return parent path in search response 2023-12-22 22:57:58 +05:30
divyam234
10c13e130b fix bulkmove operation 2023-12-22 15:46:58 +05:30
divyam234
370d55508e pass encrypted field in server sside copy 2023-12-18 13:25:24 +05:30
divyam234
f0f19e1898 Enabled debug logging and disabled lazy bots for streaming 2023-12-17 18:35:48 +05:30
divyam234
6b0768161e enable random salt geenration for file parts 2023-12-08 13:17:33 +05:30
divyam234
3e30b8797c enable native file encryption 2023-12-08 03:16:06 +05:30
divyam234
0a1c5d679e change http range func 2023-12-04 14:58:28 +05:30
divyam234
1e2da6d627 don't modify errors 2023-12-04 00:51:30 +05:30
divyam234
5546b81e51 fix auth middleware 2023-12-04 00:26:46 +05:30
divyam234
3a7d0de1cc fix errors 2023-12-03 12:22:25 +05:30
divyam234
ca77be389d fix file creation 2023-12-03 04:33:16 +05:30
divyam234
bc7b50f4da further cleanup 2023-12-03 03:16:53 +05:30
divyam234
40ab4cb98a project structure change 2023-12-03 01:17:23 +05:30
Renamed from services/file.service.go (Browse further)