etesync-server/django_etesync
Tom Hacohen 8eee280bbb Split cstoken and stoken to be different concepts
The stokens are really just integrity checks for items, and are really
just tied to what revision we expected to have first what we have. So we
will rename stoken to lastRev or something, and have them completely
separate.

A partial revert of e22a49f982046e875d4e1c5007a91353527d7a0f
2020-05-27 10:30:22 +03:00
..
migrations Add missing migrations forgotten in the previous commit 2020-05-27 10:30:07 +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 Split cstoken and stoken to be different concepts 2020-05-27 10:30:22 +03:00
permissions.py Invitation: move outgoing invitations to invite/outgoing. 2020-05-24 18:24:47 +03:00
serializers.py Change to standalone stoken objects (+ small optimisation). 2020-05-26 18:53:51 +03:00
tests.py Create new django project. 2020-02-19 14:57:54 +02:00
views.py Split cstoken and stoken to be different concepts 2020-05-27 10:30:22 +03:00