Commit graph

26512 commits

Author SHA1 Message Date
Manav Rathi
766dd2d85d
um finished 2024-04-19 19:50:27 +05:30
Manav Rathi
c034c5cc70
flatmap 2024-04-19 19:48:28 +05:30
Manav Rathi
bbe6dde4cb
Inline 2024-04-19 19:40:12 +05:30
Manav Rathi
6fe8a72299
Spruce 2024-04-19 19:38:11 +05:30
Manav Rathi
a079035a43
Back in the watcher 2024-04-19 19:32:48 +05:30
Neeraj Gupta
fbf8b61891 [server] Fix query 2024-04-19 19:20:21 +05:30
Manav Rathi
afaf89ad1a
Except the size 2024-04-19 19:00:25 +05:30
Ashil
8113b70441
[mob][photos] Remove code related to sqlite3 (#1490) 2024-04-19 18:11:52 +05:30
Ashil
c4c513a1d7
[mob][photos] Use sqlite_async instead of sqlite3 (#1489)
## Description

Using both `sqlite_async` and `sqlite3` for querying at the same time
was throwing this error:
`error: SqliteException(5): while executing, database is locked,
database is locked (code 5)`

So, have used `sqlite_async` everywhere.

## Tests

- [x] Tested all changes
2024-04-19 16:56:40 +05:30
Neeraj Gupta
fc5705dd7b [mob][photos] Add additional check for fileType 2024-04-19 16:46:42 +05:30
Neeraj Gupta
01822b760d [mob][photos] Dedupe using hash before copying 2024-04-19 16:45:29 +05:30
Manav Rathi
42c1bec044
JSON 2 2024-04-19 16:41:54 +05:30
Manav Rathi
505d376dc9
issa supertype 2024-04-19 16:27:46 +05:30
Manav Rathi
5dd21b2b38
Parallel 2024-04-19 16:25:58 +05:30
Manav Rathi
32ac31fd44
Start using it 2024-04-19 16:20:20 +05:30
Manav Rathi
d1069dcfbb
Dig a gully on the side 2024-04-19 16:06:33 +05:30
Manav Rathi
bf3d04fc12
Deeper 2024-04-19 16:01:05 +05:30
Neeraj Gupta
02890a100b [mob][photos] Lint fix 2024-04-19 15:56:49 +05:30
Neeraj Gupta
f55fd36579 [mob][photos] Fix: Pass copy of EnteFile to avoid modification in original 2024-04-19 15:54:49 +05:30
Manav Rathi
de783b6158
Seep in paths 2024-04-19 15:54:42 +05:30
Neeraj Gupta
08040d9154 [mob][photos] Use loading indicator instead of blocking progress 2024-04-19 15:52:41 +05:30
Manav Rathi
814803edb4
[desktop] Watch related refactoring - Part 2/x (#1488)
Inline, mostly, in preparation for a subsequent refactoring.
2024-04-19 15:05:01 +05:30
Manav Rathi
41aeb63465
Fix lint issues
unrelated to this PR, come from https://github.com/ente-io/ente/pull/1479
2024-04-19 15:02:09 +05:30
Neeraj Gupta
564ca77a8b Merge remote-tracking branch 'origin/main' into mobile_save_a_copy 2024-04-19 14:57:19 +05:30
Neeraj Gupta
136f53b581 [mob][photos] Fix: Remove fav action on shared photos 2024-04-19 14:53:41 +05:30
Manav Rathi
82c365b2db
Inline 2024-04-19 14:49:24 +05:30
Manav Rathi
5f87dce547
Inline 2024-04-19 14:47:44 +05:30
Manav Rathi
643d028ffc
Inline 2024-04-19 14:44:29 +05:30
Manav Rathi
7ed6e729f5
Inline 2024-04-19 14:37:35 +05:30
Manav Rathi
2b35d586c1
Inline 2024-04-19 14:33:54 +05:30
Manav Rathi
292084c00d
Inline 2024-04-19 14:32:09 +05:30
Ashil
937267ed72
[mob] perf: avoid unnecessary frame builds and computations when toggling full fullscreen when viewing a file (#1487) 2024-04-19 14:17:01 +05:30
Manav Rathi
0509aad4af
Remove unused prop 2024-04-19 14:15:53 +05:30
Neeraj Gupta
3788fdda6f [mob][photos]Fix: Show fav icon on shared photos 2024-04-19 14:15:33 +05:30
Manav Rathi
f59ecdb8d8
Reword 2024-04-19 14:14:48 +05:30
Manav Rathi
2c46be6ded
async 2024-04-19 13:46:09 +05:30
Neeraj Gupta
710f76ee40 Merge remote-tracking branch 'origin/main' into save_a_copy 2024-04-19 13:36:00 +05:30
Neeraj Gupta
7f879aaf57 [mob][photos] Hide incoming file from home screen is saved 2024-04-19 13:34:44 +05:30
Manav Rathi
967ef2e3ea
[desktop] Watch refactoring to get it work with new IPC (#1486) 2024-04-19 13:09:40 +05:30
Manav Rathi
760be52dc5
Fix schema 2024-04-19 12:59:10 +05:30
Manav Rathi
5be1b07c71
Remove noise on logout 2024-04-19 12:50:57 +05:30
Manav Rathi
57d09c08d4
Only load when in electron 2024-04-19 12:47:16 +05:30
Manav Rathi
00173bae1e
Fix type 2024-04-19 12:46:10 +05:30
Manav Rathi
1b3c38d91f
Lintable 2024-04-19 12:40:19 +05:30
Neeraj Gupta
398e66a0eb [mob][photos] Lint fix 2024-04-19 12:36:28 +05:30
Manav Rathi
f3e1abfaa1
Tie loops 2024-04-19 12:34:09 +05:30
Neeraj Gupta
04df64de05
[server] Improvate req validation on file createOrUpdate (#1485)
## Description
During the testing of copyFile functionality, I ran into issues where
files were created without all attributes (esp File EncryptedKey & Nonce
for thumbnail and file decryption).
This change

## Tests
Tested regular file upload, unable to test update as Photos app on
simulator is not showing save option. I don't expect it to break.
2024-04-19 12:11:57 +05:30
Manav Rathi
9d7f056883
Some shape 2024-04-19 12:03:00 +05:30
Neeraj Gupta
816fa330de [server] Implement support for copying object 2024-04-19 11:26:14 +05:30
Neeraj Gupta
7631eb3b12 [mob][photos] Enable fav incoming files 2024-04-19 11:22:47 +05:30