aboutsummaryrefslogtreecommitdiffstats
path: root/src/api.rs
Commit message (Expand)AuthorAgeFilesLines
* don't delete custom fields when editing passwordsJesse Luehrs12 days1-11/+83
* remove previous manual setting of user agent during loginJesse Luehrs12 days1-6/+2
* set a user agent in our api clientJesse Luehrs12 days1-13/+19
* clippy and fmtJesse Luehrs2024-01-011-4/+4
* 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
* | implements ability to edit notesTin Lai2023-09-211-1/+6
|/
* improve error reporting when login or register failJesse Luehrs2023-07-181-2/+26
* add yubikey supporttroyready2023-06-171-0/+2
* clippy, fmt, etcJesse Luehrs2023-03-251-102/+109
* Switch kdf type to enumBernd Schoolmann2023-03-261-2/+93
* Implement argon2 kdfBernd Schoolmann2023-03-261-2/+8
* Add support for 2FA-method 'Email'.René 'Necoro' Neumann2023-03-191-0/+25
* more clippy cleanupsJesse Luehrs2023-02-181-3/+0
* refactor client cert handlingJesse Luehrs2023-02-181-23/+38
* bump depsJesse Luehrs2023-02-181-2/+2
* clippyJesse Luehrs2023-02-181-22/+31
* support for client certificatesFilipe Pina2022-05-261-6/+23
* update to support camel case api namesJesse Luehrs2022-02-101-64/+64
* clippyJesse Luehrs2021-12-151-37/+41
* add a useful error message if registration is requiredJesse Luehrs2021-10-271-0/+3
* add a separate "register" command to log in with api keysJesse Luehrs2021-10-271-42/+49
* use a persistent device idJesse Luehrs2021-10-271-3/+2
* start working on apikey authenticationJesse Luehrs2021-10-271-15/+54
* add the auth-email header when authenticatingJesse Luehrs2021-10-271-0/+4
* clippyJesse Luehrs2021-10-271-1/+1
* clippyJesse Luehrs2021-07-051-1/+1
* TwoFactorProviderType: Allow WebAuthnSarah Brofeldt2021-05-311-0/+3
* Don't choke on empty passwords in the historyLionel Flandrin2021-04-011-4/+8
* switch to thiserrorJesse Luehrs2021-03-061-10/+10
* persist uri match type when editingJesse Luehrs2021-02-211-3/+47
* clippyJesse Luehrs2021-02-191-1/+1
* allow TwoFactorType to be provided as an integer or stringJesse Luehrs2020-12-021-14/+67
* use a better device name when logging inJesse Luehrs2020-10-131-1/+1
* clippyJesse Luehrs2020-10-121-3/+3
* do not display deleted itemsEmmanuel Garette2020-10-121-0/+5
* add totp, uris, and custom fields to --full outputJesse Luehrs2020-07-251-0/+31
* clippyJesse Luehrs2020-07-111-1/+1
* display the server's error message for incorrect passwordJesse Luehrs2020-05-281-19/+22
* add authenticator 2fa supportJesse Luehrs2020-05-281-4/+56
* parse login error correctlyJesse Luehrs2020-05-271-9/+45
* handle uri entries with no uri setJesse Luehrs2020-05-241-4/+12
* better error messages when parsing a server messageJesse Luehrs2020-05-231-14/+12
* don't expect the refresh token response to have a keyJesse Luehrs2020-05-171-2/+0
* maintain folder and uris when editing an entryJesse Luehrs2020-05-031-7/+34
* fix editing organization entriesJesse Luehrs2020-05-031-0/+4
* start adding support for different entry typesJesse Luehrs2020-05-031-67/+306
* remove some old debuggingJesse Luehrs2020-05-031-6/+3
* also store org keys in the local dbJesse Luehrs2020-05-031-1/+23
* save the private key to the local dbJesse Luehrs2020-05-031-2/+8