You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
nextcloud/tests/lib
Roeland Jago Douma 5b21650097
Don't lie about the preview mimetype
For legacy reasons we stored all the previews with a png extention.
However we did not put png data in them all the time.

This caused the preview endpoints to always report that a preview is a
png file. Which was a lie.

Since we abstract away from the storage etc in the previewmanager. There
is no need anymore to store them as .png files and instead we can use
the actual file extention.

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
6 years ago
..
Accounts Use ::class in test mocks 7 years ago
Activity Use ::class in test mocks 7 years ago
App Fix tests 7 years ago
AppFramework Move passwordconfirmation to its own midleware 7 years ago
Archive Remove unneeded checks if it runs on a Windows machine 8 years ago
Authentication Adjust tests for added lastCheck time 7 years ago
BackgroundJob Use ::class in test mocks 7 years ago
Cache Make cache tests a bit more clear 7 years ago
Calendar implement CalendarManager 7 years ago
Collaboration/Collaborators Fix and tests for MailPlugin 7 years ago
Command Add proper EOL 7 years ago
Comments fix comment sorter 7 years ago
Contacts/ContactsMenu Add filter for `shareapi_allow_share_dialog_user_enumeration` 7 years ago
DB add postgresql10 compatibility to dbal 7 years ago
Diagnostics Adjust query/event logging code in favour of more complex owncloud/diagnostics (#27643) 7 years ago
Encryption Use ::class in test mocks of encryption app 7 years ago
Federation clean cloud ids 7 years ago
Files removes invalid tests, adapts another one 7 years ago
GlobalScale add new config switched for the global scale architecture 7 years ago
Group Use ::class in test mocks 7 years ago
Hooks Move tests/ to PSR-4 (#24731) 8 years ago
Http/Client Merge pull request #2912 from nextcloud/increase-coverage-response.php 8 years ago
IntegrityCheck Fix tests 7 years ago
L10N use formal version of German if default_language is set to 'de_DE' 7 years ago
Lock Fix getMock DBLockingProviderTest 8 years ago
Lockdown Save the scope of an auth token in the session 7 years ago
Log Delete the correct config value 7 years ago
Mail Fix email buttons for white theme 7 years ago
Memcache Use ::class in test mocks 7 years ago
Migration Use ::class in test mocks 7 years ago
Notification Use ::class in test mocks 7 years ago
OCS PrivateData to app 7 years ago
Preview Don't lie about the preview mimetype 6 years ago
PublicNamespace Move tests/ to PSR-4 (#24731) 8 years ago
Remote Add some more tests for ocs remote api 7 years ago
Repair check if the user still exists before we try to cleanup the previews 7 years ago
RichObjectStrings Add test and adjust PHP function arguments 8 years ago
Security Fix tests 7 years ago
Session Use ::class in test mocks of encryption app 7 years ago
Settings Use ::class in test mocks 7 years ago
Share Cleanup unused methods 7 years ago
Share20 Fix current access list test and add one for $currentAccess === false 7 years ago
Support/CrashReport Add a mechanism to register crach reporters 7 years ago
SystemTag Use ::class in test mocks 7 years ago
Template Fixed tests 7 years ago
Traits Add some more tests for ocs remote api 7 years ago
Updater Cache final result of update check 7 years ago
User never translate login names when requiring with a user id 7 years ago
Util extend tests for status quo 7 years ago
APITest.php Use ::class in test mocks 7 years ago
AllConfigTest.php Don't use deprecated getMock() anymore 7 years ago
AppConfigTest.php Fix tests 7 years ago
AppTest.php Fix tests 7 years ago
AutoLoaderTest.php Fix unit tests 8 years ago
AvatarManagerTest.php Add using casing check/fix for initMountPoints 8 years ago
AvatarTest.php Fix failing AvatarTest 7 years ago
CapabilitiesManagerTest.php Use ::class in test mocks 7 years ago
ConfigTest.php Check for boolean false and add tests 7 years ago
ContactsManagerTest.php FIx lib/ a-d 8 years ago
DateTimeFormatterTest.php Provide tests for future timestamp formatting 7 years ago
ErrorHandlerTest.php FIx lib/ a-d 8 years ago
FileChunkingTest.php Use ::class in test mocks of dav app 7 years ago
FilesTest.php Make sure memory limit is > post size and upload filesize 8 years ago
HTTPHelperTest.php Use ::class in test mocks 7 years ago
HelperStorageTest.php fix quota tests for external storage 7 years ago
HookHelper.php Move tests/ to PSR-4 (#24731) 8 years ago
ImageTest.php Remove unused mimetype detection method in OC_Image 7 years ago
InfoXmlTest.php Add the AppContainer 7 years ago
InstallerTest.php Use cached app list 7 years ago
LargeFileHelperGetFileSizeTest.php Remove unneeded Windows logic 8 years ago
LargeFileHelperTest.php Move tests/ to PSR-4 (#24731) 8 years ago
LegacyHelperTest.php Fixed tests 7 years ago
LoggerTest.php Pass log level to log reporters 7 years ago
NaturalSortTest.php Fix lib/ 8 years ago
NavigationManagerTest.php Fix tests 7 years ago
RepairStepTest.php Don't use deprecated getMock() anymore 7 years ago
ServerTest.php Remove IDb interface which was deprecated for 3 years already 8 years ago
SetupTest.php Get the Installer via DI 7 years ago
SubAdminTest.php Move tests/ to PSR-4 (#24731) 8 years ago
TagsTest.php Merge pull request #6123 from nextcloud/cleanup-shareItem 7 years ago
TempManagerTest.php Fix getMock TempManagerTest 8 years ago
TemplateFunctionsTest.php Fix lib/ 8 years ago
TestCase.php Use ::class in test mocks 7 years ago
TestMoveableMountPoint.php Move tests/ to PSR-4 (#24731) 8 years ago
UpdaterTest.php Get the Installer via DI 7 years ago
UrlGeneratorTest.php Fixed tests 7 years ago
UserTest.php Remove warning 8 years ago
UtilCheckServerTest.php Use SystemConfig instead of AllConfig for DB stuff 7 years ago
UtilTest.php Use basename() instead of self implementation 7 years ago