1
0
mirror of https://github.com/etesync/server synced 2024-11-18 23:08:08 +00:00
etesync-server/etebase_server
Tom Hacohen a54afd5210 Optimize stoken-using functions to only account for current revisions.
No need to account for revisions that are not current when calculating stokens
because those, by definition, are not the latest ones, and therefore won't have
the most recent stokens.

This becomes a problem when collections have many associated revisions.
2023-08-15 20:21:23 -04:00
..
django Optimize stoken-using functions to only account for current revisions. 2023-08-15 20:21:23 -04:00
fastapi Optimize stoken-using functions to only account for current revisions. 2023-08-15 20:21:23 -04:00
myauth fix: Python files 2023-07-24 22:06:22 -04:00
templates fix: move template directory into source directory 2022-05-09 17:41:16 +02:00
__init__.py Create a new django project. 2020-07-08 17:57:57 +03:00
asgi.py fix: move etebase_fastapi module from toplevel to under etebase_server 2022-05-09 17:41:16 +02:00
settings.py Implement checking the username against LDAP (#64) 2022-06-13 13:29:43 +03:00
urls.py fix: remove obsolete static file handler 2022-05-09 10:40:38 -05:00
utils.py fix: don't create secrets file as world-readable (#136) 2022-05-09 17:17:56 +03:00