aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* 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
| | | | it adds a bunch of latency to every command otherwise
* fix websockets for self-hosted bitwardenJesse Luehrs2023-07-183-7/+21
|
* make clipboard manipulation happen from the agentJesse Luehrs2023-07-185-33/+66
| | | | | | | | | on x11 systems, you can't just send data to the os to store on the clipboard, you just register which application currently owns the clipboard and then other applications can use ipc to request the owning application to send them the clipboard data. this requires there to be an application still running in order to respond to those requests. luckily, we have one of those available in the form of the agent.
* 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
|\ | | | | rbw get add flag --clipboard to copy result to clipboard
| * 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 support
| * | add yubikey supporttroyready2023-06-172-0/+3
| | | | | | | | | | | | | | | This is all that's needed to support Yubikey hardware tokens in OTP mode (https://developers.yubico.com/OTP/)
* | | Merge pull request #122 from kaifrische/keyringJesse Luehrs2023-07-161-0/+72
|\ \ \ | | | | | | | | Add script to store master password in keyring
| * | | 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
|\ \ \ | |/ / |/| | Implement basic websocket support
| * | 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
|/ /