Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-02-17catch errors during decryptionBjoern Schiessle
2014-02-07name users after testBjoern Schiessle
2014-02-05add function to extract filename from sharekey name + testsBjoern Schiessle
2014-02-05added tests for the delete hooks if the trash bin is disabledBjoern Schiessle
2014-01-21Replaced time() with uniqid() to make sure the file name is uniqueVincent Petry
2013-12-19tests addedBjoern Schiessle
2013-12-16only remove encryption keys if a real file gets deleted, skip this method if ...Bjoern Schiessle
2013-12-16call set password hook because it doesn't get triggered during test execution...Bjoern Schiessle
2013-12-16enable more testsBjoern Schiessle
2013-11-27Merge branch 'master' into encryption_enable_public_uploadBjoern Schiessle
2013-11-27some small changes according to the review commentsBjoern Schiessle
2013-11-21public upload now also works with encryption enabledBjoern Schiessle
2013-11-21adapt tests to the new codeBjoern Schiessle
2013-11-15Merge pull request #5833 from owncloud/encryption_fixesBjörn Schießle
2013-11-15tests addedBjoern Schiessle
2013-11-14remove debug outputBjoern Schiessle
2013-11-14test encryptAll() and decryptAll() to make sure that mtime and etag stay the ...Bjoern Schiessle
2013-11-13Merge pull request #5447 from owncloud/fixing-5117-masterVincent Petry
2013-11-12rename fixPartialFilePath() to stripPartialFileExtension(), this name describ...Bjoern Schiessle
2013-11-12missed some replacements... now tests should workBjoern Schiessle
2013-11-12fixing tests for the new part file handlingBjoern Schiessle
2013-10-23files_encryption: Fix getFileSize()Markus Goetz
2013-10-15fix commentBjoern Schiessle
2013-10-15added simple test for getFileSize proxyBjoern Schiessle
2013-08-22Merge pull request #4537 from owncloud/no-realpathThomas Müller
2013-08-21Use __DIR__ instead of dirname(__FILE__).Andreas Fischer
2013-08-21Also remove other unnecessary realpath() calls.Andreas Fischer
2013-08-21Do not use realpath() on includes.Andreas Fischer
2013-08-18Merge pull request #4239 from owncloud/decrypt_files_againBjörn Schießle
2013-08-18Add _many_ newlines at the end of fileskondou
2013-08-17Merge branch 'master' into decrypt_files_againBjoern Schiessle
2013-08-08fixing typos and PHPDocThomas Müller
2013-08-08adapt tests to the changes in crypt.phpBjoern Schiessle
2013-08-01fix test and make warning translatableBjoern Schiessle
2013-07-31don't know why it works locally but not on the build server... let's keep it ...Bjoern Schiessle
2013-07-31this hopefully fixes testRecoveryForUser(), works locallyBjoern Schiessle
2013-07-31this test works locally, let's see what out build server says...Bjoern Schiessle
2013-07-30fixing some unit testsBjoern Schiessle
2013-07-30adapt unit tests to the modified stream wrapperBjoern Schiessle
2013-07-22Merge branch 'master' into parallel-autotest.sh-masterThomas Müller
2013-07-21mark test as incomplete because I can't reproduce jenkins failureMorris Jobke
2013-07-19don't rely on admin user but create a test user for Test_Encryption_KeymanagerThomas Müller
2013-07-05fix getUidAndFilename() testBjörn Schießle
2013-06-13Merge branch 'master' into files_encryption_check_private_keyBjörn Schießle
2013-06-13Merge branch 'master' into files_encryption_upgrade_fixBjörn Schießle
2013-06-13Merge pull request #3668 from owncloud/encryption_migrate_only_onceBjörn Schießle
2013-06-13LegacyKeyRecryptKeyfileEncrypt() no longer exists, so test can be removedBjörn Schießle
2013-06-13add comment to explain the helper functionBjörn Schießle
2013-06-12Merge branch 'master' into files_encryption_upgrade_fixBjörn Schießle
2013-06-12adapt test to the code changesBjörn Schießle