Commit graph

27880 commits

Author SHA1 Message Date
Neeraj Gupta 643b77e81e Fix title for month 2024-05-23 14:18:37 +05:30
Neeraj Gupta 3ce8a09e39 Merge branch 'main' into generic_group_by 2024-05-23 14:13:35 +05:30
Neeraj Gupta cc7a516eba
[mob][photos] Bump (#1819)
## Description

## Tests
2024-05-23 13:00:41 +05:30
laurenspriem 9eab415906 [mob][photos] Bump 2024-05-23 12:58:42 +05:30
Neeraj Gupta 05c50e78bc
Face flag (#1818)
## Description

Changes faces flag to use beta flag.
2024-05-23 12:13:46 +05:30
laurenspriem 9ac7b29e96 [mob][photos] Bump 2024-05-23 12:12:37 +05:30
laurenspriem 42106a72b3 [mob][photos] Change faces flag 2024-05-23 12:12:19 +05:30
Manav Rathi 371b8bf9cc
[web] Rework the video chunk decryptor stream logic (#1817) 2024-05-23 10:56:24 +05:30
Manav Rathi 3b89471b87
Use a standard converter 2024-05-23 10:17:11 +05:30
Manav Rathi 8a2117f9d4
Chunk 2024-05-23 10:09:47 +05:30
Manav Rathi 132ddd3648
Rework the video chunk decryptor stream logic
When running on Ubuntu 24 arm64 in the desktop app (didn't test on web0, trying
to open certain videos fails with:

> [rndr] [error] Failed to process file stream: TypeError: Failed to execute
  'enqueue' on 'ReadableStreamDefaultController': Cannot enqueue a chunk into a
  closed readable stream

While not specifically fixing that issue, I'm first rewriting this to use the
more normal (recommended?) approach of implementing a pull instead of doing
everything in start. Maybe that fixes the issue, otherwise at least one less
ghost for me to worry about.
2024-05-23 09:51:29 +05:30
Neeraj Gupta 048aaee40d
[mob][photos] Bump (#1814)
## Description

Bump for internal release, which I forgot in previous PR.
2024-05-22 18:58:35 +05:30
laurenspriem 04475110ce [mob][photos] Bump 2024-05-22 17:56:43 +05:30
Laurens Priem 02366eb27f
[mob][photos] Small fix in index scheduling (#1813)
## Description

- Small fix for scenario where MLController fired quicker than we could
pause

## Tests

Tested on my pixel phone.
2024-05-22 17:21:30 +05:30
laurenspriem 6c3953e855 [mob][photos] Small fix in index scheduling 2024-05-22 17:11:11 +05:30
Laurens Priem 201286f59a
Ml fixes (#1812)
## Description

- Fixed some issues in face indexing
- Cleaned up some functions in FaceMlService
- Hooked iOS onto MLController for battery check, for faces and clip

## Tests

Tested on my Pixel phone only
2024-05-22 16:56:16 +05:30
Prateek Sunal b00bffd785
Ente Auth: Add support for Steam domain (steampowered.com) as an issuer (#1809)
## Description
I don't think I'm the only one using website domains as issuers of TOTP
codes. This change will add support for the Steam domain
(steampowered.com) as an issuer.
2024-05-22 16:32:33 +05:30
laurenspriem d477b55071 [mob][photos] Bump 2024-05-22 16:23:15 +05:30
Vladyslav Pashynskykh 227b7ddba0
Use uri.host instead of issuer in _GetDigits 2024-05-22 13:51:07 +03:00
laurenspriem d12f570178 [mob][photos] Logging 2024-05-22 16:15:30 +05:30
Vladyslav 70dc660f5a
Merge branch 'ente-io:main' into main 2024-05-22 13:37:42 +03:00
laurenspriem e4c379963f [mob][photos] Logging 2024-05-22 16:04:26 +05:30
laurenspriem e44be63586 [mob][photos] Logs 2024-05-22 15:54:56 +05:30
laurenspriem 6d5436c885 [mob][photos] Hook iOS into MLController for temperature check only 2024-05-22 15:50:14 +05:30
Vladyslav Pashynskykh d75abcf6a7
Ente Auth: Add support for Steam domain used as issuer 2024-05-22 13:02:11 +03:00
laurenspriem b3229785a0 [mob][photos] Small fix 2024-05-22 15:26:03 +05:30
Prateek Sunal bd8757bbb8
[FIX (Auth)] Destroy window on exit, Color scheme fix, Hide code for steam fix (#1810)
## Description

## Tests
2024-05-22 15:24:08 +05:30
laurenspriem 92bafa7c38 [mob][photos] Temp fix for double assigned persons 2024-05-22 15:19:07 +05:30
Neeraj Gupta ce6160a06a Merge branch 'main' into generic_group_by 2024-05-22 15:18:44 +05:30
laurenspriem df756076e8 [mob][photos] Small cleanup of FaceMlService 2024-05-22 14:52:13 +05:30
laurenspriem ffc9eecbd1 [mob][photos] Move listeners inside init 2024-05-22 14:45:16 +05:30
laurenspriem 678efd1e8b [mob][photos] Refactor of flags for faceMlService 2024-05-22 14:41:44 +05:30
Prateek Sunal 9ab82621b9 fix(auth): hide codes reg ex, match every non-whitespace character 2024-05-22 14:08:09 +05:30
Prateek Sunal 59c2c7e343 fix(auth): color scheme for pinned 2024-05-22 14:06:41 +05:30
Prateek Sunal 8c3c0b2128 fix(auth): destroy window when exiting from tray 2024-05-22 13:30:42 +05:30
Vladyslav Pashynskykh 954581093d
Ente Auth: Add support for Steam domain used as issuer 2024-05-22 09:51:12 +03:00
laurenspriem 78afae4013 [mob][photos] Lower file download limit 2024-05-22 11:40:22 +05:30
laurenspriem 7811c58214 [mob][photos] Inline 2024-05-22 11:08:51 +05:30
laurenspriem 85a8f6b7cf [mob][photos] MLController lower interaction times for now 2024-05-22 10:47:08 +05:30
Manav Rathi f60e750848
[web] Inline sidebar code (#1803)
... to make it more manageable.
2024-05-21 20:04:02 +05:30
Manav Rathi a086f36433
Fix type 2024-05-21 19:38:42 +05:30
Manav Rathi 4cb49c0b4a
Fix warning about required key 2024-05-21 19:31:52 +05:30
Manav Rathi 334587474f
Inline 2024-05-21 19:20:50 +05:30
Manav Rathi 0d52737c49
Inline 2024-05-21 19:18:54 +05:30
Manav Rathi d4dc080231
Inline 2024-05-21 19:14:50 +05:30
Manav Rathi f8d35c3dcf
Inline 2024-05-21 19:10:29 +05:30
Manav Rathi c20b9fa5fa
Rename 2024-05-21 19:07:04 +05:30
Manav Rathi 6a8fa727a9
Inline 2024-05-21 19:06:30 +05:30
Manav Rathi 7712a8bd10
Inline 2024-05-21 18:45:53 +05:30
Manav Rathi 4feb8fd1f1
Inline 2024-05-21 18:44:36 +05:30