Commit Graph

56 Commits (appStoreDisabledOcc)

Author SHA1 Message Date
Côme Chilliet a165d8f978
chore: Fix encryption test use statement 1 year ago
Côme Chilliet 801733e523
fix: Remove OCP\Files\Storage interface deprecated since version 9 1 year ago
Christoph Wurst 49dd79eabb
refactor: Add void return type to PHPUnit test methods 1 year ago
Daniel Kesselberg af6de04e9e
style: update codestyle for coding-standard 1.2.3 1 year ago
Andy Scherzinger 1f7e2ba599
chore: Add SPDX header 2 years ago
Robin Appelman edaa436345
add key location to info:file output 2 years ago
Joas Schilling aa5f037af7
chore: apply changes from Nextcloud coding standards 1.1.1 2 years ago
Robin Appelman e704470c79
update tests 2 years ago
Ferdinand Thiessen dc9d8c42bb fix: Adjust console formatter code to match with Symfony type hints 3 years ago
Côme Chilliet 8d5165e8dc
Adapt tests to config value typing 3 years ago
Joas Schilling 47880b143d
Remove failing test that works with mocks only anyway 3 years ago
Côme Chilliet f5c361cf44
composer run cs:fix 3 years ago
Côme Chilliet ee06261b82
Fix codestyle in modified files 3 years ago
Côme Chilliet 324126888e
Add Union types for properties in tests/lib/Encryption/Keys/StorageTest.php 3 years ago
Côme Chilliet 70e2217d1c
Fix dynamic properties and other problems in tests for PHP 8.2 3 years ago
Julius Härtl 908b7aa70a
Attempt to fix CalendarImpl tests 3 years ago
Carl Schwan 458c2fa297
Remove OCP\App and OCP\BackgroundJob 3 years ago
Côme Chilliet 6a1510f8ee
Remove some more at matchers in tests/lib 4 years ago
Vincent Petry b212e8dcc9
Add unit tests for encryption's isSystemWideMountPoint 4 years ago
Côme Chilliet 61f7f13bd8
Migrate from ILogger to LoggerInterface where needed in the tests 4 years ago
Carl Schwan 6312c0df69
Check style update 4 years ago
Côme Chilliet 065531570d
Fix Encryption tests on PHP 8.1 4 years ago
Julius Härtl 76170a58eb
Log and continue when failing to update encryption keys during for individual files 5 years ago
Christoph Wurst d9015a8c94
Format code to a single space around binary operators 5 years ago
Roeland Jago Douma 5340ab3a75
New SSE key format 5 years ago
Morris Jobke 234b510652
Change PHPDoc type hint from PHPUnit_Framework_MockObject_MockObject to \PHPUnit\Framework\MockObject\MockObject 5 years ago
Christoph Wurst caff1023ea
Format control structures, classes, methods and function 6 years ago
Christoph Wurst afbd9c4e6e
Unify function spacing to PSR2 recommendation 6 years ago
Christoph Wurst 41b5e5923a
Use exactly one empty line after the namespace declaration 6 years ago
Christoph Wurst b80ebc9674
Use the short array syntax, everywhere 6 years ago
Christoph Wurst 2ee65f177e
Use the shorter phpunit syntax for mocked return values 6 years ago
Christoph Wurst 74936c49ea
Remove unused imports 6 years ago
Roeland Jago Douma 3a7cf40aaa
Mode to modern phpunit 6 years ago
Roeland Jago Douma c007ca624f
Make phpunit8 compatible 6 years ago
Roeland Jago Douma 68748d4f85
Some php-cs fixes 6 years ago
Robin Appelman 67a46b5aa9
update encryption wrapper tests 7 years ago
Bjoern Schiessle d76a87f3b0
skip already decrypted files on decrypt all command 7 years ago
Joas Schilling 3917a54113
Class "ProgressBar" is declared "final" and cannot be mocked. 8 years ago
Joas Schilling 870023365c
Fix "Undefined method setExpectedException()" 8 years ago
Morris Jobke c733cdaa65
Use ::class in test mocks of encryption app 8 years ago
Morris Jobke ab36980d20
Use ::class in test mocks of dav app 8 years ago
Morris Jobke 43e498844e
Use ::class in test mocks 8 years ago
Joas Schilling a0ada9aab4
Don't use deprecated getMock() anymore 9 years ago
Joas Schilling 1c0bffe87f
Fix translations 9 years ago
Bjoern Schiessle fcda3a20f4
create new encryption keys on password reset and backup the old one 9 years ago
Vincent Petry fca8bd44ab
Fix shared storage namespace in DecryptAll class 9 years ago
Joas Schilling 246bb9f33d
Move OC\Files\Storage\Shared to the right namespace 9 years ago
Roeland Jago Douma 3782edf49c
Fix getMock DecryptAllTest 9 years ago
Roeland Jago Douma 4da1ee99d6
Fix getMock Encryption 9 years ago
Bjoern Schiessle 351cab6bce
skip shared files, if files get decrypted only for a specific user we shouldn't touch files owned by a different user. 10 years ago