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 (Collapse)Author
2014-01-21Replaced time() with uniqid() to make sure the file name is uniqueVincent Petry
The cache isn't cleared properly because unlink() doesn't remove the cache entry which caused side-effects when reusing the same file name (which randomly happens when time() returns the same value) This fix first makes sure the unit tests don't fail any more. The unlink() case with the cache will be investigated separately. Backport of f09c19c to stable6
2013-11-27some small changes according to the review commentsBjoern Schiessle
2013-11-21adapt tests to the new codeBjoern Schiessle
2013-08-22Merge pull request #4537 from owncloud/no-realpathThomas Müller
Do not use realpath() on includes.
2013-08-21Use __DIR__ instead of dirname(__FILE__).Andreas Fischer
This is possible because we require PHP 5.3 or higher.
2013-08-21Also remove other unnecessary realpath() calls.Andreas Fischer
2013-08-21Do not use realpath() on includes.Andreas Fischer
If the file does not exist, realpath() returns false and "include false;" produces "Failed opening '' for inclusion" which is a useless error message. 'include' works just fine with symlinks, "./" and "../".
2013-08-17Merge branch 'master' into decrypt_files_againBjoern Schiessle
Conflicts: apps/files_encryption/tests/keymanager.php
2013-08-08fixing typos and PHPDocThomas Müller
2013-08-08adapt tests to the changes in crypt.phpBjoern Schiessle
2013-07-30adapt unit tests to the modified stream wrapperBjoern Schiessle
2013-06-13Merge branch 'master' into files_encryption_check_private_keyBjörn Schießle
Conflicts: apps/files_encryption/appinfo/app.php apps/files_encryption/lib/util.php
2013-06-13LegacyKeyRecryptKeyfileEncrypt() no longer exists, so test can be removedBjörn Schießle
2013-06-11Merge branch 'master' into files_encryption_check_private_keyBjörn Schießle
Conflicts: apps/files_encryption/tests/crypt.php
2013-06-10add timeouts 3/30/90 to phpunit testsJörn Friedrich Dreyer
2013-06-03reformat codeFlorin Peter
2013-06-03use generated private key fro m setUp()Björn Schießle
2013-06-03added test for decryptPrivateKey()Björn Schießle
2013-05-29Merge branch 'master' into remove_unused_varsFlorin Peter
Conflicts: apps/files_encryption/hooks/hooks.php apps/files_encryption/lib/proxy.php apps/files_encryption/lib/session.php apps/files_encryption/lib/stream.php
2013-05-28fixed encryption session namespace to avoid problemsFlorin Peter
2013-05-27Merge branch 'master' into remove_unused_varsBjörn Schießle
Conflicts: apps/files_encryption/hooks/hooks.php apps/files_encryption/lib/crypt.php apps/files_encryption/lib/proxy.php
2013-05-27make legacyDecrypt() private als always call legacyBlockDecrypt() from other ↵Björn Schießle
classes
2013-05-27fix tests, after unused variables are removedBjörn Schießle
2013-05-26added users for testsFlorin Peter
reformat code to meet coding guidelines
2013-05-26improved testFlorin Peter
- fixed testPermanentDeleteFile sometimes failed - speed optimization - reformat code
2013-05-22improved testsFlorin Peter
2013-05-21move 3rdparty dependencies to appBjörn Schießle
2013-05-21improved testsFlorin Peter
2013-05-20added test for failed sharingFlorin Peter
2013-05-20reformat code added and changed phpdocFlorin Peter
2013-05-20cleanup testsFlorin Peter
2013-05-18removed mockery from tests and changed class namesFlorin Peter
2013-05-18improved testsFlorin Peter
2013-05-18added folder move testFlorin Peter
2013-05-17fix broken legacy testsFlorin Peter
2013-05-17gremove unused codeBjörn Schießle
2013-05-17improved testsFlorin Peter
2013-05-16improved tests for touchFlorin Peter
2013-05-16added tests for put content, get content, touch and fopenFlorin Peter
2013-05-16added test for rename folderFlorin Peter
2013-05-15added test for password changeFlorin Peter
2013-05-15improved files_encryption testsFlorin Peter
2013-05-15improved tests and added new tests for file rename and moveFlorin Peter
2013-05-10added helperFlorin Peter
2013-05-01fixed some testsFlorin Peter
2013-05-01revert changes to fbbc76f281f50afa3072d99e4e0d413df835b3d3 because master is ↵Florin Peter
very unstable right now
2013-05-01fixed tests after merge against masterFlorin Peter
2013-04-30rename folder to testsFlorin Peter