Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | make encryption configurable for home storage | Bjoern Schiessle | 2015-10-27 | 1 | -0/+6 |
| | |||||
* | Update license headers | Lukas Reschke | 2015-10-26 | 1 | -0/+1 |
| | |||||
* | Fix "Call to a member function getUID() on boolean" in Crypt | Joas Schilling | 2015-10-22 | 1 | -4/+4 |
| | |||||
* | update licence headers via script | Morris Jobke | 2015-10-05 | 2 | -2/+0 |
| | |||||
* | add some output to explain the pre-conditions for decrypt-all | Bjoern Schiessle | 2015-10-05 | 1 | -0/+6 |
| | |||||
* | no need to list users if all users already had a key-pair | Bjoern Schiessle | 2015-09-24 | 1 | -0/+6 |
| | |||||
* | fix small typo | Bjoern Schiessle | 2015-09-21 | 1 | -1/+1 |
| | |||||
* | occ script to disable encryption and to decrypt all files again | Bjoern Schiessle | 2015-09-15 | 2 | -1/+178 |
| | |||||
* | Function does return void | Lukas Reschke | 2015-09-15 | 1 | -2/+1 |
| | | | | This function does return void and not a bool. | ||||
* | enable usage of a master key | Bjoern Schiessle | 2015-09-07 | 1 | -14/+25 |
| | |||||
* | return false if private key is not valid | Bjoern Schiessle | 2015-08-30 | 1 | -1/+1 |
| | |||||
* | Merge pull request #18423 from owncloud/occ_encrypt_all | Björn Schießle | 2015-08-28 | 2 | -0/+443 |
|\ | | | | | occ command line tool to encrypt all files | ||||
| * | occ tool to encrypt all files | Bjoern Schiessle | 2015-08-26 | 2 | -0/+443 |
| | | |||||
* | | use uid as additional information for salt | Bjoern Schiessle | 2015-08-07 | 1 | -6/+9 |
| | | |||||
* | | use password hash instead of the plain password to encrypt the private key | Bjoern Schiessle | 2015-08-07 | 1 | -9/+130 |
|/ | |||||
* | update license headers and authors | Morris Jobke | 2015-06-25 | 2 | -1/+6 |
| | |||||
* | add hint to exception | Bjoern Schiessle | 2015-06-08 | 1 | -5/+4 |
| | |||||
* | improve error messages displayed to the user | Bjoern Schiessle | 2015-05-27 | 1 | -1/+1 |
| | |||||
* | Merge pull request #16085 from owncloud/encryption-module-rename | Thomas Müller | 2015-05-19 | 1 | -2/+2 |
|\ | | | | | rename to 'Default encryption module' | ||||
| * | rename to 'Default encryption module' | Jan-Christoph Borchardt | 2015-05-06 | 1 | -2/+2 |
| | | |||||
* | | Add missing import for the exception | Joas Schilling | 2015-05-18 | 1 | -0/+2 |
| | | |||||
* | | add l10n to constructor | Bjoern Schiessle | 2015-05-18 | 1 | -2/+8 |
| | | |||||
* | | Merge pull request #16404 from owncloud/enc_encrypt_files_in_trash | Vincent Petry | 2015-05-18 | 1 | -1/+4 |
|\ \ | | | | | | | also encrypt files in trash bin | ||||
| * | | also encrypt files in trash bin | Bjoern Schiessle | 2015-05-18 | 1 | -1/+4 |
| |/ | |||||
* / | a new approach to display the error message | Bjoern Schiessle | 2015-05-18 | 1 | -0/+40 |
|/ | |||||
* | Merge pull request #15938 from owncloud/enc_update_recovery_share_key | Björn Schießle | 2015-05-05 | 1 | -25/+3 |
|\ | | | | | [encryption] check recovery key setting for the correct user | ||||
| * | check recovery setting for the right user | Bjoern Schiessle | 2015-04-30 | 1 | -25/+3 |
| | | |||||
* | | Simplify the test | Joas Schilling | 2015-04-30 | 1 | -2/+4 |
| | | |||||
* | | skip user if we don't have a public key | Bjoern Schiessle | 2015-04-30 | 1 | -1/+15 |
|/ | |||||
* | method shouldn't be static | Bjoern Schiessle | 2015-04-28 | 1 | -1/+1 |
| | |||||
* | also create encryption keys for empty files | Bjoern Schiessle | 2015-04-28 | 1 | -15/+20 |
| | |||||
* | skip update of encryption keys if file is not encrypted | Bjoern Schiessle | 2015-04-28 | 1 | -10/+29 |
| | |||||
* | fall back to the ownCloud default encryption module and aes128 if we read a ↵ | Bjoern Schiessle | 2015-04-27 | 2 | -3/+20 |
| | | | | encrypted file without a header | ||||
* | always create a new instance of the encryption module | Bjoern Schiessle | 2015-04-17 | 1 | -1/+2 |
| | |||||
* | decrypt private key for public shares correctly | Bjoern Schiessle | 2015-04-16 | 1 | -2/+2 |
| | |||||
* | remove calculateUnencryptedSize() - not needed | Thomas Müller | 2015-04-14 | 1 | -10/+0 |
| | |||||
* | fix reading of private key | Thomas Müller | 2015-04-14 | 1 | -1/+1 |
| | |||||
* | add unit test for crypt.php | Bjoern Schiessle | 2015-04-10 | 1 | -29/+20 |
| | |||||
* | Fix typos and some other adjustments | Lukas Reschke | 2015-04-09 | 2 | -6/+9 |
| | |||||
* | Fix PHPDoc | Lukas Reschke | 2015-04-09 | 1 | -0/+5 |
| | |||||
* | read cipher from key header and always write a key header if a new private ↵ | Bjoern Schiessle | 2015-04-08 | 1 | -7/+24 |
| | | | | key is stored | ||||
* | fix function call | Bjoern Schiessle | 2015-04-08 | 1 | -2/+1 |
| | |||||
* | fixing license headers - encryption code related | Thomas Müller | 2015-04-07 | 2 | -6/+22 |
| | |||||
* | PHPDoc cleanup - clean code \o/ | Thomas Müller | 2015-04-07 | 1 | -19/+18 |
| | |||||
* | fix versions download and previews | Bjoern Schiessle | 2015-04-07 | 1 | -3/+15 |
| | |||||
* | cleaning up exception mess | Thomas Müller | 2015-04-07 | 1 | -1/+1 |
| | |||||
* | Set human readable module ids | Thomas Müller | 2015-04-07 | 1 | -1/+1 |
| | |||||
* | Fix shouldEncrypt and don't throw exception id fileKey not present - can happen | Thomas Müller | 2015-04-07 | 1 | -20/+21 |
| | |||||
* | only encrypt files and files_versions | Thomas Müller | 2015-04-07 | 1 | -1/+13 |
| | |||||
* | fix exception handling | Thomas Müller | 2015-04-07 | 1 | -38/+26 |
| |