Commit graph

1471 commits

Author SHA1 Message Date
Abhinav 96c122f64e seperate collection summary type from collection type and add new archived collection summary type 2022-06-28 15:13:45 +05:30
Abhinav Kumar 1f3126f5c0
Merge pull request #622 from ente-io/upload-choice-screen
Upload choice screen for web
2022-06-28 13:02:26 +05:30
Abhinav 2c3266f3bd reorganise upload components 2022-06-28 13:02:04 +05:30
Abhinav 511c0ed002 update to handle different upload type on web too 2022-06-27 13:46:06 +05:30
Abhinav f8fc8a926c added better error handling 2022-06-27 07:13:33 +05:30
Abhinav 8bd98a4393 Merge branch 'ui-redesign' into responsive-images 2022-06-25 11:19:25 +05:30
Abhinav 8fcf2061c7 fix collection bar not showing up 2022-06-25 11:05:08 +05:30
Abhinav db564c4767 use typed blob to create object url, so that safari can use it to play file 2022-06-24 19:16:29 +05:30
Abhinav 23d8a9f4aa move base64 black thumbnail to upload constants 2022-06-24 12:56:40 +05:30
Abhinav Kumar 4e3ff1eaf7
Merge pull request #615 from ente-io/fix-complete-upload-fail
fix complete upload crash- on localstrorage write fail
2022-06-24 12:46:41 +05:30
Rushikesh Tote 0a1076c584 fix update file paths when already uploaded 2022-06-24 12:28:28 +05:30
Abhinav dd0a85e4f9 fix whole upload crashing on single file post upload action file 2022-06-24 12:04:23 +05:30
Abhinav 7b584774cd move api call to update path to uploadManager 2022-06-24 11:45:32 +05:30
Abhinav e022f5ef89 move file path upadting logic to post Upload action 2022-06-24 11:43:34 +05:30
Abhinav 38ce43af83 Merge branch 'new-upload-result-symlink-added' into watch 2022-06-24 11:34:53 +05:30
Abhinav ff04c9c89c simply filePaths handling 2022-06-24 11:32:08 +05:30
Abhinav b0b54661c2 move upload strategy to constants 2022-06-24 11:11:21 +05:30
Abhinav 0144834366 add hashService 2022-06-23 20:00:27 +05:30
Rushikesh Tote 087a35f6a3 rename 2022-06-23 19:26:46 +05:30
Rushikesh Tote d3242dbfa5 fix type 2022-06-23 19:22:29 +05:30
Rushikesh Tote 0842abf8a3 refactor 2022-06-23 19:10:19 +05:30
Abhinav 14b743e0f7 update logs 2022-06-23 18:56:35 +05:30
Abhinav 59295f849d reorder cases 2022-06-23 16:59:10 +05:30
Abhinav 7f76945dda change if else to switch case 2022-06-23 16:50:52 +05:30
Rushikesh Tote 97d9621dc7 refactor watch service 2022-06-23 16:28:45 +05:30
Rushikesh Tote 307f73ce02 Merge branch 'ui-redesign' into watch 2022-06-22 11:54:57 +05:30
Rushikesh Tote e568261c6d fix live photo magic metadata 2022-06-22 11:44:45 +05:30
Rushikesh Tote 767d1d2613 fix path bug 2022-06-22 11:29:14 +05:30
Rushikesh Tote 9c6ae4e906 added functionality to handle multiple folders 2022-06-22 10:14:51 +05:30
Rushikesh Tote 59e8112bd2 persist file paths for uploaded files 2022-06-21 14:02:20 +05:30
Rushikesh Tote 380768c4c7 refactor 2022-06-19 21:28:07 +05:30
Rushikesh Tote c3bb0f22f1 change param to id of remove from collection 2022-06-19 21:10:07 +05:30
Rushikesh Tote 8e95b80a4e bind instance on next event run 2022-06-19 20:31:12 +05:30
Abhinav da90b22576 move event handler to seperate file 2022-06-19 19:56:09 +05:30
Abhinav 86d6bf9340 fix casing 2022-06-19 18:31:26 +05:30
Abhinav 4f16669acf restruct postUploadAction 2022-06-19 18:29:16 +05:30
Abhinav 99b5cce1c9 rename watchService to watchFolderService 2022-06-19 18:07:55 +05:30
Abhinav a56fa6058b fix collection file count 2022-06-18 22:53:13 +05:30
Rushikesh Tote 6cef335264 clear electron store on logout 2022-06-17 12:05:34 +05:30
Rushikesh Tote 17dd41152e fix build and bug 2022-06-17 11:14:12 +05:30
Abhinav 5c32b455c1 fix all section collection summary 2022-06-16 13:59:55 +05:30
Abhinav 6386dc4475 remove conditional accessing as property should always be present else it it should error out 2022-06-16 10:58:02 +05:30
Abhinav ebecb02238 put null metadataAndFileTypeInfoMap entry when extractFileTypeAndMetadata fails 2022-06-16 10:31:35 +05:30
Rushikesh Tote 9120ebb7d3 fix clubbing same events 2022-06-15 16:20:04 +05:30
Abhinav 42c19b39a1 rename to watchFolder 2022-06-15 14:30:31 +05:30
Abhinav bf21d8391a update watch type 2022-06-15 14:29:17 +05:30
Abhinav d1837c36ca Merge branch 'ui-redesign' into watch 2022-06-15 14:04:57 +05:30
Abhinav 3334195c69 dont show archived files as latest photo in all section 2022-06-15 03:50:24 +05:30
Rushikesh Tote 2ed3b45786 added functionality to drag and drop folder to create watch mapping 2022-06-12 18:49:29 +05:30
Rushikesh Tote 64988d8faf minimize upload progress modal when triggered by watch service 2022-06-12 17:28:46 +05:30
Rushikesh Tote 3e41f50867 Merge branch 'ui-redesign' into watch 2022-06-12 16:46:54 +05:30
Abhinav dfedbdc5ff fix ui not udpating issue 2022-06-11 15:53:33 +05:30
Abhinav ae3a68378f add upload progress context 2022-06-11 01:53:00 +05:30
Rushikesh Tote 02ff9aeaa7 Merge branch 'ui-redesign' into watch 2022-06-10 19:31:31 +05:30
Abhinav 221f3a756f handle special collections better 2022-06-10 12:33:53 +05:30
Abhinav 126d8ff443 fix archive collection title 2022-06-10 11:52:08 +05:30
Abhinav e1fa27d626 revert upload progress text upload 2022-06-10 00:10:25 +05:30
Rushikesh Tote 8b83869e42 added types for ElectronAPIs 2022-06-09 16:25:48 +05:30
Rushikesh Tote ae6251968c rename API func 2022-06-09 16:07:17 +05:30
Rushikesh Tote 6ba67f1c02 refactor 2022-06-09 11:26:33 +05:30
Rushikesh Tote ac5c8069f3 refactor to directly use electron files for upload 2022-06-09 11:06:40 +05:30
Abhinav 31b976fa87 update subscription card background and basic design 2022-06-09 04:10:54 +05:30
Rushikesh Tote aa8483d4da rename and refactor 2022-06-08 23:23:18 +05:30
Rushikesh Tote ae24b70c4b refactor 2022-06-08 23:10:15 +05:30
Rushikesh Tote 07fea0bc55 remove mappings whose folders don't exist 2022-06-07 17:13:57 +05:30
Rushikesh Tote 6182249b5f ignore trashing files if root mapping directory is deleted 2022-06-07 16:50:25 +05:30
Rushikesh Tote fd51318ce6 show progress view when user clicks on watch modal spinner 2022-06-07 15:58:20 +05:30
Rushikesh Tote cd996a0b49 sync status button 2022-06-07 12:24:38 +05:30
Rushikesh Tote f1532a7aa1 refactor: added error logging 2022-06-06 15:29:07 +05:30
Rushikesh Tote 2bd43cdabf refactor 2022-06-06 15:29:07 +05:30
Rushikesh Tote 71b9555fa6 batch events whenever possible 2022-06-06 15:29:07 +05:30
Rushikesh Tote a0bcdc5329 added trash type to event queue 2022-06-06 15:29:07 +05:30
Rushikesh Tote 54f914453e rename 2022-06-06 15:29:07 +05:30
Rushikesh Tote 02f6c353aa remove from collection instead of trashing 2022-06-06 15:29:07 +05:30
Rushikesh Tote e85c16accb fix functions 2022-06-06 15:29:04 +05:30
Rushikesh Tote c11e9d4878 add watch modal and refactor 2022-06-06 15:28:38 +05:30
Rushikesh Tote 5361dca3e2 added debounce for uploads 2022-06-06 15:28:24 +05:30
Rushikesh Tote df5ecdf046 add watch modal 2022-06-06 15:28:15 +05:30
Rushikesh Tote 440c5bf4f9 return the file when upload is skipped since the file id is needed for watch service 2022-06-06 15:27:56 +05:30
Rushikesh Tote 1d310babee init watch 2022-06-06 15:27:53 +05:30
Abhinav 40ad1d2db2 Merge branch 'master' into ui-redesign 2022-06-06 14:57:32 +05:30
Abhinav f66eaa8c71 update collection summary 2022-06-03 14:48:39 +05:30
Abhinav 2ee3399187 move id to root of collectionSummary 2022-06-03 14:06:40 +05:30
Abhinav ed54ede6d7 fix collection latest file missing 2022-06-03 13:58:37 +05:30
Abhinav 9ced976c42 update collectionSummary structure 2022-06-03 12:14:17 +05:30
Abhinav ce994b2c1a remove commented code 2022-06-02 19:19:22 +05:30
Abhinav 1e9047511c fix file search 2022-06-02 11:33:28 +05:30
Abhinav 4e0e1e4e19 setup data pipeline 2022-06-01 15:00:21 +05:30
Abhinav 85c61e84c7 reorganize search service 2022-06-01 13:05:35 +05:30
Abhinav 36c141de0e add USE_CF_PROXY flag 2022-05-31 13:01:54 +05:30
Abhinav Kumar 31c06a759a
Merge pull request #567 from ente-io/fix-live-photo-cluterring
Fix live photo cluterring
2022-05-30 23:11:14 +05:30
Abhinav d4a44eeb28 add comments 2022-05-30 22:59:14 +05:30
Abhinav 9a1b6509b3 filter out files without metadata before calling sending files for livePhoto clustering 2022-05-30 22:31:37 +05:30
Abhinav c390c79eaa add error log to clusterLivePhotoFiles 2022-05-30 22:00:22 +05:30
Abhinav f9b143c67a return false from isTokenValid only if api resonse is 401 2022-05-30 21:23:03 +05:30
Abhinav e09bcdd34b refactor search 2022-05-28 20:11:06 +05:30
Abhinav c446301458 add ownerID to collectionSummary attributes 2022-05-26 18:55:48 +05:30
Abhinav a735d06787 remove testing changes 2022-05-26 13:32:10 +05:30
Abhinav 5c3e2cd970 change file counter to success and issues 2022-05-26 13:21:57 +05:30
Abhinav Kumar acbf5c78da
Merge pull request #559 from ente-io/dev-2
Group dedupes by same file hashes when possible
2022-05-23 18:59:12 +05:30