Commit graph

24309 commits

Author SHA1 Message Date
Manav Rathi
3b10c7e93f
[meta] Reintroduce .vscode in the mobile gitignores
The intent had always been to have the individual project gitignores be self
contained. In my previous PR (https://github.com/ente-io/ente/pull/516) I'd for
some reason not followed this: correcting my mistake now. .vscode is gitignored
both at the top level and at the individual project levels (as it was
originally).
2024-03-14 09:20:17 +05:30
Manav Rathi
f884aa6d71
[auth] Authy guide rewrite (#1088)
## Description
Authy migration guide rewrite to make things much clearer and easier to
follow.
## Tests
N/A
2024-03-14 09:15:35 +05:30
Manav Rathi
0c670d785b
[docs] Authy migration guide (#1089)
## Description
Adds the Authy migration guide from auth/migration-guides into the new
help website.
## Tests
- [X] Tested on a selfhosted instance to ensure that all new content is
properly visible, see screenshot below
<img width="1440" alt="image"
src="https://github.com/ente-io/ente/assets/41323182/aeb59c9f-0e36-4d94-a5f8-1042081db87b">
2024-03-14 09:13:36 +05:30
green
0b96b1afe6
Use same style as wiki 2024-03-13 19:05:52 +01:00
green
40cea19634
Merge branch 'ente-io:main' into help-guide 2024-03-13 19:02:19 +01:00
Vishnu Mohandas
ba5686a07a
v0.8.71 (#1090) 2024-03-13 21:57:05 +05:30
vishnukvmd
1cacefa1fd v0.8.71 2024-03-13 21:56:48 +05:30
green
20a6b81b05
Update index.md
More formal language to make it more wiki-esque
2024-03-13 16:30:54 +01:00
green
4731f2c43b
Update sidebar.ts 2024-03-13 16:22:25 +01:00
green
190357fe64
Rename docs/docs/auth/migration-guides/authy.md to docs/docs/auth/migration-guides/authy/index.md 2024-03-13 16:17:50 +01:00
green
d65daba103
Update sidebar.ts 2024-03-13 16:16:52 +01:00
green
38c36d203a
Create authy.md 2024-03-13 16:11:33 +01:00
green
a4a1ee93f8
Update authy.md 2024-03-13 15:58:08 +01:00
green
f4acb98044
Update authy.md 2024-03-13 15:53:57 +01:00
green
4ccab22c3f
Update authy.md 2024-03-13 15:46:53 +01:00
green
8d8591cf60
Update authy.md 2024-03-13 15:44:44 +01:00
Vishnu Mohandas
72719d2234
[server] Add admin API to change email address (#1086)
## Tests
- [x] Tested on a local instance to verify that the email is updated as
expected
2024-03-13 17:37:14 +05:30
vishnukvmd
77276d8d6c [server] Add admin API to change email address 2024-03-13 17:31:38 +05:30
Vishnu Mohandas
c6c7b0ab32
Ignore linter on the f-droid branch (#1083) 2024-03-13 14:58:01 +05:30
vishnukvmd
df316463ef Ignore linter on the f-droid branch 2024-03-13 14:57:19 +05:30
Manav Rathi
be9af355ce
[web] Fix the upload tests (#1082)
The current approach wasn't working. Not sure what caused it to stop
working,
but anyway that was an hacky import, as evidenced by the ungainly
warning
webpack would print on `yarn dev`. So instead of taking the path, we
just take
the JSON contents directly, sidestepping all that.

**Tested by**

Rerunning the upload tests
2024-03-13 14:31:20 +05:30
Manav Rathi
2faef37f4b
Fix the upload tests
The current approach wasn't working. Not sure what caused it to stop working,
but anyway that was an hacky import, as evidenced by the ungainly warning
webpack would print on `yarn dev`. So instead of taking the path, we just take
the JSON contents directly, sidestepping all that.

**Tested by**

Rerunning the upload tests
2024-03-13 14:25:07 +05:30
github-actions[bot]
83aa3db795
[mobile] New translations (#740)
New translations from
[Crowdin](https://crowdin.com/project/ente-photos-app)

Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2024-03-13 13:55:47 +05:30
Crowdin Bot
5db0da9aaf New Crowdin translations by GitHub Action 2024-03-13 13:55:20 +05:30
Vishnu Mohandas
3abc7249bd
Cleanup code maintained specifically for F-Droid (#1081) 2024-03-13 13:54:58 +05:30
Ashil
6ef1da68e0
[photos][mobile] Performance improvement (#1080)
## Description

Stack has `clipBehaviour = Clip.hardEdge` by default. This is necessary
if content inside the stack is overflowing it's boundary and it has to
be clipped. Clipping is expensive so it's worth removing it when it
makes sense.

In this case of `GalleryFileWidget`, content doesn't overflow the
Stack's boundary so the clip operation can be removed by setting
`clipBehaviour = Clip.none`.
2024-03-13 13:52:03 +05:30
vishnukvmd
1c1c9bb0d7 Update docs 2024-03-13 13:51:20 +05:30
vishnukvmd
b96e7341e3 Remove thirdparty dependency on transistor-background-fetch 2024-03-13 13:47:33 +05:30
vishnukvmd
163c5de1cc Remove Isar as a submodule 2024-03-13 13:46:59 +05:30
vishnukvmd
124ef86054 Remove flutter as a submodule 2024-03-13 13:45:44 +05:30
Vishnu Mohandas
ccb6a4a283
v0.8.70 (#1079) 2024-03-13 12:43:51 +05:30
vishnukvmd
a3c80556d2 v0.8.70 2024-03-13 12:43:31 +05:30
Vishnu Mohandas
851ce5de73
Fix path to APK (#1078) 2024-03-13 12:23:16 +05:30
vishnukvmd
f8d956d47f Fix path to APK 2024-03-13 12:22:11 +05:30
Neeraj Gupta
7543dc6b57 [docs] Update custom server section for cli 2024-03-13 12:03:56 +05:30
Vishnu Mohandas
f8d8550b10
v0.8.68 (#1076) 2024-03-13 11:47:47 +05:30
vishnukvmd
bc4fa44edd v0.8.68 2024-03-13 11:47:25 +05:30
Vishnu Mohandas
92de88e778
[photos] Update flow for Independent APK (#1074) 2024-03-13 11:46:04 +05:30
Vishnu Mohandas
7814cbcc91
Remove unused code for app-updates (#1072) 2024-03-13 11:45:53 +05:30
Ashil
518b947808
[mobile][photos] Make scrollbar in log file viewer interactive (#1075) 2024-03-13 11:43:31 +05:30
Neeraj Gupta
077ba04664 [cli-release.yml] Pass release version in build flag 2024-03-13 11:43:19 +05:30
Neeraj Gupta
e42422407c [cli] Pick version from the github tag 2024-03-13 11:43:19 +05:30
Neeraj Gupta
2711a227fc [cli] Update gen docs + add docs/selfhost.md 2024-03-13 11:43:19 +05:30
Neeraj Gupta
4325de6fde [mob] Remove .env.example 2024-03-13 11:43:19 +05:30
Neeraj Gupta
c7d7d436c3 [docs] Add guide to connect CLI to self-hosted instance 2024-03-13 11:43:19 +05:30
Neeraj Gupta
f7077c2b11 [docs] Update guide to build mobile app 2024-03-13 11:43:19 +05:30
vishnukvmd
8f525cb88d Update Github Action for Photos 2024-03-13 11:27:24 +05:30
vishnukvmd
be3b4dc7ba Open the link to Github APK instead of downloading it in-app 2024-03-13 11:21:36 +05:30
Ashil
0c1c0ad400
[mobile][photos] Home widget UI tweaks (#1060) 2024-03-13 11:20:50 +05:30
Ashil
773f4cdca2
[mobile][photos] Fix missing hero animation (#1064)
## Description

Sometimes, when opening an image from gallery, the hero animation fails
to happen. This PR fixes this issue.



https://github.com/ente-io/ente/assets/77285023/2ee40ec8-58d0-4ca1-82fb-1be96581137b



## Tests

- [x] Didn't break hero animations of videos, it almost stays the same.
2024-03-13 11:20:20 +05:30