This website requires JavaScript.
Explore
Help
Sign In
PapaTutuWawa
/
etesync-server
Watch
1
Star
0
Fork
0
You've already forked etesync-server
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
Files
e94e2f9d70224301f34b388578c68b951e74a72e
etesync-server
/
django_etesync
History
Tom Hacohen
e94e2f9d70
Add a separate pubkey/privatekey for sharing.
...
It's separated from the login one so that encryption key and identity can be rotated separately.
2020-05-26 13:44:40 +03:00
..
migrations
Add a separate pubkey/privatekey for sharing.
2020-05-26 13:44:40 +03:00
__init__.py
Create the django_etesync app.
2020-02-19 22:28:08 +02:00
admin.py
Create new django project.
2020-02-19 14:57:54 +02:00
app_settings.py
Implement a ZKPP login flow.
2020-05-14 16:26:02 +03:00
apps.py
Create new django project.
2020-02-19 14:57:54 +02:00
models.py
Add a separate pubkey/privatekey for sharing.
2020-05-26 13:44:40 +03:00
permissions.py
Invitation: move outgoing invitations to invite/outgoing.
2020-05-24 18:24:47 +03:00
serializers.py
Add a separate pubkey/privatekey for sharing.
2020-05-26 13:44:40 +03:00
tests.py
Create new django project.
2020-02-19 14:57:54 +02:00
views.py
Rename pubkey to loginPubkey because we'll soon have another pubkey.
2020-05-26 13:24:00 +03:00