Commit graph

471 commits

Author SHA1 Message Date
Abhinav-grd e150f32d46 updated photowipe sub-module 2021-02-27 12:00:39 +05:30
Abhinav-grd 16bda35231 updated git submodule entry 2021-02-27 10:36:08 +05:30
Abhinav-grd 79dd73b021 oMerge branch 'master' into fetch-only-opened-file 2021-02-27 10:33:09 +05:30
Abhinav-grd 2f9418148e updated the submodule and added photoswipe type defination 2021-02-27 10:31:55 +05:30
Vishnu Mohandas 5eb77a2505
Merge pull request #30 from ente-io/reduce-concurrent-uploads
reduce concurrent upload to 4
2021-02-26 15:48:50 +05:30
Abhinav-grd 18defbb9b8 stored literal values to const 2021-02-26 15:08:34 +05:30
Vishnu Mohandas 940afb9b0b
Merge pull request #31 from ente-io/improve-upload-ux
Improve upload ux
2021-02-26 14:14:29 +05:30
DeepSource Bot dba79b9b07 Add .deepsource.toml 2021-02-26 08:41:58 +00:00
Vishnu Mohandas 1b4ab0f0a7
Merge pull request #29 from ente-io/ignore-metadata-errors
ignore metadata errors
2021-02-26 14:04:31 +05:30
Abhinav-grd 38173ac326 update to use the local version of photoswipe 2021-02-26 13:43:46 +05:30
Abhinav-grd 30106579e8 added photowipe as submodule 2021-02-26 13:27:15 +05:30
Abhinav-grd 7c75f7f64f Merge branch 'master' into fetch-only-opened-file 2021-02-26 11:53:58 +05:30
Abhinav-grd ca4acf8515 dont wait for collection creation before showing uploadBar 2021-02-26 11:47:54 +05:30
Abhinav-grd b79835f229 show progress bar before closing the collectionSelector modal 2021-02-26 11:46:40 +05:30
Abhinav-grd e50c8864ec reduce conccurent upload to 4 2021-02-26 11:28:44 +05:30
Abhinav-grd bb37368f56 ignore metadata errors 2021-02-26 11:26:10 +05:30
Vishnu Mohandas 11ace7d793
Merge pull request #27 from ente-io/fixing-upload-memory-leak
Fixing upload memory leak
2021-02-26 00:21:51 +05:30
Abhinav-grd 26b4414799 clear encryptedkey 2021-02-25 23:57:30 +05:30
Abhinav-grd 5c9f5d84af replace photoswipe with our forked photoswipe library 2021-02-25 23:34:18 +05:30
Abhinav-grd 7d53d9f239 destructure encryptedFile and encryptedKey into seperate variables 2021-02-25 23:02:17 +05:30
Abhinav-grd da450da0f9 remove onDropReject prop 2021-02-25 22:44:36 +05:30
Abhinav-grd d5718b43e5 removed unneccesary Cryptoworker creations 2021-02-25 22:01:49 +05:30
Abhinav-grd 6075949de7 clear object references 2021-02-25 21:37:23 +05:30
Abhinav-grd ac126b2e0a Merge branch 'master' into fixing-upload-memory-leak 2021-02-25 12:34:54 +05:30
Vishnu Mohandas 5204bd30e4 Increase diff limit to 2500 2021-02-24 21:35:26 +05:30
Abhinav-grd 9e193da33e reuse same file readers 2021-02-24 21:34:14 +05:30
Abhinav-grd 5639b3a384
Merge pull request #26 from ente-io/rendering-heic-images
Rendering heic images
2021-02-24 10:52:40 +05:30
Abhinav-grd 62b2af275c build fix 2021-02-24 10:51:52 +05:30
Abhinav-grd 961683d71a added check to prevent heic2any library load during server prerender 2021-02-24 10:11:26 +05:30
Abhinav-grd 8dbf35c360 added rendering HEIC logic 2021-02-23 15:41:46 +05:30
Abhinav-grd 2d78aa93fc added getFileExtension util function 2021-02-23 15:18:47 +05:30
Abhinav-grd d5167132b0 added heic2any package 2021-02-23 13:50:27 +05:30
Vishnu Mohandas 40f793f3fd
Merge pull request #24 from ente-io/handle-B2-errors
Handle b2 errors
2021-02-22 22:57:41 +05:30
Abhinav-grd e6773fad68 moved return statement to correct place 2021-02-22 17:02:01 +05:30
Abhinav-grd a9e6c8a938 refactored errorMessageParsing to error Util 2021-02-22 16:59:39 +05:30
Abhinav-grd ca81f764e5 minor fixes 2021-02-22 16:54:34 +05:30
Abhinav-grd 72e9b1cfa2 added error handler adn grouped errorCode and handler in errorUtil file 2021-02-22 16:50:08 +05:30
Abhinav-grd f7c1e6912a corrected subscription typo 2021-02-22 16:45:33 +05:30
Abhinav-grd 5e5df08f6e add getToken function to ge token 2021-02-22 16:45:10 +05:30
Abhinav-grd 8f758f3ba5 Merge branch 'handle-B2-errors' of https://github.com/ente-io/bada-frame into handle-B2-errors 2021-02-22 13:22:00 +05:30
Abhinav-grd 2c705cd665 updated AlertBanner to use errorCodes file 2021-02-22 13:20:41 +05:30
Abhinav-grd 55047a4313 changed + e to , e 2021-02-22 13:20:06 +05:30
Abhinav-grd ac85460ed5 moved internetConnectivity Check logic to uploadService 2021-02-22 13:19:36 +05:30
Abhinav-grd fe7e056935 added utilFunction to check internet Connectivity 2021-02-22 13:06:32 +05:30
Abhinav-grd f5f2490c86 added ErrorCode file 2021-02-22 12:58:48 +05:30
Vishnu Mohandas 879fa5160f
Merge pull request #25 from ente-io/fix-google-metadata-reading
corrected metadataMap seeding function
2021-02-20 17:58:17 +05:30
Abhinav-grd ec3763997c corrected metadataMap seeding function 2021-02-18 14:59:09 +05:30
Abhinav-grd 4cb835cefe changed ERR_NO_INTERNET_CONNECTION code to 1 and added missed break statements 2021-02-18 14:31:46 +05:30
Abhinav-grd 12368048d0 use constants for errorCodes 2021-02-18 13:36:50 +05:30
Abhinav-grd 24a0f75930 handle no internet connection error 2021-02-18 13:36:42 +05:30