522 Commits (8756c5c255dda79be82db33fbfe696a4aafe2260)

Author SHA1 Message Date
Jeremy Lin 95caaf2a40 Add missing admin endpoints for deleting ciphers 4 years ago
Fabian van Steen b41a0d840c
Correction of verify_email error message 4 years ago
BlackDex c64560016e Add /api/accounts/verify-password endpoint 4 years ago
BlackDex 6a291040bd As requested here: https://bitwardenrs.discourse.group/t/searchable-user-list-on-admin-panel/299 4 years ago
BlackDex 9a47821642 Fixed creating a new organization 4 years ago
Jeremy Lin 4c3b328aca Hide ciphers from non-selected collections for org owners/admins 5 years ago
aaxdev 260ffee093 Improving code 5 years ago
aaxdev c59cfe3371 Fix MsgPack headers and support mobile SignalR 5 years ago
Daniel García 0822c0c128
Update admin page dependencies 5 years ago
Daniel García 0365b7c6a4
Add support for multiple simultaneous database features by using macros. 5 years ago
Jeremy Lin f83a8a36d1 Track favorites on a per-user basis 5 years ago
Daniel García 6a972e4b19
Make the admin URL redirect try to use the referrer first, and use /admin when DOMAIN is not configured and the referrer check doesn't work, to allow users without DOMAIN configured to use the admin page correctly 5 years ago
Daniel García 29c6b145ca
Remove redundant user fetching from login 5 years ago
Jeremy Lin 570d6c8bf9 Add support for restricting org creation to certain users 5 years ago
Daniel García ad48e9ed0f
Fix unlock on desktop clients 5 years ago
Jeremy Lin a846f6c610 Fix soft delete notifications 5 years ago
Daniel García 32cfaab5ee
Updated dependencies and changed rocket request imports 5 years ago
Daniel García 1e950c7dbc
Replace IP support in preparation for compiling on stable, included some tests to check that the code matches the unstable implementation 5 years ago
Daniel García f14e19a3d8
Don't compile the regexes each time 5 years ago
Daniel García 668d5c23dc
Removed try_trait and some formatting, particularly around imports 5 years ago
Jeremy Lin a28ebcb401 Use local time in email notifications for new device logins 5 years ago
Jeremy Lin 979d010dc2 Add support for hiding passwords in a collection 5 years ago
BlackDex 24c914799d Fixes #1022 cloning with attachments 5 years ago
BlackDex ac2723f898 Updated Organizations overview 5 years ago
BlackDex 2fffaec226 Added attachment info per user and some layout fix 5 years ago
BlackDex 5c54dfee3a Fixed an issue when DNS resolving fails. 5 years ago
Jeremy Lin 39d1a09704 Avoid double-slashes in the admin URL 5 years ago
BlackDex b6fde857a7 Added version check to diagnostics 5 years ago
BlackDex 3c66deb5cc Redesign of the admin interface. 5 years ago
Jeremy Lin a314933557 Allow email changes for existing accounts even when signups are disabled 5 years ago
Daniel García 0807783388
Add ip on totp miss 5 years ago
theycallmesteve 5571a5d8ed
Update post_keys to return a keys response model 5 years ago
theycallmesteve 6a8c65493f
Rename collection_user_details to collection_read_only to reflect the response model 5 years ago
theycallmesteve dfdf4473ea
Rename to_json_list to to_json_provder to reflect the response model 5 years ago
theycallmesteve 632f4d5453
Whitespace fixes 5 years ago
Daniel García 9cca64003a
Remove unused dependency and simple feature, update dependencies and fix some clippy lints 5 years ago
Jeremy Lin 819d5e2dc8 Use absolute URIs for admin page redirects 5 years ago
Daniel García e3b00b59a7
Initial support for soft deletes 5 years ago
Jeremy Lin 0a68de6c24 Warn on empty `ADMIN_TOKEN` instead of bailing out 5 years ago
Jeremy Lin e4d08836e2 Make org owner invitations respect the email domain whitelist 5 years ago
Jeremy Lin c2a324e5da Clean up domain whitelist logic 5 years ago
Jeremy Lin 6cd8512bbd Fix Duo auth failure with non-lowercased email addresses 5 years ago
Jeremy Lin 7407b8326a Fix attachment size limit calculation 5 years ago
Jeremy Lin 862d401077 Fix WebSocket notifications 5 years ago
Jeremy Lin c06162b22f Handle `devicePushToken` 5 years ago
Daniel García 7a6a3e4160
Set the cargo version and allow changing it during build time with BWRS_VERSION. 5 years ago
Daniel García 94341f9f3f
Fix token error while accepting invite 5 years ago
BlackDex 37b212427c Updated jsonwebtoken 5 years ago
Daniel García 2ee07ea1d8
Fix empty data when cloning cipher 5 years ago
BlackDex 1b4b40c95d Updated reqwest to the latest version. 5 years ago