Prateek Sunal
cdbb9ab3c3
[fix] include libffi too as it's not included by default ( #1387 )
...
## Description
## Tests
2024-04-09 16:24:25 +05:30
Prateek Sunal
f3356147f5
chore: bump version
2024-04-09 16:23:26 +05:30
Ashil
628d13ea53
[mobile][photos] Use sqlite async for fetching all files for search ( #1391 )
...
## Description
Using [sqlite_async](https://pub.dev/packages/sqlite_async ) has
increased query speed by about 5x and has removed GC logs like:
`Background concurrent copying GC freed 424845(20MB) AllocSpace objects,
183(4932KB) LOS objects, 37% free, 39MB/63MB, paused 144us,44us total
128.048ms`, which has improved performance of the app.
Tried using [sqlite3](https://pub.dev/packages/sqlite3 ), which reduced
query speed by 10x and removed the GC log, but introduced some jank
since it blocks the UI.
Converting the fetched rows to `EnteFile` now runs on an isolate to
avoid blocking the UI.
## Tests
Did manual testing to see difference in jank.
2024-04-09 15:17:48 +05:30
Manav Rathi
4f76cfb912
[web] New translations ( #1380 )
...
New translations from
[Crowdin](https://crowdin.com/project/ente-photos-web )
2024-04-09 13:23:39 +05:30
Manav Rathi
9dc4a17593
[web] The great electron renaming ( #1390 )
...
- Expose on the globalThis
- Rename the deprecated loggers too
2024-04-09 13:23:06 +05:30
Manav Rathi
b0fbd68d27
Fix errors
2024-04-09 13:13:37 +05:30
Vishnu Mohandas
4d09412f0a
v0.8.77 ( #1389 )
...
## Description
## Tests
2024-04-09 13:00:56 +05:30
vishnukvmd
99b248f7fa
v0.8.77
2024-04-09 13:00:39 +05:30
Neeraj Gupta
b62fc60eb5
[mob] Fix active plan highlight ( #1388 )
...
## Description
## Tests
Verified that free plan is highlighted for new sign ups
![image](https://github.com/ente-io/ente/assets/254676/8cf4a30d-57bc-47cc-ac54-acffbddf180c )
2024-04-09 12:59:25 +05:30
Manav Rathi
9127c48787
Remove duplicate files
2024-04-09 12:45:37 +05:30
Manav Rathi
5edca461f7
Final touches
2024-04-09 12:39:37 +05:30
Manav Rathi
4aa3d68e36
Wrap the assertion
2024-04-09 12:36:25 +05:30
Neeraj Gupta
8cb3bf255c
[mob] Fix active plan highlight
2024-04-09 12:31:55 +05:30
Manav Rathi
c729516faf
Final stretch
2024-04-09 12:21:32 +05:30
Manav Rathi
56ce5c0b0e
More transition
2024-04-09 12:17:33 +05:30
Manav Rathi
d441418b5b
Remove deprecated loggers
2024-04-09 12:06:46 +05:30
Manav Rathi
0d0e20f7c4
More manual tweaks
2024-04-09 11:58:44 +05:30
Prateek Sunal
7e5f01da18
fix: include libffi too as it's not included by default
2024-04-09 11:52:02 +05:30
Manav Rathi
1dc8f4617e
log.error regex replacement
...
- logError\(e, (".+")\);
- log.error($1, e);
+ a whole bunch of manual tweakings
2024-04-09 11:32:34 +05:30
Neeraj Gupta
b8968d2904
[Server] Fix unique ott constraint for multiple apps ( #1386 )
...
## Description
## Tests
✅ Wrong attempt tracking is working fine
✅ Same ott can be issued for different app types
✅ For same app type, unique ott is issued
2024-04-09 11:25:29 +05:30
Neeraj Gupta
46188313ad
Minor refactor
2024-04-09 11:20:45 +05:30
Neeraj Gupta
73eacfb30d
[server] Use correct app while updating ott table
2024-04-09 11:14:44 +05:30
Neeraj Gupta
6bf22fa864
[server] Fix unique constraint for ott for multiple apps
2024-04-09 11:07:59 +05:30
Manav Rathi
2b7aa372bd
Switch
2024-04-09 10:33:54 +05:30
Manav Rathi
3c9f11ee60
Tweak log format
2024-04-09 10:03:30 +05:30
Manav Rathi
72dea7eca6
Start using it
2024-04-09 09:53:28 +05:30
Neeraj Gupta
7c82b57ca0
[mob] Allow manual upload of videos when global video upload is disabled ( #1384 )
...
## Description
See commit message.
PS: Did not write code to clean up the list as I don't expect the list
to grow significantly.
## Tests
* Disabled Global Video Upload
**Before the change**
- Clicking on upload icon on video was not resulting in the upload of
the underlying video.
**After the change**
- Upload upload went through successfully
2024-04-09 09:42:21 +05:30
Vishnu Mohandas
9e36032019
[auth] v2.0.54 ( #1385 )
2024-04-09 09:41:35 +05:30
vishnukvmd
9555c86b5f
[auth] v2.0.54
2024-04-09 09:40:29 +05:30
Manav Rathi
54a973c457
Expose on the globalThis
...
Note that the filename of the .d.ts has to be different from any existing file!
https://stackoverflow.com/questions/59728371/typescript-d-ts-file-not-recognized
2024-04-09 09:37:43 +05:30
Prateek Sunal
d06fede2b5
[FIX] updatedb command ( #1383 )
...
## Description
UpdateDb command has localpaths instead of database-root, this fixes
that.
2024-04-09 09:33:21 +05:30
Neeraj Gupta
7cec46ef3d
[mob] Allow manual upload of videos when global video upload is disabled
2024-04-09 09:32:37 +05:30
Prateek Sunal
11c80a6fa9
fix: updatedb command
2024-04-09 09:30:50 +05:30
Neeraj Gupta
c6a0af7cbc
[mob]Hide file overflow item if no action is available
2024-04-09 09:16:11 +05:30
Vishnu Mohandas
542cd31655
[auth] v2.0.53 ( #1381 )
2024-04-09 08:32:36 +05:30
vishnukvmd
cdce7d5922
[auth] v2.0.53
2024-04-09 08:32:12 +05:30
Crowdin Bot
7dee92f44e
New Crowdin translations by GitHub Action
2024-04-09 01:37:23 +00:00
Prateek Sunal
a45bf52a4d
[FIX] Appimage build ( #1377 )
...
## Description
Fix build and unable to locate libtiff.so.5
2024-04-09 06:30:17 +05:30
Prateek Sunal
cc5558db5e
fix: reload database of locate
2024-04-08 23:05:11 +05:30
Prateek Sunal
a2dfffd778
fix: app image build
2024-04-08 23:05:11 +05:30
Manav Rathi
f37c46935c
[web] [desktop] Consolidate logging ( #1376 )
2024-04-08 21:10:48 +05:30
Manav Rathi
59bda25be2
Fix log entry format
2024-04-08 21:00:05 +05:30
Manav Rathi
f92a4c2a6e
Fix errors
2024-04-08 20:57:13 +05:30
Manav Rathi
92a3650696
Dedup comlink
2024-04-08 20:53:27 +05:30
Manav Rathi
a1c9ceae6b
Add temporary gateways
2024-04-08 20:47:47 +05:30
Manav Rathi
3e3712efb3
Transition
2024-04-08 20:43:42 +05:30
Manav Rathi
5339b1aa89
Merge
2024-04-08 20:39:53 +05:30
Manav Rathi
0be549c91b
Transition
2024-04-08 20:21:49 +05:30
Manav Rathi
826cacd6bf
Reroute
2024-04-08 20:00:24 +05:30
Manav Rathi
90a770c619
WIP
2024-04-08 18:09:08 +05:30