Commit graph

5058 commits

Author SHA1 Message Date
Abhinav Kumar 9c4a6339ec
Merge pull request #696 from ente-io/account-delete
Account delete
2022-09-06 17:14:31 +05:30
Abhinav a06c92d597 fix LinkButton 2022-09-06 17:03:25 +05:30
Abhinav 7fd5f31aa3 authenticate before showing delete confirmation screen 2022-09-06 16:52:24 +05:30
Abhinav f84f8f1ba7 remove space after email 2022-09-06 16:48:41 +05:30
Abhinav 73af3eb40c update link style 2022-09-06 16:47:21 +05:30
Abhinav 353bba2b6a fix feedback url 2022-09-06 16:40:36 +05:30
Abhinav 81f71ff4a7 rearrange variables 2022-09-06 10:47:48 +05:30
Abhinav 2589232dd9 rearrange variables 2022-09-06 10:46:29 +05:30
Abhinav e0ffb6e9f3 add error handling for on mount useEffect of AuthenticateUserModal 2022-09-06 10:43:41 +05:30
Abhinav f611ff2a6a add new line 2022-09-06 10:33:11 +05:30
Abhinav 520ec6b1e0 improve delete account modal 2022-09-05 22:08:47 +05:30
Abhinav bb358672eb convert decryptedChallenge to utf8 2022-09-05 22:08:21 +05:30
Abhinav 6ae569e921 fix deleteAccount api 2022-09-05 22:07:54 +05:30
Abhinav aa476b1014 dont auto opn 2022-09-05 21:21:19 +05:30
Abhinav 6d35de6a5d added solve challenge and delete account logic 2022-09-05 21:19:43 +05:30
Abhinav d6d505a0e8 add delete api 2022-09-05 21:19:23 +05:30
Abhinav fc2fe84726 improve verify master password form 2022-09-05 21:18:58 +05:30
Abhinav 921e05fbf7 added delete account modal 2022-09-05 21:17:49 +05:30
Abhinav 111e6f7116 create authenticate user modal 2022-09-05 21:17:30 +05:30
Abhinav dbfffdeb6c refactored credential into verify master password form 2022-09-05 21:16:51 +05:30
Abhinav aafc3af100 add getAccountDeleteChallenge api 2022-09-05 21:14:08 +05:30
Abhinav Kumar 02afc0b9cb
Merge pull request #693 from ente-io/refactor-upload
Refactor upload
2022-09-05 15:44:00 +05:30
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
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 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 1435a80096 skip cancelled upload error logging for both v1 and v2 putFile and putFilePart api 2022-09-01 18:16:27 +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