Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
17 commits
Select commit Hold shift + click to select a range
536ccf1
feat(encryption): Migrate from hooks to events
come-nc Oct 3, 2024
38f341c
fix(tests): Unregister encryption modules in ViewTest to avoid side e…
come-nc Nov 5, 2024
21233b7
fix(tests): Remove Encryption disabling in ViewTest to avoid side eff…
come-nc Nov 26, 2024
8779ae3
fix(encryption): Fix filesize for part files in Encryption wrapper
come-nc Nov 26, 2024
9bb0721
fix: Fix mtime preservation when moving a directory across storages w…
come-nc Nov 26, 2024
e35a8ed
fix(tests): Disable encryption wrapper when it makes sense
come-nc Nov 26, 2024
14872c8
chore(files_versions): Only mock getSystemValue method to avoid probl…
come-nc Nov 26, 2024
561b590
chore(trashbin): Fix configuration mocking in trashbin tests
come-nc Nov 26, 2024
f6f8343
chore: Update psalm baseline to remove fixed issue
come-nc Nov 26, 2024
367c877
fix(tests): Avoid user login before a private key is setup
come-nc Nov 28, 2024
08bff4c
fix(admin_audit): Survive if file change id after rename (it should not)
come-nc Nov 28, 2024
27599ef
fix(encryption): Fix a PHP error in Encryption Util in specific situa…
come-nc Jan 13, 2025
e6275f8
fix: Preserve file id when moving from object store even if encryptio…
come-nc Jan 13, 2025
2d8f6b3
chore: Assert rename success in versionning tests
come-nc Jan 16, 2025
a79b5de
fix(encryption): Improve Update class and event listenening
come-nc Feb 11, 2025
a86d917
fix(encryption): Only prevent cache deletion if target is not object …
come-nc May 13, 2025
43418ee
fix(tests): Set encryption configuration even earlier so that all use…
come-nc May 13, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
chore: Update psalm baseline to remove fixed issue
Signed-off-by: Côme Chilliet <[email protected]>
  • Loading branch information
come-nc committed May 13, 2025
commit f6f83430a9f1e848d73d277cd4bc60d832c02134
3 changes: 0 additions & 3 deletions build/psalm-baseline.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2013,9 +2013,6 @@
</UndefinedInterfaceMethod>
</file>
<file src="lib/private/Files/Storage/Wrapper/Encryption.php">
<InvalidOperand>
<code><![CDATA[$this->copyFromStorage($sourceStorage, $sourceInternalPath . '/' . $file, $targetInternalPath . '/' . $file, false, $isRename)]]></code>
</InvalidOperand>
<InvalidReturnStatement>
<code><![CDATA[$result]]></code>
</InvalidReturnStatement>
Expand Down