Commit graph

2039 commits

Author SHA1 Message Date
abhinav-grd a278b1d901 hide shared collection files from all section 2021-09-21 12:08:50 +05:30
abhinav-grd 5ec72c2550 added ownerID to check if file is a shared file 2021-09-21 12:07:39 +05:30
abhinav-grd ae881e6a4f fix isSharedCollection 2021-09-21 11:56:26 +05:30
abhinav-grd 801ff1a856 Merge branch 'move-files' into disable-shared-collection-ops 2021-09-21 11:48:08 +05:30
abhinav-grd d8230155fc remove unneccesary showCollectionSelector prop 2021-09-21 11:37:03 +05:30
abhinav-grd 065c051230 no need of adding isShared property to collection and can compare whenever needed 2021-09-21 11:31:47 +05:30
abhinav-grd 6c597570d1 better remove fromCollection 2021-09-20 21:08:14 +05:30
abhinav-grd cfb3f048e4 rename variable 2021-09-20 20:50:09 +05:30
abhinav-grd bc9a785093 disable fav button for sharedCollection 2021-09-20 19:20:45 +05:30
abhinav-grd ec0bc9919a disable selecting for sharedColletion 2021-09-20 19:20:17 +05:30
abhinav-grd 5fcde0b6e6 added isShared property to collection and isSharedCollectionActive state 2021-09-20 19:16:08 +05:30
abhinav-grd 1e45557e34 avoid double filtering 2021-09-20 18:58:46 +05:30
abhinav-grd 641053a025 hide collection from which file are moved from collection selector view 2021-09-20 18:54:26 +05:30
abhinav-grd 27baf3523c dont show move option in all 2021-09-20 18:44:05 +05:30
abhinav-grd e610005a85 updated showCreateCollection to create and move files if collection ops move selected 2021-09-20 18:21:40 +05:30
abhinav-grd b90fc6409b added error handling for move to collection fail 2021-09-20 17:57:24 +05:30
abhinav-grd 93c3cf8121 update moveToCollection API 2021-09-20 17:38:03 +05:30
abhinav-grd dd2b7a50ca updates addToCollection util to handle move 2021-09-20 17:38:03 +05:30
abhinav-grd 0d8af74e4a added moveButton on Selection bar 2021-09-20 17:38:03 +05:30
abhinav-grd 8c8a8dd1ce added move icon 2021-09-20 17:38:03 +05:30
abhinav-grd 68a81c2f77 added moveToCollection API 2021-09-20 17:38:03 +05:30
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