etesync-server/django_etesync/migrations
2020-03-17 17:14:51 +02:00
..
__init__.py Create new django project. 2020-02-19 14:57:54 +02:00
0001_initial.py Create the django_etesync app. 2020-02-19 22:28:08 +02:00
0002_auto_20200220_0943.py Merge item snapshot and item to be one model. 2020-02-20 12:34:24 +02:00
0003_collectionitem_current.py Merge item snapshot and item to be one model. 2020-02-20 12:34:24 +02:00
0004_auto_20200220_1029.py Merge item snapshot and item to be one model. 2020-02-20 12:34:24 +02:00
0005_auto_20200220_1123.py More progress. 2020-02-20 13:56:16 +02:00
0006_auto_20200220_1137.py More progress. 2020-02-20 13:56:16 +02:00
0007_auto_20200220_1144.py More progress. 2020-02-20 13:56:16 +02:00
0008_collectionitemchunk_chunkfile.py More progress - support chunk uploading. 2020-02-20 14:46:01 +02:00
0009_auto_20200220_1220.py More progress - support chunk uploading. 2020-02-20 14:46:01 +02:00
0010_auto_20200220_1248.py Make sure we don't upload the same file twice. 2020-02-20 14:48:19 +02:00
0011_auto_20200220_2037.py Rename Snapshot to Revision 2020-02-20 22:41:39 +02:00
0012_auto_20200220_2038.py Rename Snapshot to Revision 2020-02-20 22:41:39 +02:00
0013_collectionitemrevision_is_deletion.py Implement item update and deletion. 2020-02-26 16:23:16 +02:00
0014_auto_20200226_1322.py Implement item update and deletion. 2020-02-26 16:23:16 +02:00
0015_auto_20200226_1349.py Implement item update and deletion. 2020-02-26 16:23:16 +02:00
0016_auto_20200226_1446.py Model uid validator: fix off-by-1 error with the uid. 2020-02-26 16:50:49 +02:00
0017_auto_20200226_1455.py Collection item: rename isDeletion to deleted 2020-02-26 16:55:47 +02:00
0018_auto_20200226_1803.py Collection Item Revision: dissalow blank for the current field. 2020-02-26 20:04:26 +02:00
0019_collectionmember.py Collection: implement collection membership. 2020-02-26 20:38:07 +02:00
0020_auto_20200310_1438.py Uids: change uids to be much shorter and base62 for non-chunks. 2020-03-10 16:40:42 +02:00
0021_auto_20200310_1439.py Uids: change uids to be much shorter and base62 for non-chunks. 2020-03-10 16:40:42 +02:00
0022_auto_20200310_1547.py CollectionItem: move version and encryption key to the item itself. 2020-03-10 17:49:23 +02:00
0023_auto_20200310_1556.py Chunks: order based on item too so items are clustered together. 2020-03-10 17:56:24 +02:00
0024_collectionitemrevision_uid.py Revision: add a proper uid for revisions (which we also use for sync tag). 2020-03-12 15:52:36 +02:00
0025_auto_20200312_1350.py Revision: add a proper uid for revisions (which we also use for sync tag). 2020-03-12 15:52:36 +02:00
0026_collectionitemrevision_meta.py Revision: add metadata field. 2020-03-12 16:02:00 +02:00
0027_collection_mainitem.py Collection: add content support. 2020-03-12 21:12:38 +02:00
0028_auto_20200312_1819.py Collection: add content support. 2020-03-12 21:12:38 +02:00
0029_auto_20200312_1849.py Collection: add content support. 2020-03-12 21:12:38 +02:00
0030_auto_20200312_1859.py Collection: add content support. 2020-03-12 21:12:38 +02:00
0031_auto_20200317_1509.py We use base64url without padding. 2020-03-17 17:10:53 +02:00
0032_auto_20200317_1513.py Revision uid is now the hmac. 2020-03-17 17:14:51 +02:00