Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | remove old encryption app | Bjoern Schiessle | 2015-04-07 | 1 | -447/+0 |
| | |||||
* | Update license headers | Jenkins for ownCloud | 2015-03-26 | 1 | -12/+16 |
| | |||||
* | Revert "Updating license headers" | Morris Jobke | 2015-02-26 | 1 | -16/+13 |
| | | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36. | ||||
* | Updating license headers | Jenkins for ownCloud | 2015-02-23 | 1 | -13/+16 |
| | |||||
* | Correctly namespace encryption tests | Joas Schilling | 2014-12-09 | 1 | -23/+21 |
| | |||||
* | Use self:: instead of the class name in encryption tests | Joas Schilling | 2014-12-09 | 1 | -26/+26 |
| | |||||
* | Update OCA\Encryption to OCA\Files_Encryption in the encryption app itself | Joas Schilling | 2014-12-09 | 1 | -13/+15 |
| | |||||
* | upgrade to new folder structure | Bjoern Schiessle | 2014-12-02 | 1 | -31/+1 |
| | |||||
* | change private/public key names for consistency reasons | Bjoern Schiessle | 2014-11-26 | 1 | -2/+2 |
| | |||||
* | new folder structure for keys | Bjoern Schiessle | 2014-11-26 | 1 | -52/+52 |
| | | | | | | all keys are now in files_encryption/key/path_to_file/filename/ share keys are named: user.shareKey file key is named: fileKey | ||||
* | Replace deprecated constant with new class constant | Joas Schilling | 2014-11-25 | 1 | -1/+1 |
| | |||||
* | Fix single run of encryption tests and usages of uniqid() and fopen() | Joas Schilling | 2014-11-17 | 1 | -21/+25 |
| | |||||
* | remove unnecessary require calls - the ownCloud class loader is supposed to ↵ | Thomas Müller | 2014-10-30 | 1 | -6/+0 |
| | | | | take care of this | ||||
* | make tests compatible with hook based skeleton generation | Jörn Friedrich Dreyer | 2014-10-20 | 1 | -0/+8 |
| | |||||
* | Fix share key finding algorithm in various cases | Vincent Petry | 2014-09-23 | 1 | -35/+70 |
| | | | | | | | | | | | Instead of inaccurate pattern matching, use the list of users who we know have access to the file to build the list of share keys. This covers the following cases: - Move/copy files into a subfolder within a share - Unsharing from a user - Deleting files directlry / moving share keys to trashbin | ||||
* | add unit test for rename and copy operation | Bjoern Schiessle | 2014-07-30 | 1 | -0/+52 |
| | |||||
* | always use a \OC\Files\View | Bjoern Schiessle | 2014-06-25 | 1 | -1/+1 |
| | |||||
* | fix rename of encryption keys | Bjoern Schiessle | 2014-06-18 | 1 | -6/+7 |
| | |||||
* | remove encryption keys if user unshares a file | Bjoern Schiessle | 2014-06-06 | 1 | -3/+3 |
| | |||||
* | use oc_preferences instead of oc_encryption to store encyption settings | Bjoern Schiessle | 2014-06-05 | 1 | -0/+23 |
| | |||||
* | Merge pull request #8637 from owncloud/enc_improved_error_handling | Vincent Petry | 2014-05-21 | 1 | -0/+42 |
|\ | | | | | [encryption] improved error handling during password change | ||||
| * | only start migration if the encryption was initialized; allow to overwrite ↵ | Bjoern Schiessle | 2014-05-19 | 1 | -0/+42 |
| | | | | | | | | keys if no files exists | ||||
* | | Remove all occurences of @brief and @returns from PHPDoc | Morris Jobke | 2014-05-19 | 1 | -2/+2 |
|/ | | | | * test case added to avoid adding them later | ||||
* | remove legacy aka deprecated code: OC_FilesystemView | Thomas Müller | 2014-05-12 | 1 | -4/+4 |
| | |||||
* | fix encryption tests after the removal of the shared folder | Bjoern Schiessle | 2014-04-23 | 1 | -19/+7 |
| | |||||
* | add test case if a file gets moved out from the shared folder | Bjoern Schiessle | 2014-02-24 | 1 | -0/+55 |
| | |||||
* | fileinfo is no longer a array | Bjoern Schiessle | 2014-02-14 | 1 | -1/+1 |
| | |||||
* | name users after test | Bjoern Schiessle | 2014-02-07 | 1 | -2/+2 |
| | |||||
* | added tests for the delete hooks if the trash bin is disabled | Bjoern Schiessle | 2014-02-01 | 1 | -0/+271 |