Neeraj Gupta
f67516f696
[server] Remove duplicate code
2024-08-27 10:56:56 +05:30
Neeraj Gupta
65497862ea
[server] Remove unused endpoint
2024-08-27 10:48:56 +05:30
Manav Rathi
acfbcf1cf4
[desktop] Fix action ( #2967 )
...
Fix for https://github.com/ente-io/ente/pull/2965
2024-08-27 10:03:27 +05:30
Manav Rathi
c1327fd8aa
[desktop] Fix action
...
Fix for https://github.com/ente-io/ente/pull/2965
2024-08-27 10:02:45 +05:30
Manav Rathi
323f027a9d
[desktop] Create ffmpeg universal binaries for macOS ( #2965 )
...
Tested locally, still need to run it as a GitHub action to verify that
it is working as intended.
Refs:
-
https://www.npmjs.com/package/ffmpeg-static#electron--other-cross-platform-packaging-tools
- https://github.com/eugeneware/ffmpeg-static/issues/35
- https://github.com/eugeneware/ffmpeg-static/issues/136
2024-08-27 09:57:35 +05:30
Manav Rathi
248d8e09a9
[desktop] Create ffmpeg universal binaries for macOS
...
Tested locally, still need to run it as a GitHub action to verify that it is
working as intended.
Refs:
- https://www.npmjs.com/package/ffmpeg-static#electron--other-cross-platform-packaging-tools
- https://github.com/eugeneware/ffmpeg-static/issues/35
- https://github.com/eugeneware/ffmpeg-static/issues/136
2024-08-27 09:54:30 +05:30
Manav Rathi
716b1be234
[meta] Run PRs lint checks for pull requests from external forks ( #2959 )
...
Currently, for PRs opened by external contributors, the various lint
checks don't run (sometimes causing code that fails basic lint checks to
be committed to main).
<img width="796" alt="Screenshot 2024-08-26 at 21 56 01"
src="https://github.com/user-attachments/assets/d7607c65-1849-4ec3-ae0e-011161015fce ">
From my current understanding (I find the docs around this confusing -
I'm not sure about this), we need to instead use "pull_request". Refs:
*
https://docs.github.com/en/actions/writing-workflows/choosing-when-your-workflow-runs/events-that-trigger-workflows#pull_request
*
https://securitylab.github.com/resources/github-actions-preventing-pwn-requests/
Note that even then, we will need a manual step to approve running the
lints for first time contributors. Which is fine, at least we'll see the
option, unlike right now where they just can't be run until the code
hits main.
<img width="542" alt="Screenshot 2024-08-26 at 21 56 17"
src="https://github.com/user-attachments/assets/d5281a04-c6f8-4bd6-b368-b4bd99b943ef ">
2024-08-27 08:06:53 +05:30
Neeraj Gupta
8f5f1a22ee
[auth] Fix Aegis import without group
2024-08-27 05:16:05 +05:30
Vishnu Mohandas
f9b740b683
Update docs ( #2961 )
2024-08-26 22:33:28 +05:30
vishnukvmd
2f0cef6ab9
[docs] Add FAQ
2024-08-26 22:32:44 +05:30
Neeraj Gupta
58575a2dc7
[mob] Update version v0.9.30
photos-v0.9.30
2024-08-26 22:25:52 +05:30
Manav Rathi
8813b0cf1c
[meta] Run PRs lint checks for pull requests from external forks
...
Currently, for PRs opened by external contributors, the various lint checks
don't run (sometimes causing code that fails basic lint checks to be committed
to main).
From my current understanding (I find the docs around this confusing), we need
to instead use the "pull_request" target. Refs:
* https://docs.github.com/en/actions/writing-workflows/choosing-when-your-workflow-runs/events-that-trigger-workflows#pull_request
* https://securitylab.github.com/resources/github-actions-preventing-pwn-requests/
Note that even then, we will need a manual step to approve running the lints for
first time contributors. Which is fine, at least we'll see the option, unlike
right now where they just can't be run until the code hits main.
2024-08-26 21:50:04 +05:30
Vishnu Mohandas
ef26c39378
[docs] Remove stale question about magic search ( #2957 )
...
Not sure if this distinction is relevant anymore, but if needed can
retain it too (just saw it when modifying something else).
2024-08-26 21:45:11 +05:30
vishnukvmd
fd4026f27a
[doc] Update information about lost password + recovery key
2024-08-26 21:43:25 +05:30
Vishnu Mohandas
dee504be93
[docs] Update answer ( #2958 )
2024-08-26 21:36:45 +05:30
vishnukvmd
7485c4a02f
[docs] Update answer
2024-08-26 21:36:15 +05:30
Manav Rathi
4c1a2b88a2
[docs] Remove stale question about magic search
...
Not sure if this distinction is relevant anymore.
2024-08-26 21:32:05 +05:30
Manav Rathi
e05b7b4d49
[docs] Move preserving folder structure into its own subsection ( #2956 )
2024-08-26 21:20:13 +05:30
Manav Rathi
ef7dfd5054
Clarify nested
2024-08-26 21:19:15 +05:30
Manav Rathi
f40257e21d
[docs] Move preserving folder structure into its own subsection
2024-08-26 21:16:11 +05:30
Tanguy
15dc823109
[auth] Add & change icons ( #2954 )
...
- Add G2A icon.
- Update Teleport icon.
- Add `mix-blend-mode:difference` to SVGs containing white/black parts
to make them visible in both dark and light themes, while preserving the
brand guideline (GitHub, Ubisoft, Mistral, Filen).
**On Android Studio emulators, this `mix-blend-mode` can appear
glitched, but it works fine (verified on iPhone).**
<!--- Describe your changes in detail -->
## Type of Change
<!--- Put an `x` in all the boxes that apply: -->
- [x] 🖼️ New icon
- [ ] ✨ New feature (non-breaking change which adds functionality)
- [ ] 🛠️ Bug fix (non-breaking change which fixes an issue)
- [ ] ❌ Breaking change (fix or feature that would cause existing
functionality to change)
- [x] 🧹 Code refactor
- [ ] ✅ Build configuration change
- [ ] 📝 Documentation
- [ ] 🗑️ Chore
2024-08-26 20:31:34 +05:30
Laurens Priem
5c64d53e5a
[mob][photos] Log format of decoding error ( #2951 )
...
## Description
Title
2024-08-26 16:54:18 +02:00
laurenspriem
0121643558
[mob][photos] Log format of decoding error
2024-08-26 16:53:01 +02:00
Manav Rathi
e3e7105393
[web] Fix lint issues in recent external PRs ( #2950 )
2024-08-26 20:21:58 +05:30
Manav Rathi
fc4429925b
Fix lint issues
2024-08-26 20:14:00 +05:30
Manav Rathi
57cc101fcf
[desktop] Fix video upload when metadata extraction fails ( #2949 )
...
e.g. on Intel macOS. Regression introduced in 1.7.3, specifically
862495c29e2092c778a724df33397f6e313688fc.
2024-08-26 20:12:47 +05:30
Laurens Priem
210706e978
Solve onnx build issue Android ( #2948 )
...
## Description
Solve build issue on Android
2024-08-26 16:38:50 +02:00
Manav Rathi
c0e6449962
[desktop] Fix video upload when metadata extraction fails
...
e.g. on Intel macOS. Regression introduced in 1.7.3, specifically 862495c29e2092c778a724df33397f6e313688fc.
2024-08-26 20:01:20 +05:30
laurenspriem
e98e8833e6
[mob][photos] Clip logs
2024-08-26 16:15:49 +02:00
laurenspriem
1f05ae268f
[mob][photos] updated onnxruntime without android binary
2024-08-26 16:04:32 +02:00
Neeraj Gupta
924bee53e8
[server] Upload fileData in async manner
2024-08-26 17:19:54 +05:30
Neeraj Gupta
b258c3a6b7
[server] Remove slow req logging
2024-08-26 17:19:54 +05:30
Neeraj Gupta
3dd9be921a
[mob] Bump version v0.9.29
2024-08-26 17:00:55 +05:30
Neeraj Gupta
a10972319b
[mob] Potential fix for notification order
2024-08-26 17:00:55 +05:30
Neeraj Gupta
0af37e8cbe
[mob] Generated strings
2024-08-26 17:00:55 +05:30
Manav Rathi
ea6591e072
[web] New translations ( #2941 )
...
New translations from
[Crowdin](https://crowdin.com/project/ente-photos-web )
2024-08-26 15:51:52 +05:30
Crowdin Bot
87567ad8ee
New Crowdin translations by GitHub Action
2024-08-26 10:19:59 +00:00
Vishnu Mohandas
4a6942f604
Remove extra space before comma ( #2940 )
2024-08-26 15:49:13 +05:30
vishnukvmd
b18f7fbfad
Remove extra space before comma
2024-08-26 15:40:54 +05:30
Vishnu Mohandas
42c77fd506
ente -> Ente ( #2938 )
...
Fixes #2936 .
2024-08-26 15:24:40 +05:30
Ashil
217831cf36
[mob][photos] Fix SafeArea UI issues on file viewer ( #2935 )
2024-08-26 15:24:33 +05:30
vishnukvmd
aa696e8457
ente -> Ente
2024-08-26 15:23:15 +05:30
Vishnu Mohandas
33170f240d
[server] Fixed typo ( #2937 )
...
## Description
## Tests
2024-08-26 15:21:59 +05:30
Neeraj Gupta
dec57863bd
[server] Fixed typo
2024-08-26 15:17:08 +05:30
ashilkn
572bca145a
[mob][photos] Remove unnecessary safearea from top of video player controls
2024-08-26 15:10:29 +05:30
ashilkn
9c503437b6
[mob][photos] Fix UI regression
2024-08-26 15:07:35 +05:30
Z13B
9de3bdcd03
[auth] Added Bethesda Softworks icon
2024-08-26 15:05:25 +05:30
ashilkn
661f93a1bc
[mob][photos] Fix safeArea issues on file viewer
2024-08-26 14:47:23 +05:30
Vishnu Mohandas
934f83fe04
[doc] Update image in doc ( #2933 )
...
## Description
## Tests
2024-08-26 14:29:43 +05:30
vishnukvmd
f6dcda8835
[doc] Update image in doc
2024-08-26 14:29:16 +05:30