Commit graph

24295 commits

Author SHA1 Message Date
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
Manav Rathi 96bb79b9e9
[web] Allow running the build outside of a git repository (#1073)
This was found useful by @Bramas when building a Dockerfile of the web
app itself. See https://github.com/ente-io/ente/pull/1065.

Now, the GIT_SHA environment variable can just be undefined if we're not
in a git repository, and the code using it deals with that case
explicitly.

**Tested by**

Temporarily inverted the isDevBuild flag, then

1. Ran the build normally and verified that the SHA continued to appear
in the logs.

2. Ran the build after copying to a standalone folder without an
associated git repository and verified that the SHA was skipped without
causing the build to fail.
2024-03-13 11:19:44 +05:30
Manav Rathi d5164693ff
Fix vitepress warning
Change the syntax highlighting of the `env` code block from `env` to `sh`
because currently vite press doesn't support the env language and instead
complains

> The language 'env' is not loaded, falling back to 'txt' for syntax highlighting.
2024-03-13 11:17:53 +05:30
Manav Rathi 26b162c8dc
[web] Allow running the build outside of a git repository
This was found useful by @Bramas when building a Dockerfile of the web app
itself. See https://github.com/ente-io/ente/pull/1065.

Now, the GIT_SHA environment variable can just be undefined if we're not in a
git repository, and the code using it deals with that case explicitly.

**Tested by**

Temporarily inverted the isDevBuild flag, tehn

1. Ran the build normally and verified that the SHA continued to appear in the logs.

2. Ran the build after copying to a standalone folder without an associated git
   repository and verified that the SHA was skipped without causing the build to
   fail.
2024-03-13 11:15:12 +05:30
Neeraj Gupta 297148dc67
[auth][mob] Add recovery support for passkey (#1013)
## Description

## Tests
  Verified that reset flow is working fine on both auth and photos app.
2024-03-13 11:12:30 +05:30
vishnukvmd 46522c329c Remove unused code for app-updates 2024-03-13 11:12:06 +05:30
Manav Rathi 8358eef34e
[docs] Move the self hosting using external S3 buckets guide to independent page (#1070)
See: https://github.com/ente-io/ente/pull/1066
2024-03-13 10:44:12 +05:30
Manav Rathi 4326409046
[docs] Move the self hosting using external S3 buckets guide to independent page
See: https://github.com/ente-io/ente/pull/1066
2024-03-13 10:32:35 +05:30
Manav Rathi 687d575bf4
add guide for self-hosting server + webapp with external S3 storage (#1066)
## Description

I wrote a small guide to run the server and the web app using docker
compose (locally or on a server), with an external S3 storage (which I
assume will be a common use-case).

It requires #1065 , or at least this line change:
https://github.com/ente-io/ente/pull/1065/files#diff-5a9426639947f5afb92612a4583a5b7d496f9cb6a791db9c29f28ff298282aebR16
2024-03-13 09:55:24 +05:30
Neeraj Gupta 0678e3129a [cli] generated docs 2024-03-13 02:03:44 +05:30
Neeraj Gupta b164b0df21 [cli] By default, update sub to high storage & expiry 2024-03-13 02:03:44 +05:30
Neeraj Gupta 0d38346722 [cli] Add admin API to bump up storage for free users 2024-03-13 02:03:44 +05:30
Neeraj Gupta 51d3238a52 [cli] Log query params in debug mode 2024-03-13 02:03:44 +05:30
Neeraj Gupta ddd89aa1d1 [cli] Log query params in debug mode 2024-03-13 02:03:44 +05:30
Neeraj Gupta f21a627a71 Add cli generated docs inside docs/generated 2024-03-13 02:03:44 +05:30