1
0
mirror of https://github.com/etesync/server synced 2025-04-17 00:45:42 +00:00
etesync-server/django_etebase
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
..
migrations SimpleMessage: add a new endpoint for sending messages. 2020-12-29 17:21:37 +02:00
token_auth Fix many type errors. 2020-12-29 13:32:19 +02:00
__init__.py Rename module to prevent confusion on import. 2020-12-29 16:55:21 +02:00
app_settings_inner.py Rename module to prevent confusion on import. 2020-12-29 16:55:21 +02:00
apps.py Use black for code formatting and format the code 2020-11-14 17:04:41 +02:00
models.py SimpleMessage: add a new endpoint for sending messages. 2020-12-29 17:21:37 +02:00
signals.py Use black for code formatting and format the code 2020-11-14 17:04:41 +02:00
utils.py Improve typing information. 2020-12-29 17:18:09 +02:00