Commit graph

132 commits

Author SHA1 Message Date
Manav Rathi 88b4aa02c7 Inline constant 2024-02-09 13:33:18 +05:30
Manav Rathi 9289bbd0d0 Reduce Sentry DSN noise
We don't need to customize this, so reduce all the indirection and dance around it.
2024-02-09 13:32:28 +05:30
Manav Rathi 7225071b64 Remove unused LS_KEYS.API_ENDPOINT
This is currently unused. We can resurrect this at a later point when we could
want to make the API we connect to dynamically changable within the app settings
itself, but right now that won't be trivial (e.g. mixing credentials across
instances). So just removing this.
2024-02-08 14:24:57 +05:30
Manav Rathi 6a1c82429a Remove unused auth-url 2024-02-07 12:51:56 +05:30
Abhinav 6735075880 add comment 2024-01-24 13:35:00 +05:30
Abhinav 49c4331f81 make searchWorker setFiles useEffect SingleThreaded 2024-01-24 11:44:53 +05:30
vishnukvmd 645db9dc01 Update path to asset 2024-01-23 21:00:02 +05:30
vishnukvmd 49ec70f5cf Load cities on gallery init 2024-01-23 13:36:46 +05:30
Abhinav 79a60c21b7 Merge branch 'main' into onnx-clip-ui 2024-01-11 10:18:38 +05:30
Abhinav db05bfead3 fix value = 0 rejected in useLocalState 2024-01-10 18:11:46 +05:30
Abhinav 160d18320f Merge branch 'main' into onnx-clip-ui 2024-01-08 15:38:21 +05:30
Abhinav 005c3926bb fix redirect logic 2024-01-05 20:39:52 +05:30
Abhinav 76a3d87687 use updated computeTextEmbedding API 2024-01-05 17:17:03 +05:30
Abhinav 72be380514 update to handle both ggml and onnx models 2024-01-05 17:13:14 +05:30
Abhinav ca7cbf08b7 fix logging inside worker 2024-01-03 12:33:53 +05:30
Vishnu Mohandas 0caa0cce09
fix padding issue (#1517) 2023-12-18 12:44:16 +05:30
Abhinav fd3ada1d2f fix padding issue 2023-12-18 12:00:06 +05:30
Abhinav 6892b03905 fix thumbCache opened multiple times 2023-12-15 18:07:07 +05:30
Abhinav ece409a63d add face crop regeneration logic 2023-12-15 14:17:01 +05:30
Abhinav Kumar ed30bdf666
Merge branch 'main' into fix-slow-load 2023-12-13 13:30:35 +05:30
Abhinav de5b0438c0 log worker error 2023-12-13 12:49:29 +05:30
Abhinav e975acad23 fix build 2023-12-13 10:38:37 +05:30
Abhinav 35566c9785 do cache size validation on the node layer 2023-12-13 10:30:40 +05:30
Abhinav c70938ac31 remove temp 2023-12-11 15:45:21 +05:30
Abhinav d65937c9f1 update names 2023-12-11 15:25:15 +05:30
Abhinav a657a8b543 add cache directory change option 2023-12-11 15:05:40 +05:30
Abhinav a33850c418 temp 2023-12-11 12:45:47 +05:30
Abhinav 0820048a15 rename cacheLimit to cacheLimitInBytes 2023-12-09 15:16:53 +05:30
Abhinav df574d9b39 Merge branch 'refactor-in-memory-caching' into add-file-disk-caching 2023-12-07 15:54:10 +05:30
Abhinav 5f1d932647 avoid logging url already set error for known cases 2023-12-07 14:56:40 +05:30
Abhinav 5c9413ec0a remove unnecessary code 2023-12-07 11:01:25 +05:30
Abhinav 2765df7547 Merge branch 'main' into refactor-download-manager 2023-12-07 09:22:10 +05:30
Abhinav 130798f2da add download manager not ready check 2023-12-06 18:38:33 +05:30
Abhinav a8a7a1b37f Merge branch 'main' into update-is-sentry-enabled 2023-12-05 14:14:10 +05:30
Abhinav 8506b2f5ef move console.log to log file 2023-12-05 12:19:31 +05:30
Abhinav Kumar 729a5eef78
Fix search issues (#1484)
Fix search issues
2023-12-04 17:42:47 +05:30
Abhinav 266b58811c make imageProcessor worker safe 2023-12-04 16:58:24 +05:30
Abhinav 3364420b15 update workerElectronCacheStorageService to workerElectronService 2023-12-04 13:02:12 +05:30
Abhinav b2b197a617 add file disk caching 2023-12-01 17:43:42 +05:30
Abhinav edce6f66f0 ignore logging for SKIPPING_CLIP_SEARCH_REQUEST error 2023-12-01 17:07:17 +05:30
Abhinav 25d9c4a421 refactored code 2023-12-01 15:24:35 +05:30
Abhinav 6aa74deb06 reject parsed file name before 1800 2023-12-01 14:39:12 +05:30
Abhinav 4301dd677a fix issue 2023-11-30 18:06:13 +05:30
Abhinav Kumar bd8c5f8f73
Add referral - sign-up form (#1473)
* add referral field to sign up form

* Added referral info

* fix ui issues

* clean referral before post

* send referral info on verifyOTT

* add ":web" suffix to referral

* fix copy

* Add `web:` as prefix

* Update param name during verify-email

---------

Co-authored-by: Neeraj Gupta <neeraj.gupta983@gmail.com>
2023-11-29 11:07:56 +05:30
Abhinav Kumar e3ad4cc21f
Remove authenticator option from photos sidebar (#1470) 2023-11-28 16:17:29 +05:30
Abhinav 73dd215b91 remove authenticator option from photos sidebar 2023-11-28 12:00:56 +05:30
Abhinav 1fa1dea1f6 wrap with try catch to avoid logging fail 2023-11-27 11:54:41 +05:30
Abhinav 78c87d1df5 add support to detect unsupported platform and stop trying to run clip 2023-11-21 12:14:46 +05:30
Abhinav c029e8d503 add support to detect unsupported platform and stop trying to run clip 2023-11-21 12:12:28 +05:30
Abhinav 33a0c77dd4 Merge branch 'main' into update-is-sentry-enabled 2023-11-20 19:11:43 +05:30