Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | remove old encryption app | Bjoern Schiessle | 2015-04-07 | 1 | -500/+0 |
| | |||||
* | Update license headers | Jenkins for ownCloud | 2015-03-26 | 1 | -14/+21 |
| | |||||
* | Revert "Updating license headers" | Morris Jobke | 2015-02-26 | 1 | -22/+15 |
| | | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36. | ||||
* | Updating license headers | Jenkins for ownCloud | 2015-02-23 | 1 | -15/+22 |
| | |||||
* | Bypass the view when storing encryption keys | Robin Appelman | 2015-01-20 | 1 | -12/+9 |
| | |||||
* | cache keys to read them only once from the hard disc | Bjoern Schiessle | 2014-12-19 | 1 | -10/+46 |
| | |||||
* | Update OCA\Encryption to OCA\Files_Encryption in the encryption app itself | Joas Schilling | 2014-12-09 | 1 | -8/+7 |
| | |||||
* | Fix namespace of files_encryption classes and autoload them | Joas Schilling | 2014-12-09 | 1 | -1/+1 |
| | |||||
* | upgrade to new folder structure | Bjoern Schiessle | 2014-12-02 | 1 | -15/+19 |
| | |||||
* | change private/public key names for consistency reasons | Bjoern Schiessle | 2014-11-26 | 1 | -125/+133 |
| | |||||
* | harmonize copyright notice | Bjoern Schiessle | 2014-11-26 | 1 | -2/+3 |
| | |||||
* | new folder structure for keys | Bjoern Schiessle | 2014-11-26 | 1 | -270/+102 |
| | | | | | | all keys are now in files_encryption/key/path_to_file/filename/ share keys are named: user.shareKey file key is named: fileKey | ||||
* | Make files non executable | Lukas Reschke | 2014-10-24 | 1 | -0/+0 |
| | | | | There is not much sense in having these files marked executable, we should avoid that. | ||||
* | Fix share key finding algorithm in various cases | Vincent Petry | 2014-09-23 | 1 | -22/+32 |
| | | | | | | | | | | | 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 | ||||
* | support aes 256 | Bjoern Schiessle | 2014-07-23 | 1 | -3/+34 |
| | |||||
* | add owner as parameter for delShareKey | Bjoern Schiessle | 2014-07-04 | 1 | -6/+7 |
| | |||||
* | improved error message | Bjoern Schiessle | 2014-06-30 | 1 | -7/+8 |
| | |||||
* | check if file exists before deleting keys, and add debug output for every | Bjoern Schiessle | 2014-06-27 | 1 | -15/+40 |
| | | | | delete operation | ||||
* | always use a \OC\Files\View | Bjoern Schiessle | 2014-06-25 | 1 | -35/+24 |
| | |||||
* | add unit tests | Bjoern Schiessle | 2014-06-24 | 1 | -1/+1 |
| | |||||
* | always use '/' as directory seperator | Bjoern Schiessle | 2014-06-24 | 1 | -1/+1 |
| | |||||
* | remove unused code | Bjoern Schiessle | 2014-06-18 | 1 | -1/+1 |
| | |||||
* | Remove all occurences of @brief and @returns from PHPDoc | Morris Jobke | 2014-05-19 | 1 | -17/+17 |
| | | | | * test case added to avoid adding them later | ||||
* | Fix PHPDoc in /apps | Robin McCorkell | 2014-05-16 | 1 | -3/+3 |
| | |||||
* | remove legacy aka deprecated code: OC_FilesystemView | Thomas Müller | 2014-05-12 | 1 | -22/+22 |
| | |||||
* | polish documentation based on scrutinizer patches | Jörn Friedrich Dreyer | 2014-02-06 | 1 | -2/+4 |
| | |||||
* | add function to extract filename from sharekey name + tests | Bjoern Schiessle | 2014-02-03 | 1 | -1/+17 |
| | |||||
* | better error detection and don't use glob() | Bjoern Schiessle | 2014-01-31 | 1 | -12/+27 |
| | |||||
* | Merge branch 'master' into encryption_enable_public_upload | Bjoern Schiessle | 2013-11-27 | 1 | -8/+4 |
|\ | | | | | | | | | | | | | | | | | Conflicts: apps/files_encryption/lib/helper.php apps/files_encryption/lib/keymanager.php apps/files_encryption/lib/stream.php apps/files_encryption/lib/util.php apps/files_encryption/tests/keymanager.php | ||||
| * | some small changes according to the review comments | Bjoern Schiessle | 2013-11-27 | 1 | -8/+4 |
| | | |||||
* | | Merge branch 'encryption_work_with_public_gallery' into ↵ | Bjoern Schiessle | 2013-11-21 | 1 | -0/+1 |
|\| | | | | | | | encryption_enable_public_upload | ||||
| * | Merge branch 'master' into encryption_work_with_public_gallery | Bjoern Schiessle | 2013-11-21 | 1 | -0/+1 |
| |\ | | | | | | | | | | | | | | | | | | | | | | Conflicts: apps/files_encryption/lib/keymanager.php apps/files_encryption/lib/stream.php apps/files_encryption/lib/util.php apps/files_encryption/tests/crypt.php | ||||
| | * | only check if the key file exists to decide if it is an encrypted file or not. | Bjoern Schiessle | 2013-11-20 | 1 | -2/+1 |
| | | | | | | | | | | | | This solves problems with external storage which doesn't support fseek | ||||
* | | | public upload now also works with encryption enabled | Bjoern Schiessle | 2013-11-21 | 1 | -9/+5 |
|/ / | |||||
* | | make sure that we always use the correct user id | Bjoern Schiessle | 2013-11-20 | 1 | -7/+11 |
| | | |||||
* | | [wip] make encryption work with public gallery sharing | Bjoern Schiessle | 2013-11-20 | 1 | -8/+4 |
|/ | |||||
* | rename fixPartialFilePath() to stripPartialFileExtension(), this name ↵ | Bjoern Schiessle | 2013-11-12 | 1 | -4/+4 |
| | | | | describes better what the method actually does | ||||
* | fixing tests for the new part file handling | Bjoern Schiessle | 2013-11-12 | 1 | -22/+6 |
| | |||||
* | let encryption app detect transfer id in path and handle it correctly | Bjoern Schiessle | 2013-11-11 | 1 | -32/+6 |
| | |||||
* | check if key exists before reading it | Bjoern Schiessle | 2013-09-25 | 1 | -1/+4 |
| | |||||
* | fix part file handling and real size calculation, this should also solve #4581 | Bjoern Schiessle | 2013-09-06 | 1 | -26/+2 |
| | | | | | Conflicts: apps/files_encryption/lib/stream.php | ||||
* | Add _many_ newlines at the end of files | kondou | 2013-08-18 | 1 | -1/+1 |
| | |||||
* | added helper function to escape glob pattern | Björn Schießle | 2013-07-05 | 1 | -3/+3 |
| | | | | | | Conflicts: apps/files_encryption/lib/helper.php | ||||
* | only escape glob pattern | Björn Schießle | 2013-07-05 | 1 | -3/+7 |
| | |||||
* | del share keys from correct location | Björn Schießle | 2013-07-05 | 1 | -3/+16 |
| | |||||
* | delete file keys from the correct location | Björn Schießle | 2013-07-05 | 1 | -1/+8 |
| | |||||
* | move isSystemWideMountPoint() to util.php | Björn Schießle | 2013-07-05 | 1 | -19/+4 |
| | |||||
* | some performance improvements, check for system wide mounts only once while ↵ | Björn Schießle | 2013-07-05 | 1 | -40/+25 |
| | | | | writing share keys | ||||
* | fix path to OC_Mount_Config | Björn Schießle | 2013-07-05 | 1 | -1/+1 |
| | |||||
* | handle system wide mount points | Björn Schießle | 2013-07-05 | 1 | -9/+40 |
| |