Commit graph

47 commits

Author SHA1 Message Date
Abhinav 080fcab6a3 move constants 2022-04-12 16:37:06 +05:30
Abhinav 2dce1407b0 set max bounding boxes of objects to be detected 2022-04-12 16:24:33 +05:30
Abhinav 62d2ccd173 attempt increasing timeouts for text detection 2022-04-12 15:47:48 +05:30
Abhinav 9fbbf0095e decrease ml sync gap interval to 5 sec 2022-04-12 15:43:21 +05:30
Abhinav ce06ac7baf - added timeout
- added accuracy and minScore for text and object detection respectively
2022-03-23 03:47:56 +05:30
Abhinav 2e630ce074 revert testing changes 2022-03-19 17:38:30 +05:30
Abhinav be59833cf3 temp 2022-03-15 20:52:52 +05:30
Abhinav 61e5429f00 revert testing changes 2022-03-14 12:18:22 +05:30
Abhinav f42b0b436c config changes 2022-03-04 19:35:10 +05:30
Abhinav e0f136a19e add object detection default config 2022-03-04 19:34:55 +05:30
Shailesh Pandit f6f701061c Merge branch 'master' into machine-learning 2022-01-31 19:41:59 +05:30
Shailesh Pandit 0fe22bd591 Show indexing status on people suggestions 2022-01-31 12:50:42 +05:30
Abhinav 65a0f6f464 adds user id to show bulk edit option 2022-01-29 13:22:15 +05:30
Abhinav de0a310969 Merge branch 'bug-fix-public-sharing' into update-abuse-report 2022-01-28 11:54:09 +05:30
Abhinav Kumar 3c58e02f66
Merge pull request #333 from ente-io/albums-ente-io
copy of albums.ente.io setup
2022-01-28 11:45:45 +05:30
Abhinav Kumar 04aab00edd
Merge pull request #313 from ente-io/shareable-url
shareable url
2022-01-27 16:00:57 +05:30
Abhinav c3081c9096 no need to set finished files progress on progress bar 2022-01-27 14:38:02 +05:30
Abhinav ff5d9b5129 update the abuse report form 2022-01-26 19:17:37 +05:30
Abhinav 94a0c07430 moved masking logic to landing page 2022-01-25 14:30:28 +05:30
Abhinav a0c10cf1c4 add shared-albums page and album site host 2022-01-25 14:06:22 +05:30
Shailesh Pandit 8c0c3c5c94 Add ml search config to enable or disable ml search
Show ml search ui elements when enabled
2022-01-24 19:11:40 +05:30
Abhinav a8f327e49a Merge branch 'master' into shareable-url 2022-01-24 15:06:53 +05:30
Abhinav ae5bc333ef add new category for files larger than available storage 2022-01-22 12:26:41 +05:30
Shailesh Pandit bce97ce579 Reduce clusterSelectionEpsilon 2022-01-20 16:47:32 +05:30
Abhinav f2caf2758b add abuse report logic 2022-01-18 18:38:24 +05:30
Abhinav 429211f9a8 add create sharable url logic
ui for opening shared collections
2022-01-17 16:48:09 +05:30
Shailesh Pandit 4999f8b4e0 Extract MAX_FACE_DISTANCE_PERCENT as constant 2022-01-16 13:08:49 +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 864885d586 Update default face clustering parameters 2022-01-11 09:53:19 +05:30
Shailesh Pandit bd7be81acf Fix build 2022-01-11 07:08:42 +05:30
Shailesh Pandit cc7d2355f7 Update hdbscan to use cluser selection method and epsilon 2022-01-10 14:56:00 +05:30
Abhinav 4cdc93e345 renamed sentry constants to follow the global convention 2022-01-09 13:55:07 +05:30
Shailesh Pandit 90bf35b05d Make minSamples of hdbscan configurable 2022-01-09 10:06:38 +05:30
Shailesh Pandit aac2318513 Moving default ml sync configs to constants
Limit sync job max interval to around 15 mins
2022-01-09 07:43:21 +05:30
Abhinav 5427fbf232 move isSentryEnabled needed by both config util and constants/sentry to seperate file sentryConfigUtil
as neither of the two files can import each other
2022-01-07 18:06:22 +05:30
Abhinav fbf6476d70 move sentry constants to constants/sentry 2022-01-07 17:52:37 +05:30
Abhinav e4f649c467 refactor upload service constants and types 2022-01-05 13:27:10 +05:30
Abhinav 7285af6977 keep NULL_LOCATION along with Location type defination 2022-01-05 12:50:10 +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
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 9b48275144 moved upload constants to constants/upload 2022-01-04 17:12:29 +05:30
Abhinav eddfbed37c moved user constants to constants/user 2022-01-04 16:57:57 +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