Commit graph

1683 commits

Author SHA1 Message Date
Manav Rathi 242bb5a890 Remove debugging code 2024-02-16 21:58:42 +05:30
Manav Rathi 82fbe55e5a Remove debugging package 2024-02-16 20:48:26 +05:30
Manav Rathi 6b5859dca7 Funnel .tsx extensions via subfolders 2024-02-16 20:48:26 +05:30
Manav Rathi 3720abe0ed Integrate the actual one 2024-02-16 20:47:25 +05:30
Manav Rathi 386c31310c Remove unused project I used to isolate the issue 2024-02-16 20:47:25 +05:30
Manav Rathi a2fa7d3716 Find the bit that was causing trouble in VSCode 2024-02-16 20:47:25 +05:30
Manav Rathi 632af065fe Add a working WIP example 2024-02-16 20:47:25 +05:30
Manav Rathi 7263969953 Make src work with next
- The star in package.json matches any version
  https://docs.npmjs.com/cli/v10/configuring-npm/package-json

- VSCode is still giving errors
2024-02-16 20:47:25 +05:30
Manav Rathi c87aca72ad Use yarn add @ente-io/utils@'file:packages/utils'
The version field is still required, but we can additionally add a private for
both semantic signalling and preventing this from being published to npm.
2024-02-16 20:47:25 +05:30
Manav Rathi 3aa0f4d0b8 Make it work with yarn workspace 2024-02-16 20:47:25 +05:30
Manav Rathi 548b4c1a61 Reset the form on submit 2024-02-16 18:15:30 +05:30
Manav Rathi 6f086c478f Add a page title 2024-02-16 17:08:47 +05:30
Neeraj Gupta 33faadf83e accounts: Fixed bad merge 2024-02-16 15:17:03 +05:30
Neeraj Gupta 5df7a2a10f Specify timeout for passkey 2024-02-16 15:08:03 +05:30
Neeraj Gupta 5d7d166976 Merge branch 'main' into accounts-passkeys 2024-02-16 14:53:04 +05:30
Manav Rathi 6797dde517
Unify and prune environment variables (#1613) 2024-02-14 18:13:00 +05:30
Manav Rathi 6e7e214d01 Improve comment 2024-02-13 13:17:13 +05:30
Manav Rathi bf70857a41 Don't initialize Sentry on dev builds 2024-02-13 12:11:14 +05:30
Crowdin Bot d5765a2c3b New Crowdin translations by GitHub Action 2024-02-13 06:26:58 +00:00
Neeraj Gupta 13f628aaac Fix build errors 2024-02-13 10:54:24 +05:30
Neeraj Gupta de163b79db
Merge branch 'main' into cast 2024-02-13 09:35:00 +05:30
Manav Rathi 39034474ba Include the git SHA in the logs 2024-02-12 19:04:40 +05:30
Manav Rathi 54cbbfb722 Fix the release string 2024-02-10 23:00:25 +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
Manav Rathi c34654e995 Further prune down Sentry 2024-02-10 17:38:33 +05:30
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 c921399540 WIP 2024-02-10 15:21:06 +05:30
Manav Rathi badece4cce Understand a bit better 2024-02-10 10:36:58 +05:30
Manav Rathi 4c469c853a Update to latest DSNs 2024-02-09 16:33:23 +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 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
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
httpjamesm 688c840af6
feat: get accounts token and pass to passkeys url 2024-02-08 15:46:33 -05:00
httpjamesm ad1fab8edb
feat: getAccountsURL() 2024-02-08 15:42:51 -05:00
Manav Rathi 878b7a5e32 Remove unused PWA / manifest code
Had discussed this with Abhinav, there were some issues around marking our app
as a PWA, tied to worker lifetime, so the PWA functionality had been disabled,
and these files are not currently not supposed to be used.
2024-02-08 14:48:43 +05:30
Manav Rathi b4946693f8 Remove unused workbox-* dependencies
yarn workspace photos remove workbox-precaching workbox-recipes workbox-routing workbox-strategies workbox-window
2024-02-08 14:46:26 +05:30
Manav Rathi 67d058d77c
Document env vars (#1601) 2024-02-08 10:13:14 +05:30
Abhinav Kumar a88c7212a0
Fix the zip file related tests (#1602) 2024-02-08 10:08:30 +05:30
Manav Rathi d928429276 Add comments around the purpose of the test 2024-02-07 19:30:47 +05:30
Manav Rathi 5c93c14a02 Fix the zip file related tests
These functions (e.g. getElectronFilesFromGoogleZip) look to have been moved
from `importService` to `ElectronAPIs` in commit
86d61060b7, perhaps the test did not get updated.

The test runs now from the desktop app.
2024-02-07 17:49:33 +05:30
Manav Rathi fb0144466f Add more details 2024-02-07 12:51:56 +05:30