etesync-server/etebase_fastapi
2020-12-29 10:27:35 +02:00
..
sendfile Implement sendfile. 2020-12-28 18:46:37 +02:00
__init__.py first commit 2020-12-27 20:32:09 +02:00
authentication.py Fix user creation. 2020-12-28 17:46:20 +02:00
collection.py Fix handling of legacy accounts that don't have collection type. 2020-12-29 10:27:35 +02:00
dependencies.py Move common dependencies to their own file. 2020-12-28 16:42:39 +02:00
exceptions.py Cleanup validation errors. 2020-12-28 17:39:51 +02:00
invitation.py When converting from ORM convert binary fields to bytes. 2020-12-28 16:42:39 +02:00
main.py Support passing custom middlewares. 2020-12-29 10:12:36 +02:00
member.py Add support for read/write permissions. 2020-12-28 16:42:39 +02:00
msgpack.py Fix collection list and how we return API responses. 2020-12-28 09:31:30 +02:00
stoken_handler.py Remove usages of EtebaseValidationError. 2020-12-28 10:45:34 +02:00
test_reset_view.py Test reset: clean reset function. 2020-12-28 16:57:09 +02:00
utils.py Workaround typing issue. 2020-12-28 16:42:39 +02:00