Commit graph

71 commits

Author SHA1 Message Date
Prateek Sunal
893421de6e fix: divider theme in material 3 2024-03-25 12:45:44 +05:30
Prateek Sunal
549e1a2753 fix: delete unused files 2024-03-25 12:45:30 +05:30
Prateek Sunal
b185a37435 fix: onboarding page spacing 2024-03-25 12:38:51 +05:30
Prateek Sunal
47370bdeaf fix: focus of password entry box 2024-03-23 22:37:25 +05:30
Prateek Sunal
af22c48a99 fix: remove unwanted debug print 2024-03-23 20:01:56 +05:30
Prateek Sunal
19c2e50ef2 feat: add system tray for desktop 2024-03-23 19:18:30 +05:30
Prateek Sunal
1f091e33df feat: add listener to windows resize 2024-03-23 18:44:21 +05:30
Prateek Sunal
9e6e91fe7e Merge remote-tracking branch 'origin/main' into beta 2024-03-23 18:26:11 +05:30
Prateek Sunal
35ebf37849 fix: open action pane on right click 2024-03-23 18:25:52 +05:30
github-actions[bot]
43ebd7147d
[auth] New translations (#1141) 2024-03-20 16:19:39 +05:30
Prateek Sunal
dd0678d3d0 fix: handle all types of line breaks 2024-03-20 14:18:42 +05:30
Prateek Sunal
01ec6e04d4 fix: update ente-io/auth to ente-io/ente 2024-03-19 21:37:53 +05:30
Prateek Sunal
4b3a8117b7 fix: constrain language picker screen 2024-03-19 21:37:36 +05:30
Prateek Sunal
42142514a1 fix: clear search text on exit 2024-03-18 18:15:30 +05:30
Prateek Sunal
adf38b9262 chore: lint fixes and ignores 2024-03-18 18:07:01 +05:30
Prateek Sunal
44f0bfd8b5 fix: remove deprecated code 2024-03-18 18:06:51 +05:30
Prateek Sunal
d9b56a95aa fix: export logs action 2024-03-18 18:03:48 +05:30
Prateek Sunal
a292114d68 feat: search ui change 2024-03-18 17:52:48 +05:30
Prateek Sunal
99c43cc3ef fix: don't show rate on desktop 2024-03-18 17:40:54 +05:30
Prateek Sunal
e1b1d57714 fix: endpoint in network.dart 2024-03-15 20:00:48 +05:30
Prateek Sunal
2a84f7810d Merge remote-tracking branch 'origin/main' into beta 2024-03-15 19:58:35 +05:30
Crowdin Bot
2f86fbdd95 New Crowdin translations by GitHub Action 2024-03-15 02:03:25 +00:00
github-actions[bot]
b9a7d09265
[auth] New translations (#1093)
New translations from
[Crowdin](https://crowdin.com/project/ente-authenticator-app)

Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2024-03-14 16:23:51 +05:30
Prateek Sunal
46e2cb6012 chore: lint fix 2024-03-14 15:47:13 +05:30
Prateek Sunal
5634b50528 Merge remote-tracking branch 'origin/main' into beta 2024-03-14 15:35:28 +05:30
Crowdin Bot
5db0da9aaf New Crowdin translations by GitHub Action 2024-03-13 13:55:20 +05:30
Vishnu Mohandas
7814cbcc91
Remove unused code for app-updates (#1072) 2024-03-13 11:45:53 +05:30
vishnukvmd
46522c329c Remove unused code for app-updates 2024-03-13 11:12:06 +05:30
Neeraj Gupta
9f2a66e0ef Fix lint warnings 2024-03-11 22:45:22 +05:30
Neeraj Gupta
944ef2e564 [mob]Generate randomkey using crypto library 2024-03-11 22:34:00 +05:30
Neeraj Gupta
27c1b66c08 [auth][mob] Add recovery support for passkey 2024-03-11 17:54:24 +05:30
Prateek Sunal
b007bec3c2 fix: download button in desktop 2024-03-10 00:13:33 +05:30
Prateek Sunal
09098c6d07 fix: update service logic 2024-03-10 00:07:04 +05:30
vishnukvmd
b0f8e331e6 Remove unnecessary awaits 2024-03-08 20:13:41 +05:30
github-actions[bot]
58958cd705
[auth] New translations (#738)
New translations from
[Crowdin](https://crowdin.com/project/ente-authenticator-app)

Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2024-03-08 10:39:02 +05:30
Prateek Sunal
d33bc6956c Merge branch 'beta' of https://github.com/ente-io/ente into beta 2024-03-07 21:11:08 +05:30
Prateek Sunal
666649d218 fix: recovery key text 2024-03-07 21:10:44 +05:30
Prateek Sunal
868190928d chore: lint fixes 2024-03-07 16:12:16 +05:30
Prateek Sunal
06104f2d3b fix: don't init window manager on mobile 2024-03-07 15:34:49 +05:30
vishnukvmd
3b498f1be6 Fix warnings around missing awaits 2024-03-07 13:46:05 +05:30
Vishnu Mohandas
90bbc54bb5
[Auth] Allow for configuring a custom server (#726)
## Description
Users can now tap on the onboarding screen **7 times** to bring up a
page where they can configure the endpoint the app should be connecting
to.


![self-host](https://github.com/ente-io/ente/assets/1161789/10f61f6d-0fb3-4f5b-889e-806ca7607525)



## Tests
- [x] Verified that production flows are working as expected
- [x] Verified that configuring the endpoint to a local instance lets
you
  - [x] Connect to that instance 
  - [x] Create an account
  - [x] Add a key
  - [x] Modify a key
  - [x] Logout and log back in
2024-03-07 13:24:30 +05:30
vishnukvmd
fe0697fccb Reuse existing widget to render the custom endpoint (if any) 2024-03-07 13:22:13 +05:30
vishnukvmd
b9078eadc0 Show custom endpoint within Settings 2024-03-07 13:19:26 +05:30
vishnukvmd
293246ce92 Show configured endpoint on OnboardingPage 2024-03-07 13:10:24 +05:30
vishnukvmd
7bb65af482 /ping to validate the endpoint 2024-03-07 12:51:18 +05:30
Neeraj Gupta
dd323316f7 Update logs & undo build file changes 2024-03-07 07:02:17 +05:30
Neeraj Gupta
cd328687e2 [passkey] Fix base64 decoding 2024-03-07 06:22:03 +05:30
Prateek Sunal
4e452d6b43 chore: lint fixes 2024-03-06 22:25:09 +05:30
Prateek Sunal
5fe5ac0935 Merge branch 'main' into beta 2024-03-06 22:23:32 +05:30
vishnukvmd
981e3866d3 Extract string 2024-03-06 20:47:52 +05:30