1
0
mirror of https://github.com/etesync/server synced 2024-11-27 19:28:14 +00:00
etesync-server/etebase_fastapi
Tom Hacohen d21c76ec5a SimpleMessage: add a new endpoint for sending messages.
This will probably be replaced with a more robust mechanism that supports
a better encryption mechanisms. This is just here for the meanwhile to
support pressing needs for a way to message users.

Once this is replaced, we will probably also replace the invitation
mechanism to use the new messaging mechanism.
2020-12-29 17:21:37 +02:00
..
routers SimpleMessage: add a new endpoint for sending messages. 2020-12-29 17:21:37 +02:00
sendfile Reformat files using black. 2020-12-29 15:37:11 +02:00
__init__.py
dependencies.py Fix many type errors. 2020-12-29 13:32:19 +02:00
exceptions.py Cleanup validation errors. 2020-12-28 17:39:51 +02:00
main.py SimpleMessage: add a new endpoint for sending messages. 2020-12-29 17:21:37 +02:00
msgpack.py msgpack route: use the encode/decode functions from the utils module. 2020-12-29 15:44:52 +02:00
stoken_handler.py
utils.py Improve typing information. 2020-12-29 17:18:09 +02:00