onlyoffice previews much faster and more robust, added --oosetup helper, improved error/log handling

This commit is contained in:
2026-05-02 03:10:17 +00:00
parent 4dd1d4c7e6
commit 1bec73f4cd
15 changed files with 420 additions and 154 deletions
+1 -3
View File
@@ -1,4 +1,3 @@
import os
from pathlib import Path
from uuid import uuid4
@@ -27,8 +26,7 @@ def _persist_config():
@pytest.fixture
def setup_storage(tmp_path: Path):
os.environ["CISTA_HOME"] = str(tmp_path)
config.init_confdir()
config.init_confdir(tmp_path)
user = config.User()
auth.set_password(user, "secret")
admin = config.User(privileged=True)