Commit graph

24160 commits

Author SHA1 Message Date
ashilkn
6845a209e2 Merge branch 'main' into update_dialog_frequency 2024-02-12 12:39:13 +05:30
Crowdin Bot
bb5b9233d0 New Crowdin translations by GitHub Action 2024-02-12 00:09:11 +00:00
Vishnu Mohandas
98d7302a7c
Move dependency to HEAD (#1712) 2024-02-11 06:37:18 +05:30
vishnukvmd
75ae880602 Remove unused enum states 2024-02-10 23:16:36 +05:30
vishnukvmd
268f5b29f2 Reuse code from RemoteAssetsService to load the models 2024-02-10 23:15:27 +05:30
vishnukvmd
bce30d7729 Store remote data in ApplicationSupportDirectory 2024-02-10 23:09:20 +05:30
Manav Rathi
54cbbfb722 Fix the release string 2024-02-10 23:00:25 +05:30
Vishnu Mohandas
15878630b5
Merge branch 'main' into onnx_isolates 2024-02-10 22:34:29 +05:30
vishnukvmd
75985ef659 Move dependency to HEAD 2024-02-10 22:34:07 +05:30
Manav Rathi
dc68659104 Go back to using a .properties 2024-02-10 22:24:07 +05:30
Manav Rathi
e8dfbdd581 Fix source maps 2024-02-10 21:34:24 +05:30
Manav Rathi
d54ff83bba Resurrect SENTRY_AUTH_TOKEN 2024-02-10 19:47:59 +05:30
Vishnu Mohandas
0dd22e7889
New Translations (#1710) 2024-02-10 18:54:33 +05:30
Manav Rathi
c34654e995 Further prune down Sentry 2024-02-10 17:38:33 +05:30
Crowdin Bot
75e9121307 New Crowdin translations by GitHub Action 2024-02-10 12:03:48 +00:00
Manav Rathi
0119cddd50 Prune 2024-02-10 17:26:23 +05:30
Manav Rathi
977da14e70 Namespace more 2024-02-10 16:19:06 +05:30
Manav Rathi
36e76626cd Unconditionally use environment overrides 2024-02-10 16:11:19 +05:30
Manav Rathi
1dac60aeb2 Namespace vars 2024-02-10 15:51:05 +05:30
Manav Rathi
fc695eff75 Rename Deployment to Build
Perhaps (perhaps) this better conveys the fact that the build itself is a static
entity that doesn't and cannot change after deployment.
2024-02-10 15:33:10 +05:30
Manav Rathi
3ad29a504c Move to a singular flag
This might not be enough if we also want to cater for development desktop
builds, but let's start with this and add them back later if needed.
2024-02-10 15:32:15 +05:30
Manav Rathi
c921399540 WIP 2024-02-10 15:21:06 +05:30
github-actions[bot]
13dd051308
New Translations (#442)
New translations via [Crowdin GH
Action](https://github.com/crowdin/github-action)

Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2024-02-10 12:13:44 +05:30
Manav Rathi
badece4cce Understand a bit better 2024-02-10 10:36:58 +05:30
Prateek Sunal
f956c21cfc fix: iOS build 2024-02-10 03:03:13 +05:30
Prateek Sunal
490d8af2cc
Merge branch 'main' into homewidget 2024-02-10 02:25:41 +05:30
Prateek Sunal
a18dc7feb0 feat: workmanager 2024-02-10 00:20:31 +05:30
Manav Rathi
3b3804b655
Set the correct Sentry tag when deploying auth-release (#1609) 2024-02-09 17:55:52 +05:30
Manav Rathi
9acc0756c9 Set the correct Sentry tag when deploying auth-release
...in the photos-web CF pages project.
2024-02-09 17:54:26 +05:30
Manav Rathi
8643045f25
Merge pull request #319 from ente-io/update-dsn
update sentry DSN
2024-02-09 16:37:42 +05:30
Manav Rathi
e59e7436eb
Reduce Sentry noise (#1606) 2024-02-09 16:37:08 +05:30
Abhinav
4ef25375f5 update sentry dsn 2024-02-09 16:35:55 +05:30
Manav Rathi
4c469c853a Update to latest DSNs 2024-02-09 16:33:23 +05:30
Neeraj Gupta
86a1aab26b
New Translations (#1705) 2024-02-09 15:52:30 +05:30
Manav Rathi
7a0422151c Remove unused env var 2024-02-09 15:19:11 +05:30
Neeraj Gupta
f6f8b1ca3d
Fix inconsitent state (#446)
If user clicks on New user login flow, abandon that in between and tries
account recovery via recovery code, we were using old volatile password
in memory for generating the recovery_key for UI.

This PR fixes that issue.
2024-02-09 13:41:00 +05:30
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
Neeraj Gupta
27c6d8ffde
Export fixes (#445) 2024-02-09 12:28:36 +05:30
Manav Rathi
e5f8b5faa8 Remove unused sentry ENV var 2024-02-09 11:44:42 +05:30
Manav Rathi
fa93b3ffee
Update the UI when deleting a subset of the duplicates (#1605) 2024-02-09 11:14:22 +05:30
Manav Rathi
3ef34a4e97 Update the UI when deleting a subset of the duplicates
The list of photos shown on the dedup screen did not update if we selected a
subset of the duplicates and deleted them. This is because while we're issuing a
remote API request, we don't seem to be updating our local storage with the
results of that when we're on this screen. So when the gallery on this screen
re-renders, it still reads the same files again, even after they've been
deleted.

Not happy with the current solution, but it does solve the customers issue. Have
added an "Enhancement" tag to flag this.

Test:

I was able to reproduce the issue. After making these changes, I don't see it
anymore. Haven't done exhaustive checks, but it fixes the happy path at least.

Tested locally.
2024-02-09 11:08:14 +05:30
Neeraj Gupta
310d32def2
Log improvements (#444) 2024-02-09 10:47:03 +05:30
Vishnu Mohandas
7b196bdb6c
Disable internal isolates on ONNX (#1708) 2024-02-09 09:48:31 +05:30
Crowdin Bot
605ccaff71 New Crowdin translations by GitHub Action 2024-02-09 00:08:50 +00:00
httpjamesm
a5329ca410
fix: don’t require encrypted token 2024-02-08 16:11:44 -05:00
httpjamesm
9852e3cf37
Merge branch 'main' 2024-02-08 16:04:28 -05:00
httpjamesm
d02a0611c7
fix: make user const 2024-02-08 15:59:56 -05:00
httpjamesm
5b1eb3df9b
feat: get and pass accounts token 2024-02-08 15:56:40 -05:00
Prateek Sunal
0cd1a54c0d feat: SlideshowWidget iOS implementation 2024-02-09 02:18:42 +05:30