Commit Graph

1220 Commits

Author SHA1 Message Date
Abhishek Shroff a2feff7070 [server][cli] Add version releases/v0.3 2025-06-01 14:47:36 +05:30
Abhishek Shroff eba6de5020 [client] Fix shared resources response processing 2025-06-01 14:43:13 +05:30
Abhishek Shroff 96cf657560 [client] Tweak dialogs 2025-06-01 14:42:48 +05:30
Abhishek Shroff 73d3f8485e [client] Remove listener in Search controller dispose 2025-06-01 14:36:24 +05:30
Abhishek Shroff 62582b5e83 [client] Perform local permission check 2025-06-01 14:34:04 +05:30
Abhishek Shroff f52fcb818d [server] Don't print argon2 params 2025-06-01 14:33:52 +05:30
Abhishek Shroff 9ce6bd769c [server][cli] Improve user permission grant/revoke 2025-06-01 00:37:24 +05:30
Abhishek Shroff 50b97ffc87 [client] Fix invite 2025-06-01 00:36:45 +05:30
Abhishek Shroff 7b6ebce0d6 [server] Revert "Do not use separate error recovery"
This reverts commit 385db4c7c5.
2025-05-30 22:41:19 +05:30
Abhishek Shroff 4229e47eaf [client] Fix account state page 2025-05-30 22:41:05 +05:30
Abhishek Shroff 87e180eaa6 [client] Update offtheline 2025-05-30 22:40:33 +05:30
Abhishek Shroff 6467abd55a Update README 2025-05-30 19:19:29 +05:30
Abhishek Shroff 4cac27fca3 Add flutter precache to Dockerfile 2025-05-30 19:19:09 +05:30
Abhishek Shroff d8c6e1c329 [client] Upgrade offtheline, fix web issue 2025-05-30 18:44:31 +05:30
Abhishek Shroff cded24364e [server] Allow specifying image tag from env 2025-05-30 18:11:51 +05:30
Abhishek Shroff 9d4697ccb3 Add defaults to compose.yml, and clean up example.env 2025-05-30 17:38:34 +05:30
Abhishek Shroff 2a05b15616 [server] Include releases page link in the email 2025-05-30 03:37:06 +05:30
Abhishek Shroff e2a62b7579 [client] Rename LoggedInUser => AccountUser 2025-05-30 03:29:39 +05:30
Abhishek Shroff 3475e4a77c [client] Vastly improve init error handling 2025-05-30 03:24:14 +05:30
Abhishek Shroff 2680ed68c1 [client] Fix 'cancel' from invite user dialog 2025-05-30 03:14:31 +05:30
Abhishek Shroff f144cfe437 [client] Close dialogs on nav list button press 2025-05-30 03:14:07 +05:30
Abhishek Shroff bd7c779ee1 [client] Fix login 2025-05-29 14:20:31 +05:30
Abhishek Shroff 85f0b70075 [client] Show init errors on web 2025-05-29 13:25:49 +05:30
Abhishek Shroff 385db4c7c5 [server] Do not use separate error recovery 2025-05-29 12:52:18 +05:30
Abhishek Shroff c8cac17a86 [server] Show solution if email fails in user invite 2025-05-29 12:40:50 +05:30
Abhishek Shroff 0e6778e9f9 [client] Upgrade offtheline, show init errors 2025-05-29 11:47:09 +05:30
Abhishek Shroff 2a0f837e15 [client] Use PhylumDialogScaffold for AccoutState not ready 2025-05-29 10:04:30 +05:30
Abhishek Shroff 5356d98842 [client] Make the logged in user listenable 2025-05-29 09:51:55 +05:30
Abhishek Shroff ebc8adc9b6 [client] Invite user button 2025-05-29 01:56:38 +05:30
Abhishek Shroff d3cb0ddb05 [client] InviteUserDialog 2025-05-29 01:54:00 +05:30
Abhishek Shroff edcc09f30b [client] Remove unused file 2025-05-29 01:52:20 +05:30
Abhishek Shroff 8f3268fd4f [server] Permissions grant and revoke 2025-05-29 01:41:21 +05:30
Abhishek Shroff 5a4ea3be8d [client] Check for permissions before showing invite option 2025-05-29 01:40:53 +05:30
Abhishek Shroff add48167f2 [client] Fix progress dialog messages 2025-05-29 01:08:46 +05:30
Abhishek Shroff 2e60321270 [server] check invite permission, insert default permissions 2025-05-29 01:08:19 +05:30
Abhishek Shroff dff6ec14d8 [client] Use base dir specified in config 2025-05-29 00:30:24 +05:30
Abhishek Shroff 486bc4516e [client] Password strength validation 2025-05-29 00:24:53 +05:30
Abhishek Shroff fd32960ab4 [client] Allow configuring password hashing 2025-05-29 00:11:58 +05:30
Abhishek Shroff a2d3008856 [client] Switch --user flag to --user-email 2025-05-28 23:25:38 +05:30
Abhishek Shroff 25792bb66a [client] Automatically log-in after password reset 2025-05-28 19:00:05 +05:30
Abhishek Shroff 64376c6d37 [server] Send login response with password reset 2025-05-28 18:39:20 +05:30
Abhishek Shroff d798c418cb [client] Move password reset logic into fragment 2025-05-28 14:45:14 +05:30
Abhishek Shroff 09ed36baa7 [meta] update README 2025-05-28 14:38:20 +05:30
Abhishek Shroff 1efabfa22b [client] use bootstrap request instead of bookmarks and users 2025-05-28 10:30:51 +05:30
Abhishek Shroff a649b07cee [client] Only serialize LoggedInUser in the account 2025-05-28 02:13:35 +05:30
Abhishek Shroff 94c2cdf962 [client] process bootstrap response during login 2025-05-28 01:55:43 +05:30
Abhishek Shroff bf1b1986c9 [server] Add clear to Bootstrap response 2025-05-28 01:55:21 +05:30
Abhishek Shroff 69cf9d1382 [server] Extract common api functionality, bootstrap response with login 2025-05-28 01:06:38 +05:30
Abhishek Shroff 8470282a7c [server] Bootstrap request with user info, all users, and bookmarks 2025-05-28 00:36:46 +05:30
Abhishek Shroff 1658f7d2f2 [server] Better ListUser 2025-05-28 00:30:27 +05:30