aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_encryption/tests/share.php
Commit message (Expand)AuthorAgeFilesLines
* Next step in server-to-server sharing next generation, see #12285Bjoern Schiessle2014-12-191-7/+92
* Correctly namespace encryption testsJoas Schilling2014-12-091-25/+22
* Use self:: instead of the class name in encryption testsJoas Schilling2014-12-091-226/+226
* Update OCA\Encryption to OCA\Files_Encryption in the encryption app itselfJoas Schilling2014-12-091-14/+17
* upgrade to new folder structureBjoern Schiessle2014-12-021-27/+4
* change private/public key names for consistency reasonsBjoern Schiessle2014-11-261-4/+4
* new folder structure for keysBjoern Schiessle2014-11-261-100/+100
* Replace deprecated constant with new class constantJoas Schilling2014-11-251-11/+11
* Fix single run of encryption tests and usages of uniqid() and fopen()Joas Schilling2014-11-171-58/+64
* remove unnecessary require calls - the ownCloud class loader is supposed to t...Thomas Müller2014-10-301-8/+0
* Properly register sharing hooks and proxiesVincent Petry2014-10-301-1/+7
* Added encryption test when moving file as non-ownerVincent Petry2014-10-291-2/+15
* make tests compatible with hook based skeleton generationJörn Friedrich Dreyer2014-10-201-0/+8
* Fix share key finding algorithm in various casesVincent Petry2014-09-231-0/+57
* update existing unit testsBjoern Schiessle2014-07-231-3/+3
* update keys recursively if a folder was movedBjoern Schiessle2014-07-171-0/+48
* remove pointless require of Blowfish.phpThomas Müller2014-07-101-1/+0
* Remove all occurences of @brief and @returns from PHPDocMorris Jobke2014-05-191-1/+1
* remove legacy aka deprecated code: OC_FilesystemViewThomas Müller2014-05-121-4/+4
* fix encryption tests after the removal of the shared folderBjoern Schiessle2014-04-231-26/+25
* Remember before change works betterBart Visscher2014-04-011-3/+3
* add test case if a file gets moved out from the shared folderBjoern Schiessle2014-02-241-0/+70
* Merge pull request #7190 from owncloud/appconfig-legacy-appsThomas Müller2014-02-181-6/+6
|\
| * Remove usage of legacy OC_AppconfigRobin Appelman2014-02-131-6/+6
* | Merge pull request #6748 from owncloud/fileinfoicewind19912014-02-141-7/+7
|\ \ | |/ |/|
| * remove more is_array from encryptionRobin Appelman2014-01-171-7/+7
* | added tests for the delete hooks if the trash bin is disabledBjoern Schiessle2014-02-011-15/+29
|/
* call set password hook because it doesn't get triggered during test execution...Bjoern Schiessle2013-12-161-3/+12
* enable more testsBjoern Schiessle2013-12-041-8/+4
* Merge pull request #4537 from owncloud/no-realpathThomas Müller2013-08-221-10/+10
|\
| * Use __DIR__ instead of dirname(__FILE__).Andreas Fischer2013-08-211-10/+10
| * Do not use realpath() on includes.Andreas Fischer2013-08-211-10/+10
* | Merge branch 'master' into decrypt_files_againBjoern Schiessle2013-08-171-2/+7
|\|
| * fix test and make warning translatableBjoern Schiessle2013-08-011-2/+7
* | don't know why it works locally but not on the build server... let's keep it ...Bjoern Schiessle2013-07-311-0/+3
* | this hopefully fixes testRecoveryForUser(), works locallyBjoern Schiessle2013-07-311-7/+10
* | this test works locally, let's see what out build server says...Bjoern Schiessle2013-07-311-3/+0
* | adapt unit tests to the modified stream wrapperBjoern Schiessle2013-07-301-12/+12
|/
* mark test as incomplete because I can't reproduce jenkins failureMorris Jobke2013-07-211-0/+3
* Merge branch 'master' into files_encryption_check_private_keyBjörn Schießle2013-06-111-0/+16
|\
| * add timeouts 3/30/90 to phpunit testsJörn Friedrich Dreyer2013-06-101-0/+16
* | Merge branch 'master' into files_encryption_check_private_keyBjörn Schießle2013-06-101-1/+1
|\|
| * fix broken testsFlorin Peter2013-05-311-1/+1
* | reformat codeFlorin Peter2013-06-031-2/+1
* | control files are no longer needed, remove them from the testsBjörn Schießle2013-06-031-6/+0
|/
* added users for testsFlorin Peter2013-05-261-273/+400
* improved testFlorin Peter2013-05-261-284/+278
* improved testsFlorin Peter2013-05-221-2/+3
* move 3rdparty dependencies to appBjörn Schießle2013-05-211-1/+1
* fix broken testsFlorin Peter2013-05-211-9/+0