Commit graph

1056 commits

Author SHA1 Message Date
Abhinav 14b1e59c90 abstract SmallLoadingSpinner 2022-01-06 10:21:08 +05:30
Abhinav 3c4a0f7b6a add loading spinner during creation udpate api call 2022-01-06 10:11:33 +05:30
Shailesh Pandit 19c3654926 Rename tfjs face detection and embedding service files 2022-01-06 07:20:29 +05:30
Shailesh Pandit 19aae1a75b Refactor interfaces
Use composition to store face analysis results
Add face id to stored face
2022-01-06 06:49:08 +05:30
Abhinav e4f649c467 refactor upload service constants and types 2022-01-05 13:27:10 +05:30
Abhinav 344d2b2c0c move ProgressUpdater interface to UIService 2022-01-05 13:00:29 +05:30
Abhinav a5849600b1 move errorUtil from utils/common to utils/error 2022-01-05 12:25:48 +05:30
Abhinav b00d7ea2b0 move file enums to constants/file 2022-01-05 12:18:46 +05:30
Abhinav 9e0fef4743 move export enums to constants/export 2022-01-05 12:14:22 +05:30
Shailesh Pandit 2471a57b3b Store face crops in cache to reduce io
when updating indexeddb
2022-01-05 12:12:24 +05:30
Abhinav ce22425be9 move collection enum to constants/collection 2022-01-05 12:11:32 +05:30
Abhinav 11e990ffe9 move file constants to constants/file 2022-01-04 17:27:19 +05:30
Abhinav 8a96b73b37 moved export constants to constants/export 2022-01-04 17:19:14 +05:30
Abhinav 8f0a0d3f18 fix FIX_CREATION_TIME_VISIBLE_TO_USER_IDS import 2022-01-04 17:12:43 +05:30
Abhinav 5a84003388 move collection constants to constants/collection 2022-01-04 16:54:39 +05:30
Abhinav dfdf2897d4 move constants from util to src directory and split into sub folders 2022-01-04 16:50:54 +05:30
Abhinav b10a43b3a8 move gallery related types to types/gallery 2022-01-04 16:27:59 +05:30
Abhinav f30a5103bc renamed types to util/constants 2022-01-04 16:19:58 +05:30
Abhinav 41b8ed55a2 moved user related types to types/user 2022-01-04 16:09:42 +05:30
Abhinav 79f6ebc454 moved search related types to types/search 2022-01-04 15:48:33 +05:30
Abhinav aba964922e moved file related types to types/file 2022-01-04 15:20:14 +05:30
Abhinav f8af3a9a39 moved export types to types/export 2022-01-04 14:21:47 +05:30
Abhinav 2aba5cb058 moved collection related types to types/collection 2022-01-04 14:17:38 +05:30
Abhinav 1a1c4d145c created types for billing and renamed billingUtil to billing/index 2022-01-04 14:05:41 +05:30
Shailesh Pandit 4cb552046a Use IndexedDB without forage to use indexes 2022-01-04 11:26:16 +05:30
Shailesh Pandit fa7453323d Remove unnecessary sorting while getting out of sync files
Add timing logs to getPeopleList and getOutOfSyncFiles
2022-01-03 15:02:48 +05:30
Shailesh Pandit 86052cc393 Run face clustering using configured method
Save face clustering results
Display noise faces on ml debug page
2021-12-31 12:08:50 +05:30
Shailesh Pandit 30f9088c81 Show face crops and images in rows 2021-12-29 18:45:47 +05:30
Shailesh Pandit 778431d01b Normalize landmark and box thickness in ml debug 2021-12-29 17:11:46 +05:30
Shailesh Pandit 385acec1ab Do 2nd pass of blazeface on close ups
for better accuracy
Transform utils
2021-12-28 20:30:52 +05:30
Shailesh Pandit 72b2a6ad8b Handle empty faces in unidentified faces 2021-12-25 14:22:38 +05:30
Shailesh Pandit 8177cd336b Show unidentified faces in info panel
Add local file debugging info to ml debug page
showing aligned face box and landmarks and face crops
2021-12-25 13:07:24 +05:30
Shailesh Pandit b4c31c5845 Store face crops, extract aligned faces from face crops
Align faces using center, size and rotation only, using this aligned faces can be extracted without whole image
2021-12-23 18:27:53 +05:30
Abhinav bff8411284 adds download collection option 2021-12-20 13:00:56 +05:30
Shailesh Pandit 2d17dd30e9 For uploaded files use local files for ML Sync
Extract out ML work manager and sync job from worker
Start and stop ML Sync job on app start, login and logout
2021-12-12 23:12:18 +05:30
Shailesh Pandit 470f9fb931 Move machine learning types to types folder 2021-12-08 12:43:51 +05:30
Shailesh Pandit 28b77bcf0a Merge branch 'master' into machine-learning 2021-12-07 18:41:29 +05:30
Abhinav 2424767e79 null safe variable 2021-12-07 12:54:11 +05:30
Shailesh Pandit 7bfddfedce Handle async updates in PeopleList 2021-12-01 11:18:36 +05:30
Abhinav cff0959cf3 Merge branch 'master' into export-v2 2021-11-29 14:56:22 +05:30
Abhinav 3a0e6b2f98 renamed get preview to getThumbnail 2021-11-29 14:12:24 +05:30
Shailesh Pandit 1d41644ac8 Add people to search, filter photos by person 2021-11-28 21:45:44 +05:30
Shailesh Pandit e96e1a9ee4 Show people face chips in info panel of image 2021-11-28 11:17:56 +05:30
Abhinav 97b9ac0626 add download all button 2021-11-27 13:23:05 +05:30
Shailesh Pandit 0d72fccd7a Streamline clustering config and service
Fix tsne
MLDebug to have start and stop ml sync
2021-11-27 09:55:39 +05:30
Abhinav fe6d0c4125 merge master into export-v2 2021-11-26 12:06:58 +05:30
Vishnu Mohandas 935f480b04
Merge pull request #250 from ente-io/photoswipe-error-handling
fixes photoswipe issues
2021-11-25 23:07:14 +05:30
Shailesh Pandit 1f0853debd Run ml-worker batches continuously
Persist versioned faces in indexdb
2021-11-25 22:08:28 +05:30
Abhinav 80e26b10b7 fix width and height missing from photoswipe items 2021-11-25 17:25:56 +05:30
abhinavkgrd d1e98d17a5
Merge pull request #247 from ente-io/fix-multi-folder-detection
Fix multi folder detection
2021-11-24 13:51:43 +05:30
Abhinav 18878ec240 remove console logs 2021-11-23 17:24:58 +05:30
Abhinav e204fb2aef fix multiple folder detection 2021-11-23 17:24:58 +05:30
Shailesh Pandit 986f514cba Hide clustering params not used in hdbscan 2021-11-22 11:53:59 +05:30
Abhinav dcc13dc317 fix UI 2021-11-22 11:40:04 +05:30
Abhinav b95be7bf06 fix style 2021-11-19 02:21:10 +05:30
Abhinav 56791e2c91 update layout 2021-11-19 01:36:58 +05:30
Abhinav 60fef97f7b update copies 2021-11-19 01:34:54 +05:30
Abhinav db92ac123f update string 2021-11-19 00:59:56 +05:30
Abhinav 8d6b889126 fix date selector width 2021-11-19 00:49:39 +05:30
Abhinav b928052165 make fix creation time visible to array of userIds 2021-11-19 00:25:11 +05:30
Abhinav aca752f00e refactor component 2021-11-19 00:25:11 +05:30
Abhinav b2162c4398 add options for fix creation time 2021-11-19 00:24:47 +05:30
Abhinav 91cbbfc3eb refactor date picker into seperate component 2021-11-18 22:20:53 +05:30
abhinavkgrd e913615f57
Merge pull request #221 from ente-io/fix-creation-time
Fix creation time
2021-11-17 22:26:16 +05:30
Abhinav d62739e259 show fix creation for selected user 2021-11-17 15:10:09 +05:30
Shailesh Pandit 4171e8cb3a Use blazeface for detection, face-api for alignment and embeddings 2021-11-17 14:01:30 +05:30
Abhinav d15cef404d update strings 2021-11-17 13:05:41 +05:30
Abhinav de2acbcf32 fix updateExportTime 2021-11-17 11:58:50 +05:30
Abhinav 29ecff60d6 reorder selection bar icons 2021-11-17 10:29:40 +05:30
Abhinav 70b3e59fbf add fix time icon 2021-11-16 17:55:19 +05:30
Abhinav 638dab4421 fix setting fixState on modal open 2021-11-16 13:08:25 +05:30
Abhinav 80fda73a79 move fix CreationTime option to selectionOption bar 2021-11-16 12:27:23 +05:30
Shailesh Pandit cbaba79db9 Use hdbscan debug info to visualize mst tree 2021-11-14 16:30:23 +05:30
Neeraj Gupta 9b333807a2
Add support to show mnemonic recovery key 2021-11-13 00:23:05 +05:30
Abhinav ab73e7f8a9 Merge branch 'master' into close-for-without-edit 2021-11-12 10:53:38 +05:30
Abhinav c6318dd808 remove commented code 2021-11-11 12:54:28 +05:30
Abhinav 04ab5a1651 dont create inline function for startFix 2021-11-10 15:02:36 +05:30
Abhinav 088d7e2156 sync after fix creation time completion 2021-11-10 14:55:29 +05:30
Abhinav 87089eec43 adds logic to refresh state on repen 2021-11-10 13:46:16 +05:30
Abhinav 76842b92a6 Merge branch 'master' into fix-creation-time 2021-11-10 12:50:34 +05:30
Abhinav 8c3106f66d added fail safe for exportModal state update on reopen 2021-11-09 22:40:57 +05:30
Abhinav b651d16ee5 skip shared-collections during export 2021-11-09 22:40:57 +05:30
Abhinav 15f12a6f8e fix filename spliting 2021-11-09 22:33:09 +05:30
Shailesh Pandit 4d8c1571df Use TSNE to visualize faces over 2d plot 2021-11-09 19:16:52 +05:30
Abhinav b225b4ff35 simpley close date edit if saved without edit 2021-11-09 16:06:12 +05:30
Abhinav 1dc5ecb061 minor improvments 2021-11-09 15:59:37 +05:30
Abhinav d807828b77 remove valid file extension detection logic 2021-11-09 15:43:10 +05:30
Abhinav 4f3faf3d78 use formik for file name update form state management 2021-11-09 15:32:27 +05:30
Abhinav aa90e897b4 update EnteSpinner to use props passed to it 2021-11-09 15:31:09 +05:30
Abhinav 40846245ff break long file name 2021-11-08 12:49:04 +05:30
Shailesh Pandit 4bd52d53ee Use HDBSCAN for clustering and visualize results 2021-11-07 19:09:39 +05:30
Shailesh Pandit 48388aa125 Use centroid of cluster as summary
Increase face detection minConfidence
2021-11-07 07:39:28 +05:30
Shailesh Pandit 0ed8df8c17 Make maxFaceDistance configurable 2021-11-06 14:26:12 +05:30
Shailesh Pandit 15fcfbde44 Distribute noise to nearest initial clusters if distance is within limit 2021-11-06 14:03:12 +05:30
Shailesh Pandit dbb5e99fda Restrict face distance further 2021-11-06 11:27:07 +05:30
Shailesh Pandit 833f25e07f Add batch size, return all info to derive face images later
Required to reduce worker -> caller payload size later
2021-11-06 10:59:05 +05:30
Shailesh Pandit 0db387cdb1 Tweak default parameters based on initial results 2021-11-05 22:05:10 +05:30
Shailesh Pandit a5453b8858 Add minFaceSize to limit small faces 2021-11-05 21:44:38 +05:30
Shailesh Pandit 6fb22e429c Testing with face face-api.js 2021-11-05 20:56:41 +05:30
Abhinav 91825db617 Merge branch 'master' into update-file-title 2021-11-05 13:26:12 +05:30
Shailesh Pandit aeccc14d3c Make clusterFaceDistance and minClusterSize configurable on ml debug page 2021-11-04 18:23:41 +05:30
Shailesh Pandit d9fa4a6804 Display clusters and noise on ml debug page 2021-11-04 17:06:15 +05:30
Shailesh Pandit 377400228a Machine learning worker
Call machine learning service inside a worker
ML Debug page to trigger worker
2021-11-04 15:18:30 +05:30
Vishnu Mohandas 8f77bda4c6
Merge pull request #210 from ente-io/update-change-creation-time-ui
Update change creation time UI
2021-11-03 22:02:52 +05:30
Abhinav 4c5df92e51 add max and min time limit 2021-11-03 20:06:00 +05:30
Abhinav 70fc35549b update style and remove button from calender 2021-11-03 19:11:11 +05:30
Abhinav 9afe465e91 updated tick icon 2021-11-03 19:07:46 +05:30
Abhinav 3eb6f68da0 highlight all in range 2021-11-03 16:59:23 +05:30
Abhinav 040776bb07 fire select event only for items between the ends as they are already selected by click 2021-11-03 16:58:51 +05:30
Abhinav 49e3fa00f0 select file on click even if range select is active 2021-11-03 16:57:46 +05:30
Abhinav 5a879f50ae fix range start nulled on selected second item 2021-11-03 16:30:08 +05:30
Abhinav e6a3ac35ee Merge branch 'master' into fix-creation-time 2021-11-03 16:05:32 +05:30
Abhinav 51923850cb update string constant name for fix large thumbnail 2021-11-03 16:05:01 +05:30
Abhinav e052da48ff adds Fix creationTime UI 2021-11-03 16:04:11 +05:30
Abhinav b372c3892b fixed install mobile app banner not shown on empty screen 2021-11-02 21:36:14 +05:30
Abhinav-grd acbb9498b4
Merge pull request #198 from ente-io/web-perf
Web perf
2021-11-02 20:24:56 +05:30
Abhinav dbe5554373 close edit mode if saved without changes 2021-11-02 14:06:15 +05:30
Abhinav f43e2cf6d6 added file name charcter limit 2021-11-02 13:21:00 +05:30
Abhinav 70c175a10b update FIle name Ui to have edit option 2021-11-02 13:06:04 +05:30
Abhinav 5c62ff0472 updated icons 2021-11-02 12:15:18 +05:30
Abhinav d0baa20cc8 skip update if pickedTime same as creationTime 2021-11-02 12:01:32 +05:30
Abhinav 99d8d4266e minor fixes 2021-11-02 11:56:25 +05:30
Abhinav 916e84c58e reafactor code 2021-11-02 11:52:13 +05:30
Abhinav a3b6a2860e fix save and cancel button container styles 2021-11-02 10:23:45 +05:30
Abhinav 8180d47123 update date picker style 2021-11-02 00:18:28 +05:30
Abhinav 9603fba46c adds max and min date limit 2021-11-01 23:53:34 +05:30
Abhinav 4b3e9f9e08 Merge branch 'master' into update-creation-time 2021-11-01 22:37:55 +05:30
Abhinav 63e5dd6227 Merge branch 'master' into web-perf 2021-11-01 22:28:09 +05:30
Abhinav 45ef18b451 update List key to only active collection so that its re-rendered only on collection change 2021-11-01 22:19:31 +05:30
Abhinav-grd 2e90601c1c
Merge pull request #192 from ente-io/range-select
Range select
2021-11-01 21:44:24 +05:30
Abhinav 445bc64731 update blacnk space added hieght 2021-11-01 18:07:20 +05:30
Abhinav e25e2e4e43 resize edit button 2021-11-01 18:05:27 +05:30
Abhinav b06dbc4f57 update to new date picking lib 2021-11-01 18:02:50 +05:30
Abhinav d9fae0bf5d Merge branch 'master' into update-creation-time 2021-10-31 19:25:21 +05:30
Abhinav 9d6a7218a3 update highlight in range color 2021-10-31 19:18:56 +05:30
Abhinav 22e76c0c3e start tracking hover if one item has been selected 2021-10-31 19:18:15 +05:30
Abhinav 08c9e49a87 refresh list after timeStampList instead of filtered data update 2021-10-31 14:39:03 +05:30
Abhinav 3f127b9927 fix banner appending 2021-10-31 11:12:53 +05:30
Abhinav f4097effd2 adds new NOOP state for for when no files present to be compressed and use Completed when fix completes 2021-10-30 18:02:13 +05:30
Abhinav 7f75cc532a Schedule update and update pubMagicMetadata locally 2021-10-30 17:05:07 +05:30
Abhinav 0c20f59ceb update files metadata with new update pubMagicMetaData 2021-10-30 16:22:39 +05:30
Abhinav c46ba48980 disable photoswipe keyboard event when info modal is open 2021-10-30 16:22:35 +05:30
Abhinav c2f99db8e4 refactores info modal and adds renderCreationTime with edit button 2021-10-29 17:43:16 +05:30
Abhinav 3cd2789dc9 updates Icon with HighlightWrapper 2021-10-29 16:53:10 +05:30
Abhinav 99c4223e75 rename PhotoWall back to PhotoFrame 2021-10-28 19:32:57 +05:30
Abhinav 4dc50a75e8 use filterdataCopy until filterdata is updated 2021-10-28 17:29:37 +05:30
Abhinav 2bafe4d7e3 moved list Ref and added type definations 2021-10-28 16:49:25 +05:30
Abhinav 7ccc0b59f7 Merge branch 'master' into trash 2021-10-28 14:36:20 +05:30
Abhinav d5902aae84 Merge branch 'master' into remove-file-from-collection 2021-10-28 14:09:42 +05:30
Abhinav 86f1891d77 Merge branch 'master' into remove-file-from-collection 2021-10-28 14:08:01 +05:30
Abhinav 98f1f9c388 refactor PhotoFrame to PhotoWall and PhotoList 2021-10-28 13:33:01 +05:30
Abhinav e797899ef6 put filteredData inside useEffect 2021-10-28 12:12:49 +05:30
Abhinav a9d88c9b8f remove console logs 2021-10-28 12:12:13 +05:30
Abhinav 6d5ae6010f added edit icon 2021-10-27 14:05:17 +05:30
Abhinav 01e92a35e9 fetch large thumbnail after fix for confirmation 2021-10-26 18:25:39 +05:30
Abhinav-grd 197d5b49b4
Merge branch 'master' into migrate-large-thumbnails 2021-10-26 18:16:57 +05:30
Abhinav 393fb66141 Merge branch 'remove-file-from-collection' into trash 2021-10-26 16:53:14 +05:30
Abhinav f3fc1955f2 remove inline function 2021-10-26 13:53:32 +05:30
Abhinav 0b5af9a3c7 update delete btn with info message 2021-10-26 12:40:50 +05:30
Abhinav 2e5425a8e6 upadtes remove from collection messgae 2021-10-26 11:41:36 +05:30
Abhinav 2f52bc2aed show compress thumbnail only if has large thumbnails and if no large thumbnail set state as completed 2021-10-26 10:50:00 +05:30
Abhinav 565f871a3d logError if largeThumbnail left after migration complete 2021-10-26 10:45:19 +05:30
Abhinav 69067d89da dont autoStart thumbnail fix 2021-10-26 10:44:26 +05:30
Abhinav b14855e7ab only getThumbnail at start if migration not started 2021-10-26 10:43:14 +05:30
Abhinav 3bb83af24a added test console logs 2021-10-25 13:50:32 +05:30
Abhinav 601c6770c2 added selected parameter to key prop 2021-10-25 13:49:50 +05:30
Abhinav d07c680748 perf improvement 2021-10-25 13:25:53 +05:30
Abhinav 9a9671c0ee make rangeSelect props optional for preview card 2021-10-22 14:40:09 +05:30
Abhinav cde5df055a start rangeSelect only on checked select event 2021-10-22 14:38:10 +05:30
Abhinav 193d3de044 disable text select with shift for gallery list and date container 2021-10-22 14:34:57 +05:30
Abhinav 296ada94af complete rangeSelect operation after rangeEnd selected 2021-10-22 14:30:59 +05:30
Abhinav 500c91d431 clear last selected on selection clear 2021-10-22 13:56:33 +05:30
Abhinav 7569813a1a adds rangeSelect Functionality 2021-10-22 13:54:06 +05:30
Abhinav c66eb83696 made selecting UI more google like 2021-10-22 13:50:05 +05:30
abhinav-grd 6097e76fad fixed thumbnail and file download not retried after fail 2021-10-21 13:47:11 +05:30
abhinav-grd 4803333881 remove completed but hasMore state 2021-10-18 18:06:03 +05:30
abhinav-grd c9959994a5 rename migrate to migrateThumbnailService 2021-10-18 16:25:29 +05:30
abhinav-grd 1aa93b29d8 setLargeThumbnailFiles with getLargeThumbnailFiles always 2021-10-18 16:15:23 +05:30
abhinav-grd 45ecc1cb1c auto run thumbnail if started in previous load 2021-10-18 15:59:34 +05:30
abhinav-grd 2f03c678f8 adds completed but has more state to fix large thumbnail 2021-10-18 15:33:21 +05:30
abhinav-grd 1054380d09 show fix thumbnail dialog if large thumbnail present on load 2021-10-18 13:56:13 +05:30
abhinav-grd fe70c1db59 export strings to constants 2021-10-18 13:32:32 +05:30
abhinav-grd 4d0e1bacfa updated thumbnail fix UI 2021-10-18 12:05:32 +05:30
abhinav-grd 2789a14eeb adds local state for fixLargeThumbnails 2021-10-18 11:49:57 +05:30
abhinav-grd 6681b601a3 completes fix thumbnail modal UI 2021-10-18 11:07:59 +05:30
abhinav-grd 6b25555044 added fix thumbnail modal 2021-10-11 10:30:36 +05:30
abhinav-grd cf3d3ee01b Merge branch 'master' into search-files 2021-10-08 10:19:17 +05:30
Vishnu Mohandas a1209f340a
Merge pull request #181 from ente-io/search-all-files
Make search Global
2021-10-07 20:53:09 +05:30
abhinav-grd cbe1d8ce88 show only one instance of a file 2021-10-07 17:03:57 +05:30
abhinav-grd 6d8028ae99 find filteredData index and then open that item 2021-10-07 17:03:57 +05:30
abhinav-grd 950adae9b3 Adds file search by name 2021-10-07 17:03:50 +05:30
abhinav-grd afce424396 hide collection instead of removing it form dom in searhch mode 2021-10-07 14:44:39 +05:30
abhinav-grd afbcda5892 renamed searchMode to isInSearchMode state 2021-10-07 13:52:25 +05:30
abhinav-grd 52fe27263c search in all section instead of the collection user opened search on 2021-10-07 11:24:21 +05:30
abhinav-grd 2edce610f8 fix download file name bug 2021-10-05 14:08:26 +05:30
abhinav-grd 9c0dfde01d added better download option for when playback failed 2021-10-05 12:27:41 +05:30
abhinav-grd 10efcaddb4 added downloadFile util 2021-10-05 12:23:34 +05:30
abhinav-grd 798163f733 adds deleteBy caption to photo preview 2021-10-04 20:27:45 +05:30
abhinav-grd e3af66da9e Merge branch 'remove-file-from-collection' into trash 2021-10-04 18:39:11 +05:30
abhinav-grd 0e0e1f777d Merge branch 'master' into remove-file-from-collection 2021-10-04 18:30:39 +05:30