Neeraj Gupta
785cac2c70
[mob] Define modal for remote prompt
2024-09-17 15:03:30 +05:30
Neeraj Gupta
258c47eba4
[mob] Clean up
2024-09-17 14:41:08 +05:30
Neeraj Gupta
466ec23248
[mob] Add debug option to update cache
2024-09-17 14:31:21 +05:30
Neeraj Gupta
3c7b8fd0e8
[mob] Used computer to read prompt
2024-09-17 14:31:10 +05:30
Vishnu Mohandas
6a1021c353
[auth] Change ordering for menu items ( #3309 )
2024-09-17 13:11:16 +05:30
vishnukvmd
6e07aacc3f
[auth] Change ordering for menu items
2024-09-17 13:10:49 +05:30
Neeraj Gupta
454f498a7c
[auth] Reduce code sharing duration + minor fixes ( #3308 )
...
## Description
## Tests
2024-09-17 11:55:08 +05:30
Neeraj Gupta
9169b344fb
Lint fix
2024-09-17 11:45:31 +05:30
Neeraj Gupta
13e6c982a6
[auth] Bump version
2024-09-17 11:41:59 +05:30
Neeraj Gupta
3d096311f4
[auth] Reduce code sharing duration
2024-09-17 11:41:05 +05:30
Neeraj Gupta
a97dddf8e5
[auth] Clean up trash actions
2024-09-17 11:39:25 +05:30
Neeraj Gupta
23574a2e3a
[auth] Remove view qr code option
2024-09-17 11:35:08 +05:30
Neeraj Gupta
ce5354e19d
[mob][auth] Upgrade flutter v3.24.3 ( #3307 )
...
## Description
## Tests
2024-09-17 11:16:46 +05:30
Neeraj Gupta
d11aeee29c
[mob] Fix sort order for backup status ( #3306 )
...
## Description
## Tests
2024-09-17 11:12:41 +05:30
Neeraj Gupta
776881d75f
[auth[submodule] Upgrade flutter v3.24.3
2024-09-17 11:12:08 +05:30
Neeraj Gupta
b9eef77d3a
[mob][auth] Upgrade flutter v3.24.3
2024-09-17 11:11:33 +05:30
Neeraj Gupta
93ab5f4a84
[mob] Fix sort order for backup status
2024-09-17 11:09:06 +05:30
Neeraj Gupta
50e8757c8f
[mob] Remove tf so files ( #3304 )
...
## Description
## Tests
2024-09-17 11:08:25 +05:30
Neeraj Gupta
a5f543151b
[mob] Remove tf so files
2024-09-17 10:38:55 +05:30
Neeraj Gupta
2d0ceebb43
[mobile] New translations ( #3305 )
...
New translations from
[Crowdin](https://crowdin.com/project/ente-photos-app )
2024-09-17 10:38:27 +05:30
Crowdin Bot
17991bb6fc
New Crowdin translations by GitHub Action
2024-09-17 05:05:46 +00:00
Manav Rathi
64090ad9ee
[server] Document the optionality of SMTP auth ( #3303 )
...
https://github.com/ente-io/ente/pull/3251
2024-09-17 10:30:24 +05:30
Manav Rathi
9e26397c1b
[server] Document the optionality of SMTP auth
...
https://github.com/ente-io/ente/pull/3251
2024-09-17 10:29:46 +05:30
Manav Rathi
aed48026c3
[web] New translations ( #3283 )
...
New translations from
[Crowdin](https://crowdin.com/project/ente-photos-web )
2024-09-17 09:51:55 +05:30
Neeraj Gupta
7911c14e40
[server] Return 4xx for bad request ( #3302 )
...
## Description
## Tests
2024-09-17 09:50:38 +05:30
Neeraj Gupta
c315bc9da1
[auth] Update coach screen ( #3300 )
...
## Description

## Tests
2024-09-17 09:48:40 +05:30
Neeraj Gupta
6fe4c0147a
[auth] v3.1.6
2024-09-17 09:48:21 +05:30
Neeraj Gupta
5e7c5e0d6f
log
2024-09-17 09:47:59 +05:30
Neeraj Gupta
802ba2bc5b
[server] Gracefully handle duplicate update req ( #3301 )
...
## Description
## Tests
2024-09-17 09:14:19 +05:30
Neeraj Gupta
fb4f5c2095
[auth] Update coach screen
2024-09-17 09:05:15 +05:30
github-actions[bot]
9ce8470af5
[auth] New translations ( #3285 )
...
New translations from
[Crowdin](https://crowdin.com/project/ente-authenticator-app )
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2024-09-17 08:56:05 +05:30
github-actions[bot]
e0fe62e717
[mobile] New translations ( #3284 )
...
New translations from
[Crowdin](https://crowdin.com/project/ente-photos-app )
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2024-09-17 08:55:45 +05:30
Trekky12
8056720e23
Add possibility to define cli download tmp path with env variable ( #3298 )
...
## Description
When the /tmp folder is tmpfs the size is restricted and the download
failes when this tmp folder is full.
This PR introduces a enviroment variable to set the tmp download folder.
2024-09-17 08:55:11 +05:30
Trekky12
e6d4e835db
Fix exporting of live photos with cli ( #3297 )
...
Fix issue #1998
2024-09-17 08:54:39 +05:30
Prateek Sunal
f4995cba56
[auth] replace slidable with bottom sheet ( #3275 )
...
## Description
Show options in bottom sheet in a horizontal manner to better utilize
space and remove slidable.
## Tests
2024-09-16 14:57:24 +05:30
Prateek Sunal
73a323d927
Merge branch 'main' into auth-ux-improvements
2024-09-16 14:57:03 +05:30
Manav Rathi
8ed58127e1
[server] Optional SMTP authentication ( #3251 )
...
## Description
When using a local relay server, not authentication is needed. To
support this use-case authentication is only send to the server when an
user and password are set in the configuration file.
See error message from https://github.com/ente-io/ente/discussions/3179
2024-09-16 11:53:58 +05:30
Neeraj Gupta
9c975eae69
[auth]: use correct value for compact mode in code widget ( #3276 )
2024-09-16 06:43:11 +05:30
Crowdin Bot
139e47867d
New Crowdin translations by GitHub Action
2024-09-16 00:33:56 +00:00
Prateek Sunal
6008243c86
fix: remove extra enum
2024-09-16 05:00:05 +05:30
Prateek Sunal
04afcbe678
chore: remove extras
2024-09-16 04:59:22 +05:30
Prateek Sunal
6c603cb012
feat(bottom-sheet): use ente photos like bottom bar
2024-09-16 04:55:36 +05:30
Prateek Sunal
6d1ab3f1ca
fix: don't show bg painter if not pinned
2024-09-15 21:37:23 +05:30
Prateek Sunal
660b5160f2
fix: don't use incorrect value for isCompactMode
2024-09-15 21:35:53 +05:30
Prateek Sunal
964075a32c
fix: show bottom sheet on long press and remove slidable
2024-09-15 21:12:03 +05:30
Tobias Genannt
d25420c867
[server] Optional SMTP authentication
...
When using a local relay server, not authentication is needed. To
support this use-case authentication is only send to the server when an
user and password are set in the configuration file.
2024-09-15 15:15:10 +02:00
Vishnu Mohandas
a9c646ca77
[auth] Remove nesting for notes ( #3271 )
2024-09-14 20:14:31 +05:30
vishnukvmd
10d6e18332
[auth] Remove nesting for notes
2024-09-14 20:12:14 +05:30
Vishnu Mohandas
0feb5519ba
[auth] Minor improvements to the sharing page ( #3270 )
...
## Description
- [x] Update logo
- [x] Added some margin at the bottom so the CTA is visible on mobile
## Tests
- [x] Tested locally
2024-09-14 20:04:08 +05:30
vishnukvmd
30a2752f9d
Add bottom margin so the CTA is visible on mobile browsers
2024-09-14 19:53:53 +05:30