aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* also pipeHEADmainJesse Luehrs3 days1-1/+1
|
* need the process feature on macosJesse Luehrs3 days1-1/+1
|
* switch from nix to rustixJesse Luehrs3 days6-44/+40
|
* add installation instructions for homebrew and nixJesse Luehrs4 days1-0/+10
|
* recommend --locked when using cargo installJesse Luehrs4 days1-1/+1
|
* changelog and version bump1.10.0Jesse Luehrs4 days3-2/+20
|
* document searching by uuid or urlJesse Luehrs4 days1-1/+3
|
* document configuration profilesJesse Luehrs4 days1-0/+8
|
* don't delete custom fields when editing passwordsJesse Luehrs4 days4-14/+93
|
* fix message when editing passwordsJesse Luehrs4 days1-1/+1
|
* clippyJesse Luehrs4 days3-13/+3
|
* normalize email address before using it in the password hashJesse Luehrs4 days1-0/+2
|
* remove previous manual setting of user agent during loginJesse Luehrs4 days1-6/+2
|
* alias `rbw totp` to `rbw code`Jesse Luehrs4 days1-1/+4
|
* add --clipboard to rbw codeJesse Luehrs4 days2-4/+15
|
* set a user agent in our api clientJesse Luehrs4 days2-19/+22
|
* more tests for matchingJesse Luehrs4 days1-19/+652
|
* clean up url matching a bit, and implement different match typesJesse Luehrs4 days3-89/+105
|
* Merge pull request #132 from proxict/feature/url-matchJesse Luehrs4 days2-33/+173
|\ | | | | [WIP] add URI matching for 'rbw get'
| * [WIP] add URI matching for 'rbw get'proxict2024-01-022-33/+173
| |
* | bump depsJesse Luehrs4 days5-486/+447
| |
* | Merge pull request #155 from wfdewith/make-dirsJesse Luehrs4 days2-2/+2
|\ \ | |/ |/| Make directories when not daemonized
| * Make directories when not daemonizedWim de With2024-01-232-2/+2
|/
* changelog and version bump1.9.0Jesse Luehrs2024-01-013-4/+12
|
* bump deps, fix cargo denyJesse Luehrs2024-01-013-526/+660
|
* fix error messageJesse Luehrs2024-01-011-1/+1
|
* switch to is-terminalJesse Luehrs2024-01-013-26/+8
|
* clippy and fmtJesse Luehrs2024-01-017-49/+48
|
* Merge pull request #152 from Ironedde/fixing-eu-urlJesse Luehrs2024-01-011-3/+24
|\ | | | | Fix bitwarden.eu URLs
| * Fix bitwarden.eu URLsEdvin Åkerfeldt2023-12-211-3/+24
| | | | | | | | | | | | Bitwarden have introduced an eu instance of their service. This needs to be reflected in the code by excluding the eu addresses from URL formatting.
* | Merge pull request #151 from Ty3uK/bugfix/login-errorJesse Luehrs2024-01-011-0/+4
|\ \ | | | | | | Pass `User-Agent` header to prevent login from returning 400
| * | Pass `User-Agent` header to prevent login from returning 400Maksim Karelov2023-12-201-0/+4
| |/ | | | | | | Fixes #145
* | Merge pull request #140 from Mic92/no-failJesse Luehrs2024-01-011-0/+8
|\ \ | | | | | | handle eof correctly when reading from pinentry
| * | handle eof correctly when reading from pinentryJörg Thalheim2023-09-231-0/+8
| |/ | | | | | | | | Just now rbw-agent will spin at 200% cores if pinentry fails, which can have various reasons. Now it will just terminate correctly when this happens.
* | Merge pull request #139 from rbuchberger/rbw-menuJesse Luehrs2024-01-011-0/+1
|\ \ | | | | | | Add rbw-menu as a related project
| * | Add rbw-menu to readmeRobert Buchberger2023-09-221-0/+1
| |/
* | Merge pull request #138 from soraxas/feat-edit-from-stdinJesse Luehrs2024-01-014-3/+38
|\ \ | | | | | | Implements ability to edit from taking piped inputs
| * | implements ability to edit from taking piped inputsTin Lai2023-09-214-3/+38
| |/ | | | | | | Signed-off-by: Tin Lai <oscar@tinyiu.com>
* | Merge pull request #137 from soraxas/feat-edit-noteJesse Luehrs2024-01-012-4/+35
|\ \ | | | | | | Implements ability to edit notes
| * | implements ability to edit notesTin Lai2023-09-212-4/+35
| |/ | | | | | | Signed-off-by: Tin Lai <oscar@tinyiu.com>
* | Merge pull request #136 from infeeeee/patch-1Jesse Luehrs2024-01-011-2/+2
|\ \ | | | | | | Fix Arch package link in README
| * | Fix Arch package link in READMEinfeeeee2023-09-121-2/+2
| |/
* | Merge pull request #134 from arcstur/fix/clippyJesse Luehrs2024-01-013-26/+15
|\ \ | |/ |/| fix: CI linting
| * fix: update webpki dependency versionarcstur2023-09-031-4/+4
| | | | | | | | | | | | These updates fix vulnerabilities: * https://rustsec.org/advisories/RUSTSEC-2023-0052 * https://rustsec.org/advisories/RUSTSEC-2023-0053
| * fix: cargo fmtarcstur2023-09-031-21/+10
| |
| * fix: clippy warning on single_match_elsearcstur2023-09-031-1/+1
|/ | | | | | It seems this is a `single_match_else` and not a `single_match`. Now clippy shows no warnings.
* make display_field more consistentJesse Luehrs2023-08-132-93/+114
| | | | | fix an unnecessary unwrap, and ensure that all field accesses don't display a description and correctly copy to clipboard
* actions updatesJesse Luehrs2023-08-061-1/+11
|
* ban multiple versionsJesse Luehrs2023-08-061-0/+2
|
* add macos targets to deny.yamlJesse Luehrs2023-08-061-1/+10
|