1
0
Fork 0
mirror of https://github.com/dani-garcia/vaultwarden.git synced 2025-09-22 01:22:41 +00:00
Commit graph

2 commits

Author SHA1 Message Date
BlackDex
1f0f0cc0ac
Update crates
Signed-off-by: BlackDex <black.dex@gmail.com>
2025-01-24 12:20:02 +01:00
Stefan Melmuk
871a3f214a
rename membership and adopt newtype pattern (#5320)
* rename membership

rename UserOrganization to Membership to clarify the relation
and prevent confusion whether something refers to a member(ship) or user

* use newtype pattern

* implement custom derive macro IdFromParam

* add UuidFromParam macro for UUIDs

* add macros to Docker build

Co-authored-by: dfunkt <dfunkt@users.noreply.github.com>

---------

Co-authored-by: dfunkt <dfunkt@users.noreply.github.com>
2025-01-09 18:37:23 +01:00