summaryrefslogtreecommitdiffstats
path: root/apps/files_encryption/tests
Commit message (Expand)AuthorAgeFilesLines
* fix unit testsMorris Jobke2015-04-221-9/+15
* get correct user for paths to the trash bin, needed for remote shares if the ...Bjoern Schiessle2015-01-301-0/+1
* Fix intendationJoas Schilling2015-01-291-3/+3
* Fix more assertionsJoas Schilling2015-01-291-26/+26
* Fix 2 assertionsJoas Schilling2015-01-291-3/+3
* make sure that we always create a public share key for remote sharesBjoern Schiessle2015-01-291-31/+92
* Call final unlink in trash wrapper's storageVincent Petry2015-01-231-0/+2
* Merge pull request #13416 from owncloud/reauthenticate-if-session-differs-fro...Morris Jobke2015-01-191-2/+11
|\
| * Prioritise Basic Auth header over CookieLukas Reschke2015-01-171-2/+11
* | replace hook with storage wrapperBjoern Schiessle2015-01-191-21/+19
|/
* Merge pull request #13288 from owncloud/enc_fix_public_downloadLukas Reschke2015-01-141-12/+1
|\
| * if we download a public shared file we need to retrieve the user from the pathBjoern Schiessle2015-01-131-12/+1
* | adapt decrypt all and restore/delete key backups to the new folder structure ...Bjoern Schiessle2015-01-131-14/+83
|/
* Merge pull request #13182 from owncloud/download_versionsBjörn Schießle2015-01-124-63/+262
|\
| * make versions of shared files downloadableBjoern Schiessle2015-01-094-63/+262
* | unit testsBjoern Schiessle2015-01-091-4/+86
|/
* Merge pull request #12961 from owncloud/try_to_cache_keysMorris Jobke2014-12-223-9/+45
|\
| * cache keys to read them only once from the hard discBjoern Schiessle2014-12-193-9/+45
* | Next step in server-to-server sharing next generation, see #12285Bjoern Schiessle2014-12-191-7/+92
* | first step to drop \OCP\Config:: in favour of IConfigMorris Jobke2014-12-171-7/+12
|/
* Correctly namespace encryption testsJoas Schilling2014-12-0912-185/+181
* Use self:: instead of the class name in encryption testsJoas Schilling2014-12-0910-361/+361
* Update OCA\Encryption to OCA\Files_Encryption in the encryption app itselfJoas Schilling2014-12-0912-124/+126
* reduce OC_Preferences, OC_Config and \OCP\Config usageMorris Jobke2014-12-081-1/+3
* upgrade to new folder structureBjoern Schiessle2014-12-0212-305/+211
* change private/public key names for consistency reasonsBjoern Schiessle2014-11-264-16/+21
* new folder structure for keysBjoern Schiessle2014-11-268-513/+306
* Replace deprecated constant with new class constantJoas Schilling2014-11-252-12/+12
* Fix file upload to ext storage when recovery key is enabledVincent Petry2014-11-201-0/+37
* Make apps/ extend the \Test\TestCase and fix overwritten methodsJoas Schilling2014-11-191-3/+7
* Fix single run of encryption tests and usages of uniqid() and fopen()Joas Schilling2014-11-1711-259/+375
* Skip some more tests on Windows which just can not work at allJoas Schilling2014-11-171-0/+7
* remove unnecessary require calls - the ownCloud class loader is supposed to t...Thomas Müller2014-10-3010-71/+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-2010-7/+84
* we also encrypt/decrypt files in the versions folder for previews and if encr...Bjoern Schiessle2014-10-061-0/+38
* Merge pull request #11137 from owncloud/enc-pregfixVincent Petry2014-09-236-70/+313
|\
| * Fix share key finding algorithm in various casesVincent Petry2014-09-236-70/+313
* | create backup from all keys before recoveryBjoern Schiessle2014-09-191-0/+42
|/
* login as user1 before performing a testBjoern Schiessle2014-08-151-1/+1
* Merge pull request #9754 from owncloud/enc_support_aes_256Vincent Petry2014-08-134-83/+164
|\
| * add unit test for aes256/aes128Bjoern Schiessle2014-07-232-0/+192
| * update existing unit testsBjoern Schiessle2014-07-234-126/+15
* | fixes from git push forceMorris Jobke2014-08-121-2/+0
* | add unit testsBjoern Schiessle2014-08-121-0/+49
* | Disable encryption migration testsMorris Jobke2014-08-051-0/+8
* | Minor fixesMorris Jobke2014-08-051-1/+1
* | add unit test for rename and copy operationBjoern Schiessle2014-07-301-0/+52
|/
* check that the file proxies are enabled after each testBjoern Schiessle2014-07-171-0/+2