Commit graph

80 commits

Author SHA1 Message Date
Abhinav-grd d9261a8465 remove deleted file for localDB 2021-04-24 19:00:11 +05:30
Abhinav-grd 214a999661 corrected syncFile logic is Updated state when just files deleted 2021-04-24 00:46:27 +05:30
Abhinav-grd 1a79e88ed8 changed logic to decrypt files per request 2021-04-23 12:52:04 +05:30
Abhinav-grd cddff63a31 moved crytoWorker to util/cryto/index 2021-04-03 10:06:15 +05:30
Abhinav-grd afbf9c741f improved error handling 2021-03-30 13:53:36 +05:30
Abhinav-grd 15d5a1660c updated token null handling 2021-03-30 10:39:43 +05:30
Abhinav-grd 1d8ca64f48 cleaned up deleteFiles function 2021-03-29 15:59:17 +05:30
Abhinav-grd 4a528115b1 added deleteFiles service 2021-03-21 12:23:41 +05:30
Abhinav-grd 90d73a660e updated logic to find unique files 2021-03-16 15:11:11 +05:30
Abhinav-grd dc9c081706 cancel async calls if token beomes null 2021-03-16 12:19:34 +05:30
Abhinav-grd 05a8e02282 Merge branch 'master' into lfu-with-multipart 2021-03-14 15:51:11 +05:30
Abhinav-grd c435783e3d added wrapper import for localForage 2021-03-12 12:28:27 +05:30
Abhinav-grd 9a6a6bc608 replace error console logs with console.error 2021-03-08 18:06:10 +05:30
Abhinav-grd d03c48251f almost working multipart upload 2021-03-04 17:44:45 +05:30
Abhinav-grd d5718b43e5 removed unneccesary Cryptoworker creations 2021-02-25 22:01:49 +05:30
Vishnu Mohandas 5204bd30e4 Increase diff limit to 2500 2021-02-24 21:35:26 +05:30
Abhinav-grd 55047a4313 changed + e to , e 2021-02-22 13:20:06 +05:30
Abhinav-grd 8679b5f62b random optimizations 2021-02-17 14:05:19 +05:30
Abhinav-grd 6fa8bf6246 updated to use the DownloadManager 2021-02-17 10:50:21 +05:30
Abhinav-grd e7689f79e1 Merge branch 'master' into improve-uploading 2021-02-16 18:30:01 +05:30
Abhinav-grd 0989d794d5 moved user interface to user service 2021-02-16 17:15:06 +05:30
Abhinav-grd de35099109 modified file attribute interface 2021-02-16 15:14:25 +05:30
Abhinav-grd 21297e6e73 use constants for fileDb name 2021-02-09 11:13:05 +05:30
Abhinav-grd e8ae13221e more corrections 2021-02-09 10:37:46 +05:30
Abhinav-grd e131ecd745 passed file to removeDeletedCollectionFiles and corrected compare with collection.updationTime 2021-02-08 22:37:17 +05:30
Abhinav-grd 5250b97891 updated removing deleted collection file logic 2021-02-08 21:47:17 +05:30
Abhinav-grd d6c21c671f fixed indentation 2021-02-08 16:32:16 +05:30
Abhinav-grd dfc5138fe3 added if braces 2021-02-08 16:31:05 +05:30
Abhinav-grd 4f32d07f80 updated fetch files logic 2021-02-08 16:26:47 +05:30
Vishnu Mohandas dfad5dd8fa Skip fetching diff for a collection that has been deleted 2021-02-08 14:06:23 +05:30
Abhinav-grd 71af57409a change collection id type to number 2021-02-08 13:03:46 +05:30
Abhinav-grd 5c5a161999 remove files of deleted collections 2021-02-06 13:24:36 +05:30
Abhinav-grd 45fd07bc5f update collection time after all files fetched 2021-02-06 12:54:47 +05:30
Abhinav-grd f72ab9b418 updated getFiles to handle get single collection and store collectiontime after storing files 2021-02-06 00:21:14 +05:30
Abhinav-grd 80d6547dfd makew fetch only if return files equal to limit 2021-02-05 20:35:09 +05:30
Abhinav-grd 0c23e63bec corrected to have only unique instances of collection in localDB 2021-02-03 13:32:54 +05:30
Abhinav-grd 80c46796cf intial localFile Loading and then reload after complete fetch 2021-01-27 11:44:02 +05:30
Abhinav-grd 4aaebef0e7 updated requests to send token as header 2021-01-26 12:09:10 +05:30
Abhinav-grd fa76f97fe6 added try catch blocks 2021-01-25 13:25:19 +05:30
Abhinav-grd 6757ee256d added logic to clear deleted files from localDB 2021-01-20 19:21:22 +05:30
Abhinav-grd aeb3de2844 improved styling 2021-01-18 09:38:35 +05:30
Abhinav-grd 6815470c80 made style imporvements 2021-01-18 09:38:35 +05:30
Abhinav-grd 95fc146657 refactored getfiles and moved getCollectionLatestFile to collection service 2021-01-18 09:38:35 +05:30
Abhinav-grd 753f500ed4 moved collection interface to collection service 2021-01-18 09:37:52 +05:30
Abhinav-grd d687999f92 refactored Collection related function to collection Service 2021-01-18 09:37:01 +05:30
Abhinav-grd 69da9c7e7f [bug fix] ignoring bad collections send during testing 2021-01-18 09:27:54 +05:30
Abhinav-grd 392d6fb492 changed decrypted key type to string 2021-01-18 09:13:16 +05:30
Abhinav-grd 2dcd95f6a6 refactored fetchData to fileService and collectionSelector to upload component 2021-01-11 13:43:53 +05:30
Abhinav-grd 03d1af3f15 modified fileAtrribute to allow string type encryptedData 2021-01-09 09:04:43 +05:30
Abhinav-grd c5e0c19a05 replaced inline functions with named 2021-01-08 09:27:31 +05:30