Commit graph

3281 commits

Author SHA1 Message Date
Shailesh Pandit 94a7ec4796 Use new local sync context every batchSize sync
Maintain local sync context in ml service
Sync context to only store counts of files and faces synced
2022-01-18 08:07:18 +05:30
Abhinav 1ce3a9dc6a udpate getPublicCollectionLastSyncTime 2022-01-17 18:41:26 +05:30
Abhinav ad7f24e8df disable report abuse form 2022-01-17 18:16:33 +05:30
Abhinav 292c3c4a1f add report abuse buttona and form 2022-01-17 18:12:53 +05:30
Abhinav 2b5cea72a5 rename sharedCollection to publicCollection 2022-01-17 16:48:13 +05:30
Abhinav a53ebd5ce4 add local caching to sharedURLAlbum gallery
collection info api and ui element
open in ente button
2022-01-17 16:48:13 +05:30
Abhinav 8d81fc0342 add OpenInEnte component 2022-01-17 16:48:13 +05:30
Abhinav 493b85b322 add todo for shared-collection info api 2022-01-17 16:48:13 +05:30
Abhinav ecc2ce7093 add logic and apis for viewing sharedAlbum Thumbnails and files 2022-01-17 16:48:13 +05:30
Abhinav d7832a2e08 encode collectionKey as its not URL 2022-01-17 16:48:13 +05:30
Abhinav 80f3c1bdda small bug fixes 2022-01-17 16:48:13 +05:30
Abhinav 429211f9a8 add create sharable url logic
ui for opening shared collections
2022-01-17 16:48:09 +05:30
Abhinav Kumar 4e6aafd359
Merge pull request #308 from ente-io/fix-cleanTrashCollections
return empty array if updateTrash fails
2022-01-17 08:05:59 +05:30
Shailesh Pandit eed5497da8 More logging for queue stats and worker
Temporarily add timeout to livesync queue
2022-01-16 20:30:20 +05:30
Shailesh Pandit 1fa4a8cf66 Update hdbscan to use iterative implementation
to avoid js stack limits
2022-01-16 16:34:40 +05:30
Abhinav ef1dd9a453 return currentTrash if getTrash fails 2022-01-16 16:22:57 +05:30
Shailesh Pandit 4999f8b4e0 Extract MAX_FACE_DISTANCE_PERCENT as constant 2022-01-16 13:08:49 +05:30
Shailesh Pandit 43c792e46d Fix local env needing refresh to login
by loading tfjs-tflite as dynamic import
2022-01-16 13:01:29 +05:30
Shailesh Pandit 18db6f44dc Fix SimpleJob to set correct state after stopped 2022-01-16 11:47:04 +05:30
Abhinav c9bedcdd6e return empty array if updateTrash fails 2022-01-15 13:16:27 +05:30
Abhinav Kumar c26db1184d
Merge pull request #307 from ente-io/better-handle-get-plan-failure
handle plan modal opening error better
2022-01-15 11:28:55 +05:30
Abhinav 05f19c3303 handle plan modal opening error better 2022-01-15 11:01:09 +05:30
Shailesh Pandit d1bab5ec84 Fix build
Revisit todos
2022-01-15 09:39:27 +05:30
Shailesh Pandit 4845c1d605 Convert not compatible local images before sync
Only sync image types locally
2022-01-15 09:05:56 +05:30
Shailesh Pandit f7a05fcb39 Use pqueue addAll instead of Promise.all
Add timeout to downloads during ml sync
2022-01-14 19:45:39 +05:30
Shailesh Pandit f7f40bf5ec Include actual store in increment version tx 2022-01-14 19:10:42 +05:30
Abhinav Kumar ca947e65d3
Merge pull request #305 from ente-io/release-v0.4.3
v0.4.3
2022-01-14 19:05:18 +05:30
Abhinav 531c845b20 v0.4.3 2022-01-14 19:00:48 +05:30
Abhinav Kumar 3184c858f6
Merge pull request #304 from ente-io/update-plan-fetching
Update plan fetching
2022-01-14 18:59:46 +05:30
Abhinav 01db5a28ce change user-plans api url 2022-01-14 18:57:44 +05:30
Abhinav 8ca2eeb8c7 remove unnecessary api key 2022-01-14 17:43:53 +05:30
Abhinav 22528bb7ca dont animate currentSubscribedPlan 2022-01-14 17:43:40 +05:30
Abhinav 1fe2a97f8c call user-plans api if token present 2022-01-14 17:41:33 +05:30
Shailesh Pandit ec0108dda6 Start and stop sync job from debug page
using ml work manager
2022-01-14 15:51:37 +05:30
Shailesh Pandit c454c50341 Select nearest pass2 detection in blazeface
Remove duplicates after 2nd pass
Updated min face detection probability based on results
2022-01-14 12:28:11 +05:30
Abhinav Kumar d6bbf83be3
Merge pull request #297 from ente-io/dependabot/npm_and_yarn/follow-redirects-1.14.7
Bump follow-redirects from 1.14.3 to 1.14.7
2022-01-13 19:03:51 +05:30
Abhinav Kumar 2d1d69aa12
Merge pull request #301 from ente-io/remove-node-forge
remove node forge
2022-01-13 19:03:14 +05:30
Abhinav 2375f016fb remove node forge 2022-01-13 17:37:09 +05:30
Abhinav Kumar 484464b3ee
Merge pull request #299 from ente-io/release-v.0.4.2
v0.4.2
2022-01-13 15:38:31 +05:30
Abhinav 9bbc495a3d v0.4.2 2022-01-13 15:22:03 +05:30
Abhinav Kumar 8f712a6ed7
Merge pull request #298 from ente-io/fix-range-select-error
fixes range-select errors
2022-01-13 15:20:56 +05:30
Abhinav 13c362f16c fixes unable to select consective item range select 2022-01-13 14:18:50 +05:30
Abhinav 6516246499 fixes https://sentry.ente.io/organizations/ente/issues/2338/
adds rangeStart undefined check
2022-01-13 14:18:00 +05:30
Shailesh Pandit f5e45a8b73 Show filtered faces based on detection probability
Some styling changes of debug page
2022-01-13 13:39:13 +05:30
Shailesh Pandit 255219f778 Fix idb upgrades
Use oldVersion to apply all required upgrades
2022-01-13 12:03:11 +05:30
dependabot[bot] 4d31b3300b
Bump follow-redirects from 1.14.3 to 1.14.7
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.14.3 to 1.14.7.
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases)
- [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.14.3...v1.14.7)

---
updated-dependencies:
- dependency-name: follow-redirects
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-01-13 06:27:31 +00:00
Abhinav Kumar 24c3551b5c
Merge pull request #296 from ente-io/release-v0.4.1
v0.4.1
2022-01-13 11:56:41 +05:30
Abhinav 6162c26cdc v0.4.1 2022-01-13 11:53:11 +05:30
Abhinav Kumar 44b2907c69
Merge pull request #295 from ente-io/fix-search-count
fix search count by updating it when filteredData changes
2022-01-13 11:14:58 +05:30
Abhinav Kumar 8aa55eb411
Merge pull request #291 from ente-io/first-upload-name
use suggested name if available during first upload
2022-01-13 11:14:45 +05:30