aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* switch from nix to rustixJesse Luehrs2024-04-214-22/+34
* don't delete custom fields when editing passwordsJesse Luehrs2024-04-204-14/+93
* fix message when editing passwordsJesse Luehrs2024-04-201-1/+1
* clippyJesse Luehrs2024-04-203-13/+3
* normalize email address before using it in the password hashJesse Luehrs2024-04-201-0/+2
* remove previous manual setting of user agent during loginJesse Luehrs2024-04-201-6/+2
* alias `rbw totp` to `rbw code`Jesse Luehrs2024-04-201-1/+4
* add --clipboard to rbw codeJesse Luehrs2024-04-202-4/+15
* set a user agent in our api clientJesse Luehrs2024-04-202-19/+22
* more tests for matchingJesse Luehrs2024-04-201-19/+652
* clean up url matching a bit, and implement different match typesJesse Luehrs2024-04-201-89/+103
* Merge pull request #132 from proxict/feature/url-matchJesse Luehrs2024-04-202-33/+173
|\
| * [WIP] add URI matching for 'rbw get'proxict2024-01-022-33/+173
* | bump depsJesse Luehrs2024-04-202-23/+17
* | Make directories when not daemonizedWim de With2024-01-232-2/+2
|/
* fix error messageJesse Luehrs2024-01-011-1/+1
* switch to is-terminalJesse Luehrs2024-01-011-1/+3
* 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 URLsEdvin Åkerfeldt2023-12-211-3/+24
* | Merge pull request #151 from Ty3uK/bugfix/login-errorJesse Luehrs2024-01-011-0/+4
|\ \
| * | Pass `User-Agent` header to prevent login from returning 400Maksim Karelov2023-12-201-0/+4
| |/
* | Merge pull request #140 from Mic92/no-failJesse Luehrs2024-01-011-0/+8
|\ \
| * | handle eof correctly when reading from pinentryJörg Thalheim2023-09-231-0/+8
| |/
* | Merge pull request #138 from soraxas/feat-edit-from-stdinJesse Luehrs2024-01-012-0/+13
|\ \
| * | implements ability to edit from taking piped inputsTin Lai2023-09-212-0/+13
| |/
* | Merge pull request #137 from soraxas/feat-edit-noteJesse Luehrs2024-01-012-4/+35
|\ \
| * | implements ability to edit notesTin Lai2023-09-212-4/+35
| |/
* | fix: cargo fmtarcstur2023-09-031-21/+10
* | fix: clippy warning on single_match_elsearcstur2023-09-031-1/+1
|/
* make display_field more consistentJesse Luehrs2023-08-131-93/+108
* clippyJesse Luehrs2023-07-291-0/+2
* clippyJesse Luehrs2023-07-201-10/+16
* Fallback to the nop clipboard provider.Benjamin Jacobs2023-07-202-5/+15
* more correct websocket notification handlingJesse Luehrs2023-07-192-106/+91
* reconnect to websockets after every successful syncJesse Luehrs2023-07-182-28/+11
* clippyJesse Luehrs2023-07-181-1/+1
* fix not being able to set notifications_urlJesse Luehrs2023-07-181-0/+4
* stop trying to reconnect to notifications so aggressively1.8.0Jesse Luehrs2023-07-182-26/+23
* fix websockets for self-hosted bitwardenJesse Luehrs2023-07-182-7/+18
* make clipboard manipulation happen from the agentJesse Luehrs2023-07-185-33/+66
* tweak some messagesJesse Luehrs2023-07-181-7/+4
* improve error reporting when login or register failJesse Luehrs2023-07-181-2/+26
* remove unnecessary lineJesse Luehrs2023-07-181-2/+0
* clippy and fmtJesse Luehrs2023-07-165-71/+46
* Merge branch 'main' into result-to-clipboardJesse Luehrs2023-07-165-3/+290
|\
| * Merge pull request #123 from troyready/yubikeyJesse Luehrs2023-07-162-0/+3
| |\
| | * add yubikey supporttroyready2023-06-172-0/+3
| * | Cargo format and reconnect websocket on syncBernd Schoolmann2023-04-274-67/+148
| * | Improve error logging for websocketsBernd Schoolmann2023-04-273-4/+13