Commit graph

624 commits

Author SHA1 Message Date
Abhinav-grd 1285305288 added queueService 2021-08-28 11:20:02 +05:30
Abhinav-grd e008ccd83f Merge branch 'master' into redirect_to_payements 2021-08-25 15:29:03 +05:30
Abhinav-grd c2e5007386 moved type detail logging logic to catch block 2021-08-20 12:50:34 +05:30
Abhinav-grd a7033f1699 fix location data bug 2021-08-20 12:28:21 +05:30
Abhinav-grd 7539f5c9fa remove exif file check and let exif library handle it and fail 2021-08-20 12:23:59 +05:30
Abhinav-grd e059f16325 send unsupported file extension 2021-08-19 12:03:10 +05:30
Abhinav-grd 9076735374 pass fileType info to metadata extracter 2021-08-19 08:55:11 +05:30
Abhinav-grd 9912be071a add hasStaticThumbnail to metadata object 2021-08-19 08:50:59 +05:30
Abhinav-grd 49e61ba1f1 read only metadat for checking duplicate 2021-08-19 08:42:08 +05:30
Abhinav-grd 7515e14d02 added uplaoded file to existingFilesCollectionWise 2021-08-18 20:41:11 +05:30
Abhinav-grd 5bfc58fbc5 Merge branch 'master' into redirect_to_payements 2021-08-18 18:29:21 +05:30
Abhinav-grd bb8f407bbf catch empty generated thumbnail 2021-08-18 18:26:24 +05:30
Abhinav-grd b67a7a9401 fiox typeParts undefined check 2021-08-18 17:46:20 +05:30
Abhinav-grd fc25f7314c pass gallery path as redirectURL 2021-08-18 14:50:53 +05:30
Abhinav-grd 47efa6a8e5 increase chunk size for exif parsing and just log and dont break on exif laod fail 2021-08-18 12:41:00 +05:30
Abhinav-grd c9ffaf67b7 build fix 2021-08-18 11:54:21 +05:30
Abhinav-grd 6b5bbacd00 read file chunk for exif 2021-08-18 11:21:17 +05:30
Abhinav-grd 744a308963 removed unneeded fileReader passed to functions 2021-08-18 11:08:20 +05:30
Abhinav-grd 2383470e41 updated existingFileCollectionWise after file upload 2021-08-18 10:05:28 +05:30
Abhinav-grd 9b49e15d5c moved file reading ot worker 2021-08-18 10:02:27 +05:30
Abhinav-grd c36c1b5c13 fix uploadProgress more than 100 % bug 2021-08-17 17:22:44 +05:30
Abhinav-grd 9b13509615 Merge branch 'master' into upload-refactoring 2021-08-17 14:42:01 +05:30
Abhinav-grd b5702c8b73 pass existingCollection list to createAlbum when creating multiple collection at once 2021-08-17 14:38:54 +05:30
Abhinav-grd e8c421a438 detect isHEIC based on filedata derived type 2021-08-16 19:03:57 +05:30
Abhinav-grd b0b1f87ebd Merge branch 'master' into upload-refactoring 2021-08-16 18:19:42 +05:30
Abhinav-grd f381a3cb63 fixed all redirect logic 2021-08-16 11:12:48 +05:30
Abhinav-grd 91bb017de8 removed update subcription logic and removed buyPaidSubcription to buySubscription 2021-08-14 17:09:09 +05:30
Abhinav-grd 8d0c67a15c remove buyrRelated logic 2021-08-14 15:37:49 +05:30
Abhinav-grd ac1a59394e Merge branch 'master' into redirect_to_payements 2021-08-14 15:35:48 +05:30
Abhinav-grd 1c72450890 pass rootUrl param to payments 2021-08-14 15:32:57 +05:30
Abhinav-grd 884c2e57c3 dont round percenatge 2021-08-14 11:42:42 +05:30
Abhinav-grd 495f9002bf made chnages to better handle file import 2021-08-13 23:52:53 +05:30
Abhinav-grd 5d965da21e made chnages to better handle file import 2021-08-13 23:51:14 +05:30
Abhinav-grd 96e36c8bf0 custom check for heic not required 2021-08-13 22:17:06 +05:30
Abhinav-grd acc96947ec fixes 2021-08-13 22:12:34 +05:30
Abhinav-grd 902bb017c7 added lib for type detection 2021-08-13 20:27:39 +05:30
Abhinav-grd 37ca8e694b add comment reason for extracting files original name 2021-08-13 19:49:39 +05:30
Abhinav-grd e25fabf500 throw error if stream not done after all partUploadFinish 2021-08-13 19:44:40 +05:30
Abhinav-grd 50c3953a86 better constants 2021-08-13 19:29:30 +05:30
Abhinav-grd 9ba90dee60 reduce quality after first attempt to generate thumbnail at 100% quality 2021-08-13 19:24:31 +05:30
Abhinav-grd 5f0b723202 added type to fuinction instead to returned object 2021-08-13 12:13:00 +05:30
Abhinav-grd bbef258404 make getFileStream fileChunkReaderMaker generic by passing chunkSize to them 2021-08-13 12:10:05 +05:30
Abhinav-grd 5e57e79bda improve readebility 2021-08-13 12:00:22 +05:30
Abhinav-grd aa07979422 remove export from function used only in file scope 2021-08-13 11:54:33 +05:30
Abhinav-grd 8ef9862b60 renamed NetworkClient to UploadHttpClient 2021-08-13 11:52:18 +05:30
Abhinav-grd 6b6479eed7 rename s3Service to multiPartUploadService 2021-08-13 11:48:03 +05:30
Abhinav-grd 223cf9eb99 intiail canvas with empty canvas element 2021-08-13 11:42:57 +05:30
Abhinav-grd c985c5197b make collection as optional in FileWithCollection 2021-08-13 11:26:31 +05:30
Abhinav-grd 271b04b24e fixed typo and dont catch error 2021-08-13 11:04:14 +05:30
Abhinav-grd f053c74ae7 tidy up 2021-08-13 11:04:14 +05:30