Commit graph

26359 commits

Author SHA1 Message Date
Manav Rathi
afa8303d91
Split phases 2024-05-04 06:59:06 +05:30
Manav Rathi
a86a818924
pp 2024-05-04 06:34:52 +05:30
Manav Rathi
5388112b48
Pair 2 2024-05-03 21:57:30 +05:30
Manav Rathi
90a87a8e4f
Pair 1 2024-05-03 21:42:33 +05:30
Manav Rathi
021ff4611c
Remove indirection 2024-05-03 19:25:52 +05:30
Manav Rathi
b7842765e8
Document 2024-05-03 19:24:04 +05:30
Manav Rathi
30464772e2
Inline 2024-05-03 19:19:18 +05:30
Manav Rathi
1d8be29bd6
Add missing dependency array 2024-05-03 19:07:25 +05:30
Manav Rathi
c750329fb1
Fix type only import
Ref:
https://github.com/DefinitelyTyped/DefinitelyTyped/issues/28190#issuecomment-444339277
2024-05-03 19:02:04 +05:30
Manav Rathi
a0c5dd84c7
Add typings 2024-05-03 19:00:16 +05:30
Manav Rathi
08f23efeca
Use in cast 2024-05-03 18:47:44 +05:30
Manav Rathi
34c664ac33
Move to @/media 2024-05-03 18:37:57 +05:30
Vishnu Mohandas
5527836eab
[mob][photos] Bump up to v0.8.90 (#1601) 2024-05-03 15:43:09 +05:30
Vishnu Mohandas
5f3b253607
Changelog (#1599) 2024-05-03 15:42:59 +05:30
Vishnu Mohandas
27ef12b222
[mob][photos] Request for ACCESS_MEDIA_LOCATION permission if not granted (#1600)
## Description


a5d05decf2/mobile/lib/utils/photo_manager_util.dart (L8)

^passing true here should let the app have `ACCESS_MEDIA_LOCATION`
permission. But looks like that isn't working for a small set of users.
So, asking for permission explicitly.
2024-05-03 15:42:47 +05:30
ashilkn
21faf76611 [mob][photos] Bump up to v0.8.90 2024-05-03 15:34:19 +05:30
vishnukvmd
ff45d11384 Changelog 2024-05-03 15:12:53 +05:30
Vishnu Mohandas
a5d05decf2
[web] New translations (#1598)
New translations from
[Crowdin](https://crowdin.com/project/ente-photos-web)
2024-05-03 15:09:56 +05:30
ashilkn
377a8b1128 [mob][photos] Request for ACCESS_MEDIA_LOCATION permission if not granted 2024-05-03 15:08:04 +05:30
Crowdin Bot
c31ce04c6e New Crowdin translations by GitHub Action 2024-05-03 09:31:18 +00:00
Vishnu Mohandas
7a5b425c82
Update copies for Cast (#1597) 2024-05-03 15:00:33 +05:30
vishnukvmd
8dc6e1ab6a Fix lint error 2024-05-03 14:59:42 +05:30
vishnukvmd
03e9aef848 Update copies for Cast 2024-05-03 14:54:31 +05:30
Manav Rathi
a127d43d54
[desktop] Prepare for release (#1596)
- **Run the electron builder in the correct path**
- **Provide repository**
- **Move to new notarization mechanism**
- **Use an Electron Builder version that supports notarytool**
2024-05-03 14:46:18 +05:30
Manav Rathi
2b9ee7824d
lint 2024-05-03 14:44:24 +05:30
Neeraj Gupta
dc1d2c5b7b
[FIX] Handle Steam host (#1539)
## Description

It is same as Totp with 5 digits.
Related: https://github.com/ente-io/ente/discussions/1038
2024-05-03 14:39:40 +05:30
Manav Rathi
ea812561c6
Run everywhere 2024-05-03 14:38:56 +05:30
Prateek Sunal
7ced2f5139
Merge branch 'main' into auth-stream-otpauth 2024-05-03 14:26:30 +05:30
Neeraj Gupta
8831560151 Minor fix 2024-05-03 14:21:59 +05:30
Neeraj Gupta
679922bdfe Refactor 2024-05-03 14:19:12 +05:30
Neeraj Gupta
536de8a3fa Minor refactor 2024-05-03 14:17:23 +05:30
Neeraj Gupta
da45ea3173 [auth] Improve _getDigits 2024-05-03 14:09:36 +05:30
Prateek Sunal
8bf9a2544c chore: bump version 2024-05-03 13:57:09 +05:30
Prateek Sunal
b374dc0dd0 fix: add digits to setup page and create stream type 2024-05-03 13:56:59 +05:30
Neeraj Gupta
26e17d8464
[server][cast] Generate alphaNumberic codes for cast (#1595)
## Description

## Tests
2024-05-03 13:51:27 +05:30
Manav Rathi
3fafc5fd99
Use an Electron Builder version that supports notarytool
We need the following patch (from the release notes of v25.0.0-alpha.6)
https://github.com/electron-userland/electron-builder/releases

> feat: Make notarization with Apple ID more usable by
> https://github.com/electron-userland/electron-builder/pull/8159
2024-05-03 13:17:58 +05:30
Manav Rathi
b24d80a267
Move to new notarization mechanism
Refs:
- https://www.electron.build/configuration/mac.html#NotarizeLegacyOptions
- https://github.com/electron-userland/electron-builder/blob/master/packages/app-builder-lib/src/macPackager.ts
- https://github.com/samuelmeuli/action-electron-builder/issues/101
2024-05-03 13:02:19 +05:30
Neeraj Gupta
48bfe5b2fe
[web][cast] Use deviceCode generated by sever (#1594)
## Description

## Tests
2024-05-03 12:38:46 +05:30
Neeraj Gupta
a62edad446 [server][cast] Fix err handling 2024-05-03 12:36:02 +05:30
Neeraj Gupta
627eab472c [server][cast] Only log ip mismatch instances 2024-05-03 12:32:16 +05:30
Neeraj Gupta
ad5cfdc6db [server][cast] convert deviceCode input to upperCase 2024-05-03 12:31:26 +05:30
Neeraj Gupta
99b13d18b0 [server][cast] Generate alphaNumeric deviceCode 2024-05-03 12:29:32 +05:30
Neeraj Gupta
8a85932512 refactor 2024-05-03 12:27:48 +05:30
Neeraj Gupta
b9b928797c [web][cast] Use server to generate deviceCode 2024-05-03 12:24:52 +05:30
Neeraj Gupta
48f24d48b5 [server] Move generateAlphaNumString to util 2024-05-03 12:11:35 +05:30
Manav Rathi
0f3555468d
Provide repository
Fixes:

    Cannot detect repository by .git/config. Please specify "repository" in the package.json (https://docs.npmjs.com/files/package.json#repository).
    Please see https://electron.build/configuration/publish  failedTask=build stackTrace=Error: Cannot detect repository by .git/config. Please specify "repository" in the package.json (https://docs.npmjs.com/files/package.json#repository).
2024-05-03 12:09:03 +05:30
Prateek Sunal
b52133fe57 fix: revert totp changes 2024-05-03 12:00:29 +05:30
Manav Rathi
c04a30a37c
[web] New translations (#1586)
New translations from
[Crowdin](https://crowdin.com/project/ente-photos-web)
2024-05-03 11:31:06 +05:30
Manav Rathi
0165c72064
[desktop] Run the electron builder in the correct path (#1593)
Also add a convenience script to the [photos-desktop
repo](https://github.com/ente-io/photos-desktop/blob/main/.github/trigger-release.sh):

```sh
#!/bin/sh

set -o errexit

version="$1"
if test -z "$version"
then
    echo "usage: `basename $0` <version-including-v>"
    exit 1
fi

set -o xtrace

cp ../ente/desktop/CHANGELOG.md CHANGELOG.md
cp ../ente/desktop/.github/workflows/desktop-release.yml .github/workflows/
git add CHANGELOG.md .github/workflows/desktop-release.yml
git commit -m "$version"
git push origin main

git tag "$version"
git push origin "$version"
```
2024-05-03 11:30:17 +05:30
Manav Rathi
e9feec37d5
Run the electron builder in the correct path 2024-05-03 11:28:06 +05:30