aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* changelog and version bump1.8.1Jesse Luehrs2023-07-183-2/+8
* 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-183-7/+21
* make clipboard manipulation happen from the agentJesse Luehrs2023-07-185-33/+66
* tweak some messagesJesse Luehrs2023-07-181-7/+4
* changelog and version bumpJesse Luehrs2023-07-183-2/+22
* improve error reporting when login or register failJesse Luehrs2023-07-181-2/+26
* remove unnecessary lineJesse Luehrs2023-07-181-2/+0
* bump depsJesse Luehrs2023-07-182-365/+452
* clippy and fmtJesse Luehrs2023-07-165-71/+46
* Merge pull request #120 from eatradish/result-to-clipboardJesse Luehrs2023-07-164-83/+565
|\
| * Merge branch 'main' into result-to-clipboardJesse Luehrs2023-07-168-21/+493
| |\ | |/ |/|
* | Merge pull request #123 from troyready/yubikeyJesse Luehrs2023-07-162-0/+3
|\ \
| * | add yubikey supporttroyready2023-06-172-0/+3
* | | Merge pull request #122 from kaifrische/keyringJesse Luehrs2023-07-161-0/+72
|\ \ \
| * | | Add help to rbw-pinentry-keyring.Kai Frische2023-06-151-16/+29
| * | | Add script to store master password in keyring.Kai Frische2023-06-151-0/+59
| |/ /
* | | Merge pull request #115 from quexten/feature/websocket-notificationsJesse Luehrs2023-07-166-21/+418
|\ \ \ | |/ / |/| |
| * | Cargo format and reconnect websocket on syncBernd Schoolmann2023-04-274-67/+148
| * | Improve error logging for websocketsBernd Schoolmann2023-04-273-4/+13
| * | Fix tokio-tungstenite dependencyBernd Schoolmann2023-04-272-97/+7
| * | Improve websocket disconnect handlingBernd Schoolmann2023-04-171-1/+3
| * | Fix panic when websocket endpoint is not availableBernd Schoolmann2023-04-172-3/+3
| * | Improve error handlingBernd Schoolmann2023-04-172-17/+24
| * | Restructure codeBernd Schoolmann2023-04-163-129/+136
| * | Implement basic websocket supportBernd Schoolmann2023-04-085-18/+399
|/ /
| * rbw get add flag --clipboard to copy result to clipboardeatradish2023-06-164-83/+565
|/
* changelog and version bump1.7.1Jesse Luehrs2023-03-273-2/+9
* Merge pull request #113 from quexten/fix/argon2-loginJesse Luehrs2023-03-271-3/+1
|\
| * Fix argon2 loginBernd Schoolmann2023-03-271-3/+1
|/
* changelog and version bump1.7.0Jesse Luehrs2023-03-253-3/+3
* bump depsJesse Luehrs2023-03-252-121/+108
* more changelogJesse Luehrs2023-03-251-0/+5
* fix changelogJesse Luehrs2023-03-251-3/+8
* sync the db every hour, like other bitwarden clientsJesse Luehrs2023-03-256-9/+55
* stop using tokio::select!Jesse Luehrs2023-03-255-62/+141
* clippy, fmt, etcJesse Luehrs2023-03-256-133/+193
* Merge pull request #109 from quexten/feature/argon2Jesse Luehrs2023-03-258-20/+231
|\
| * Switch argon2 implementation to rustcryptoBernd Schoolmann2023-03-263-70/+41
| * Undo change to iterations error messageBernd Schoolmann2023-03-261-1/+1
| * Switch kdf type to enumBernd Schoolmann2023-03-265-16/+105
| * Implement argon2 kdfBernd Schoolmann2023-03-268-20/+171
|/
* Merge pull request #111 from Necoro/2fa_emailJesse Luehrs2023-03-252-33/+63
|\
| * Add support for 2FA-method 'Email'.René 'Necoro' Neumann2023-03-192-33/+63
|/
* restore the --version optionJesse Luehrs2023-03-171-1/+1
* clippy/fmt1.6.0Jesse Luehrs2023-03-091-3/+3
* bump depsJesse Luehrs2023-03-096-129/+109
* changelog and version bumpJesse Luehrs2023-03-093-2/+9
* Merge pull request #97 from classabbyamp/json-outputJesse Luehrs2023-03-093-7/+25
|\