Commit graph

2868 commits

Author SHA1 Message Date
abhinav-grd be4e821190 clear selection if file of other collection selected 2021-09-20 17:26:29 +05:30
abhinav-grd 99d62756cc use activeCollection state for navigation between collections 2021-09-20 17:25:29 +05:30
abhinav-grd 219c7aa8d7 hide just overflow-x 2021-09-20 09:18:55 +05:30
abhinav-grd 760c84aaad fix looped resize 2021-09-16 16:36:00 +05:30
abhinav-grd 4dec65a891 try to get exif only for image files 2021-09-16 07:27:11 +05:30
abhinav-grd e17eb7aca4 exif data can be null so dont destructure function response 2021-09-16 07:26:48 +05:30
Abhinav-grd 74471d9bfb
Merge pull request #143 from ente-io/update-exif-package
Update exif package
2021-09-13 12:05:36 +05:30
Abhinav-grd 269a926ac7
Merge pull request #147 from ente-io/folder-drop
Upload behavior
2021-09-13 11:14:15 +05:30
abhinav-grd 96d2d089b7 removes unneccessary exif Data null check 2021-09-13 11:02:19 +05:30
abhinav-grd 958d3bd72c fix banner message state type 2021-09-13 09:15:26 +05:30
abhinav-grd bce0adfe33 updates init state of analysis result 2021-09-13 09:10:33 +05:30
abhinav-grd 63c3eb5db3 updates choice modal to directly call uploadToNewCollection 2021-09-13 09:04:44 +05:30
abhinav-grd 3c61fc1ab5 update behavior on folder drop 2021-09-13 08:45:53 +05:30
abhinav-grd e34a8e8b92 remove processQueue recursive call
as we are processing the queue in a loop left when making the change
2021-09-12 16:01:08 +05:30
abhinav-grd b3a9c8ee94 improves queueProcessor 2021-09-12 15:56:16 +05:30
abhinav-grd d68cebb7a1 if unix time less than zero ignore it 2021-09-12 12:41:15 +05:30
abhinav-grd c4938d04e3 updates code to fit with new getExif function 2021-09-12 12:17:17 +05:30
abhinav-grd 5cf48597df updates exif parsing to use new library features 2021-09-12 12:16:30 +05:30
abhinav-grd f9c46cdcb6 dont log exifdata 2021-09-10 22:12:15 +05:30
abhinav-grd 0cde9ea63c update prettyPrintExif 2021-09-10 22:09:18 +05:30
abhinav-grd a90f978c67 added pretty print exif util 2021-09-10 14:01:51 +05:30
abhinav-grd f4f685d2cf build fix 2021-09-10 13:30:31 +05:30
abhinav-grd 55b1746f3d cleanup 2021-09-10 13:16:50 +05:30
abhinav-grd a71a8e4d96 updates exifInfo usage of exifParser 2021-09-10 12:50:21 +05:30
abhinav-grd 5e6adb4634 updated getUNIXTime logic 2021-09-10 12:21:18 +05:30
abhinav-grd ea73bc43f8 use exifr package
exif-js fails for heic EXIF parsing
2021-09-10 12:18:34 +05:30
abhinav-grd 8989cd4af1 remove console log 2021-09-10 10:15:30 +05:30
abhinav-grd c24a187df6 better error for favourite operations 2021-09-10 09:34:38 +05:30
abhinav-grd 37bb67ea21 remove deleted collection from local 2021-09-10 09:12:58 +05:30
abhinav-grd a1a73b0cbd show zero files for collection with no files 2021-09-09 15:18:45 +05:30
Abhinav-grd c38de745c9 name worker as ente worker 2021-09-07 17:18:36 +05:30
Abhinav-grd 02d7cf3802 remove console and try catch 2021-09-07 14:55:41 +05:30
Abhinav-grd 07d44846be replaced heic2any pacakeg with heic-convert and use custom worker 2021-09-07 14:54:08 +05:30
Abhinav-grd 1d0adec48c throw error if hasSetKey undefined 2021-09-06 11:47:24 +05:30
Neeraj Gupta 6dc6501381 Show correct err msg when verification code has expired 2021-09-04 16:16:02 +05:30
Abhinav-grd 56bcf32b95 fix retrier returning undefined 2021-09-03 16:02:58 +05:30
Abhinav-grd e595ea09f0 fix usage info string 2021-09-03 14:15:04 +05:30
Abhinav-grd 1ff2fa3462 update error message 2021-09-02 13:28:35 +05:30
Abhinav-grd baf509085e fix new line between error stacks 2021-09-02 12:20:27 +05:30
Abhinav-grd 7ec132b39f updated the errorWithContext generation logic 2021-09-02 10:38:45 +05:30
Abhinav-grd 7dfd6658ea added compulary context message to all logError calls 2021-09-01 18:04:18 +05:30
Abhinav-grd 39d93c4f79 wrap error with context and report to sentry 2021-09-01 15:33:01 +05:30
Abhinav-grd cd309b0c77 update the feild below which error appears 2021-09-01 13:22:35 +05:30
Abhinav-grd cbcdba8229 add jpg to list of files missed by file type lib 2021-08-31 17:29:33 +05:30
Abhinav-grd 7e7284d64a set collection state on collection sync
dont without waiting for filtering out the deleted collection for which we need to wait for the whole files to be synced
2021-08-31 17:01:33 +05:30
Abhinav-grd e614ef755c fix create collection fail
The cause of bug was due to collection sync fail which occured due collection decyrption failure because of collection key mismatch bug
2021-08-31 16:53:43 +05:30
Abhinav-grd e1465609dd run unlink thumbnail only if thumbnail generation succeedes 2021-08-31 15:56:12 +05:30
Abhinav-grd b195015d64 added PAGES enum for all avialable routes 2021-08-31 10:28:58 +05:30
Abhinav-grd 08e2f4b038 added two factor disabled flash message and fix credentials redirect 2021-08-31 09:56:51 +05:30
Abhinav-grd ccd3a20a0d fix two-factor modal styles 2021-08-31 09:40:08 +05:30
Neeraj Gupta 18fc21377d Merge pull request #128 from ente-io/bugFixes
Fix recovery flow
2021-08-31 08:46:45 +05:30
Neeraj Gupta ca8d294496 Fix recoery flow 2021-08-31 08:35:30 +05:30
Abhinav-grd c21b20df95 only put if hasSetKeys explicitly false 2021-08-30 23:22:56 +05:30
Abhinav-grd a7a10f1a19 show save recovery key after singup 2021-08-30 18:58:27 +05:30
Abhinav-grd 10e86a7bd5 set ORIGINAL_KEY_ATTRIBUTES from verify response 2021-08-30 17:56:20 +05:30
Abhinav-grd 01e9a2ca96 put ORIGINAL_KEY_ATTRIBUTES after keySet check 2021-08-30 17:54:04 +05:30
Abhinav-grd af1ad9c973 put keyAttributes if not set , using session-validity-v2 check 2021-08-30 17:30:04 +05:30
Abhinav-grd b8a01d18f7 put keyAttribute if no response and local storage has them 2021-08-30 17:16:31 +05:30
Abhinav-grd 61df0d6ea8 move FORMAT_MISSED_BY_FILE_TYPE_LIB to file service build fix 2021-08-30 10:48:28 +05:30
Abhinav-grd 28a5ccee4a format missed by type detection 2021-08-30 10:45:16 +05:30
Abhinav-grd c596338463 adds type detection failed logs 2021-08-30 10:11:50 +05:30
Abhinav-grd ecec1b4a29 fix infinite seek 2021-08-30 09:45:02 +05:30
Abhinav-grd e06ca8c4a9 fix seek more than videoLength ebug 2021-08-30 09:27:27 +05:30
Abhinav-grd d1d3623880 fix file extension logging for unsupported formats 2021-08-30 06:54:57 +05:30
Abhinav-grd f4cb568444 added user token or encryptedToken present check before credential redirect 2021-08-29 22:50:09 +05:30
Abhinav-grd aa1ae957af fix unlink inputFileName 2021-08-29 20:38:19 +05:30
Abhinav-grd abdab27287 unlink correct thumbFileName 2021-08-29 20:30:11 +05:30
Abhinav-grd 6fc64b8d93 re push 2021-08-29 20:07:19 +05:30
Abhinav-grd ee3dfff1a3 set title 2021-08-29 19:47:44 +05:30
Abhinav-grd 4ad60fe2c2 dont regsiter worker 2021-08-29 19:35:23 +05:30
Abhinav-grd dac0b35a9b unregister service worker 2021-08-29 19:33:09 +05:30
Abhinav-grd f7af8b5c2d set header only in gallery 2021-08-29 19:20:39 +05:30
Abhinav-grd b1f9a3320d added coep header in document 2021-08-29 19:09:20 +05:30
Abhinav-grd 0c30efa3ef updated styles 2021-08-29 17:33:55 +05:30
Abhinav-grd d8ebd5f827 remove cloudflare analytics 2021-08-29 17:28:35 +05:30
Abhinav-grd f31ecece6a fix add to collection button creating first album 2021-08-29 17:20:56 +05:30
Abhinav-grd acef50e512 Merge branch 'master' into fix_multiple_request 2021-08-29 15:00:29 +05:30
Abhinav-grd 974d8d9241 store file promise in fileObjectUrlPromise 2021-08-29 14:58:53 +05:30
Abhinav-grd 3acd3ba87f skip too large files 2021-08-29 14:45:12 +05:30
Abhinav-grd 1b3a8714b8 updated strings 2021-08-29 14:43:20 +05:30
Abhinav-grd dddd7fac30 updated strings 2021-08-29 14:38:35 +05:30
Abhinav-grd 2a645dc16e remove console log 2021-08-29 14:28:37 +05:30
Abhinav-grd 6de4c2fabc upadted alert banner style 2021-08-29 14:22:37 +05:30
Abhinav-grd 7c85308516 added hooks to open plan selector 2021-08-29 14:20:01 +05:30
Abhinav-grd e9ed00fa22 added showPlanSelectorModal to gallery context 2021-08-29 14:19:08 +05:30
Abhinav-grd f145328c38 fixed error message shown to user 2021-08-29 13:50:56 +05:30
Abhinav-grd 1f62d7ba53 updated the alert banner 2021-08-29 13:39:14 +05:30
Abhinav-grd a1d5e75447 no need to catch and throw error 2021-08-29 13:01:48 +05:30
Abhinav-grd 28ccf3d11c added file too large section 2021-08-29 12:56:24 +05:30
Abhinav-grd a8c93da704 updated error handler 2021-08-29 12:44:33 +05:30
Abhinav-grd e6049aef1b function check for breaking error changes 2021-08-29 11:48:53 +05:30
Abhinav-grd ce8bc629a1 renamed parseError and handleError to upload specfic names 2021-08-29 11:48:03 +05:30
Neeraj Gupta 362d4f89ae Thumbnail: don't trigger download if a request is already in-flight 2021-08-29 11:40:18 +05:30
Abhinav-grd c57989d14f convert storage quota to human readable 2021-08-29 10:45:02 +05:30
Abhinav-grd a9d9b41ee0 fixed customer portal redirect 2021-08-29 10:34:50 +05:30
Vishnu 7e819bd940 Update collection share dialog 2021-08-29 02:43:23 +05:30
Vishnu 05173f3120 Remove click handler 2021-08-29 02:20:45 +05:30
Vishnu 0ff3e11584 Improve upload strategy dialog 2021-08-29 02:18:00 +05:30
Vishnu f961571b1f Rename first album 2021-08-29 02:17:00 +05:30
Vishnu bc4d46912e Update first screen 2021-08-29 01:20:00 +05:30
Abhinav-grd 24d0917537
Merge pull request #122 from ente-io/ffmpeg
Ffmpeg
2021-08-28 22:15:17 +05:30
Abhinav-grd febb0a47ae appended timestamp to filenames 2021-08-28 21:49:31 +05:30
Abhinav-grd 9c59984a75 clean url 2021-08-28 20:29:09 +05:30
Abhinav-grd 9045a5cec2 fix strings 2021-08-28 20:19:48 +05:30
Abhinav-grd 1656e1431d dont show collection namer if not neccessary 2021-08-28 20:11:30 +05:30
Abhinav-grd 21d8706175 Merge branch 'master' into ffmpeg 2021-08-28 19:39:34 +05:30
Abhinav-grd ebdcda247c clean 2021-08-28 19:35:45 +05:30
Abhinav-grd 8788a7cd48 final touch up 2021-08-28 19:29:00 +05:30
Neeraj Gupta 2ab31426cf minor refactoring 2021-08-28 16:46:44 +05:30
Neeraj Gupta 1d2b6e3243 Add button for delete account 2021-08-28 16:27:36 +05:30
Neeraj Gupta 8d4455b7ac Add delete account prompt 2021-08-28 15:38:14 +05:30
Abhinav-grd eb042871a3 added logic to respond with null on error 2021-08-28 11:53:48 +05:30
Abhinav-grd a6b38ac020 remove file after thumbnail generation 2021-08-28 11:21:05 +05:30
Abhinav-grd a97c11cf6f conditonally load local ffmpeg file in local enviroment 2021-08-28 11:21:05 +05:30
Abhinav-grd 0a2a9b1f1d added error handling 2021-08-28 11:21:05 +05:30
Abhinav-grd 4317964ca4 remove logs 2021-08-28 11:21:05 +05:30
Abhinav-grd a09c5e7a36 remove un used import 2021-08-28 11:21:05 +05:30
Abhinav-grd 484842a652 avoid multiple load call and run call at one time 2021-08-28 11:21:05 +05:30
Abhinav-grd c0e665cd1d add logs 2021-08-28 11:21:05 +05:30
Abhinav-grd 9ee35f725e refactored code 2021-08-28 11:21:05 +05:30
Abhinav-grd 5b8ae127b5 just load fallback package 2021-08-28 11:21:05 +05:30
Abhinav-grd 53af52de61 added fallback core package 2021-08-28 11:21:05 +05:30
Abhinav-grd 26d9d500b4 break on thumbnail error 2021-08-28 11:21:04 +05:30
Abhinav-grd 75de06cff7 added ffmeg package 2021-08-28 11:21:04 +05:30
Abhinav-grd c32ec93d29 updated queueService to QueueProcessor 2021-08-28 11:20:02 +05:30
Abhinav-grd 1285305288 added queueService 2021-08-28 11:20:02 +05:30
Vishnu 9b4971ab9a Update strings 2021-08-27 15:05:56 +05:30
Vishnu a7f086c08b Update colors 2021-08-27 14:22:14 +05:30
Vishnu d0b3d169cc Update empty screen 2021-08-27 14:22:04 +05:30
Vishnu 631baf9fa3 Update colors 2021-08-27 14:09:17 +05:30
Vishnu 85af233358 Update login string 2021-08-27 14:06:56 +05:30
Abhinav-grd e473b0d6f2 udpated fileIsHEIC check to include file type 2021-08-26 13:23:30 +05:30
Abhinav-grd e008ccd83f Merge branch 'master' into redirect_to_payements 2021-08-25 15:29:03 +05:30
Abhinav-grd a584235a9a disable logging of disabled web analytics 2021-08-25 09:08:11 +05:30
Abhinav-grd 90a328ac81 remove window size variable used for size control 2021-08-24 18:03:19 +05:30
Abhinav-grd 579c39239d remove signup button white color 2021-08-24 11:55:57 +05:30
Abhinav-grd 34a4c6b114 updated entespinner styles 2021-08-24 09:24:36 +05:30
Abhinav-grd 9a5339df99 updated success button Styles 2021-08-24 09:05:29 +05:30
Abhinav-grd 411a2a798e remove the mysterious zero 2021-08-24 08:52:36 +05:30
Abhinav-grd 5fa3374ea7 remove loading indicator only on error 2021-08-23 16:07:44 +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 0bdb979992 reafactored code 2021-08-19 14:15:52 +05:30
Abhinav-grd e059f16325 send unsupported file extension 2021-08-19 12:03:10 +05:30
Abhinav-grd 44641dddc6 turn off only on error 2021-08-19 12:00:16 +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 6ab717a785 added file too large error 2021-08-19 08:12:57 +05:30
Abhinav-grd cef8cd257b dont justify content 2021-08-19 08:06:10 +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 73b679e509 handled payement update failure reasons 2021-08-18 14:53:04 +05:30
Abhinav-grd fc25f7314c pass gallery path as redirectURL 2021-08-18 14:50:53 +05:30
Abhinav-grd 16e287d1ce added comment for file import fail error 2021-08-18 12:43:14 +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 9270d80d24 Merge branch 'master' into upload-refactoring 2021-08-17 15:32:58 +05:30
Abhinav-grd 0f9e15e37f handle long names in porgress bar 2021-08-17 15:32:29 +05:30
Abhinav-grd 7124b313a4 Merge branch 'master' into upload-refactoring 2021-08-17 15:31:00 +05:30
Abhinav-grd f6b5c06954 handle long names in porgress bar 2021-08-17 15:29:06 +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 dd0c49eebb Merge branch 'master' into upload-refactoring 2021-08-17 14:26:06 +05:30
Abhinav-grd ce29c5f1f0 update string 2021-08-17 13:53:11 +05:30
Abhinav-grd 566716a5be style changes 2021-08-17 13:50:53 +05:30
Abhinav-grd 4231056e2a group notUploadedSectionHeader closer to duplicate files 2021-08-17 12:49:16 +05:30
Abhinav-grd 05fcb0c138 added section component and made transition time constant 2021-08-17 11:40:41 +05:30
Abhinav-grd 55a78cdb8c update strings 2021-08-17 09:45:22 +05:30
Abhinav-grd 24c649c267 Merge branch 'master' into upload-refactoring 2021-08-16 20:28:09 +05:30
Abhinav-grd 9c0b5ce830 added null check to keyAttributes 2021-08-16 20:27:40 +05:30
Abhinav-grd 1d4679d5c5 Merge branch 'master' into upload-refactoring 2021-08-16 20:08:48 +05:30
Abhinav-grd 5c7fe3b8e1 fix redirecting issues 2021-08-16 20:05:53 +05:30
Abhinav-grd 84bd1f629a added in progress section to uploads 2021-08-16 19:45:41 +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 04f30ac66f Merge branch 'master' into fix-forgot-password 2021-08-16 11:20:21 +05:30
Abhinav-grd f381a3cb63 fixed all redirect logic 2021-08-16 11:12:48 +05:30
Abhinav-grd 6f57650f6e remove token validity check logic from verify page 2021-08-16 10:38:08 +05:30
Abhinav-grd 03b8fed83b updated storeSessionKeys to SaveKeyInSessionStore 2021-08-16 10:31:11 +05:30
Pushkar Anand eaa144773c First load fix and updated photoswipe. 2021-08-14 22:13:30 +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 1ad6d70136 Merge branch 'master' into upload-refactoring 2021-08-14 11:36:11 +05:30
Abhinav-grd 617762f1c5 added check for not null befor executing function 2021-08-14 10:47:38 +05:30
Abhinav-grd 41af7557a6 Merge branch 'master' into upload-refactoring 2021-08-13 23:53:40 +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 0cf4662086 close Dialog along wiht executing close action 2021-08-13 22:34:39 +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 19d203536a add subscription only if exists 2021-08-13 21:29:28 +05:30
Abhinav-grd 902bb017c7 added lib for type detection 2021-08-13 20:27:39 +05:30
Abhinav-grd 01e099f577 avoid magic number 2021-08-13 20:05:02 +05:30
Abhinav-grd 34f5c42cc7 Merge branch 'master' into upload-refactoring 2021-08-13 19:50:17 +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
Abhinav-grd 4d1e0612dd throw error when unable to load worker 2021-08-13 11:04:08 +05:30
Abhinav-grd c262fae8d3 spell checked 2021-08-13 10:45:40 +05:30
Abhinav-grd 830d457d85 better varaible names 2021-08-13 10:40:03 +05:30
Abhinav-grd 965a37873c added proper type for parsedMedatdata with title 2021-08-13 10:33:21 +05:30
Abhinav-grd bbbaf56daf added null fallbacks 2021-08-13 10:17:55 +05:30
Abhinav-grd 9fc2871d8d build fix 2021-08-13 09:57:50 +05:30
Abhinav-grd 0172c308d4 build fix 2021-08-13 09:48:11 +05:30
Abhinav-grd 48622afaf5 better comments 2021-08-13 09:45:32 +05:30
Abhinav-grd 457e068f7d add sub function to retryAsyncFunction and pass retyCount internally 2021-08-13 09:45:30 +05:30
Abhinav-grd 2e7108a14c added falshMessage type enum 2021-08-13 09:27:09 +05:30
Abhinav-grd 3cf4dac4ff use Startswith and endsWith function instead of substr for better readabilty 2021-08-13 09:16:57 +05:30
Abhinav-grd 74cb1a5006 added type to existingFilesInCollection 2021-08-13 09:13:31 +05:30
Abhinav-grd e08d4d1002 specify time unit variable name retrySleepTimeInMilliSeconds 2021-08-13 09:12:01 +05:30
Abhinav-grd 5fbff89324 fixed FILE_TYPE import 2021-08-13 09:08:42 +05:30
Abhinav-grd 7a403e086d formast all uploadService files 2021-08-13 09:08:02 +05:30
Abhinav-grd 382ea84eff make sessionExpired dialog non closable 2021-08-13 09:01:58 +05:30
Abhinav-grd a6567753e5 Merge branch 'master' into upload-refactoring 2021-08-13 08:57:36 +05:30
Abhinav-grd 0a709c12f5 move types to proper place 2021-08-13 08:55:04 +05:30
Abhinav-grd 7123360fa3 Merge branch 'master' into upload-refactoring 2021-08-13 08:25:43 +05:30
Abhinav-grd ed049bac9a formatted source files 2021-08-13 08:17:10 +05:30
Abhinav-grd bcb2579ea3 eslint fix 2021-08-12 21:10:02 +05:30
Abhinav-grd 3082363b5b final touchup 2021-08-12 21:06:44 +05:30
Abhinav-grd 2270110e98 linted photoswipe 2021-08-12 20:52:23 +05:30
Abhinav-grd 15238c7eef Merge branch 'master' into upload-refactoring 2021-08-12 17:23:47 +05:30
Abhinav-grd 71f614fac7 fixed exported metadata creationTime format to timestamp in miliseconds 2021-08-12 16:03:52 +05:30
Abhinav-grd 166726dd4c fixed exported metadata creationTime format to timestamp in miliseconds 2021-08-12 15:06:21 +05:30
Abhinav-grd e82ba8439e fixed metadata extraction 2021-08-12 15:04:55 +05:30
Abhinav-grd 28b8773d6a fix check for failed or blocked files 2021-08-12 13:55:17 +05:30
Abhinav-grd 7903cbdb63 Merge branch 'master' into live_photos 2021-08-12 12:51:04 +05:30
Abhinav-grd 6ef0297528 build fix 2021-08-12 12:45:27 +05:30
Abhinav-grd c9af420002 Merge branch 'master' into live_photos 2021-08-12 12:33:16 +05:30
Abhinav-grd a0b8073e01 check for correct file uid to get files to export 2021-08-12 12:29:33 +05:30
Abhinav-grd 9fcad8aee1 fix live photo rendering 2021-08-12 12:09:35 +05:30
Abhinav-grd 45d2a794e4 Merge branch 'master' into live_photos 2021-08-12 11:41:10 +05:30
Abhinav-grd 6d66b6ada0 formated and linted downloadManager 2021-08-12 11:40:33 +05:30
Abhinav-grd c80e299476 added live photo export logic 2021-08-12 10:56:17 +05:30
Abhinav-grd 7f8a8c5ffc renamed MotionPhoto attributes 2021-08-12 10:20:02 +05:30
Abhinav-grd 4f068e283d basic refactoring 2021-08-11 21:29:59 +05:30
Abhinav-grd b94795e0c4 formated and linted downloadManager 2021-08-11 21:08:14 +05:30
Abhinav-grd b2767d086b make sessionExpired dialog non closable 2021-08-11 18:17:52 +05:30
Abhinav-grd bae4e95dcc use filename as tile instead of metadataJSON title propery 2021-08-11 17:42:28 +05:30
Neeraj Gupta 7c85fde925 Fix bug in titleName 2021-08-11 17:22:09 +05:30
Neeraj Gupta 2a50c5a363 Minor refactor 2021-08-11 16:27:13 +05:30
Neeraj Gupta d037aa2940 Merge remote-tracking branch 'origin/master' into live_photos 2021-08-11 16:14:21 +05:30
Neeraj Gupta 4fef978581 Fix zip filename for livephoto download 2021-08-11 16:12:42 +05:30
Neeraj Gupta 37d5539646 Support to getting image & video name for motion photo 2021-08-11 15:53:30 +05:30
Neeraj Gupta 95177238f8 Move MotionPhoto logic in separate serivce 2021-08-11 15:52:59 +05:30
Abhinav-grd 273b8859d7 reduce modal-dialog margin to 5vh 2021-08-11 15:39:57 +05:30
Abhinav-grd 910b794d24 fix completeMulltipart request body 2021-08-11 15:09:05 +05:30
Neeraj Gupta af0d764d2a Add zip extn in the downloaded filename for livePhoto 2021-08-11 14:18:32 +05:30
Neeraj Gupta 49525f3b4d LivePhoto: Support for unzip livephoto & preview image 2021-08-11 14:14:17 +05:30
Neeraj Gupta e2832cb823 Add LIVE_PHOTO value in FILE_TYPE enum 2021-08-11 13:54:49 +05:30
Abhinav-grd d65f6cb494 fix build 2021-08-11 13:37:11 +05:30
Abhinav-grd c9e9c0de69 remove unneccessary prop 2021-08-11 13:05:40 +05:30
Abhinav-grd a6652c105a only use the lastFolder as suggested name 2021-08-11 12:54:56 +05:30
Abhinav-grd ba065405eb has collection identifier with metadat 2021-08-11 12:50:26 +05:30
Abhinav-grd 9aef824603 send only collectionId in FileWithCollections 2021-08-11 12:41:57 +05:30
Abhinav-grd 82e70a343d formatted metadataService 2021-08-11 11:41:09 +05:30
Abhinav-grd 3a3de95df9 added await to catch preFetchUploadURLs error 2021-08-11 11:40:53 +05:30
Abhinav-grd 07ce0f4dcb add failed files to failed upload list 2021-08-11 11:25:18 +05:30
Abhinav-grd 01827e268e prevent progressbar from going back 2021-08-11 11:09:16 +05:30
Abhinav-grd 7434032956 corrected case 2021-08-11 10:56:40 +05:30
Abhinav-grd c3693a2eb3 minor bug fixes 2021-08-11 10:54:07 +05:30
Abhinav-grd e59be3e174 moved UploadURl logic to uploadService 2021-08-11 10:16:06 +05:30
Abhinav-grd e39583efdf moved progressTracking logic to uiService 2021-08-11 10:15:36 +05:30
Abhinav-grd 0802370f35 updated uploadComponent to use the new UploadManager 2021-08-10 18:02:37 +05:30
Abhinav-grd 5e98981c05 refactored out uploadManager 2021-08-10 17:59:57 +05:30
Abhinav-grd cf67cd7b3b moved to utils to util file 2021-08-10 11:19:58 +05:30
Abhinav-grd 8bd10f4cf2 better names 2021-08-10 11:06:38 +05:30
Abhinav-grd befcdedd08 moved retryAsyncFunction to network util 2021-08-10 11:05:45 +05:30
Abhinav-grd b95a560072 created s3Service layer 2021-08-09 20:45:11 +05:30
Abhinav-grd 141924bbf6 fix progress bar for multipart upload 2021-08-09 17:02:45 +05:30
Abhinav-grd a033ee383c return canvas from videoThumbnail generator 2021-08-09 16:55:06 +05:30
Abhinav-grd c37f1ad63b fix video timeout not assigned to variable bug 2021-08-09 15:16:12 +05:30
Abhinav-grd 5f386f3c93 Merge branch 'master' into upload-refactoring 2021-08-09 14:56:49 +05:30
Abhinav-grd ff98eefe67 refactor readFile and encrypt logic 2021-08-09 14:42:11 +05:30
Abhinav-grd 5fde5ada71 created new services for readFile and encryption logic 2021-08-09 14:41:13 +05:30
Abhinav-grd 88e57cb18c removed VisibilityButton background 2021-08-07 17:24:22 +05:30
Abhinav-grd 0f1e66815d remove exclaimation after backup complete 2021-08-07 16:04:24 +05:30
Abhinav-grd 439e47fc54 update local storage entry for userDetails on server sync 2021-08-07 16:00:48 +05:30
Abhinav-grd 2f5ff72038 update local storage entry after email change 2021-08-07 15:57:55 +05:30
Abhinav-grd 8b1468cfe1 minor ui tweeks 2021-08-07 15:50:28 +05:30
Abhinav-grd 14eae786eb fix retry 2021-08-07 15:50:12 +05:30
Abhinav-grd f8b535b3d0 Merge branch 'master' into update-upload-result-ui 2021-08-07 15:27:38 +05:30
Abhinav-grd c9faca32be cleanup 2021-08-07 15:26:40 +05:30
Abhinav-grd 7bbbd0a542 ui changes 2021-08-07 14:34:38 +05:30
Abhinav-grd cb9b0cd620 small UI change 2021-08-07 11:10:49 +05:30
Abhinav-grd b6bb7af179 updated strings and style chnages 2021-08-07 10:57:17 +05:30
Pushkar Anand 70b9873c16 Increase button size for safari. 2021-08-07 02:22:08 +05:30
Pushkar Anand 96c2c7beb4 Better fix for error message. 2021-08-07 02:09:16 +05:30
Abhinav-grd be27d72ee1 moved etag blocked message to upload progress bar 2021-08-06 18:05:08 +05:30
Abhinav-grd 0e025986c1 extracted out strings 2021-08-06 17:52:45 +05:30
Abhinav-grd 17d973a1fd updated progress bar ui 2021-08-06 17:42:38 +05:30
Abhinav-grd 617f217e68 show retry button if files files exist 2021-08-06 13:50:26 +05:30
Abhinav-grd 7222e21eb6 enhanced files upload result 2021-08-06 13:49:32 +05:30
Abhinav-grd 02032041e1 fix typo 2021-08-06 13:36:04 +05:30
Abhinav-grd 61dfe4f73f build fix 2021-08-06 13:23:02 +05:30
Abhinav-grd 65dda03cc5 handled etag missing error by showing dialog 2021-08-06 13:08:52 +05:30
Abhinav-grd 75aa02ca51 updated gallery for those errorParsing changes 2021-08-06 13:08:09 +05:30
Abhinav-grd bfb60d820f seperated error into server and custom errors 2021-08-06 13:07:29 +05:30
Abhinav-grd 9d1562d9c7 fix passphrase field error not visible 2021-08-06 11:11:10 +05:30
Abhinav-grd d83462b3ea refactored out fileChunkReaderMaker 2021-08-06 10:46:33 +05:30
Abhinav-grd 5891a19547 remove console logs 2021-08-06 10:28:32 +05:30
Abhinav-grd 2d8f16742b refactored code to use fileReadClient 2021-08-06 10:17:08 +05:30
Abhinav-grd b2be864bc7 created fileReadClient 2021-08-06 10:16:38 +05:30
Abhinav-grd 06ed9bc54a created exif service 2021-08-06 10:14:48 +05:30
Abhinav-grd 64042128b7 refactor network logic to networkClient 2021-08-05 19:18:25 +05:30
Abhinav-grd 3d7a8c4106 moved uploadService to upload sub folder 2021-08-05 17:34:47 +05:30
Abhinav-grd 76e6e49fd7 fix usage UI 2021-08-05 14:38:27 +05:30
Abhinav-grd 9366681d30 clear file and encryptedFile variable in finally block 2021-08-05 14:26:23 +05:30
Abhinav-grd 604093ce88 null check on subscription 2021-08-05 13:48:00 +05:30
Abhinav-grd 000aa435a2 show inccorrect code error on wrong otp enter 2021-08-05 12:02:17 +05:30
Abhinav-grd 48c192f34e fixed variable case 2021-08-05 11:49:19 +05:30
Abhinav-grd f12bcb1177 refactored 2021-08-05 11:48:50 +05:30
Abhinav-grd 8978417619 update strings 2021-08-05 10:18:02 +05:30
Abhinav-grd 863ffc46ce redirect to root if no email 2021-08-05 10:16:58 +05:30
Abhinav-grd af06349cb0 Merge branch 'master' into change-email 2021-08-05 09:50:38 +05:30
Abhinav-grd 62cf045999 setSidebar detials using getUserDetail APi 2021-08-05 09:49:42 +05:30
Abhinav-grd b1798fd5b3 added getUserDeatils api 2021-08-05 09:49:04 +05:30
Abhinav-grd ab325dce59 added change email success banner and absctracted strings 2021-08-05 09:41:33 +05:30
Abhinav-grd 53f97dcbe0 improved styling 2021-08-05 09:30:45 +05:30
Abhinav-grd c04357aeaa moved width auto to just xl sized modals 2021-08-04 18:28:55 +05:30
Abhinav-grd b1751d975b added check for no response header/etag in multipart upload response 2021-08-04 17:30:54 +05:30
Abhinav-grd fc50f40b34 fixed export modal 2021-08-04 15:51:52 +05:30
Abhinav-grd f3259ef586 fixed export modal 2021-08-04 15:51:37 +05:30
Abhinav-grd 31491e4863 added verify ott part 2021-08-04 15:44:53 +05:30
Abhinav-grd f0daf3af9a added changeEmail api 2021-08-04 15:05:24 +05:30
Abhinav-grd 875b276fe8 added getOTTForEmailChange api 2021-08-04 14:12:55 +05:30
Abhinav-grd eff21ac69a added change email page 2021-08-04 13:45:31 +05:30
Abhinav-grd 39d8de6c6e make sentry userID anonymized 2021-08-04 12:35:21 +05:30
Pushkar Anand 5ce89b27ef Show/Hide password 2021-08-04 02:08:34 +05:30
Abhinav-grd 2cad97a51c reload plans on each plan selector open call 2021-08-01 17:29:35 +05:30
Abhinav-grd 3f7514a939 planModalView default false 2021-08-01 17:01:07 +05:30
Abhinav-grd 2265535966 refactor 2021-08-01 16:50:45 +05:30
Abhinav-grd 8223ce2de2 show user's unlisted subsription plan 2021-08-01 16:38:57 +05:30
Abhinav-grd 738a62ad88 responsive design 2021-08-01 14:48:21 +05:30
Abhinav-grd 0b7e849eb7 updated-plan-selector-ui for new plans 2021-08-01 14:14:52 +05:30
Abhinav-grd 6d8205febf added redirect to payments page 2021-07-28 21:15:30 +05:30
Abhinav-grd 34380780f6 clear uploadURLFetchInProgress always using finally 2021-07-27 15:15:17 +05:30
Abhinav-grd 7bded12ba6 remove log 2021-07-27 14:18:54 +05:30
Abhinav-grd 0b6aba1856 pop schedule a file for a new upload 2021-07-27 14:13:51 +05:30
Abhinav-grd 0641263e5c reset Upload progress state before retry 2021-07-27 13:49:34 +05:30
Abhinav-grd 090ec97f7a break upload only for parsed error 2021-07-27 13:25:28 +05:30
Abhinav-grd ff2b471518 setFiles too after removingDeletedCollectionFiles 2021-07-27 12:18:49 +05:30
Abhinav-grd e105c1ec41 footer install app 2021-07-27 12:18:08 +05:30
Abhinav-grd 10ce228f37
Merge pull request #107 from ente-io/makhan-upload
Makhan upload
2021-07-27 09:59:56 +05:30
Abhinav-grd 717b22e9c3 syncCollection before createCollection 2021-07-27 09:59:20 +05:30
Abhinav-grd 06c2a0f832 remove sync before collection selector and get existing files from localDB 2021-07-27 09:46:24 +05:30
Abhinav-grd abd738df85 silent sync before collection selector and uploadFile 2021-07-27 07:28:23 +05:30
Abhinav-grd e1a30b076c Revert "updated logic to await syncInProgress"
This reverts commit 6ea54f98bd.
2021-07-27 00:25:27 +05:30
Abhinav-grd e0aedfce1f minor bug fixes 2021-07-27 00:22:30 +05:30
Abhinav-grd 4f1b4af96a added logic to cancel request if no uploadprogress event fired in 30 sec 2021-07-26 22:02:52 +05:30
Abhinav-grd 3ade45ba05 stipe unneccesary props from files 2021-07-26 21:22:36 +05:30
Abhinav-grd 06cdd20d6d updated request timeout to 2 min 2021-07-26 20:54:49 +05:30
Abhinav-grd af27e583da fixed retry method 2021-07-26 20:54:14 +05:30
Abhinav-grd 951e479258 handle zero dateString value in exif 2021-07-26 20:07:38 +05:30
Abhinav-grd 8761696f28 update ui with uploaded file 2021-07-25 13:26:05 +05:30
Abhinav-grd 64887463dc made ente metadata file like google 2021-07-24 21:29:02 +05:30
Abhinav-grd cc28b4aee1 showed unsupported files on UI 2021-07-24 20:25:12 +05:30
Abhinav-grd f5465254ee added request timeout of 10s 2021-07-24 19:19:54 +05:30
Abhinav-grd e914d16c54 return correct error instead of errorCode 2021-07-24 18:50:02 +05:30
Abhinav-grd c107995d55 render conditionally on uploadStage rather than progress percent 2021-07-24 18:33:48 +05:30
Abhinav-grd 9f0584a58f increase backed up counter only for success 2021-07-24 18:29:40 +05:30
Abhinav-grd 6ea54f98bd updated logic to await syncInProgress 2021-07-24 18:17:11 +05:30
Abhinav-grd e383fecefa removed wait upload state 2021-07-23 17:53:48 +05:30
Abhinav-grd 9e748ef78e handle zero usage 2021-07-23 10:58:58 +05:30
Abhinav-grd 53c8c4db67 fix repeated syncs 2021-07-21 14:17:21 +05:30
Abhinav-grd 4b420b2144 optional conversion of heic if needed for preview 2021-07-21 11:38:41 +05:30
Abhinav-grd 9e40a6c803 update strings 2021-07-18 21:57:52 +05:30
Abhinav-grd 67d5989d62 ellipse export folder path 2021-07-18 21:50:47 +05:30
Abhinav-grd a372c50483 bshow better human readable usage 2021-07-18 21:40:11 +05:30
Abhinav-grd 93a6c498a5 text change 2021-07-18 21:25:59 +05:30
Abhinav-grd b5886480ec store metadata in a subfolder 2021-07-18 21:16:51 +05:30
Abhinav-grd 7eee36ab49 changed export again text 2021-07-18 20:41:02 +05:30
Abhinav-grd 1d48ca79c2 hide 0 failed files 2021-07-18 20:34:52 +05:30
Abhinav-grd d177d2f6c2 pass complete exportRecord path 2021-07-18 20:31:52 +05:30
Abhinav-grd 9c3fa826d1 made the folder select button smaller 2021-07-18 18:48:10 +05:30
Abhinav-grd f07deb65c8 send userid with sentry 2021-07-17 14:30:10 +05:30
Abhinav-grd 2759e702e4 wait for sync to complete before uploadStart 2021-07-17 14:20:08 +05:30
Abhinav-grd 743d6236b0 refactored code to in sync and useEffect gallery 2021-07-17 13:09:29 +05:30
Abhinav-grd cbf2f61792 triger on hover 2021-07-16 19:11:28 +05:30
Abhinav-grd 6c880a2fc5 add file counter tooltip 2021-07-16 19:08:42 +05:30
Abhinav-grd 55581653a1 corrected retry promiseCall back on error 2021-07-16 09:15:06 +05:30
Abhinav-grd 71971fe89f Merge branch 'master' into makhan-export 2021-07-15 16:42:48 +05:30
Abhinav-grd b102c263bd added paused state when new files present for export 2021-07-15 16:34:16 +05:30
Abhinav-grd a29a867779
Merge pull request #105 from ente-io/add-failed-upload-retry
Add failed upload retry
2021-07-15 14:56:01 +05:30
Abhinav-grd 659b826465 hide footer till upload finished 2021-07-15 14:53:32 +05:30
Abhinav-grd 089acda00e renenable uploader after error in last upload 2021-07-15 14:53:11 +05:30
Abhinav-grd ac1f00d88a added sync logic after retry Upload 2021-07-15 14:24:55 +05:30
Abhinav-grd 0ed9326aa1 added retry option 2021-07-15 12:56:44 +05:30
Abhinav-grd 99889501c0 updated Error handling 2021-07-15 12:56:44 +05:30
Abhinav-grd fa14b6391d add retry logic 2021-07-15 12:56:35 +05:30
Abhinav-grd 4ba4038354 fixed already uploaded skipping 2021-07-15 09:54:21 +05:30
Abhinav-grd 4f8c96751b added retry to uploadFile api call 2021-07-14 23:58:19 +05:30
Abhinav-grd d1fdf74611 added wait time between retries 2021-07-14 23:57:47 +05:30
Abhinav-grd d75b93fa58 resume paused check from resume 2021-07-14 22:10:24 +05:30
Abhinav-grd 6d3a62292d run PostExport run after pause and stopExport 2021-07-14 19:13:16 +05:30
Abhinav-grd 8db5fcc924 build fix 2021-07-14 18:50:17 +05:30
Abhinav-grd fcaae96316 removed console logs 2021-07-14 18:46:36 +05:30
Abhinav-grd 4ade063f60 handled empty export Record 2021-07-14 18:44:38 +05:30
Abhinav-grd 2aec715340 dedupe files in the ExportRecord 2021-07-14 18:25:05 +05:30
Abhinav-grd eeff23edf3 clear exportInProgress in exportFile function after await on it 2021-07-14 18:06:46 +05:30
Abhinav-grd feb57f69f1 added queueFiled To track files for resume 2021-07-14 15:33:14 +05:30
Abhinav-grd fb7ad70fcd refactored code thoda sa 2021-07-14 14:46:00 +05:30
Abhinav-grd da7c85a081 seperated ExportStats and ExportProgress 2021-07-14 13:09:40 +05:30
Abhinav-grd ffd5f78b97 fix export Pause error 2021-07-14 12:51:32 +05:30
Abhinav-grd 757e2d1d21 handle export Resume with previous stats 2021-07-14 11:33:04 +05:30
Abhinav-grd 1df42f0a58 return finsihed indicator and dont run export if unExported files zero 2021-07-14 10:58:40 +05:30
Abhinav-grd ef75860700 revert to old updateExportRecord in progress handling 2021-07-14 10:57:00 +05:30
Abhinav-grd 8a83254978 minor fixes 2021-07-14 10:03:28 +05:30
Abhinav-grd acb1975cdc minor fixes 2021-07-13 20:12:59 +05:30
Abhinav-grd f3ef606e8c check not null before parsing exportRecord JSON 2021-07-13 19:33:25 +05:30
Abhinav-grd 04907196df fixed sidebar is export in Progress check 2021-07-13 19:31:26 +05:30
Abhinav-grd 209f9131c8 moved exportState to exportRecord File 2021-07-13 19:19:31 +05:30
Abhinav-grd a857cec859 udapte waitFor2Sec to sleep 2021-07-13 19:07:12 +05:30
Abhinav-grd 683ca1a450 fixed fileExporter 2021-07-12 17:36:21 +05:30
Abhinav-grd 9c3ac3500b fixed retry button 2021-07-12 17:35:29 +05:30
Abhinav-grd 97fbff8e41 updated with new retry logic 2021-07-12 14:45:08 +05:30
Abhinav-grd c78e1b874d ui changes 2021-07-12 12:51:52 +05:30
Abhinav-grd 177a30b8ac added warning message localForage fail on using incognito 2021-07-11 23:27:47 +05:30
Abhinav-grd ec225294ac change diff fetch limit to 1000 2021-07-09 14:17:30 +05:30
Abhinav-grd 4d9dc793ea store stats in local db 2021-07-09 09:18:19 +05:30
Abhinav-grd 0b3b3d448d added pause and resume logic 2021-07-09 09:05:33 +05:30
Abhinav-grd 04e1b80cae moved start logic to exportModal from exportInit 2021-07-08 12:50:20 +05:30
Abhinav-grd 4a4accc4d4 added pause logic 2021-07-08 12:29:26 +05:30
Abhinav-grd 9bd22de9fd renamed exportState to exportStage 2021-07-08 12:12:28 +05:30
Abhinav-grd 2aa818850e show 0 exported status after start 2021-07-08 11:15:20 +05:30
Abhinav-grd df4e809d2d style changes 2021-07-08 11:14:54 +05:30
Abhinav-grd 6c48fd6121 refactored code 2021-07-07 14:50:59 +05:30
Abhinav-grd 853e1fd3da completed exportLogic 2021-07-07 13:15:55 +05:30
Abhinav-grd e8dd5117b4 added exportFinished logic 2021-07-07 13:14:52 +05:30
Abhinav-grd b083cdde2a added exportInProgress logic 2021-07-07 13:14:26 +05:30
Abhinav-grd d23764633b added logic to export Init component 2021-07-07 13:13:20 +05:30
Abhinav-grd 1ed4bcdb9b added exportFinished Modal 2021-07-06 17:10:02 +05:30
Abhinav-grd 8d80ff7712 updated Label and Value Containers 2021-07-06 16:51:14 +05:30
Abhinav-grd 054929d9ec added export modal to side bar 2021-07-06 14:51:38 +05:30
Abhinav-grd 456aee75cf added english constants 2021-07-06 14:51:18 +05:30
Abhinav-grd 4860116756 added exportInProgress 2021-07-06 14:50:59 +05:30
Abhinav-grd 22a37ac554 added export init 2021-07-06 14:50:15 +05:30
Abhinav-grd 9acfa799af added exportModal 2021-07-06 14:50:05 +05:30
Abhinav-grd 5f078fd6ec added revolving progress icon 2021-07-06 14:48:35 +05:30
Abhinav-grd 19898f8861 moved Row a, label and value container to containers file 2021-07-06 14:48:00 +05:30
Neeraj Gupta 92c5070bb5 Capture logs for logout api failures 2021-07-06 12:39:48 +05:30
Neeraj Gupta 8c3baa5931 Logout user from server 2021-07-06 09:51:59 +05:30
Abhinav-grd a59f962a6a added logic for auto start export if app closed without completion 2021-07-05 18:38:35 +05:30
Abhinav-grd 0d42598d8a added manual retry logic 2021-07-05 18:16:20 +05:30
Abhinav-grd e8f1d6243c added retry logic to downloadFile for export 2021-07-05 15:56:04 +05:30
Abhinav-grd 94af760e96 added conditional script loading for analytics 2021-07-05 14:14:40 +05:30
Abhinav-grd e853c16861 auto dismiss message after 5 sec 2021-07-01 15:09:38 +05:30
Abhinav-grd 9645dce19d style changes 2021-07-01 14:46:21 +05:30
Abhinav-grd e94cb472a3 center center center 2021-07-01 14:45:53 +05:30
Abhinav-grd e8c068e2cc updated isTwoFactorEnabled in localDB 2021-06-29 19:53:10 +05:30
Abhinav-grd 6b5b513f6a udpated two recovery device lost message 2021-06-29 19:52:41 +05:30
Abhinav-grd 63d44d1da4 added flash messages 2021-06-29 19:15:59 +05:30
Abhinav-grd 7c7d2bd1ef close sideside after two factor disable 2021-06-29 17:22:26 +05:30
Abhinav-grd 9b6cbbe773 added status check api 2021-06-29 17:19:34 +05:30
Abhinav-grd 6fa94b492c udpated variable name to code 2021-06-29 17:15:40 +05:30
Abhinav-grd 3c4799c79a added flash message banner 2021-06-29 14:13:47 +05:30
Abhinav-grd 422b6477b6 fix change pasword route 2021-06-26 17:14:06 +05:30
Abhinav-grd 867356b131 logout if 404 as twoFactorSession has expired 2021-06-26 16:25:22 +05:30
Abhinav-grd b429cd4985 updated reconfigure logic 2021-06-26 16:20:16 +05:30
Abhinav-grd 9fd750a084 autoSubmit on otp fill 2021-06-26 11:16:42 +05:30
Abhinav-grd 5e5056f036 set isTwoFactorEnabled to false after recover 2021-06-26 10:49:54 +05:30
Abhinav-grd b80f116a5b updated url routes to words with - convention 2021-06-26 10:41:37 +05:30
Abhinav-grd 1ce915087d moved strings to constants 2021-06-26 10:26:53 +05:30
Vishnu 809b3c2a07 Change style on hover only if the button is active 2021-06-26 02:28:00 +05:30
Vishnu 7d916d17c6 Add spacing between image and button 2021-06-26 02:25:07 +05:30
Vishnu 23788a9dfc Define style for go-back 2021-06-26 02:09:33 +05:30
Vishnu 4a93ad92e7 Minor style changes 2021-06-26 02:04:56 +05:30
Vishnu d9d3d08e64 Fix route 2021-06-26 01:31:08 +05:30
Vishnu 7cf3508a8e Update copies 2021-06-26 01:29:38 +05:30
Abhinav-grd 414a0f9043 added disableTwoFactor service 2021-06-24 14:02:49 +05:30
Abhinav-grd 04339beada style changes 2021-06-24 14:02:29 +05:30
Abhinav-grd 291d7c1db3 minor fixes 2021-06-24 14:02:10 +05:30
Abhinav-grd a5fe86a6a3 added twoFactor Modal 2021-06-24 14:01:40 +05:30
Abhinav-grd 8654d4a0ff updated codeBlock 2021-06-24 14:00:44 +05:30
Abhinav-grd 3fd324d629 updated collection share 2021-06-24 14:00:26 +05:30
Abhinav-grd e52e25bfc9 updated message Dialog 2021-06-24 14:00:12 +05:30
Abhinav-grd 081baf563f updated twoFator Enable request body 2021-06-24 10:10:10 +05:30
Abhinav-grd 968e1221d5 added recover page and logic 2021-06-23 17:55:14 +05:30
Abhinav-grd a431698a0c updated with backend api 2021-06-23 17:54:55 +05:30
Abhinav-grd 8f25605faa minor improvements 2021-06-22 12:28:26 +05:30
Abhinav-grd c601609872 udpated to add new verifyTwoFactor flow 2021-06-22 11:51:08 +05:30
Abhinav-grd 8236f3a092 seperated redirectly logic from verifyTwoFactor Component 2021-06-22 11:07:47 +05:30
Abhinav-grd 3221dac69d moved two factor setup to a page 2021-06-21 20:53:33 +05:30
Abhinav-grd 6977e720ff updated setupTwoFactor and enableTwoFactor 2021-06-21 20:52:42 +05:30
Abhinav-grd 6a37d32e2e added verify two factor page and component 2021-06-21 20:52:21 +05:30
Abhinav-grd dc6cb04c16 remove error dialog callback 2021-06-21 17:50:33 +05:30
Abhinav-grd 1155eaee6b remove complusary onHide call from proceed and close 2021-06-21 17:20:36 +05:30
Abhinav-grd a054c4563b refactored SetupFactor into seperate Component 2021-06-21 17:13:44 +05:30
Abhinav-grd c377e95676 Merge branch 'master' into 3fa 2021-06-21 12:51:45 +05:30
Abhinav-grd 1d08e6e4d5 cleanup 2021-06-18 15:55:44 +05:30
Abhinav-grd 8a8f1f83c7 enable sentry tunneling 2021-06-18 15:54:41 +05:30
Abhinav-grd 6d0e60e60b added enter code instead ui 2021-06-18 10:22:24 +05:30
Abhinav-grd 0e0283e1fd refactored container to styled components 2021-06-17 18:13:14 +05:30
Abhinav-grd 63c4e5f347 corrected innterface name and prop 2021-06-17 18:11:40 +05:30
Abhinav-grd f5b3ded190 added qr code render 2021-06-17 17:41:10 +05:30
Abhinav-grd 5b1fb6bf3e upload crash fix 2021-06-16 19:42:29 +05:30
Abhinav-grd 1c8e480f0b remove testing button 2021-06-16 12:00:49 +05:30
Abhinav-grd aa845a5c13 Merge branch 'master' into update-sentry 2021-06-16 11:55:22 +05:30
Pushkar Anand 3cfd5915c2 Fix wrong precaching of public files. 2021-06-16 00:37:01 +05:30
Abhinav-grd 611347f3d0 fix date search 2021-06-15 22:27:00 +05:30
Abhinav-grd cbd3abee74 Merge branch 'master' into update-to-next-10 2021-06-15 18:07:46 +05:30
Abhinav-grd c2dfdf221c renamed test error 2021-06-15 11:27:22 +05:30
Pushkar Anand 9ac8753fc5
Update serviceWorker.js 2021-06-15 11:04:51 +05:30
Abhinav-grd 348424f979 testing error button 2021-06-15 10:42:11 +05:30
Abhinav-grd fe838aab17 updated to @sentry/nextjs package 2021-06-15 10:42:05 +05:30
Abhinav-grd a233e27091 build fix 2021-06-15 09:51:45 +05:30
Abhinav-grd 334188ca85 removed unncessary webpack worker plugin 2021-06-15 09:06:14 +05:30
Abhinav-grd bcba1dd35a
Merge pull request #95 from ente-io/re-enable-2fa
Re enable 2fa
2021-06-14 21:42:38 +05:30
Abhinav-grd 465100a69f use URLSafeB64 conversion 2021-06-14 20:58:39 +05:30
Pushkar Anand e66e42272b Updates as per review comments. 2021-06-14 20:51:11 +05:30
Pushkar Anand 9f48eee7b4 Improved selection UI
- Moved all icons to a icon folder
- Updated text as per Parth's comment
2021-06-14 20:35:43 +05:30
Abhinav-grd 31bbe72e8d
Revert "Revert " 2fa "" 2021-06-14 20:24:10 +05:30
Pushkar Anand ec3946d4a8 Fix for touch leading to selection on touch devices 2021-06-14 19:26:42 +05:30
Pushkar Anand 7bfd304b2d Prevent context menu popup on mobile. 2021-06-14 03:00:14 +05:30
Pushkar Anand 9df32347fc
Merge pull request #93 from ente-io/responsive-gallery
Responsive gallery on steriods
2021-06-13 23:31:26 +05:30
Pushkar Anand 1ab63048f4 Minor tweaks 2021-06-13 23:12:12 +05:30
Pushkar Anand 049c59e982 Spacing. 2021-06-13 22:09:39 +05:30
Abhinav-grd 10a93a2a34 updated getPreview to better catch errors 2021-06-13 21:23:33 +05:30
Pushkar Anand 9b16f48ce6 Parameterized space between tiles
Reduced it to 4px
2021-06-13 20:20:22 +05:30
Pushkar Anand 8f0c23d975 Added gaps between dates and fixed banner container spacing. 2021-06-13 20:10:34 +05:30
Pushkar Anand aee4cd4595 Merge multiple days 2021-06-13 18:09:08 +05:30
Pushkar Anand 6a58899f4a Smaller collection size 2021-06-13 17:07:26 +05:30
Pushkar Anand d60c517a6c Made gallery responsive to fit any screen size 2021-06-13 16:59:55 +05:30
Pushkar Anand f4082633ae Location link 2021-06-13 00:18:02 +05:30
Pushkar Anand e968712d37 URL safe handling. 2021-06-13 00:03:25 +05:30
Abhinav-grd 0a528bb857
Merge pull request #91 from ente-io/error-logging
Moved console error logs to sentry
2021-06-12 23:48:50 +05:30
Abhinav-grd d5a37df2ca removed location data from info 2021-06-12 23:26:41 +05:30
Pushkar Anand 0ce1e88db5 Moved to sentry login 2021-06-12 22:44:21 +05:30
Abhinav-grd ebb75a6b05
Revert " 2fa " 2021-06-12 22:18:22 +05:30
Abhinav-grd 2da1dd1cce fixed multipart upload url 2021-06-12 21:02:27 +05:30
Abhinav-grd 4cc2099373 updated to re-set token only if encryptedToken is not null 2021-06-12 16:00:59 +05:30
Abhinav-grd 58f6ff808d Merge branch 'master' into 2fa 2021-06-12 15:57:07 +05:30
Abhinav-grd 5cc1f8208a update the VerificationResponse 2021-06-12 15:56:43 +05:30
Abhinav-grd 1c393eee0f fix auto focus on login page 2021-06-11 16:22:56 +05:30
Abhinav-grd 368113e1af updated info modal 2021-06-11 15:51:20 +05:30
Abhinav-grd ff9886ca49 fix credential 2021-06-11 13:44:01 +05:30
Abhinav-grd 9cb3878122 changed backdrop opacity to 0.8 2021-06-11 13:04:35 +05:30
Abhinav-grd dd7e27fe2f dont show empty collection selector 2021-06-11 12:52:54 +05:30
Abhinav-grd 46bc830424 make title normal 2021-06-11 12:52:32 +05:30
Abhinav-grd 5905c1a71e check against keyAttributes not present 2021-06-11 12:37:25 +05:30
Abhinav-grd 2e093c70b0 added 2fa logic 2021-06-10 16:29:59 +05:30
Abhinav-grd 521cfa4cb5 update file sorting logic 2021-06-10 13:56:02 +05:30
Abhinav-grd fc2eba0f9c fixed fetch uploadURL uri 2021-06-09 18:32:08 +05:30
Abhinav-grd c7fb32b9b7 Merge branch 'master' into better-error-logging 2021-06-09 18:13:42 +05:30
Abhinav-grd 0b54e21ef3 set acceptedFiles to sharedFiles if upload triggered by pwa share 2021-06-08 18:02:00 +05:30
Abhinav-grd 0ae09ea943 fix name autofill and collectionSellector showing up after upload 2021-06-08 17:58:19 +05:30
Abhinav-grd ba34fa0db3 removed reducdant props 2021-06-08 17:51:57 +05:30
Abhinav-grd 46efdf7804 added isProduction check bfore cloudflare Analytics script 2021-06-08 17:49:20 +05:30
Abhinav-grd 4ef1330331 fix stripe load error handling 2021-06-08 15:29:02 +05:30
Abhinav-grd 81382bda8c renamed files received from PWA share to sharedFiles 2021-06-08 15:23:11 +05:30
Abhinav-grd bd9368eac3 remove commented code 2021-06-08 15:13:13 +05:30
Pushkar Anand a895cbb830 I hate the margin at the bottom 2021-06-08 00:44:52 +05:30
Pushkar Anand 2f9c372366 Support for auto redirect. 2021-06-08 00:28:52 +05:30
Pushkar Anand 67335ceb1d Update workbox config 2021-06-07 11:08:45 +05:30
Abhinav-grd 0ed71a6b76 improved error logging 2021-06-07 10:34:50 +05:30
Abhinav-grd 962c9e7a29 sepearted uploadFilesToNewCollections and uploadToExistingCollections 2021-06-07 10:05:50 +05:30
Pushkar Anand cd43b022ba Clean up 2021-06-07 02:51:55 +05:30
Pushkar Anand 5438cfc3ff Implemented share target api 2021-06-07 01:56:31 +05:30
Pushkar Anand e46d8becd4 Moved components from pages
All files under pages are cached under seperate bundles which gets
downloaded by service worker for caching. This is unnecessary for
components which are never meant to be served individually. Thus,
moving to them under a directory in components.
2021-06-06 23:40:26 +05:30
Pushkar Anand 18ee667ca5 Fix icons 2021-06-05 21:10:44 +05:30
Pushkar Anand 5c50db7187 Fix build error. 2021-06-05 20:48:49 +05:30
Pushkar Anand fd53c0b9b8 Show file info 2021-06-05 20:33:54 +05:30
Pushkar Anand f02244beb2 Photoswipe open transition 2021-06-05 10:50:29 +05:30
Pushkar Anand f71b6e6efc Recovery page design update 2021-06-05 10:43:49 +05:30
Pushkar Anand 69e6ad2fd0 Empty screen update 2021-06-05 10:34:35 +05:30
Pushkar Anand 7e7772bde5 Smaller image on mobile. 2021-06-05 03:45:36 +05:30
Pushkar Anand a7102c005d Consistent UX before login 2021-06-05 03:19:24 +05:30
Pushkar Anand 4421251ffd No header on login and signup 2021-06-05 03:05:28 +05:30
Pushkar Anand 7c257e3f7b FF signup spacing 2021-06-05 03:03:20 +05:30
Pushkar Anand 0e513b1301 Moving pixels. 2021-06-05 02:50:53 +05:30
Pushkar Anand 5dc180e41d Updated style as per founder's comments. 2021-06-05 02:28:08 +05:30
Pushkar Anand 4c116e2f71
Equal spacing 2021-06-05 02:23:26 +05:30
Pushkar Anand 579943d8a8 Updated navbar style. 2021-06-05 02:15:57 +05:30
Pushkar Anand fd7ea85435 Butify landing screen 2021-06-05 02:13:41 +05:30
Pushkar Anand 5a06cda649 Introduced App level context. 2021-06-05 02:13:41 +05:30
Abhinav-grd c03767a354 removed redundant a.taget= blank 2021-06-04 17:14:30 +05:30
Abhinav-grd 52d99aa210 removed outline from the sidebar items 2021-06-04 17:12:23 +05:30
Abhinav-grd d26bf25bd2 remove finally block from uploader 2021-06-04 00:18:44 +05:30
Abhinav-grd ff7e897339 log file extension for thumbnail fail 2021-06-03 23:21:09 +05:30
Abhinav-grd 3fb4c861eb remove on dragleave from dropdiv to avoid flickerring 2021-06-03 16:28:44 +05:30
Abhinav-grd 7c4963ec31 added null check on video 2021-06-03 16:11:10 +05:30
Abhinav-grd 51d9f807b1 updated eslintrc 2021-06-03 16:10:57 +05:30
Abhinav-grd ce9fea282a fixed dialog close 2021-06-03 13:33:32 +05:30
Abhinav-grd be5a976a25 added null memlimit value check 2021-06-03 11:35:43 +05:30
Pushkar Anand 252e81eb1d Increased diff to 250 per page. 2021-06-03 02:46:06 +05:30
Pushkar Anand ab097861cd Merge branch 'release' of github.com:ente-io/bada-frame 2021-06-03 02:43:32 +05:30
Pushkar Anand 7014f46c7c Fix for non-center open and imediate delete. 2021-06-03 01:55:46 +05:30
Pushkar Anand 88363c6845 Fix for bad layout on search. 2021-06-03 01:00:30 +05:30
Pushkar Anand 4878507e3a Spacing issue 2021-06-03 00:56:48 +05:30
Pushkar Anand 888f9b1e7a Updated photoswipe and restricted parallel sync. 2021-06-02 23:55:35 +05:30
Pushkar Anand 0905c46a79 Changed batch size to 100 2021-06-02 02:12:44 +05:30
Pushkar Anand 58ae10d0d9 Removed console.log 2021-06-02 01:55:01 +05:30
Pushkar Anand e4d5ef0e5e Fix for broken layout. 2021-06-02 01:53:54 +05:30
Pushkar Anand 4eb1d27d04 Fix for photoswipe not rendering images after reset
- I almost lost my cool on this issue.
- Sorry for bad code. I might clean it later.
- I might not! God only knows. :P
2021-06-02 00:45:42 +05:30
Abhinav-grd 68976573e9 added static thumbnail property for failed thumbnail 2021-06-01 22:54:24 +05:30
Abhinav-grd 9af5715e7b removed checkFileFormatSupport check 2021-06-01 22:17:34 +05:30
Abhinav-grd 8d6de9b73e added unsupported format check 2021-06-01 21:33:32 +05:30
Abhinav-grd 272e2a33dc fixed detected dragged gallery item 2021-06-01 20:48:04 +05:30
Abhinav-grd ed63e77ddb null check on close action 2021-06-01 18:01:05 +05:30
Abhinav-grd ed0a5cf174 show donwload video popup on non playable videos 2021-06-01 17:42:47 +05:30
Abhinav-grd 13144049fc Revert "removed isUpdated from synFile response"
This reverts commit 22afa023e4.
2021-06-01 14:10:52 +05:30
Abhinav-grd 03ec29ddef reverted to dropDiv component 2021-06-01 13:56:19 +05:30
Abhinav-grd 8c2baa9f9d removed console log 2021-06-01 13:55:52 +05:30
Abhinav-grd def50b1a61 added closeButton to dropZone and close on escape key press 2021-06-01 13:55:45 +05:30
Abhinav-grd 90edd1026f extracted string to constants 2021-06-01 13:55:19 +05:30
Abhinav-grd 5de7c40bbb show loading while files are being analysed before upload 2021-06-01 13:54:36 +05:30
Abhinav-grd 3ed4fc2b4d close empty collection selection modal 2021-06-01 13:52:03 +05:30
Abhinav-grd c1c4d1272b added error handling to file delete 2021-06-01 13:51:55 +05:30
Abhinav-grd 22afa023e4 removed isUpdated from synFile response 2021-06-01 13:51:20 +05:30
Abhinav-grd 3c741a78ab hide upload button during first load 2021-06-01 13:50:16 +05:30
Abhinav-grd 9471b277be moved fullScreenDropZone above collection 2021-06-01 13:44:24 +05:30
Abhinav-grd 2afe84e0b7 add a loader to first page to avoid showing email form on web page open 2021-05-31 23:55:36 +05:30
Abhinav-grd 42337d5266 reverted to dropDiv component 2021-05-31 20:55:33 +05:30
Abhinav-grd 38f89cacc2 removed console log 2021-05-31 20:24:02 +05:30
Abhinav-grd 989fb27ebe added closeButton to dropZone and close on escape key press 2021-05-31 18:24:13 +05:30
Abhinav-grd 221054227c extracted string to constants 2021-05-31 17:13:36 +05:30
Abhinav-grd 2b59c08594 show loading while files are being analysed before upload 2021-05-31 17:13:17 +05:30
Abhinav-grd 3dcda4e3c1 close empty collection selection modal 2021-05-31 16:47:47 +05:30
Abhinav-grd be6dd6d5a7 added error handling to file delete 2021-05-31 16:28:33 +05:30
Abhinav-grd f0db56bb30 removed isUpdated from synFile response 2021-05-31 16:02:38 +05:30
Abhinav-grd 2d7b783209 hide upload button during first load 2021-05-31 16:00:26 +05:30
Abhinav-grd f119772d21 moved fullScreenDropZone above collection 2021-05-31 14:14:31 +05:30
Pushkar Anand a9e6bd126b Fix for photoswipe bad behaviour 2021-05-31 01:53:54 +05:30
Pushkar Anand 5a483679e3 Fix for overlap on window resize. 2021-05-30 23:43:58 +05:30
Pushkar Anand 8cb058047c Reset react-window offset cache after files are fetched. 2021-05-30 23:32:57 +05:30
Pushkar Anand ca83873783 Fix for overlap issue when switching b/w collection 2021-05-30 22:32:24 +05:30
Pushkar Anand e66817c43b Eslint rule update 2021-05-30 22:26:48 +05:30
Pushkar Anand 5520b94b57 Optimize gallery for frist load. 2021-05-30 22:05:48 +05:30
Pushkar Anand f20bea1bd7
Update index.tsx 2021-05-30 14:07:06 +05:30
Pushkar Anand 7970916acb fix offline style 2021-05-30 03:41:52 +05:30
Pushkar Anand 39c477c09c Reenable service worker without aggresive caching 2021-05-30 03:32:06 +05:30
Pushkar Anand e01ed58a5d Fix build. 2021-05-29 12:16:17 +05:30
Pushkar Anand adb6af09ce Added eslint 2021-05-29 11:57:52 +05:30
Abhinav-grd 022c9ffebf Merge branch 'master' into release 2021-05-28 22:58:17 +05:30
Abhinav-grd 1ca32038ba max limit on fileProgess 2021-05-28 22:58:07 +05:30
Abhinav-grd 7d5db2f903 order date result 2021-05-28 22:57:08 +05:30
Abhinav-grd 828a1563fb Merge branch 'master' into release 2021-05-28 22:32:31 +05:30
Abhinav-grd d17fb2d342 fixed january bug 2021-05-28 22:32:23 +05:30
Abhinav-grd 9dc799acb6 support for 3 letter month search 2021-05-28 22:32:16 +05:30
Abhinav-grd f194ce0844 remove box shadow 2021-05-28 22:31:53 +05:30
Abhinav-grd ccb7bb78d7 Merge branch 'master' into release 2021-05-28 22:03:16 +05:30
Abhinav-grd e72317af36 cleanup 2021-05-28 22:03:08 +05:30
Abhinav-grd 3130ea6210 change session expired button color 2021-05-28 21:58:52 +05:30
Abhinav-grd bd5ba9a342 addded year and month parsing 2021-05-28 21:55:19 +05:30
Abhinav-grd da80fba63c Merge branch 'master' into release 2021-05-28 20:07:41 +05:30
Abhinav-grd e29520f5da added fade in instead of disabled search bar 2021-05-28 19:56:35 +05:30
Abhinav-grd e9c3282c17 Merge branch 'master' into release 2021-05-28 19:33:06 +05:30
Abhinav-grd 4d91aaa566 disabled searchbar when loading 2021-05-28 19:32:48 +05:30
Abhinav-grd 71c6c89820 handle fail of loadStripe 2021-05-28 18:13:04 +05:30
Abhinav-grd cf45ee9bb9 Merge branch 'master' into release 2021-05-28 12:34:11 +05:30
Abhinav-grd 25e8685336 Revert "added new fetchUploadURLSeparately funtion"
This reverts commit fa75a83a7a.
2021-05-28 12:32:44 +05:30
Abhinav-grd 51c792e94f Revert "removed pop for indexs"
This reverts commit 1687a01d7a.
2021-05-28 12:32:02 +05:30
Abhinav-grd 291ee61f84 Merge branch 'master' into release 2021-05-28 11:18:25 +05:30
Abhinav-grd 0ebe8b2527 fix unregister code 2021-05-28 11:18:15 +05:30
Abhinav-grd b6d622dd50 Merge branch 'master' into release 2021-05-28 11:15:12 +05:30
Abhinav-grd 528a44a298 upnregister registered service worker 2021-05-28 11:14:20 +05:30
Abhinav-grd 10549f5e8e Merge branch 'master' into release 2021-05-28 10:45:34 +05:30
Abhinav-grd 83a48ba811 removed service worker 2021-05-28 10:45:26 +05:30
Abhinav-grd fa3aaff03e Merge branch 'master' into release 2021-05-28 09:34:57 +05:30
Abhinav-grd 1687a01d7a removed pop for indexs 2021-05-28 09:34:46 +05:30
Abhinav-grd b0e9ef039b Merge branch 'master' into release 2021-05-27 22:39:26 +05:30
Abhinav-grd 079d1194cf added interceptor to get better errors 2021-05-27 22:39:15 +05:30
Abhinav-grd 305b30d702 Merge branch 'master' into release 2021-05-27 22:34:59 +05:30
Abhinav-grd 59dad20670 disable dropzone while upload in progress 2021-05-27 22:34:43 +05:30
Abhinav-grd 3b0223b1a2 Merge branch 'master' into release 2021-05-27 21:57:24 +05:30
Abhinav-grd fa75a83a7a added new fetchUploadURLSeparately funtion 2021-05-27 21:57:13 +05:30
Abhinav-grd 35e0b2d157 lifted fullscreen dropzone above search bar 2021-05-27 20:48:54 +05:30
Abhinav-grd 7d74bcc975 Merge branch 'master' into release 2021-05-27 20:14:28 +05:30
Abhinav-grd 68c02bf355 dont retry upload file 2021-05-27 20:14:13 +05:30
Abhinav-grd 1303451801 Merge branch 'master' into release 2021-05-27 19:43:50 +05:30
Abhinav-grd b57e2e31af moved retrial logic to upload service 2021-05-27 19:43:16 +05:30
Abhinav-grd 035e96773f Merge branch 'master' into release 2021-05-27 18:08:49 +05:30
Abhinav-grd 29d4e7d0a0 updated styled for result shown 2021-05-27 18:08:32 +05:30
Abhinav-grd 81da7be58a Merge branch 'master' into release 2021-05-27 16:08:28 +05:30
Abhinav-grd f360b5749b dont wrap placeholder text 2021-05-27 16:06:45 +05:30
Abhinav-grd 56c45fcb1d hide collection on search mode 2021-05-27 16:03:07 +05:30
Abhinav-grd cf11af9906 moved startTime declaration to the top of gallery 2021-05-27 14:02:48 +05:30
Abhinav-grd d7ed8c64b3 added Searchstatsbar 2021-05-27 13:57:32 +05:30
Vishnu Mohandas ce81152523 Merge branch 'master' into release 2021-05-27 03:03:48 +05:30
Pushkar Anand 1a86ac43fb Fix style for first load alert. 2021-05-27 03:00:00 +05:30
Pushkar Anand f86354ca24 Fix build. 2021-05-27 02:41:48 +05:30
Pushkar Anand 838ebfc7f9 Fix search issue. 2021-05-27 02:41:48 +05:30
Pushkar Anand 6477555387 Fix build. 2021-05-27 02:13:30 +05:30
Pushkar Anand 363805bed7 Fix search issue. 2021-05-27 02:06:02 +05:30
Abhinav-grd 7cfe2fc32c random comment 2021-05-26 23:39:10 +05:30
Abhinav-grd 5724124d0f isMounted check 2021-05-26 23:35:38 +05:30
Abhinav-grd 488a02dc63 added fadeout and then fade in 2021-05-26 22:57:59 +05:30
Abhinav-grd 0828850fa4 fix searchbar not coming 2021-05-26 22:47:12 +05:30
Abhinav-grd 1fc664ed33 fadein searchbar on first load 2021-05-26 22:18:29 +05:30
Abhinav-grd 758a4ccd0c Merge branch 'master' into search 2021-05-26 21:02:31 +05:30
Vishnu Mohandas 2ea63217a9 Fix padding 2021-05-26 21:01:36 +05:30
Abhinav-grd 1435bc182b replace control icon instead of adding icon to single input 2021-05-26 20:52:18 +05:30
Vishnu Mohandas dec179ad75 Minor padding changes 2021-05-26 20:26:13 +05:30
Abhinav-grd d0775d3a16 dont show search bar during first load 2021-05-26 20:25:06 +05:30
Abhinav-grd 1031720755 updated min size to turn to search button 2021-05-26 19:39:23 +05:30
Abhinav-grd 51ddd14323 cleanup 2021-05-26 18:45:45 +05:30
Abhinav-grd f46fc07c91 Revert "updated strings and search bar width"
This reverts commit 2319ced633.
2021-05-26 18:42:13 +05:30
Abhinav-grd 1153246dc0 keep search icon green till search bar open 2021-05-26 18:33:20 +05:30
Abhinav-grd 3a5c3ae5ac added padding of 2px to icons 2021-05-26 18:29:32 +05:30
Abhinav-grd 806eebaff7 capatilize Christmas 2021-05-26 18:27:51 +05:30
Abhinav-grd fc1c1f1858 focus on searchbar open 2021-05-26 18:19:39 +05:30
Abhinav-grd 6c7a173947 center sidebar 2021-05-26 18:19:18 +05:30
Abhinav-grd dfd33af426 dont show stats of previous result 2021-05-26 18:07:54 +05:30
Abhinav-grd 82ca4d1d5c updated searchLocation to send token 2021-05-26 17:19:28 +05:30
Abhinav-grd 7b135410db updated response structure 2021-05-26 17:11:55 +05:30
Abhinav-grd aeecac7429 improved variable names 2021-05-26 17:07:01 +05:30
Abhinav-grd 1f35abc23a show defaultSuggestions as options too 2021-05-26 17:06:05 +05:30
Abhinav-grd 2319ced633 updated strings and search bar width 2021-05-26 17:00:08 +05:30
Abhinav-grd bc044800ae updated to proxy loaction search from museum 2021-05-26 16:56:45 +05:30
Abhinav-grd ccfcc74299 center aligned searchStats 2021-05-26 13:20:52 +05:30
Abhinav-grd f3c3a3d9fe added default suggestion 2021-05-26 13:17:19 +05:30
Abhinav-grd 25c17c687e addded searchStats 2021-05-26 12:41:05 +05:30
Abhinav-grd 8581843736 handled mobile view 2021-05-26 11:51:50 +05:30
Abhinav-grd fec9f1a980 make icon green on hover 2021-05-25 17:10:46 +05:30
Abhinav-grd ccebe14f59 hide selected to allow research 2021-05-25 16:36:14 +05:30
Abhinav-grd 8ebaacafd4 update search hint 2021-05-25 16:02:49 +05:30
Abhinav-grd c93ae99139 make search green on focus 2021-05-25 16:00:45 +05:30
Vishnu Mohandas 6b1d3a744a Update placeholder 2021-05-25 15:17:57 +05:30
Abhinav-grd c3d5494b93 added crossICon to close search mode 2021-05-25 14:46:20 +05:30
Abhinav-grd 94768d984a added closeCross to resetSearch 2021-05-25 14:19:20 +05:30
Abhinav-grd 0578358e53 added ref to remove focus after input clear 2021-05-25 13:38:57 +05:30
Abhinav-grd 11f5baa782 run main only if allFiles not populated 2021-05-25 13:29:23 +05:30
Abhinav-grd 1a4f105fb9 make pointer on to cursor on control hover 2021-05-25 12:28:25 +05:30
Abhinav-grd 9ba93415d0 rename pass style prop to style instead of provided 2021-05-25 11:50:18 +05:30
Abhinav-grd 6c2a7cbf4e added bottom margin to collection Bar 2021-05-25 11:41:47 +05:30
Abhinav-grd 059a94e65b added logo to sidebar 2021-05-24 21:28:45 +05:30
Pushkar Anand 26613676be Adding missing files. 2021-05-24 21:28:30 +05:30
Abhinav-grd d2f4e1adc5 made search bar always present and remove search button 2021-05-24 21:22:07 +05:30
Abhinav-grd dc21741704 cleanup 2021-05-24 21:20:05 +05:30
Abhinav-grd b73d8217a9 updated search button to icon 2021-05-24 21:14:50 +05:30
Abhinav-grd 6cd2865a8d Merge branch 'master' into search 2021-05-24 19:37:10 +05:30
Abhinav-grd 77fc9a0ba3 refresh file list on each open 2021-05-24 19:24:14 +05:30
Abhinav-grd 2515a5df4a added console log for process.env testing 2021-05-24 19:03:22 +05:30
Abhinav-grd ccf08a75fe updated token validity check 2021-05-24 18:49:05 +05:30
Abhinav-grd 4e71b2ed84 removed unnessary type defination and conditional rendering 2021-05-24 17:59:24 +05:30
Abhinav-grd 4ed3f7d691 handle empty searchPhrase calls 2021-05-24 17:52:42 +05:30
Abhinav-grd e7458fbc8c better variable name 2021-05-24 17:49:18 +05:30
Abhinav-grd 114652d308 reduced debounce time 2021-05-24 17:45:10 +05:30
Abhinav-grd b99adafd02 update to promised based deboucher 2021-05-24 17:34:37 +05:30
Abhinav-grd f9c2258e41 convert extenstion to lowercase before comparison 2021-05-24 16:51:21 +05:30
Abhinav-grd 800e2d74df updated to useThrottleCallback 2021-05-24 14:02:58 +05:30
Abhinav-grd 720b14ec42 added logic to terminate upload worker after upload finish 2021-05-24 11:33:14 +05:30
Abhinav-grd 04698a6d41 set uploadStage as Start while turning on view 2021-05-24 10:41:46 +05:30
Abhinav-grd 839a935f42 imporve thumbnial generation fail handling 2021-05-24 10:23:09 +05:30
Abhinav-grd 90e586dded corrected storage limit exceeded banner setting logic 2021-05-24 09:41:32 +05:30
Abhinav-grd c944872e86 updated sidebar with precise total_storage 2021-05-24 09:33:08 +05:30
Abhinav-grd e4f8b80325 added bottom space after logout in sidebar 2021-05-24 09:20:47 +05:30
Abhinav-grd 695cdf58dd updated sinup page style 2021-05-23 22:25:48 +05:30
Abhinav-grd 8fc27abe6c updated generate page 2021-05-23 22:24:14 +05:30
Abhinav-grd 65b034c62a removed understood check 2021-05-23 21:35:00 +05:30
Abhinav-grd c01a827e00 moved whole useEffect inside async main 2021-05-23 21:34:38 +05:30
Abhinav-grd 04a6f2c3cf updated string 2021-05-23 21:07:44 +05:30
Abhinav-grd bc7fa5278c added terms and condition 2021-05-23 21:06:44 +05:30
Abhinav-grd 2d7c9fa5a4 clearKey on verify page if server send keyAttributes 2021-05-23 21:06:44 +05:30
Abhinav-grd 67aa33cac3
Merge pull request #73 from ente-io/signup-flow-update
Signup flow update
2021-05-23 20:30:58 +05:30
Abhinav-grd 1aeaa23ebd passed setLoading to component 2021-05-23 20:29:11 +05:30
Abhinav-grd 90659cca58 moved save logic inside generateAndSaveIntermediateKeyAttributes 2021-05-23 20:23:11 +05:30
Pushkar Anand 2f4dbaa30a Fix offline handling. 2021-05-23 20:22:54 +05:30
Abhinav-grd 4bc152f354 removed ORIGINAL_KEY_ATTRIBUTES from ls storage after putAttribute call 2021-05-23 20:18:27 +05:30
Abhinav-grd ce9a040264 added ORIGINAL_KEY_ATTRIBUTES ls key 2021-05-23 20:10:42 +05:30
Abhinav-grd 936a4e9643 added logic to skip password set if keyAttribute already in localDB 2021-05-23 20:10:29 +05:30
Abhinav-grd 29610d3559 dont send name in putAttributes 2021-05-23 20:08:00 +05:30
Pushkar Anand ccaf133e1a Offline cache and manifest. 2021-05-23 19:55:48 +05:30
Abhinav-grd 0f9f9c10d7 seperated out save logic from generateIntermediateKeyAttributes 2021-05-23 19:29:00 +05:30
Abhinav-grd d5b971ae91 complete signup flow logic 2021-05-23 19:28:14 +05:30
Abhinav-grd e5c56d1250 refactored generateKeyAttributes to util 2021-05-23 19:25:56 +05:30
Abhinav-grd 1b4c6de876 removed unnecessary imports 2021-05-23 19:24:51 +05:30
Abhinav-grd 1d74382ccd updated singup form with pasword generation logic 2021-05-23 18:54:25 +05:30
Abhinav-grd b3594ca7cf change signup link on loginPage to button 2021-05-23 18:32:05 +05:30
Pushkar Anand 560bec4c05 Choose Plan design update. 2021-05-23 17:34:29 +05:30
Pushkar Anand 3f26ccc555 First load scroll button issue fix 2021-05-23 11:43:38 +05:30
Pushkar Anand be08638d4f Updated zoom logic for desktop 2021-05-23 11:41:40 +05:30
Pushkar Anand 580d17422b Empty Screen and sidebar design update. 2021-05-23 11:19:53 +05:30
Pushkar Anand 48b1e18da6 Updated Collection Scroll button design. 2021-05-23 09:58:11 +05:30
Abhinav-grd bf880f0b3c removed uneccessay alert component 2021-05-23 06:28:57 +05:30
Abhinav-grd 9cf61ac7cd use hex colors 2021-05-23 06:25:13 +05:30
Abhinav-grd 4aa4d1d79e changed link color for banner 2021-05-23 06:22:02 +05:30
Abhinav-grd 0e7de513a0 centered banner 2021-05-23 06:17:47 +05:30
Abhinav-grd e677f52c60 Merge branch 'master' into moved-banner-to-image-gallery-end 2021-05-23 06:00:55 +05:30
Abhinav-grd 57eb2968ac added custom logic for banner element style 2021-05-23 05:55:58 +05:30
Vishnu Mohandas 98bd32a5a2 Change background of install-mobile alert 2021-05-23 05:48:21 +05:30
Abhinav-grd 0a66e963f9 added install mobile app to photoFrame 2021-05-23 05:44:02 +05:30
Vishnu Mohandas 0b08eeec5b Update alert success color 2021-05-23 00:10:34 +05:30
Abhinav-grd b04fcee3f9 reset to all on updateFile 2021-05-21 18:59:28 +05:30
Abhinav-grd 021b439c77 made stype changes 2021-05-21 18:59:06 +05:30
Abhinav-grd f791bdb61d added missed break in switch case and upadated dateResult label 2021-05-21 16:44:13 +05:30
Abhinav-grd c26a00b8dd moved cross icon to component 2021-05-21 16:23:18 +05:30
Abhinav-grd cbb250c54e remove weeday and year from search result parsed date 2021-05-21 16:16:37 +05:30
Abhinav-grd 2728876fa1 added icon to options and singleValue components 2021-05-21 16:11:22 +05:30
Abhinav-grd 761a14a335 added date and location icon 2021-05-21 16:04:32 +05:30
Abhinav-grd b6a8dd769f added debounce option to getOptions 2021-05-21 15:25:19 +05:30
Abhinav-grd 95fc0d729c added helper formatDate 2021-05-21 15:17:42 +05:30
Abhinav-grd 6bfad2a0d8 updated to handle poi location type responses 2021-05-21 15:17:28 +05:30
Abhinav-grd 81ad86d021 updated with react-select to provide suggestions 2021-05-21 15:16:56 +05:30
Abhinav-grd 3753ab8110 do't show INSTALL_MOBILE_APP banner on searchmode 2021-05-21 15:15:10 +05:30
Abhinav-grd 824cf59dd4 passed loadingBar ref to searchBar 2021-05-20 14:35:21 +05:30
Abhinav-grd 424b36a5ca added focus on search input field 2021-05-20 14:34:48 +05:30
Abhinav-grd 2aa665e685 stored string in englishConstants 2021-05-20 14:27:04 +05:30
Abhinav-grd d85e6dd741 reduced Searched Location count to 1 2021-05-20 13:55:24 +05:30
Abhinav-grd 308246d073 refactored code 2021-05-20 13:49:37 +05:30
Abhinav-grd 605eab483e updated passed props and setFiles logic 2021-05-20 13:30:26 +05:30
Abhinav-grd 69146186df added searchLocation option 2021-05-20 13:30:02 +05:30
Abhinav-grd a12c34a654 added getFilesInsideBbox helper function 2021-05-20 13:20:38 +05:30
Abhinav-grd af1c2d0a77 added SearchLocation service 2021-05-20 13:20:20 +05:30
Abhinav-grd 85f481ea3a updated photoFrame to not show upload first photo in searchMode 2021-05-20 13:19:45 +05:30
Abhinav-grd 9ff5140e61 passthe required props to SearchBar 2021-05-18 19:50:38 +05:30
Abhinav-grd 8ae98553f4 update searchBar 2021-05-18 19:50:15 +05:30
Abhinav-grd 9c2ff703ee added search form to searchBar 2021-05-18 13:17:03 +05:30
Abhinav-grd e16226d8be updated search button 2021-05-18 13:16:32 +05:30
Abhinav-grd 80f79855f7 passs searchView and setSearchView to searchBar 2021-05-18 13:15:04 +05:30
Abhinav-grd 41d117f04e Merge branch 'master' into search 2021-05-18 12:22:17 +05:30
Abhinav-grd dd2e9ddc07 hide only the logo by searchbar 2021-05-18 12:22:11 +05:30
Abhinav-grd 772319af63 chaange display instead of opacity of searchbar on search view change 2021-05-18 12:16:50 +05:30
Abhinav-grd bfaef634cf
Merge pull request #66 from ente-io/forms-restructing
Forms restructing
2021-05-18 10:30:45 +05:30
Abhinav-grd da10d9dc4a removed separed ending tag for messageDailog in account recover page 2021-05-18 10:27:21 +05:30
Abhinav-grd 6cd749c079 added a padding div of bottom margin 50px 2021-05-18 10:13:46 +05:30
Abhinav-grd 71c4627908 made ssesionExipred and accout deleted message non closable 2021-05-18 10:11:20 +05:30
Abhinav-grd e9960c70b6 added nonClosable MessageAttributes 2021-05-18 10:10:43 +05:30
Abhinav-grd e328bda2b0 hide footer if no button in MessageDialog 2021-05-18 10:09:57 +05:30
Abhinav-grd b974f3fe49 remove wanted imports 2021-05-18 10:08:48 +05:30
Abhinav-grd 750a6e0308 updated passphraseForm to SingleInputForm 2021-05-18 10:07:20 +05:30
Abhinav-grd f42269dfe4 changed setPlanSelector prop to showPlanSelector 2021-05-18 10:06:22 +05:30
Abhinav-grd b9f1870760 renamed passwordForm to SetPasswordForm 2021-05-18 10:04:38 +05:30
Abhinav-grd f1338baeb0 created SearchBar component 2021-05-18 10:02:37 +05:30
Abhinav-grd 95265dd6f4 added searchView state 2021-05-18 09:57:02 +05:30
Abhinav-grd 114ad1bb63 added searchButton 2021-05-18 09:56:40 +05:30
Abhinav-grd a7a8515431 close choiceModal after upload start 2021-05-11 18:06:52 +05:30
Abhinav-grd f1989df034 made choice modal large 2021-05-11 17:42:28 +05:30
Abhinav-grd 004ac5826b reduced messageDialog size to lg 2021-05-11 17:42:17 +05:30
Abhinav-grd 0385f51d04 Merge branch 'master' into dummy-loader-from-delete 2021-05-11 17:24:10 +05:30
Abhinav-grd cb75b46e4a reset the collection scroll to start on refresh 2021-05-11 17:14:23 +05:30
Abhinav-grd 8b694af07a chnage add collection button color 2021-05-09 20:40:06 +05:30
Abhinav-grd a4e331ab81 corrected message dialog style 2021-05-09 12:23:56 +05:30
Abhinav-grd 889689636e refresh only when modal opened 2021-05-08 12:52:13 +05:30
Abhinav-grd 0281567bb9 fix max width of modal to 960px 2021-05-08 12:37:03 +05:30
Abhinav-grd 6d45b2f33e updated choice modal 2021-05-08 12:25:15 +05:30
Abhinav-grd 64a95c2d6c made top botton plan selector margin equal 2021-05-08 11:57:46 +05:30
Abhinav-grd c9d030dabf added modal dialog styles 2021-05-08 11:44:30 +05:30
Abhinav-grd 6f078e0c4b improved Message box button reponsive styling 2021-05-08 11:38:41 +05:30
Abhinav-grd 37157455c0 used modal size prop instead of custom classes 2021-05-08 10:59:19 +05:30
Abhinav-grd 84d5f266a3 updated collection selector style 2021-05-08 10:58:16 +05:30
Abhinav-grd 4e31719dbf removed redundant modals classes 2021-05-08 10:50:48 +05:30
Abhinav-grd 424dc21e3e add close button on all message dialog 2021-05-08 10:36:04 +05:30
Abhinav-grd fb504c8d6f made collection selector item centered 2021-05-08 10:23:06 +05:30
Abhinav-grd a7f02ef045 made div horizontally centered 2021-05-08 09:51:48 +05:30
Abhinav-grd d87931cb94 start loadingbar before action 2021-05-07 17:41:20 +05:30
Abhinav-grd 0e05a44752 passed and dummy loading for collection ops 2021-05-07 17:36:23 +05:30
Abhinav-grd 7afd2c8195 show error message if collection delete fail 2021-05-07 15:38:14 +05:30
Abhinav-grd 966e7ea09b fixed passed function to UpdatePayment onClick 2021-05-07 15:23:32 +05:30
Abhinav-grd 59bd7061a6 remove redundant event prop 2021-05-07 15:17:41 +05:30
Abhinav-grd 0b03e70755 made callback sync 2021-05-07 15:07:31 +05:30
Abhinav-grd 5c6294d53a show dummy loader for selectedFile Ops 2021-05-07 15:07:12 +05:30
Abhinav-grd 874ed03f2e remove redundant event preventDefault 2021-05-07 15:05:44 +05:30
Abhinav-grd 48b7dc349d set callbacks as type to void instead of promise void 2021-05-07 14:19:44 +05:30
Abhinav-grd a26b40e45b don't block on favourite change 2021-05-07 13:35:15 +05:30
Abhinav-grd e17415281d throw missing key error if any part of getActualKey fails 2021-05-07 13:16:30 +05:30
Abhinav-grd 4cb7d4af7d Merge branch 'master' into handle-create-collection-fail-ui 2021-05-07 13:05:47 +05:30
Abhinav-grd 2c7f07da72 Merge branch 'master' into remove_back_button_password_reset 2021-05-07 13:03:17 +05:30
Abhinav-grd 7815b50b2c force relogin if session doesn't have sessionKeyAttributes 2021-05-07 12:52:03 +05:30
Abhinav-grd 4fb9242a81 remove redundant quote 2021-05-07 12:39:13 +05:30
Abhinav-grd c2e2fa5737 add proper type 2021-05-07 12:37:42 +05:30
Abhinav-grd 5d86997edb updated upload to handle create collection fail gracefully 2021-05-07 12:37:42 +05:30
Abhinav-grd 19d1aa827b corrected encryptionKeyAttributes null check 2021-05-07 12:34:35 +05:30
Abhinav-grd 74669c1464 remove back button from password set page 2021-05-07 12:26:32 +05:30
Abhinav-grd 3bba1f6f8d store complete sessionKeyAttributes in session storage 2021-05-07 09:00:46 +05:30
Abhinav-grd 6b586396c8 throw error from getCollection instead of just error message 2021-05-04 12:37:44 +05:30
Abhinav-grd ad1e89a269 Merge branch 'master' into multiple-tab-error-fix 2021-04-29 14:37:06 +05:30
Abhinav-grd 67371e389d added logic to handle multiple Tabs 2021-04-29 14:28:34 +05:30
Vishnu Mohandas 0a80a56acc Minor UI changes 2021-04-29 14:28:29 +05:30
Abhinav-grd 776eebde4b updated error handling 2021-04-29 14:13:18 +05:30
Abhinav-grd 7916f235c6 dont show closeButton if close proper not set 2021-04-29 14:13:00 +05:30
Abhinav-grd e7b0df8b48 use original file's metadata File for edited files 2021-04-29 12:50:15 +05:30
Abhinav-grd d0c102470d removed onBlur handling from forms 2021-04-29 12:30:23 +05:30
Abhinav-grd 104615b2eb updated navigation Buttons 2021-04-29 05:03:21 +05:30
Abhinav-grd 2a36bce875 added not null check 2021-04-29 04:02:13 +05:30
Abhinav-grd 1346acf1db updated collections component 2021-04-29 03:02:37 +05:30
Abhinav-grd 60a7b94d0b abstracted out optionIcon 2021-04-29 03:02:00 +05:30
Abhinav-grd 70bb14eaa4 added naigation button 2021-04-29 03:01:17 +05:30
Abhinav-grd fe2ea3b929 udpate style to prevent submit button going to new line on small screen - share page 2021-04-29 01:13:31 +05:30
Abhinav-grd 58190f7f6a redirec to all after collection delete 2021-04-28 15:27:08 +05:30
Abhinav-grd bc29363629 style changes 2021-04-28 15:27:08 +05:30
Vishnu Mohandas d777975122 Minor style changes 2021-04-28 15:14:00 +05:30
Vishnu Mohandas 63b46cc834 Copy change 2021-04-28 15:04:57 +05:30
Vishnu Mohandas 050e18c8f9 Copy changes 2021-04-28 15:03:15 +05:30
Vishnu Mohandas d6b3fe43d0 Change copy 2021-04-28 14:46:52 +05:30
Vishnu Mohandas 577448897a Minor copy changes 2021-04-28 14:46:28 +05:30
Abhinav-grd 63883600ef corrected expected response 2021-04-28 14:41:25 +05:30
Abhinav-grd 43ebfbf116 used boxSeal to encypt collection key for sharing 2021-04-28 14:29:05 +05:30
Abhinav-grd e039aeb4ba added crypto boxSeal function 2021-04-28 14:29:05 +05:30
Vishnu Mohandas 59a0a694d1 Change background color of alert-success 2021-04-28 14:24:15 +05:30
Abhinav-grd db951c297f updated shareCollection logic 2021-04-28 13:30:15 +05:30
Abhinav-grd 99ccfdcbe4 updated collection error strings 2021-04-28 13:11:57 +05:30
Abhinav-grd c6d7b993f0 added check to skip collection whos edecryption fails 2021-04-28 13:09:45 +05:30
Abhinav-grd eee0f05ac8 don't rename if collection new Name same as old one 2021-04-28 12:36:51 +05:30
Abhinav-grd 3f42a15f02 added style changes 2021-04-28 12:28:32 +05:30
Abhinav-grd 382c44a44d moved SetDialogMessage and setLoaging to correct places 2021-04-28 12:08:52 +05:30
Abhinav-grd ef24e4372a moved collection Option to seperate component 2021-04-28 12:08:22 +05:30
Abhinav-grd 09c6923675 removed default margin from LinkButton 2021-04-28 11:39:56 +05:30
Abhinav-grd b1174f6033 exported AddToCollection 2021-04-27 17:29:10 +05:30
Abhinav-grd ef0c99e737 integrated selectedFileOption to gallery 2021-04-27 17:28:55 +05:30
Abhinav-grd bf4871aa00 added selectedFileOptions component 2021-04-27 17:28:27 +05:30
Abhinav-grd 2aab881c57 added collection util to add to collection 2021-04-27 17:15:35 +05:30
Abhinav-grd 5b535faa92 moved getSelectedFileIds to util and new helper get selectedFiles 2021-04-27 17:14:26 +05:30
Abhinav-grd 44fb64340c added types 2021-04-27 17:06:38 +05:30
Abhinav-grd 1731cbca9b added AddTocollection button 2021-04-27 17:05:16 +05:30
Abhinav-grd 65af76f242 updated the delete btn 2021-04-27 17:04:58 +05:30
Abhinav-grd 08c8a0b0a9 readd removed overflow 2021-04-27 16:24:30 +05:30
Abhinav-grd d867c8b120 udpate file interfcae name to PascalCase 2021-04-27 14:47:38 +05:30
Abhinav-grd 1d9dcfac89 moved image display logic to photoframe 2021-04-27 14:10:37 +05:30
Abhinav-grd 506a85785f use show prefix instead of setup 2021-04-27 13:12:07 +05:30
Abhinav-grd ee928e527a remove duplicate declaration 2021-04-27 13:09:35 +05:30
Abhinav-grd c0b9258fc2 rename collectionAndItsLatestFile array to collectionsAndTheirLatestFile 2021-04-27 13:07:42 +05:30
Abhinav-grd b52bc0af20 reorder declarations 2021-04-27 13:02:24 +05:30
Abhinav-grd 24bc4d57ca prevent esc close of upload progress modal 2021-04-27 12:55:58 +05:30
Abhinav-grd a83524b3d8 passed fileAnalysisResult to prefill name 2021-04-27 12:53:21 +05:30
Abhinav-grd ef0863f8ef coorected props to listen for change in useEffect 2021-04-27 12:53:02 +05:30
Abhinav-grd d245345222 added logic to close collectionSelector uploading to new Collection 2021-04-27 12:38:58 +05:30
Abhinav-grd 927790a992 added collection not null check in click handler 2021-04-27 12:20:03 +05:30
Abhinav-grd 6d9b22272b added close onCallback tigger logic - collectionSelector 2021-04-27 12:14:01 +05:30
Abhinav-grd fa420c2f44 removed unneccessary Statements 2021-04-27 12:07:40 +05:30
Abhinav-grd 9a05958b87 corrected setCollectionNamerView useEffect dependency 2021-04-27 12:06:56 +05:30
Abhinav-grd 86b089e5a9 delted optionBar component 2021-04-27 11:43:29 +05:30
Abhinav-grd 58be1d66d7 removed unsed props 2021-04-27 11:40:38 +05:30
Abhinav-grd fcbd1b7558 removed unused props 2021-04-27 11:40:24 +05:30
Abhinav-grd 6dac3fded2 return empty message Modal wihen attributes is null - CollectionNamer 2021-04-27 11:39:49 +05:30
Abhinav-grd f11eac0512 updated the upload modal to refactor collectionNamer and collectionSelector component to gallery 2021-04-27 11:34:13 +05:30
Abhinav-grd ea079fffe8 moved attribute type to respective components 2021-04-27 11:20:03 +05:30
Abhinav-grd 506a889c98 update collectionSelector to be used seperately from upload service 2021-04-27 11:11:08 +05:30