aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* also publish release binaries to githubJesse Luehrs2023-07-291-5/+12
|
* clippyJesse Luehrs2023-07-291-0/+2
|
* stop using actions-rs, it is unmaintainedJesse Luehrs2023-07-291-63/+18
| | | | https://github.com/actions-rs/toolchain/issues/216
* use the correct syntax for setting envJesse Luehrs2023-07-291-2/+2
|
* actually pass in the env varsJesse Luehrs2023-07-291-0/+3
|
* tweak env vars some moreJesse Luehrs2023-07-291-3/+5
|
* try again to fix ringJesse Luehrs2023-07-291-0/+2
|
* try again to fix musl buildingJesse Luehrs2023-07-291-1/+1
|
* fix some more build failuresJesse Luehrs2023-07-291-1/+2
|
* install the musl toolchain for the musl build testJesse Luehrs2023-07-291-0/+1
|
* use stable toolchain explicitlyJesse Luehrs2023-07-291-0/+13
|
* actions need tagsJesse Luehrs2023-07-291-24/+24
|
* add github actions configJesse Luehrs2023-07-291-0/+80
|
* changelog and version bump1.8.3Jesse Luehrs2023-07-203-2/+9
|
* clippyJesse Luehrs2023-07-201-10/+16
|
* Merge pull request #126 from benja-egi/mainJesse Luehrs2023-07-202-5/+15
|\ | | | | Fallback to the nop clipboard provider.
| * Fallback to the nop clipboard provider.Benjamin Jacobs2023-07-202-5/+15
| |
* | Merge pull request #125 from crapstones-forks/docs/alpineJesse Luehrs2023-07-201-0/+5
|\ \ | |/ |/| add explanation for alpine
| * add explanation for alpinecrapStone2023-07-201-0/+5
|/
* changelog and version bump1.8.2Jesse Luehrs2023-07-193-2/+9
|
* more correct websocket notification handlingJesse Luehrs2023-07-192-106/+91
| | | | | | | | | | the servers tend to be fairly chatty with messages, mostly pings and heartbeats of various sorts, and we don't want to sync on all of those. also, the message type in the first array element of the messagepack structure is not the same thing as the UpdateType - that is stored as an argument to the ReceiveMessage invocation, so we need to parse a bit further to get the actual UpdateType. this still just does a full sync on any changes, though.
* reconnect to websockets after every successful syncJesse Luehrs2023-07-182-28/+11
| | | | rather than scattering it around various parts of the code
* clippyJesse Luehrs2023-07-181-1/+1
|