Commit graph

24317 commits

Author SHA1 Message Date
Manav Rathi bb0f584e91
[docs][auth] Move the migration guides to the help docs
Keep the old files, adding redirection notices to them.
2024-03-14 10:38:39 +05:30
Manav Rathi 26ad4a0a70
[web] New translations (#1091)
New translations from
[Crowdin](https://crowdin.com/project/ente-photos-web)
2024-03-14 09:59:58 +05:30
Manav Rathi fd04b59985
[meta] Document the tag format, and call out the need to keep tag == title (#1096)
Related:
https://github.com/ente-io/ente/discussions/1087#discussioncomment-8775807
2024-03-14 09:58:54 +05:30
Crowdin Bot 419f562aed New Crowdin translations by GitHub Action 2024-03-14 04:22:53 +00:00
Vishnu Mohandas 3cd7d68192
[meta] Reduce the frequency of the sync translations cron (#1095)
[meta] Reduce the frequency of the sync translations cron
2024-03-14 09:52:00 +05:30
Manav Rathi 7fabb3a03c
[meta] Document the tag format, and call out the need to keep tag == title
Related: https://github.com/ente-io/ente/discussions/1087#discussioncomment-8775807
2024-03-14 09:50:08 +05:30
Manav Rathi 1abf7edb99
[meta] Reduce the frequency of the sync translations cron
Every day is too much noise - we really only need this

- When a string gets changed in the source translation, in which case this
  workflow gets triggered automatically anyway.

- Before we do a new release (this doesn't automatically happen, but the
  workflow can be triggered manually if needed).

For now, reduce the frequency of the daily job to pull new translations from
Crowdin: now it'll only happen on Tuesdays and Fridays (just an arbitrary
choice).
2024-03-14 09:32:30 +05:30
Manav Rathi 925133a297
[meta] Reintroduce .vscode in the mobile gitignores (#1094)
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:22:47 +05:30
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