Commit graph

26816 commits

Author SHA1 Message Date
Manav Rathi
92ded91868
Add a arm64 appimage docs page 2024-05-11 21:54:42 +05:30
Manav Rathi
a4a5ea11cd
[desktop] RC (#1689)
- Whitelist uid
- electron 30.0.3
- Document log paths
2024-05-11 19:25:48 +05:30
Manav Rathi
2a3bf41937
Update instructions 2024-05-11 19:19:56 +05:30
Manav Rathi
c7aa5ccd1f
Document log paths 2024-05-11 18:56:37 +05:30
Manav Rathi
be329bc1c9
electron 30.0.3
https://github.com/electron/electron/releases/tag/v30.0.3

Fixed an issue where fs.createWriteStream could write out of order
https://github.com/electron/electron/pull/42046

Fixed crash after upgrade on Linux
https://github.com/electron/electron/pull/42064
2024-05-11 18:52:07 +05:30
Manav Rathi
131af10cc5
Whitelist 2024-05-11 18:48:54 +05:30
Manav Rathi
bb63e13ba3
[web] Firefox video stream decryption (#1688)
Fix an issue (manifesting on Firefox) where the size of an individual
chunk we got back from a readable stream was a multiple of
`decryptionChunkSize`. Main change in the PR is converting the `if`
condition to a `while` loop, rest is refactoring unrelated to the exact
issue.
2024-05-11 14:34:19 +05:30
Manav Rathi
d553087633
Cleanup 2024-05-11 13:58:44 +05:30
Manav Rathi
e8c2717bf7
Cleanup 2024-05-11 13:50:06 +05:30
Manav Rathi
8f6da1ec35
Cleanup 2024-05-11 13:47:21 +05:30
Manav Rathi
291911bf98
Fix! 2024-05-11 13:40:38 +05:30
Neeraj Gupta
6a186ef420 [server] Add option to updateMetadata without versionChange 2024-05-11 13:31:46 +05:30
Manav Rathi
ce38d2beca
Debug 2024-05-11 13:07:31 +05:30
Manav Rathi
064827162b
Inline 2024-05-11 11:35:11 +05:30
Manav Rathi
38eceb34ba
Inline 2024-05-11 11:27:45 +05:30
Manav Rathi
550ad94257
Inline 2024-05-11 11:24:07 +05:30
Manav Rathi
6f82881ac3
[web] New translations (#1687)
New translations from
[Crowdin](https://crowdin.com/project/ente-photos-web)
2024-05-11 10:15:50 +05:30
Crowdin Bot
0125afe3dc New Crowdin translations by GitHub Action 2024-05-11 04:40:43 +00:00
Manav Rathi
17e3102c80
[web] Add missing localization key (#1686) 2024-05-11 10:10:06 +05:30
Manav Rathi
6ad0fa3900
[web] Add missing localization key 2024-05-11 10:05:55 +05:30
Neeraj Gupta
0443946790
[server] Fix panic in copy file + increase emb fetch timeout (#1685)
## Description

## Tests
2024-05-11 09:51:12 +05:30
Neeraj Gupta
ef5740e728 [server] Increase emb fetchTimeout to 15seconds 2024-05-11 09:47:14 +05:30
Neeraj Gupta
0dcc3c974c [server] Ignore uploadUrl limit while copying files 2024-05-11 09:46:39 +05:30
Manav Rathi
ef7ce642d9
[web] Fix edited file name (#1684) 2024-05-11 09:45:02 +05:30
Manav Rathi
b2cac9cb74
both 2024-05-11 09:26:13 +05:30
Manav Rathi
d2b59565cb
Remove unnecessary dependency 2024-05-11 09:14:40 +05:30
Manav Rathi
fe64e904e1
Rewrite 2024-05-11 09:13:49 +05:30
Manav Rathi
8125ca966e
Save 2024-05-11 08:43:23 +05:30
Manav Rathi
4cb0e51e34
Vids 2024-05-11 08:38:39 +05:30
Manav Rathi
3a2cc86136
Channel 2024-05-11 08:31:17 +05:30
Manav Rathi
98e3a53f92
Attach mime type 2024-05-11 08:27:04 +05:30
Manav Rathi
74901999ad
[meta] Rename workflow to match other workflows (#1683) 2024-05-10 23:05:16 +05:30
Manav Rathi
2871fe7162
[meta] Rename workflow to match other workflows 2024-05-10 23:03:57 +05:30
Manav Rathi
c4418f453d
[docs] Remove WIP banner from cast docs (#1682) 2024-05-10 22:56:28 +05:30
Manav Rathi
95534432f8
Remove banner 2024-05-10 22:54:48 +05:30
Manav Rathi
986611ff2a
yarn pretty 2024-05-10 22:51:56 +05:30
Manav Rathi
d36226e82c
[web] tsc when linting (#1681) 2024-05-10 22:50:50 +05:30
Manav Rathi
4c1f1b5b9e
Fix job name 2024-05-10 22:48:46 +05:30
Manav Rathi
c9d490ce20
M 2024-05-10 22:44:55 +05:30
Manav Rathi
6283cccac3
tsc when linting 2024-05-10 22:31:52 +05:30
Manav Rathi
9e3a8429f8
[web] Work around yet another Next.js dark pattern (#1680) 2024-05-10 22:25:45 +05:30
Manav Rathi
902074022a
ff
This reverts commit 6568cb19a9.
2024-05-10 22:22:39 +05:30
Manav Rathi
6568cb19a9
f 2024-05-10 22:14:09 +05:30
Manav Rathi
12eea7820d
[web] Make next shut up
It is not the telemetry which is the problem, it is the fact that they spam
everywhere in the logs when building that telemetry is on. And they've not
intentionally given a way to disable this cleanly.

https://github.com/vercel/next.js/discussions/31400
2024-05-10 22:05:26 +05:30
Manav Rathi
6a4b86d1f0
[web] Migrate off deprecated cf action (#1679) 2024-05-10 21:17:52 +05:30
Manav Rathi
811e56fe99
Move to different file 2024-05-10 21:17:18 +05:30
Manav Rathi
3341be45f8
[web] Migrate off deprecated Cloudflare action
Refs:
- https://developers.cloudflare.com/pages/get-started/direct-upload/
- https://developers.cloudflare.com/workers/wrangler/commands/#deploy-1
- https://github.com/cloudflare/pages-action/issues/117
- https://github.com/cloudflare/wrangler-action
2024-05-10 21:16:08 +05:30
Manav Rathi
aedb65594f
[meta] Attempt to silence Cloudflare warning (#1678) 2024-05-10 20:57:40 +05:30
Manav Rathi
7238a34e4c
[meta] Attempt to silence Cloudflare warning 2024-05-10 20:57:03 +05:30
Manav Rathi
db86bec93c
[web] Switch to (almost) continuous deployments (#1677) 2024-05-10 20:15:10 +05:30