VictorNine / bitwarden-go

A Bitwarden-compatible server written in Golang

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Editing Items Leads to Errors

timreuscher opened this issue · comments

If you edit the new URI "Match Detection" field for an entry, you get an error when saving.

Thanks, should be related to the changes done in #23

I have done too major API changes. If you want you can try my fork master branch. I added Login-Cipher with custom fields (at the moment only string) and notes. In addtion, I added Card-Cipher too.
I plan to submit a pull request in the next time, but as I have done major changes it is hard to make my branch compatible with VictorNines.

This has not been implemented yet. What I've done is basically a quick fix to support the new API. I'll fix it soon.

This should be fixed in the latest commit