Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move Encryption app to PSR-4 (#24524) | Joas Schilling | 2016-05-12 | 4 | -1347/+0 |
| | | | | | | | | * Move Encryption to PSR-4 * Move encryption tests to PSR-4 * Fix the tests | ||||
* | if we don't have a encrypted file key we can return a empty string right away | Bjoern Schiessle | 2016-04-26 | 1 | -0/+30 |
| | |||||
* | don't create a private-/public-key pair for each user if the master key is ↵ | Bjoern Schiessle | 2016-04-26 | 1 | -3/+17 |
| | | | | enabled | ||||
* | Fix encryption tests | Roeland Jago Douma | 2016-04-08 | 1 | -3/+0 |
| | |||||
* | allow group shares, even if not all public keys are available | Bjoern Schiessle | 2016-03-15 | 1 | -1/+37 |
| | |||||
* | Update author information | Lukas Reschke | 2016-03-01 | 1 | -0/+1 |
| | | | | Probably nice for the people that contributed to 9.0 to see themselves in the AUTHORS file :) | ||||
* | make decrypt all work with the master key | Bjoern Schiessle | 2016-02-29 | 1 | -3/+11 |
| | |||||
* | remember signature version and only set it on update to make sure that other | Bjoern Schiessle | 2016-02-10 | 1 | -0/+19 |
| | | | | apps like files_versions still get the old signature version | ||||
* | fixing unit tests | Björn Schießle | 2016-02-09 | 2 | -10/+55 |
| | |||||
* | sign all encrypted blocks and check signature on decrypt | Björn Schießle | 2016-02-09 | 1 | -1/+6 |
| | |||||
* | Use AES-256-CTR as default | Lukas Reschke | 2016-02-09 | 1 | -4/+30 |
| | | | | CTR is recommended over CFB mode. | ||||
* | Happy new year! | Thomas Müller | 2016-01-12 | 4 | -4/+4 |
| | |||||
* | make encryption configurable for home storage | Bjoern Schiessle | 2015-10-27 | 1 | -9/+27 |
| | |||||
* | update licence headers via script | Morris Jobke | 2015-10-05 | 2 | -3/+0 |
| | |||||
* | occ script to disable encryption and to decrypt all files again | Bjoern Schiessle | 2015-09-15 | 2 | -0/+203 |
| | |||||
* | return false if private key is not valid | Bjoern Schiessle | 2015-08-30 | 1 | -0/+15 |
| | |||||
* | Merge pull request #18423 from owncloud/occ_encrypt_all | Björn Schießle | 2015-08-28 | 2 | -0/+298 |
|\ | | | | | occ command line tool to encrypt all files | ||||
| * | occ tool to encrypt all files | Bjoern Schiessle | 2015-08-26 | 2 | -0/+298 |
| | | |||||
* | | use password hash instead of the plain password to encrypt the private key | Bjoern Schiessle | 2015-08-07 | 1 | -5/+106 |
|/ | |||||
* | update license headers and authors | Morris Jobke | 2015-06-25 | 2 | -0/+5 |
| | |||||
* | Move the helpful method to the TestCase class | Joas Schilling | 2015-06-03 | 2 | -15/+15 |
| | |||||
* | Add missing import for the exception | Joas Schilling | 2015-05-18 | 1 | -0/+1 |
| | |||||
* | Add a unit test for the decrypt method | Joas Schilling | 2015-05-18 | 1 | -1/+11 |
| | |||||
* | add l10n to constructor | Bjoern Schiessle | 2015-05-18 | 1 | -1/+8 |
| | |||||
* | also encrypt files in trash bin | Bjoern Schiessle | 2015-05-18 | 1 | -0/+25 |
| | |||||
* | Simplify the test | Joas Schilling | 2015-04-30 | 2 | -12/+4 |
| | |||||
* | skip user if we don't have a public key | Bjoern Schiessle | 2015-04-30 | 1 | -0/+69 |
| | |||||
* | also create encryption keys for empty files | Bjoern Schiessle | 2015-04-28 | 1 | -8/+22 |
| | |||||
* | skip update of encryption keys if file is not encrypted | Bjoern Schiessle | 2015-04-28 | 1 | -2/+47 |
| | |||||
* | fall back to the ownCloud default encryption module and aes128 if we read a ↵ | Bjoern Schiessle | 2015-04-27 | 1 | -0/+27 |
| | | | | encrypted file without a header | ||||
* | add unit test for crypt.php | Bjoern Schiessle | 2015-04-10 | 1 | -0/+263 |
| | |||||
* | fixing license headers - encryption code related | Thomas Müller | 2015-04-07 | 1 | -14/+12 |
| | |||||
* | remove unused code | Bjoern Schiessle | 2015-04-07 | 1 | -1/+0 |
| | |||||
* | fix versions download and previews | Bjoern Schiessle | 2015-04-07 | 1 | -0/+79 |