end_to_end_encryption/tests
Louis Chemineau f5c5a93615
fix: Remove legacy optimization when checking encryption status
This is causing performance issues because for non encrypted nodes, we were checking all upper folders in the hierarchy.

Also, this seems unnecessary as top and sub E2EE folders are marked as encrypted, so checking for the current node or its parent folder is enough to have the answer.

Partially introduced by https://github.com/nextcloud/end_to_end_encryption/pull/316 which was an improvement at the time by introducing caching.

Signed-off-by: Louis Chemineau <louis@chmn.me>
2025-01-16 17:02:45 +01:00
..
Unit fix: Remove legacy optimization when checking encryption status 2025-01-16 17:02:45 +01:00
bootstrap.php chore: Run composer cs:fix 2024-12-17 17:33:58 +01:00
phpunit.xml
psalm-baseline.xml
stub.phpstub feat: Add E2EE files navigation 2024-12-17 16:50:29 +01:00