aboutsummaryrefslogtreecommitdiffstats
path: root/tests/lib/Files/Stream/EncryptionTest.php
Commit message (Expand)AuthorAgeFilesLines
* refactor(Stream\Encryption): Migrate to strong typesprovokateurin2024-10-071-26/+38
* fix(users): Don't crash if disabled user is missing in the databaseartonge/fix/prevent_missing_users_from_crashing_disabled_users_searchLouis Chemineau2024-09-231-1/+3
* refactor: Add void return type to PHPUnit test methodsChristoph Wurst2024-09-151-6/+6
* style: update codestyle for coding-standard 1.2.3Daniel Kesselberg2024-08-251-7/+7
* chore: Add SPDX headerAndy Scherzinger2024-05-131-1/+5
* chore: apply changes from Nextcloud coding standards 1.1.1Joas Schilling2023-11-231-7/+7
* fix!: Remove symfony EventDispatcherInterface from UserJoas Schilling2023-07-271-2/+0
* composer run cs:fixCôme Chilliet2023-01-201-1/+0
* Also update the unencrypted size of files when creating them with empty contentJulius Härtl2022-12-071-9/+11
* Cache the user backend info for 300sJoas Schilling2021-02-151-1/+7
* Change PHPDoc type hint from PHPUnit_Framework_MockObject_MockObject to \PHPU...Morris Jobke2020-08-121-2/+2
* Add visibility to all methods and position of static keywordChristoph Wurst2020-04-101-1/+1
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-4/+1
* Remove trailing and in between spacesChristoph Wurst2020-04-091-1/+1
* Unify function spacing to PSR2 recommendationChristoph Wurst2020-04-091-2/+2
* Use the short array syntax, everywhereChristoph Wurst2020-03-261-2/+2
* Merge pull request #20172 from nextcloud/techdebt/phpunit-short-returnChristoph Wurst2020-03-261-2/+2
|\
| * Use the shorter phpunit syntax for mocked return valuesChristoph Wurst2020-03-251-2/+2
* | Use lowercase true, false and null constantsChristoph Wurst2020-03-251-2/+2
|/
* Add typed create user eventsChristoph Wurst2019-12-031-1/+2
* Fix testsJulius Härtl2019-03-011-1/+2
* make file cache updates more robustBjoern Schiessle2018-07-311-0/+11
* Use ::class in test mocksMorris Jobke2017-10-241-1/+2
* update file system tests to take the master key into accountBjoern Schiessle2017-07-061-14/+23
* Proper DI of configRoeland Jago Douma2016-10-281-1/+1
* File getMock Files testsRoeland Jago Douma2016-09-071-6/+6
* Move tests/ to PSR-4 (#24731)Joas Schilling2016-05-201-0/+342