9 Commits (1bca435d740f1c279efa2113e1ec9d59edc995b8)

Author SHA1 Message Date
Tom Hacohen ca7f2ec73c When converting from ORM convert binary fields to bytes.
The problem is that some ORMs return memoryview which are more efficient but
are not supported by pydantic at the moment.
4 years ago
Tom Hacohen b081d0129f Add support for read/write permissions. 4 years ago
Tom Hacohen 4b4be14d32 Add more responses to the API. 4 years ago
Tom Hacohen a75d5479fa Rename ValidationError to HttpError. 4 years ago
Tom Hacohen 6517fc5db2 More route tags to a central place. 4 years ago
Tom Hacohen 80d69a5663 Fix collection list and how we return API responses. 4 years ago
Tom Hacohen 9f26ecf276 API: add documentation tags. 4 years ago
Tom Hacohen df19887af7 Use dependency injection for getting collection/item queryset. 4 years ago
Tom Hacohen b70f2b7470 Invitations: implement invitations endpoints. 4 years ago