Commit graph

3237 commits

Author SHA1 Message Date
Vishnu Mohandas 3f713c555e
Update README.md 2022-02-20 15:57:37 +05:30
Vishnu Mohandas 247377a44d
Update README.md 2022-02-20 15:50:30 +05:30
Vishnu Mohandas be7d391be4
Update README.md 2022-02-20 15:46:59 +05:30
Vishnu Mohandas f3f49b0ad0
Update README.md 2022-02-20 15:44:40 +05:30
Abhinav Kumar ca1f19a76c
Merge pull request #381 from ente-io/update-to-next-12
Update to next 12
2022-02-20 14:51:45 +05:30
Abhinav 7a670d7d7e update next-env.d.ts 2022-02-20 13:35:10 +05:30
Abhinav 5c863f2436 tsconfig config set incremental as true 2022-02-20 13:34:04 +05:30
Abhinav d8ad837a32 Upgrade React version to latest 2022-02-20 13:29:34 +05:30
Abhinav 9132f5dc17 upgrade to next@12 2022-02-20 13:26:52 +05:30
Vishnu Mohandas c060b8ec90
Merge pull request #377 from ente-io/release-v0.6.0
v0.6.0
2022-02-16 21:39:12 +05:30
Abhinav 1acc340916 v0.6.0 2022-02-16 21:32:02 +05:30
Vishnu Mohandas 5d2cfeaac6
Merge pull request #375 from ente-io/minor_copy_change
Fix copy
2022-02-16 21:19:53 +05:30
Vishnu Mohandas 816960fbaf
Fix copy 2022-02-16 21:18:53 +05:30
Abhinav Kumar 849cefcb02
Merge pull request #374 from ente-io/live-photo-export-filenames
download live photo assets seperately
2022-02-16 21:16:28 +05:30
Abhinav a786b6c309 export live photo assets seperately 2022-02-16 21:00:09 +05:30
Abhinav Kumar f7cb51f856
Merge pull request #253 from ente-io/live-photo-import
add live photo upload support
2022-02-16 20:18:38 +05:30
Abhinav Kumar 0d7f496d42
Merge pull request #369 from ente-io/dependabot/npm_and_yarn/follow-redirects-1.14.8
Bump follow-redirects from 1.14.7 to 1.14.8
2022-02-16 17:45:53 +05:30
Abhinav 671bf0ee2d add live photo detection info section 2022-02-16 13:13:47 +05:30
Abhinav 0474d28aec remove only underscore three from the end 2022-02-16 12:30:34 +05:30
Abhinav 5744def6f2 added logic to show filename in upload progressbar 2022-02-16 12:18:07 +05:30
Abhinav 602f36ee37 use the ext returned from the fileType detection library to set the correct extension for the file 2022-02-16 12:04:16 +05:30
Abhinav 227a04a01f update file type detection function 2022-02-16 12:04:05 +05:30
Abhinav 0c8b36279f set initialValues for collectionNamer to empty string to give good error message 2022-02-16 11:23:55 +05:30
Abhinav 4d74c62eb2 add try catch wrapper over extractFileMetadata and parseMetadataJSON to prevent one file breaking to progagate cause all of them to fail 2022-02-16 10:44:32 +05:30
Abhinav 3b9841b9c4 use the last index of underscore 2022-02-16 10:13:18 +05:30
Abhinav 47c6fabc05 isImageOrVideo util function and updated the areFilesLivePhotoAssets to allow only image and video as allowed assets 2022-02-16 10:06:28 +05:30
Abhinav 8534f69e96 refactor code 2022-02-16 09:57:33 +05:30
Abhinav 79455d2295 added imageType and videoType property to FleTypeInfo to handle livePhoto case 2022-02-16 09:52:00 +05:30
Abhinav 044b257972 dont need cryptoWorker for thumbnail generation convertService handles it 2022-02-16 09:29:50 +05:30
Abhinav d972dad891 fix import name to ToastNotification 2022-02-16 09:24:24 +05:30
Abhinav c63e3eed99 remove unused class 2022-02-16 09:21:52 +05:30
Abhinav f9d38c8c6c renamed Notification to ToastNotification 2022-02-16 09:16:12 +05:30
Abhinav b7d63ee833 better comments 2022-02-16 09:15:19 +05:30
Abhinav 58dbac8ffd remove underscored suffix added to live photo name while comparing file names 2022-02-16 09:08:35 +05:30
Abhinav 56a10cd80d create util isLivePhoto 2022-02-16 09:01:26 +05:30
Abhinav 0b34bcbba2 set livePhotoLocalID correctly 2022-02-15 19:21:53 +05:30
Abhinav 5d7d32d5fc better names 2022-02-15 17:04:36 +05:30
Abhinav cf8d3eb72f show notification only 3 times 2022-02-15 16:52:02 +05:30
Abhinav 8a9bbf08f3 close notification on photoswipe close 2022-02-15 16:51:41 +05:30
Abhinav f58108a55f fix type passed to thumbnail generation for heic detection 2022-02-15 16:32:42 +05:30
Abhinav acbbfdf405 fix localID intialisation 2022-02-15 15:53:32 +05:30
Abhinav 0ea457e5f8 fix imageMetadata intialisation 2022-02-15 09:52:17 +05:30
Abhinav c04056569b use image metadata for live photo 2022-02-15 09:48:38 +05:30
Abhinav 93505f9bc4 show live photo overlay only on live photos 2022-02-15 09:26:36 +05:30
Abhinav 80db61133a refactored code to not create stream for livePhotodata assets as they zipping library doesn't support streams 2022-02-15 09:20:41 +05:30
Abhinav 8b668b924a use file name as metadata for some files may be empty 2022-02-15 09:01:19 +05:30
Abhinav 5ff8b857bc add comment and check to avoid larger than multipart file size files to be clustered as livePhoto 2022-02-15 08:12:38 +05:30
Abhinav 08cd6e72ea group same collection files together before live photo clustering 2022-02-14 16:43:56 +05:30
Abhinav 9ead332d1f show live support coming soon message when live photo opened 2022-02-14 16:41:16 +05:30
Abhinav d764cecb4b add notification toast component 2022-02-14 16:41:03 +05:30