Commit graph

201 commits

Author SHA1 Message Date
dependabot[bot] ca05d41cb4
Bump next from 11.1.2 to 11.1.3
Bumps [next](https://github.com/vercel/next.js) from 11.1.2 to 11.1.3.
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](https://github.com/vercel/next.js/compare/v11.1.2...v11.1.3)

---
updated-dependencies:
- dependency-name: next
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-12-16 05:50:56 +00:00
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 28b77bcf0a Merge branch 'master' into machine-learning 2021-12-07 18:41:29 +05:30
Abhinav fe6d0c4125 merge master into export-v2 2021-11-26 12:06:58 +05:30
Shailesh Pandit d16837262d Use arcface alignment for mobilefacenet
Use rotation alignment in blazeface to fapi flow
Extract aligned face images before embeddings calculations
2021-11-20 14:56:36 +05:30
Shailesh Pandit 3764e67709 Add required face-api.js files to work with latest tfjs 2021-11-17 14:14:43 +05:30
Shailesh Pandit 4171e8cb3a Use blazeface for detection, face-api for alignment and embeddings 2021-11-17 14:01:30 +05:30
Shailesh Pandit cbaba79db9 Use hdbscan debug info to visualize mst tree 2021-11-14 16:30:23 +05:30
Shailesh Pandit afa8fc2a81 Use hdbscan implemented following scikit-learn package 2021-11-13 10:41:32 +05:30
Neeraj Gupta 9b333807a2
Add support to show mnemonic recovery key 2021-11-13 00:23:05 +05:30
Abhinav 3bb87d6343 add package ro edit exif 2021-11-11 12:54:28 +05:30
Shailesh Pandit 4d8c1571df Use TSNE to visualize faces over 2d plot 2021-11-09 19:16:52 +05:30
Shailesh Pandit 4bd52d53ee Use HDBSCAN for clustering and visualize results 2021-11-07 19:09:39 +05:30
Shailesh Pandit 6fb22e429c Testing with face face-api.js 2021-11-05 20:56:41 +05:30
Abhinav 36163987bb v0.3.44 2021-11-05 15:04:26 +05:30
Shailesh Pandit 1f162f4d46 Add jpeg-js till wasm lib is added for jpeg decoding 2021-11-04 17:22:23 +05:30
Shailesh Pandit 955e2e965f Add dbscan clustering 2021-11-04 17:01:00 +05:30
Shailesh Pandit 748d914e93 Add @tensorflow/tfjs-tflite and wasm static files 2021-11-04 16:33:44 +05:30
Shailesh Pandit 2f767ed83f Add TFJSFaceDetectionService 2021-11-04 16:11:07 +05:30
Abhinav 19074bd753 remove react-datetime-picker package 2021-11-02 11:17:16 +05:30
Abhinav b06dbc4f57 update to new date picking lib 2021-11-01 18:02:50 +05:30
Abhinav a980fbd8e1 added date time picker 2021-10-27 14:05:08 +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 dbe871c2eb remove heic2any package 2021-09-07 16:08:36 +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 66e85d7a42 updated axios
https://github.com/axios/axios/pull/3980
2021-09-05 11:17:47 +05:30
Abhinav-grd 25d3ed35b0 updated to latest next 2021-09-04 23:58:32 +05:30
Abhinav-grd 238823a8bf Merge branch 'master' into dependabot/npm_and_yarn/next-11.1.0 2021-09-04 23:53:26 +05:30
Abhinav-grd 75de06cff7 added ffmeg package 2021-08-28 11:21:04 +05:30
Abhinav-grd dd0c49eebb Merge branch 'master' into upload-refactoring 2021-08-17 14:26:06 +05:30
Abhinav-grd 9cb6a6352b added package for collapse animation 2021-08-17 13:49:14 +05:30
Abhinav-grd 8c75f0b99d updated react to v17 2021-08-16 11:45:45 +05:30
dependabot[bot] 082a73cfb0
Bump next from 10.2.3 to 11.1.0
Bumps [next](https://github.com/vercel/next.js) from 10.2.3 to 11.1.0.
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](https://github.com/vercel/next.js/compare/v10.2.3...v11.1.0)

---
updated-dependencies:
- dependency-name: next
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-08-14 17:49:17 +00:00
Abhinav-grd 902bb017c7 added lib for type detection 2021-08-13 20:27:39 +05:30
Abhinav-grd 13eba42b26 moved esfix to precommit hook 2021-08-13 08:05:14 +05:30
Abhinav-grd c24f6eb375 reenabled husky 2021-08-13 07:53:04 +05:30
Abhinav-grd 8e70dfcfea disable confilcting eslint and prettier config 2021-08-13 07:11:50 +05:30
Abhinav-grd ed306140fa added prettier for formating 2021-08-12 21:42:23 +05:30
Abhinav-grd 8051246409 added esfix command 2021-08-12 21:08:12 +05:30
Neeraj Gupta d037aa2940 Merge remote-tracking branch 'origin/master' into live_photos 2021-08-11 16:14:21 +05:30
Abhinav-grd 9613a484c0 updated axios 2021-08-11 15:15:00 +05:30
Neeraj Gupta 17155d9444 Add dependency on jszip 2021-08-11 13:54:27 +05:30
Abhinav-grd f323cd2d26 remove husky 2021-08-01 13:34:55 +05:30
Abhinav-grd c377e95676 Merge branch 'master' into 3fa 2021-06-21 12:51:45 +05:30
Abhinav-grd 0f0b99a3bc update photoswipe 2021-06-21 11:58:24 +05:30
Abhinav-grd 8a8f1f83c7 enable sentry tunneling 2021-06-18 15:54:41 +05:30
Abhinav-grd 38e0c05f44 add new packge react otp 2021-06-17 18:19:45 +05:30
Abhinav-grd df6988ee70 changed back package json version 2021-06-16 12:02:43 +05:30
Abhinav-grd aa845a5c13 Merge branch 'master' into update-sentry 2021-06-16 11:55:22 +05:30
Pushkar Anand c512ad4bc1 Fix for precaching error 2021-06-16 02:04:36 +05:30
Pushkar Anand 6fdd667094 Fix build errors. 2021-06-16 00:43:58 +05:30
Pushkar Anand 3cfd5915c2 Fix wrong precaching of public files. 2021-06-16 00:37:01 +05:30
Abhinav-grd 6833cdc532 send npm package version as relases version with sentry 2021-06-15 10:42:11 +05:30
Abhinav-grd fe838aab17 updated to @sentry/nextjs package 2021-06-15 10:42:05 +05:30
Abhinav-grd a233e27091 build fix 2021-06-15 09:51:45 +05:30
Abhinav-grd fe80ea725c udpdated to next 10 2021-06-15 09:04:37 +05:30
Pushkar Anand 0ce1e88db5 Moved to sentry login 2021-06-12 22:44:21 +05:30
Pushkar Anand 39c477c09c Reenable service worker without aggresive caching 2021-05-30 03:32:06 +05:30
Pushkar Anand adb6af09ce Added eslint 2021-05-29 11:57:52 +05:30
Abhinav-grd 569e1bca11 updated next-on-netlify 2021-05-26 21:07:38 +05:30
Abhinav-grd 6cd2865a8d Merge branch 'master' into search 2021-05-24 19:37:10 +05:30
Abhinav-grd b99adafd02 update to promised based deboucher 2021-05-24 17:34:37 +05:30
Pushkar Anand ccaf133e1a Offline cache and manifest. 2021-05-23 19:55:48 +05:30
Abhinav-grd f6568ac9f6 added use-debouce package 2021-05-21 15:18:13 +05:30
Abhinav-grd 0db44195bd added react-select package 2021-05-20 17:27:13 +05:30
Abhinav-grd aaecf0cad4 added chrono v2 package 2021-05-18 19:15:40 +05:30
Abhinav-grd 0cbcaebe6e added date.js package 2021-05-18 13:43:51 +05:30
Abhinav-grd 21e8b428ee removed bootstrap-switch-button-react package 2021-04-18 16:02:49 +05:30
Abhinav-grd de32090142 added bootstrap-switch-button-react package 2021-04-18 12:38:48 +05:30
Abhinav-grd 2b5d881f99 Merge branch 'master' into stripe-integration 2021-04-07 12:48:45 +05:30
Abhinav-grd cacd22c5ae added stripe package 2021-04-06 19:11:57 +05:30
Abhinav-grd 7edd51800a added is Electron package 2021-03-27 19:21:59 +05:30
Pushkar Anand a4bbf85559 Build optimization. 2021-03-21 19:48:38 +05:30
Abhinav-grd 05a8e02282 Merge branch 'master' into lfu-with-multipart 2021-03-14 15:51:11 +05:30
Abhinav-grd 555dda6404 Merge branch 'master' into sidebar 2021-03-12 14:17:00 +05:30
Abhinav-grd 0ba209b74c added react-burger-menu package 2021-03-11 21:33:07 +05:30
Abhinav-grd 496f1ccb3f readded new line at EOF in package.json 2021-03-08 17:35:51 +05:30
Abhinav-grd b39ffbcf84 integrated sentry 2021-03-08 17:29:14 +05:30
Abhinav-grd 8682704fa4 send complete multipart upload as xml 2021-03-04 22:22:15 +05:30
Abhinav-grd 2f9418148e updated the submodule and added photoswipe type defination 2021-02-27 10:31:55 +05:30
Abhinav-grd 38173ac326 update to use the local version of photoswipe 2021-02-26 13:43:46 +05:30
Abhinav-grd 5c9f5d84af replace photoswipe with our forked photoswipe library 2021-02-25 23:34:18 +05:30
Abhinav-grd d5167132b0 added heic2any package 2021-02-23 13:50:27 +05:30
Pushkar Anand 36c84807f1
Merge pull request #9 from ente-io/file-loading-single-update
File loading single update
2021-02-07 21:15:07 +05:30
Pushkar Anand e5bcc95c2f Build fix 2021-02-07 20:33:04 +05:30
Abhinav-grd 80c46796cf intial localFile Loading and then reload after complete fetch 2021-01-27 11:44:02 +05:30
Abhinav-grd b7cf97df0a added exif library 2021-01-12 15:48:50 +05:30
Abhinav-grd 2bf68d71ad [Abhinav] | Added new dependency react-dropzone 2021-01-05 07:40:42 +05:30
Pushkar Anand 6adc49cc2b Inmemory caching with photoswipe on thumbnail. 2020-11-23 08:30:54 +05:30
Pushkar Anand a7664dbab1 Infinite pagination. 2020-11-20 22:54:21 +05:30
Pushkar Anand 8908615bc5 Storage and icon update. 2020-11-20 14:17:20 +05:30
Pushkar Anand 623d115019 Fixes. 2020-11-07 21:13:00 +05:30
Pushkar Anand ad1e90dfcc Moved libsodium to worker. 2020-10-03 19:51:56 +05:30
Pushkar Anand 760a085dfd Integrated Comlink. 2020-09-27 22:48:57 +05:30
Vishnu Mohandas ba1b21b9fc Add dependency on libsodium-wrapper 2020-09-26 22:45:39 +05:30
Vishnu Mohandas d58956ea82 Set the standard parser 2020-09-26 18:06:02 +05:30
Pushkar Anand f9ee680c8f Initial gallary chagnes. 2020-09-20 20:48:35 +05:30
Pushkar Anand 8e76f6b5bd Added web worker for parallel decryption. 2020-09-20 02:50:10 +05:30
Pushkar Anand 295d8eaa32 Changes to deploy on netlify 2020-09-13 14:11:01 +05:30
Pushkar Anand 2e10ea441e Login and key generation flow complete! 2020-09-13 03:23:41 +05:30
Pushkar Anand 8e3da8e315 Voila! 2020-09-10 02:39:51 +05:30