Commit Graph

904 Commits (9bef2c120c3a429f4dfffdc831dde624444b2672)

Author SHA1 Message Date
Daniel García 8e6c6a1dc4
Merge pull request #1689 from jjlin/hide-email
4 years ago
Daniel García 7a9cfc45da
Merge pull request #1688 from jjlin/config-sends-allowed
4 years ago
Daniel García 9e24b9065c
Merge pull request #1682 from dongcarl/2021-05-admin-granular-http-codes
4 years ago
Daniel García 1c2b376ca2
Merge pull request #1663 from dongcarl/2021-05-invite_user-return
4 years ago
Jeremy Lin 029008bad5 Add support for the `Send Options` policy
4 years ago
Jeremy Lin d3449bfa00 Add support for hiding the sender's email address in Bitwarden Sends
4 years ago
Jeremy Lin a9a5706764 Add support for password reprompt
4 years ago
Jeremy Lin 3ff8014add Add `sends_allowed` config setting
4 years ago
Carl Dong e60bdc7efe admin: Make invite_user error codes more specific
4 years ago
Carl Dong cccd8262fa admin: Add /users/<uuid> route
4 years ago
Carl Dong 68e5d95d25 admin: Specifically return 404 for user not found
4 years ago
Carl Dong 5f458b288a admin: Return newly-created user in invite_user
4 years ago
BlackDex 7cb19ef767 Updated branding, email and crates
4 years ago
Daniel García b8010be26b
Extract some FromDb trait impls outside the macros so they aren't repeated, and fix some clippy lints
4 years ago
Olivier Martin 39167d333a Merge commit '0d631329873196935ba29db985c5e32def391251' into 2fa_enforcement
4 years ago
Daniel García 7b5d5d1302
Rename references to the discourse forum
4 years ago
Olivier Martin f707f86c8e Merge commit '1e5306b8203a7ebe24047910e6c690c18c6d827a' into 2fa_enforcement
4 years ago
Daniel García 1e5306b820
Remove warning when compiling only with mysql and add compatibility mode with the old docker script names
4 years ago
Daniel García 2b4dd6f137
Fix branch name
4 years ago
Olivier Martin cc021a4784 project name and links in new email templates
4 years ago
Olivier Martin e3c4609c2a Merge commit '3da44a8d30e76f48b84f5b888e0b33427037037c' into 2fa_enforcement
4 years ago
Daniel García 3da44a8d30
Fix formatting
4 years ago
Daniel García 34ea10475d
Project renaming
4 years ago
Olivier Martin 89a68741d6 ran cargo fmt --all
4 years ago
Olivier Martin 2421d49d9a Merge branch 'master' of github.com:dani-garcia/bitwarden_rs into 2fa_enforcement
4 years ago
Daniel García 305de2e2cd
Format the changes from merge to master
4 years ago
Daniel García 95d906bdbb
Merge branch 'master' into fmt
4 years ago
Daniel García 4bb0d7bc05
Merge pull request #1587 from RealOrangeOne/request-proxy
4 years ago
Olivier Martin 1db37bf3d0 make error toast display detailed message
4 years ago
Olivier Martin d75a80bd2d Resolves dani-garcia/bitwarden_rs#981
4 years ago
Jeremy Lin 244bad3a24 Warn that the SQLite backup feature doesn't produce a complete backup
4 years ago
Jake Howard 994669fb69
Merge remote-tracking branch 'origin/master' into fmt
4 years ago
Jake Howard 3ab90259f2
Modify rustfmt file
4 years ago
Jake Howard 155109dea1
Extract client creation to a single place
4 years ago
Daniel García b268c3dd1c
Update web vault and add unnoficialserver response
4 years ago
Daniel García 4e64dbdde4
Merge pull request #1579 from jjlin/job-scheduler
4 years ago
Daniel García a2955daffe
Merge pull request #1576 from jjlin/global-domains
4 years ago
Daniel García d3921b973b
Merge pull request #1583 from BlackDex/icon-updates
4 years ago
Jeremy Lin 90e0b7fec6 Offset scheduled jobs by 5 minutes
4 years ago
Jeremy Lin d77333576b Add support for auto-deleting trashed items
4 years ago
Jeremy Lin 73ff8d79f7 Add a generic job scheduler
4 years ago
BlackDex 95fc88ae5b Some admin interface updates.
4 years ago
BlackDex 1d0eaac260 Updated icon fetching.
4 years ago
Jeremy Lin 3565bfc939 Sync global_domains.json to bitwarden/server@261916d (Stack Exchange)
4 years ago
Jake Howard 93c881a7a9
Reflow some lines manually
4 years ago
Jake Howard 0af3956abd
Run `cargo fmt` on codebase
4 years ago
BlackDex 9caf4bf383 Misc changes.
4 years ago
BlackDex 3a3390963c Icon and SMTP Debug fixes.
4 years ago
Daniel García fd27759a95
Merge pull request #1546 from RealOrangeOne/clippy-run
4 years ago
Daniel García 01d8056c73
Merge pull request #1545 from RealOrangeOne/icon-client-cache
4 years ago
Jake Howard 81fa33ebb5
Remove unnecessary reference
4 years ago
Jake Howard e8aa3bc066
Merge branch 'master' into clippy-run
4 years ago
Jake Howard 0bf0125e82
Reverse negation on ordering
4 years ago
Jake Howard 6209e778e5
Icons should always be cached using full TTL
4 years ago
BlackDex 57e17d0648 Updated diagnostics page
4 years ago
Jake Howard 3e5971b9db
Remove unnecessary result return types
4 years ago
Jake Howard 47c2625d38
Prevent `clippy` complaining at method
4 years ago
Jake Howard 49af9cf4f5
Correctly camelCase acronyms
4 years ago
Jake Howard 6b1daeba05
Implement `From` over `Into`
4 years ago
Jake Howard 9f1240d8d9
Only construct JSON object if it's useful
4 years ago
Jake Howard a8138be69b
Use `if let` more
4 years ago
Jake Howard ea57dc3bc9
Use `matches` macro
4 years ago
Jake Howard 131348a49f
Add immutable caching for vault assets
4 years ago
Jake Howard b22564cb00
Cache icons on the client
4 years ago
Daniel García 8ea01a67f6
Merge pull request #1529 from mprasil/more-generic-send-error-messages
4 years ago
Miro Prasil aa5cc642e1 Use constant for the "inaccessible" error message
4 years ago
Jeremy Lin f842a80cdb Sync global_domains.json to bitwarden/server@455e4b2 (ProtonMail/ProtonVPN)
4 years ago
Miro Prasil 4b6a574ee0 Return generic message when Send not available
4 years ago
Daniel García f9ebb780f9
Update dependencies
4 years ago
Daniel García 1fc6c30652
Send deletion thread and updated users revision
4 years ago
Daniel García 46a1a013cd
Update user revision date with sends
4 years ago
Daniel García 551810c486
Fix updating file send
4 years ago
Daniel García b987ba506d
Merge pull request #1493 from jjlin/send
4 years ago
Daniel García 84810f2bb2
Remove unnecessary fields from send access
4 years ago
Jeremy Lin 424d666a50 Add support for the Disable Send policy
4 years ago
Daniel García d93c344176
Merge branch 'master' into cors
4 years ago
Daniel García b9c3213b90
Merge pull request #1487 from jjlin/send
4 years ago
Daniel García 95e24ffc51
rename send key -> akey
4 years ago
Jeremy Lin 00d56d7295 Send access check fixes
4 years ago
Daniel García 8da5b99482
Send API
4 years ago
Daniel García 2969e87b52
Add separate host-only fromrequest handler
4 years ago
Daniel García ce62e898c3
Remove debug impl from database structs
4 years ago
Jeremy Lin 7d0e234b34 CORS fixes
4 years ago
Daniel García dad1b1bee9
Updated dependencies
4 years ago
Jeremy Lin a75d050001 Fix custom org name in invitation confirmation email
4 years ago
Daniel García 75cfd10f11
Merge pull request #1444 from jjlin/remove-md5
4 years ago
Jeremy Lin 513056f711 Check for data folder on startup
4 years ago
Jeremy Lin 39106d440a Remove `md5.js` dependency
4 years ago
Jeremy Lin e37ff60617 Change `twofactorauth.org` to `2fa.directory`
4 years ago
Paolo Barbolini d956d42903 Remove unnecessary allocations
4 years ago
Daniel García c836f88ff2
Remove soup and use a newer html5ever directly
4 years ago
Daniel García 8b660ae090
Swap structopt for a simpler alternative
4 years ago
Daniel García 9323c57f49
Remove debug print
4 years ago
Daniel García 85e3c73525
Basic experimental ldap import support with the official directory connector
4 years ago
BlackDex e794b397d3 Fixed small buggy in validation
4 years ago
Mathijs van Veluw 4cd5b06b7f
Merge branch 'master' into admin-interface
4 years ago
Mathijs van Veluw 9e5fd2d576
Merge branch 'master' into admin-interface
4 years ago
Mathijs van Veluw ecb46f591c
Merge branch 'master' into misc-updates
4 years ago
Daniel García d62d53aa8e
Merge pull request #1341 from BlackDex/dep-update
4 years ago
Jeremy Lin 83d556ff0c Sync global_domains.json to bitwarden/server@cf84453 (Disney, Sony)
4 years ago