39788 Commits

Author SHA1 Message Date
Manav Rathi
a4bc596b66
Inline 2025-03-19 18:25:41 +05:30
Manav Rathi
675121f243
outline 2025-03-19 17:31:46 +05:30
Manav Rathi
20b873d266
[web] Make the endpoints configurable without rebuilding the image (#5367)
Sibling of https://github.com/ente-io/ente/pull/5364.

**Tested by**
```sh
docker build -t web-test .

# Uses provided values
docker run -it --rm -p 3000:3000 -p 3090:3002 -e ENTE_API_ORIGIN=http://localhost:8090 -e ENTE_ALBUMS_ORIGIN=http://localhost:3090 web-test

# Uses defaults
docker run -it --rm -p 3000:3000 -p 3002:3002 web-test 
```
2025-03-19 17:09:52 +05:30
Manav Rathi
a80c724d0f
Placeholder 2025-03-19 16:50:55 +05:30
Manav Rathi
dfda91b99b
Runtime configurable env vars 2025-03-19 16:04:36 +05:30
Manav Rathi
a28932c319
[web] Don't block page load on malformed feature flags (#5365) 2025-03-19 13:22:21 +05:30
Manav Rathi
c120cfc74b
[web] Don't block page load on malformed feature flags 2025-03-19 13:19:10 +05:30
Neeraj
40f3ed7aad
[mob] Fix formatBytes for TB unit (#5352)
## Description

## Tests
2025-03-19 10:45:50 +05:30
Manav Rathi
9c54e3f002
[web] Add web dockerfile (#5364)
References: Various community docker image examples, in particular 

* https://help.ente.io/self-hosting/faq/sharing#dockerfile-example by @
Dylanger on community discord
* https://github.com/DanteMS/ente-web by @DanteMS
* The OG community guide at
https://help.ente.io/self-hosting/guides/external-s3 by @Bramas

Thank you.

In a subsequent PR I'll also add cron jobs to publish this, add docs
etc.

## Tested by

```
docker build -t web-test .
docker run -it --rm -p 3000:3000 -p 3002:3002 -p 3003:3003 web-test 
```
2025-03-19 10:17:40 +05:30
Manav Rathi
0b9242c527
Add web dockerfile 2025-03-19 09:47:23 +05:30
Manav Rathi
64d4c69159
[web] Video streaming WIP - Part 1/x (#5359) 2025-03-18 20:52:22 +05:30
Manav Rathi
f3ac886616
Not realistically happening soon, so avoid a leftover fork 2025-03-18 20:46:04 +05:30
Manav Rathi
4fef527ac2
LF 2025-03-18 20:46:00 +05:30
Manav Rathi
e9344c2ddc
example 2025-03-18 20:38:18 +05:30
Vishnu Mohandas
23039eba18
[mob] Update notification icon (#5358)
## Tests
<img width="338" alt="Screenshot 2025-03-18 at 7 56 20 PM"
src="https://github.com/user-attachments/assets/4e8c56ce-95d3-4bc3-a561-b11da4d21111"
/>
2025-03-18 20:35:52 +05:30
Laurens Priem
46c7eb140e
[mob][photos] Various memories fixes (#5357)
## Description

## Tests
2025-03-18 20:35:31 +05:30
Manav Rathi
280d29ffda
throw on exceptional cases 2025-03-18 20:17:48 +05:30
Manav Rathi
e0843485d5
pl 2025-03-18 20:10:41 +05:30
Manav Rathi
8b427bccad
dec 2025-03-18 19:56:54 +05:30
vishnukvmd
e291255838 Update notification icon 2025-03-18 19:55:39 +05:30
Manav Rathi
08594222e0
link 2025-03-18 19:40:33 +05:30
laurenspriem
26f7f85e75 Clear cache debug option 2025-03-18 19:29:16 +05:30
Manav Rathi
4ece954c3a
Move 2025-03-18 19:23:23 +05:30
laurenspriem
a741d4126b Fix persons not showing 2025-03-18 19:16:48 +05:30
Manav Rathi
6ef977be9c
Sketch 2025-03-18 19:14:16 +05:30
laurenspriem
04ad4a24c8 random clip memories 2025-03-18 18:50:38 +05:30
laurenspriem
86675c66bc Update clip copies 2025-03-18 18:48:03 +05:30
laurenspriem
b7ef4a4adb cleanup 2025-03-18 18:31:59 +05:30
Manav Rathi
78c35e2571
Sketch 2025-03-18 18:26:05 +05:30
laurenspriem
f9d42393a9 memories translations 2025-03-18 18:25:29 +05:30
laurenspriem
fb15ff540a Create titles on main thread 2025-03-18 17:39:38 +05:30
Manav Rathi
8f4f66987c
[web] Enum cleanup (towards enabling isolatedDeclarations) (#5355)
Part 2 of https://github.com/ente-io/ente/pull/5353
2025-03-18 16:45:08 +05:30
Manav Rathi
935456bd16
For now 2025-03-18 16:40:07 +05:30
Manav Rathi
2a55215c62
Start enabling 2025-03-18 16:20:42 +05:30
Manav Rathi
16d2539bbf
conv 2025-03-18 15:55:05 +05:30
Manav Rathi
2a883e48ca
conv 2025-03-18 15:48:51 +05:30
Manav Rathi
96fa0a8472
conv 2025-03-18 15:43:53 +05:30
Manav Rathi
0c00433bec
conv 2025-03-18 15:31:56 +05:30
Ashil
a05cf1168f
[mob][photos] Use new asset for splash screen (#5354) 2025-03-18 15:22:06 +05:30
Manav Rathi
76360d7100
Tweak logging 2025-03-18 15:15:35 +05:30
Manav Rathi
a2475c32e9
[web] Enum cleanup (towards enabling isolatedModules) - Part 1 (#5353) 2025-03-18 15:09:44 +05:30
Manav Rathi
7182ce015d
conv 2025-03-18 14:57:17 +05:30
Manav Rathi
bad4ae47a4
conv 2025-03-18 14:38:39 +05:30
ashilkn
0d05b9134a Use new asset for splash screen 2025-03-18 14:34:26 +05:30
Manav Rathi
2b784d80c3
conv 2025-03-18 14:32:40 +05:30
Manav Rathi
48eec72bf6
conv UploadResult 2025-03-18 14:26:15 +05:30
Manav Rathi
b065e20d65
conv 2025-03-18 13:58:31 +05:30
Manav Rathi
5e0991aa9c
conv 2025-03-18 13:44:09 +05:30
Manav Rathi
05b0e84a2a
conv 2025-03-18 13:29:27 +05:30
laurenspriem
4a478e67e3 update clip queries 2025-03-18 13:18:01 +05:30