Commit graph

1027 commits

Author SHA1 Message Date
Abhinav 0ea457e5f8 fix imageMetadata intialisation 2022-02-15 09:52:17 +05:30
Abhinav c04056569b use image metadata for live photo 2022-02-15 09:48:38 +05:30
Abhinav 80db61133a refactored code to not create stream for livePhotodata assets as they zipping library doesn't support streams 2022-02-15 09:20:41 +05:30
Abhinav 8b668b924a use file name as metadata for some files may be empty 2022-02-15 09:01:19 +05:30
Abhinav 5ff8b857bc add comment and check to avoid larger than multipart file size files to be clustered as livePhoto 2022-02-15 08:12:38 +05:30
Abhinav 08cd6e72ea group same collection files together before live photo clustering 2022-02-14 16:43:56 +05:30
Abhinav 22a489be6e only generate and use image thumbnail for livePhoto 2022-02-14 13:17:10 +05:30
Abhinav ed06e1427e use video thumbnails for livePhotos 2022-02-14 13:05:22 +05:30
Abhinav dab1844223 reuse fileTypeInfo and metdata and fix case where live photos clustering 2022-02-14 12:44:42 +05:30
Abhinav 04f4fd14e3 uploadService getFileMetadata to better name extractFileMetadata to avoid confusion with getFileMetadataAndFileTypeInfo 2022-02-13 16:48:42 +05:30
Abhinav ccd730cf9f minor changes 2022-02-13 16:40:50 +05:30
Abhinav 1398ea22b3 set live photo extension as zip 2022-02-13 16:34:08 +05:30
Abhinav 86a9b86294 handle metadata null case 2022-02-13 16:26:46 +05:30
Abhinav 0fff2ee674 fix minor bugs 2022-02-13 14:40:17 +05:30
Abhinav 87d635be58 Merge branch 'refactor-metadata-extraction-v2' into live-photo-import 2022-02-13 12:59:43 +05:30
Abhinav 7b45aee757 refactor code 2022-02-13 09:43:25 +05:30
Abhinav 13d8c10a60 Merge branch 'master' into live-photo-import 2022-02-13 08:29:16 +05:30
Abhinav eb23444853 create a POC working model of live photo upload 2022-02-09 10:53:43 +05:30
Abhinav 858315c897 added stage for metadata extraction 2022-02-09 10:32:14 +05:30
Abhinav Kumar c801e8225f
Merge pull request #363 from ente-io/public-link-changes
Public link changes
2022-02-06 16:43:34 +05:30
Abhinav cc04a48d26 send correct header for video download 2022-02-06 15:22:19 +05:30
Abhinav 6d07b63cba remove token and key logging 2022-02-05 20:43:26 +05:30
Abhinav e39eb9c82e remove cacheResp logging 2022-02-05 15:15:40 +05:30
Abhinav b5d19d8ce7 Revert "add better logs to check cache issue"
This reverts commit 83ada844a3.
2022-02-05 15:12:35 +05:30
Abhinav e45f164246 Revert "even better logs"
This reverts commit e3586fa3fe.
2022-02-05 15:11:01 +05:30
Abhinav 54e074bebe add resp.data not undefined check before creating Uint8ArrayBuffer out of it 2022-02-05 15:10:32 +05:30
Abhinav 95a7b871f6 add check to only set data in map if not null 2022-02-05 14:22:07 +05:30
Abhinav 42670853e7 renamed 5GB to better name of max file size supported 2022-02-05 14:10:18 +05:30
Abhinav c9129ce11c remove console logs 2022-02-05 14:03:34 +05:30
Abhinav e3586fa3fe even better logs 2022-02-05 09:35:02 +05:30
Abhinav 83ada844a3 add better logs to check cache issue 2022-02-05 09:27:51 +05:30
Abhinav f361ad516b log cache response 2022-02-04 19:30:50 +05:30
Abhinav 21aab14380 fix things 2022-02-04 00:26:34 +05:30
Abhinav e7c051ac53 refactor metadata extraction 2022-02-03 23:54:36 +05:30
Abhinav 6ffe0acd54 fix comlink type import 2022-02-01 19:10:30 +05:30
Abhinav 835ce8eced set queue processor concurrent request count to 5 2022-02-01 19:03:31 +05:30
Abhinav f76b1c3ee3 add new worker for conversion 2022-02-01 18:54:44 +05:30
Abhinav 8a0361b788 fix queue processor processing only one request even if max limit greater than 1 2022-02-01 18:46:33 +05:30
Abhinav c30fa05b60 add HIECConveter service to queue up and process heic to jpeg conversion 2022-02-01 16:21:47 +05:30
Abhinav 55f6724090 use accessToken and collectionID combined as collectionUID 2022-01-31 14:00:26 +05:30
Abhinav a750e7e900 update sharing Error handling 2022-01-30 16:03:13 +05:30
Abhinav 033a6020e2 handle too TOO_MANY_REQUEST error 2022-01-30 13:37:32 +05:30
Abhinav 16cc4844f1 don't send validTill and deviceLimit and use default options 2022-01-30 13:36:50 +05:30
Abhinav 3f3e65ad03 fix dedupe 2022-01-29 12:42:28 +05:30
Abhinav d4264b9c06 get collection sync time UID 2022-01-29 12:33:56 +05:30
Abhinav 369887c346 changed ?? to || 2022-01-29 09:32:45 +05:30
Abhinav ba5431a723 fix cache errors 2022-01-29 09:13:07 +05:30
Abhinav 49869766d9 fix local file fetching 2022-01-28 17:41:48 +05:30
Abhinav 7649ee1894 add dedupe logic before saving collection to localStorage 2022-01-28 17:34:06 +05:30
Abhinav de0a310969 Merge branch 'bug-fix-public-sharing' into update-abuse-report 2022-01-28 11:54:09 +05:30