aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* changelog and version bump1.4.3Jesse Luehrs2022-02-103-3/+3
|
* restore bin files to the crateJesse Luehrs2022-02-102-1/+8
|
* changelog and version bump1.4.2Jesse Luehrs2022-02-103-3/+3
|
* move device_id to a separate data fileJesse Luehrs2022-02-105-21/+58
|
* update to support camel case api namesJesse Luehrs2022-02-102-64/+70
| | | | | official bitwarden server just updated to this, but vaultwarden still uses pascal case
* bump depsJesse Luehrs2022-02-092-138/+149
|
* remove a bunch of stuff from packagingJesse Luehrs2021-12-211-0/+1
|
* bump versionsJesse Luehrs2021-12-152-145/+130
|
* clippyJesse Luehrs2021-12-1518-229/+278
|
* Merge pull request #73 from ivankovnatsky/masterJesse Luehrs2021-11-011-1/+6
|\ | | | | Break long line in rbw-fzf script
| * Break long line in rbw-fzf scriptIvan Kovnatsky2021-10-311-1/+6
|/
* update arch linux installation instructionsJesse Luehrs2021-10-291-5/+5
|
* changelog and version bump1.4.1Jesse Luehrs2021-10-293-2/+20
|
* support command line arguments in EDITOR/VISUALJesse Luehrs2021-10-292-26/+50
|
* clippyJesse Luehrs2021-10-291-1/+1
|
* Merge branch 'pull-64'Jesse Luehrs2021-10-281-0/+3
|\
| * Update README.mdnicolas-graves2021-08-011-0/+3
| | | | | | Linked to my failed PR, these lines would have helped ;)
* | Merge pull request #41 from xPMo/masterJesse Luehrs2021-10-281-0/+34
|\ \ | | | | | | Add git-credential-helper
| * | Add git-credential-helpergammafn2021-10-161-0/+34
| |/
* | fix some edge cases in the fzf scriptJesse Luehrs2021-10-281-1/+1
| |
* | Merge pull request #70 from Dophin2009/nvim-no-swapJesse Luehrs2021-10-281-1/+1
|\ \ | | | | | | Disable swap and shada for EDITOR nvim
| * | disable swap and shada for EDITOR nvimEric Zhao2021-09-241-1/+1
| |/
* | changelog and version bump1.4.0Jesse Luehrs2021-10-273-2/+9
| |
* | don't grab the keyboard when entering the api keyJesse Luehrs2021-10-272-3/+12
| | | | | | | | | | unlike the vault password, it's pretty unlikely that someone will be entering the api key by hand, so make copy/paste more reasonable
* | fix pinentry displayJesse Luehrs2021-10-271-2/+2
| |
* | add documentation for rbw registerJesse Luehrs2021-10-272-1/+17
| |
* | add a useful error message if registration is requiredJesse Luehrs2021-10-272-0/+6
| |
* | add a separate "register" command to log in with api keysJesse Luehrs2021-10-279-325/+250
| |
* | use a persistent device idJesse Luehrs2021-10-273-4/+19
| |
* | start working on apikey authenticationJesse Luehrs2021-10-2710-108/+384
| | | | | | | | | | | | | | | | | | | | not entirely working yet, because api keys aren't allowed to use the offline_access scope which provides access to the oauth refresh token. we will probably need to move to using stable device identifiers (should be able to generate one when the config is first created) and move this logic to a separate "rbw register" command which just does an apikey login but doesn't try to store any data, and then use the normal login flow after that
* | remove unused valueJesse Luehrs2021-10-272-18/+3
| |
* | add the auth-email header when authenticatingJesse Luehrs2021-10-271-0/+4
| | | | | | | | | | required by new version of the official bitwarden server, see https://github.com/bitwarden/jslib/pull/394
* | clippyJesse Luehrs2021-10-278-102/+97
| |
* | update depsJesse Luehrs2021-10-274-223/+248
|/
* better error message when editor is set incorrectlyJesse Luehrs2021-07-052-9/+25
|
* changelog and version bump1.3.0Jesse Luehrs2021-07-053-3/+3
|
* changelogJesse Luehrs2021-07-051-0/+4
|
* fix #56 totp with spacearch2021-07-051-1/+1
|
* clarify usage information in the READMEJesse Luehrs2021-07-051-5/+11
|
* use cargo denyJesse Luehrs2021-07-051-0/+33
|
* use totp-lite instead of oathJesse Luehrs2021-07-053-141/+38
| | | | oath appears to be unmaintained
* use the same textwrap version as clapJesse Luehrs2021-07-052-29/+3
|
* clippyJesse Luehrs2021-07-053-2/+5
|
* remove chbs dependency since it seems to be unmaintainedJesse Luehrs2021-07-056-178/+7798
|
* use native tls roots instead of hardcoded bundleJesse Luehrs2021-07-053-11/+75
|
* bump depsJesse Luehrs2021-07-053-328/+250
|
* Merge pull request #59 from srhb/fixup-webauthnJesse Luehrs2021-07-051-0/+3
|\ | | | | TwoFactorProviderType: Allow WebAuthn
| * TwoFactorProviderType: Allow WebAuthnSarah Brofeldt2021-05-311-0/+3
|/ | | | | Only allows deserialization for the new provider. See https://github.com/bitwarden/server/pull/903
* bump copyright dateJesse Luehrs2021-04-181-1/+1
|
* version bump1.2.0Jesse Luehrs2021-04-183-3/+3
|