Commit Graph

1184 Commits

Author SHA1 Message Date
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
Abhishek Shroff dbeb2c5be4 [server] Allow fetching incremental bookmarks 2025-05-28 00:23:53 +05:30
Abhishek Shroff c2cc2dd66a [server] Don't allow specifying web app src 2025-05-28 00:01:58 +05:30
Abhishek Shroff cb7ebcbf7a [server] Allow disabling WebDAV 2025-05-27 23:45:38 +05:30
Abhishek Shroff 0efeb08a37 [server] Only serve static files if path doesn't match api, publinks, or webdav 2025-05-27 23:19:28 +05:30
Abhishek Shroff e20e3625fc [client] Rename User.displayName => User.name 2025-05-27 23:03:52 +05:30
Abhishek Shroff e1f92e42a2 [server] Rename user.display_name to name 2025-05-27 22:50:07 +05:30
Abhishek Shroff 573fba6d1a [server] Update readme 2025-05-27 22:49:46 +05:30
Abhishek Shroff 5cda3e76a0 [server] Restructure commands 2025-05-27 22:38:24 +05:30
Abhishek Shroff 5aae871595 [server] Change permissions of storage folder to 0700 2025-05-27 19:00:58 +05:30
Abhishek Shroff 979e42303c [server] Use config.defaults.yml to load default config 2025-05-27 18:56:22 +05:30
Abhishek Shroff 1a76e76242 [client] Update local user id from invite response 2025-05-27 01:46:52 +05:30
Abhishek Shroff cd5934c71c [client] Fix provider not found 2025-05-27 01:45:27 +05:30
Abhishek Shroff 180b69e52e [client] Fix resource share dependency 2025-05-27 01:40:01 +05:30
Abhishek Shroff 7fdc1e3295 [client] Refactor permissions view 2025-05-27 01:33:29 +05:30
Abhishek Shroff 150d8455ea [client] CreateUserChange 2025-05-27 01:20:39 +05:30
Abhishek Shroff ae2b482d2c [client] validate invite email addresses 2025-05-27 01:03:45 +05:30
Abhishek Shroff 4dd406d2a2 [client] Allow pause/resume sync 2025-05-27 01:01:24 +05:30
Abhishek Shroff a9fa6a7de7 [client] Allow retrying single actions 2025-05-27 00:49:37 +05:30
Abhishek Shroff c3140ddb0d [client] Keep UserRepository up to date 2025-05-26 23:17:46 +05:30
Abhishek Shroff d75ccc0223 [client] Tweak user list query and sort 2025-05-26 23:12:21 +05:30
Abhishek Shroff cfd3a352b6 [client] Sort user list alphabetically 2025-05-26 23:04:58 +05:30
Abhishek Shroff 078065a103 [server] Invite users action 2025-05-26 23:00:53 +05:30
Abhishek Shroff 16d9c29f77 [server] Fix user creation 2025-05-26 22:43:07 +05:30
Abhishek Shroff 4cb2a152c8 [server] Change parameter binds 2025-05-26 22:42:46 +05:30
Abhishek Shroff 1632e43c52 [server] /users/invite end-point 2025-05-26 22:05:59 +05:30
Abhishek Shroff bb33725b77 [server] Extract common user creation functions 2025-05-26 19:20:12 +05:30
Abhishek Shroff 30e4f7cd0c [server] Only recompute permissions for created resource, not parent 2025-05-26 19:17:37 +05:30
Abhishek Shroff bfaff95b03 [client] Invite user UI 2025-05-26 12:05:38 +05:30
Abhishek Shroff 1678b55431 [client] Change instance url hint 2025-05-26 11:46:46 +05:30
Abhishek Shroff 9dd30db3be [server] Change default instance url 2025-05-26 11:45:58 +05:30
Abhishek Shroff 134d32a39f [server] Allow not sending email for invite and password reset 2025-05-26 10:03:38 +05:30
Abhishek Shroff 4e91d350ee [meta] Fix compose and env 2025-05-26 03:03:06 +05:30
Abhishek Shroff 6a61f15641 [client] Properly handle cut/paste 2025-05-26 02:47:20 +05:30
Abhishek Shroff 9f313c097e [server] Fix copy response 2025-05-26 02:46:50 +05:30
Abhishek Shroff 0a2db3220c [server] Update user details end-point 2025-05-26 02:12:16 +05:30
Abhishek Shroff 34045be627 [server] Tweak email contents 2025-05-26 01:52:00 +05:30