Commit graph

5353 commits

Author SHA1 Message Date
Abhinav Kumar 0a8f2f798b
Merge pull request #694 from ente-io/cancel-upload-without-reload
Cancel upload without reload
2022-09-05 15:43:15 +05:30
Abhinav 513c7cf167 fix uploadDone not runnign 2022-09-03 21:01:05 +05:30
Abhinav f8b0706d81 add files that can't be uploaded to ignored files 2022-09-03 20:38:25 +05:30
Abhinav 88d2654095 add local log 2022-09-03 19:30:44 +05:30
Abhinav 64e15798ad fix already upload file not getting added as synced file 2022-09-03 19:30:07 +05:30
Abhinav 1e43359414 make overflow menu background to over paper 2022-09-03 18:54:41 +05:30
Abhinav ea2d142d60 fix sizing and layout 2022-09-03 18:47:47 +05:30
Abhinav bcb0fe7ed8 make ui changes 2022-09-03 18:26:05 +05:30
Abhinav 75e28d0a37 made cancel button secondary 2022-09-03 18:05:11 +05:30
Abhinav 1fb2d10cce update max width 2022-09-03 18:03:39 +05:30
Abhinav 5628fbbb81 fix casing 2022-09-03 18:02:29 +05:30
Abhinav faac1e6f51 moved watch folder to top of utility section 2022-09-03 18:01:44 +05:30
Abhinav 9a12deebb0 don't update File Path 2022-09-03 17:42:01 +05:30
Abhinav 73c94d139e convert console logs to addlogLine 2022-09-03 17:40:33 +05:30
Abhinav 022826dfa6 use shouldAllowNewUpload to prevent uploads 2022-09-02 15:33:37 +05:30
Neeraj Gupta d2d40e747f
Merge pull request #695 from ente-io/fix-buy-subscription-on-desktop
fix buy subscription on desktop
2022-09-02 11:45:46 +05:30
Abhinav 6c95b6b26b add desktop proxied redirect url for desktop stripe checkout session 2022-09-02 11:40:29 +05:30
Abhinav dc65cbf7d8 minor fixes 2022-09-02 08:31:53 +05:30
Abhinav 1669d1a8b4 Merge branch 'cancel-upload-without-reload' into watch 2022-09-01 20:56:43 +05:30
Abhinav f97215742f merge same action cases 2022-09-01 20:55:05 +05:30
Abhinav da6626f514 add add missing UPLOAD_RESULT as no-op 2022-09-01 20:53:31 +05:30
Abhinav 209fc4fe54 set new created collection during upload to state 2022-09-01 20:32:18 +05:30
Abhinav e821ee726c return existing file for already uploaded case 2022-09-01 18:53:06 +05:30
Abhinav 1435a80096 skip cancelled upload error logging for both v1 and v2 putFile and putFilePart api 2022-09-01 18:16:27 +05:30
Abhinav 45a2f5056f refactor 2022-09-01 17:49:53 +05:30
Abhinav 0646a908e2 Merge branch 'cancel-upload-without-reload' into watch 2022-09-01 17:44:30 +05:30
Abhinav e444177d6a Merge branch 'refactor-upload' into cancel-upload-without-reload 2022-09-01 17:21:13 +05:30
Abhinav 3bbdc58920 rename 2022-09-01 16:47:49 +05:30
Abhinav 5e0bcb0a79 add comment explaining the useEffect 2022-09-01 16:45:48 +05:30
Abhinav 0efa4825ea rename web specific selectorFiles states 2022-09-01 16:39:46 +05:30
Abhinav c62242aabd pass only user owned collections as existingCollection to createAlbum 2022-09-01 16:25:32 +05:30
Abhinav a7ab0bb35e fix add symlink 2022-09-01 16:08:38 +05:30
Abhinav c7c56a06c7 add local logging 2022-09-01 16:08:12 +05:30
Abhinav ea02a98633 get user owned files 2022-09-01 14:38:57 +05:30
Abhinav 5667b1dc18 fix trashed and shared getting removed from ui file state 2022-09-01 14:35:43 +05:30
Abhinav 3c74653d1e fix retry 2022-09-01 14:20:09 +05:30
Abhinav a0f51e5157 fix decryptedFile undefined check 2022-09-01 14:10:40 +05:30
Abhinav 5fac8de289 fix groupFilesBasedOnParentFolder 2022-09-01 13:55:43 +05:30
Abhinav 4afd5f77b9 fix matching file logic
There is a case where the file is in multiple collection, one the current upload collection (say x ) and one another collection (say y).

we might get y collection's file and we will try to add a symlink for it in collection x and that will return a no-op from the server , and we would show the file as uploaded, instead of showing it as ignored already in collection.
2022-09-01 13:53:34 +05:30
Abhinav 8f7714b07f filter non user and trashed files from existing files 2022-09-01 13:43:11 +05:30
Abhinav 412e035e85 rename and comment pickedUploadType 2022-09-01 13:33:01 +05:30
Abhinav f29262c2b6 fix check of when to update existing files 2022-09-01 13:29:35 +05:30
Abhinav 294e167b9b rename analysisResult to importSuggestion 2022-09-01 12:45:43 +05:30
Abhinav 9cc2a6e361 better naming and comment for logic 2022-09-01 11:29:12 +05:30
Abhinav 815111890b open DeleteAccountModal from sidebar 2022-08-31 18:16:22 +05:30
Abhinav 2862e3b371 add delete-account image 2022-08-31 18:15:03 +05:30
Abhinav 506002499e pass handleUploadError as checkForBreakingError to putFilePart and putFile's retryHTppCall checkForBreakingError util 2022-08-31 16:22:32 +05:30
Abhinav e109b1e0f0 refactored code 2022-08-31 15:53:59 +05:30
Abhinav 454e8b2459 close progress bar if result list doesn't have any file and upload is cancelled 2022-08-31 15:51:39 +05:30
Abhinav eb6c395902 don't retry if when error is upload_cancelled 2022-08-31 14:29:51 +05:30