Manav Rathi
94ac21950d
Convert to Electron's native fetch
2024-03-22 15:21:27 +05:30
Manav Rathi
8c40b950c7
Remove old and no longer necessary desktop cutoff version flag
...
It's been more than an 1.5 years since this was needed, everyone should've
updated by now.
2024-03-22 15:17:59 +05:30
Manav Rathi
8391e7edfc
Start migrating from promise-fs
2024-03-22 15:13:37 +05:30
Manav Rathi
d98c3686c5
Inline
2024-03-22 11:33:24 +05:30
Manav Rathi
025ef4e1d9
Shorten
2024-03-22 11:26:04 +05:30
Manav Rathi
18deac3a41
Document
2024-03-22 11:21:05 +05:30
Manav Rathi
b1f45c8602
Move export functions to preload
2024-03-22 09:49:11 +05:30
Manav Rathi
388904a46a
[web] New translations ( #1173 )
...
New translations from
[Crowdin](https://crowdin.com/project/ente-photos-web )
2024-03-22 09:30:36 +05:30
Crowdin Bot
c9e008895c
New Crowdin translations by GitHub Action
2024-03-22 01:36:33 +00:00
Manav Rathi
4c33030f28
[photos-desktop] Document a bit as I find my way around disabling nodeIntegration ( #1170 )
...
* Also includes an unrelated change to update the support email.
* See corresponding commit messages for more details about why specific
bits of code were removed.
2024-03-21 12:19:24 +05:30
Manav Rathi
1157919496
Update the support email
2024-03-21 12:14:23 +05:30
Manav Rathi
3c4619e5e4
Add a notice
2024-03-21 12:13:39 +05:30
Manav Rathi
e58ef51d12
[docs] Update sharing-logs.md ( #1169 )
...
Removing unnecessary formatting
2024-03-21 12:03:50 +05:30
Jishnuraj9
e4b0cca777
[docs] Update sharing-logs.md
...
Removing unecessary formatting
2024-03-21 12:01:39 +05:30
Vishnu Mohandas
11e30cf79a
Update quick-link.md
2024-03-21 11:53:27 +05:30
Vishnu Mohandas
21526722df
Update and rename public-links.md to public-link.md
2024-03-21 11:43:43 +05:30
Manav Rathi
4ea43e619b
More docs
2024-03-21 10:54:32 +05:30
Manav Rathi
cd1d22cdfb
Shorten
2024-03-21 10:45:48 +05:30
Manav Rathi
cc623e5010
Remove unnecessary steps
...
I'm not sure how it is happening, but both ffmpeg-static and onnx get to their
correct path without this configuration. the paths it gets to is also slightly
different, so it seems that this snippet does not have any effect (at best):
ente.app/Contents/Resources/app.asar.unpacked/node_modules
2024-03-21 10:43:33 +05:30
Manav Rathi
bb865a7b15
Add documentation about ffmpeg
...
https://alexandercleasby.dev/blog/use-ffmpeg-electron
2024-03-21 10:16:21 +05:30
Manav Rathi
1361ca0c8e
[docs] import FAQs and other docs from website ( #1167 )
...
- Documentation only change.
- Verified visually, and that `yarn build` runs.
2024-03-20 22:16:47 +05:30
Manav Rathi
a4b8571642
Fixes and tweaks
2024-03-20 21:54:55 +05:30
Manav Rathi
2a5d9cd47f
yarn pretty
2024-03-20 21:26:50 +05:30
Manav Rathi
93e187d9e7
Import the remaining FAQs
2024-03-20 21:24:49 +05:30
Manav Rathi
1acbe806ae
Import feature pages from website
2024-03-20 20:30:59 +05:30
Manav Rathi
b1ab27e42c
Rearrange
2024-03-20 19:55:17 +05:30
Manav Rathi
5710dec46b
Fix index
2024-03-20 19:51:24 +05:30
Manav Rathi
3a2c7ce5f9
Import migration guides from website
...
Needed tweaking to handle Gatsby => Vitepress
2024-03-20 17:31:04 +05:30
Manav Rathi
46d7803da0
[meta] Fix the docs deployment workflow ( #1161 )
...
Fix what I accidentally broke in
https://github.com/ente-io/ente/pull/1149
2024-03-20 16:49:33 +05:30
Manav Rathi
19c2f07a19
[meta] Fix the docs deployment workflow
...
Fix what I accidentally broke in https://github.com/ente-io/ente/pull/1149
2024-03-20 16:46:18 +05:30
github-actions[bot]
43ebd7147d
[auth] New translations ( #1141 )
2024-03-20 16:19:39 +05:30
Manav Rathi
812e02d4d7
Update sharing-logs.md ( #1160 )
...
Documentation change
2024-03-20 15:54:03 +05:30
Vishnu Mohandas
8101fe1495
Patch few Stripe related issues ( #1156 )
2024-03-20 14:07:26 +05:30
vishnukvmd
ec258e8b2a
Extract the payments redirect URL into an environment variable
2024-03-20 14:06:53 +05:30
vishnukvmd
b769c428eb
Hide the dialog on page load
2024-03-20 14:05:23 +05:30
vishnukvmd
61d5f3189b
Update cancellation status on receiving webhook from Stripe
2024-03-20 14:05:09 +05:30
Manav Rathi
7b1b6bf88f
Document a better, more explicit, reference
2024-03-20 13:47:38 +05:30
Manav Rathi
4c651da244
Document my current understanding
2024-03-20 13:17:41 +05:30
Manav Rathi
467acf2b8e
Remove old migration path
...
This migration path was in the last release v1.6.63, and it has now been out
there for a couple of months so apart from some outliers the migration should've
already happened. Even for the outliers, this will increase their cache size but
won't have a functional impact.
Cleaning this code now to reduce the amount that needs to be changed to support
a contextBridge aware cache.
2024-03-20 12:29:58 +05:30
Manav Rathi
7cc795ead3
[infra] Mention that logging to stdout is a good default for services ( #1155 )
...
Documentation only change.
2024-03-20 11:29:23 +05:30
Manav Rathi
e25089a55c
[infra] Mention that logging to stdout is a good default for services
2024-03-20 11:28:40 +05:30
Jishnuraj9
964fc8c992
Update sharing-logs.md
2024-03-20 11:15:19 +05:30
Manav Rathi
0eedd5e57f
Add deprecation notice to ElectronFile
2024-03-20 10:52:31 +05:30
Manav Rathi
0634727ef3
Remove unused file
...
From my understanding, this was accidentally leftover from 3c8af97f69
2024-03-20 10:34:17 +05:30
Manav Rathi
8b0ce5d521
Add documentation links
2024-03-20 10:32:29 +05:30
Manav Rathi
b77ac2a2d8
[workers] Fallback to plain text Discord message as a 429 workaround ( #1154 )
...
**Tested by**
Deployed, and redelivered a few recent messages to see that they're
falling back to the fallback.
2024-03-20 09:58:06 +05:30
Manav Rathi
35ba5b6685
[workers] Fallback to plain text Discord message as a 429 workaround
2024-03-20 09:56:14 +05:30
Manav Rathi
2bf03cbcaf
[photos-desktop] Enable contextIsolation - Part 1 ( #1153 )
...
The desktop app in its current state does not function. More PRs will
come, but I wanted to keep this branch in sync with main instead of
continually rebasing it. Now that the photos app has been deployed, it
is a good idea to merge these changes.
Have paid extra attention to ensure that the diff for the web changes is
correct and does not introduce bugs.
2024-03-19 19:25:17 +05:30
Manav Rathi
8f2bb9c861
Add note about custom errors
2024-03-19 19:18:05 +05:30
Manav Rathi
83477cfe37
Forward clearElectronStore
2024-03-19 19:18:05 +05:30