| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove Scrutinizer Auto Fixer | Lukas Reschke | 2016-03-01 | 1 | -1/+0 |
* | Update author information | Lukas Reschke | 2016-03-01 | 2 | -0/+2 |
* | 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 |
* | Add tests for setVersion | Lukas Reschke | 2016-02-09 | 1 | -0/+40 |
* | Use cache and add tests | Lukas Reschke | 2016-02-09 | 1 | -0/+27 |
* | 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 |
* | Merge pull request #21612 from owncloud/fix_21598 | Thomas Müller | 2016-01-13 | 1 | -12/+64 |
|\ |
|
| * | only use master key ID if a user is logged in. Otherwise keep the public link... | Björn Schießle | 2016-01-11 | 1 | -12/+64 |
* | | Happy new year! | Thomas Müller | 2016-01-12 | 16 | -16/+19 |
|/ |
|
* | Fix PHPDoc + Add handling for error cases | Lukas Reschke | 2016-01-07 | 1 | -5/+59 |
* | Removed deprecated function OC_User::deleteUser | Roeland Jago Douma | 2015-12-17 | 1 | -3/+6 |
* | Removed deprecated private OC_User::createUser | Roeland Jago Douma | 2015-12-17 | 1 | -3/+3 |
* | Scrutinizer Auto-Fixes | Scrutinizer Auto-Fixer | 2015-11-27 | 1 | -0/+26 |
* | make encryption configurable for home storage | Bjoern Schiessle | 2015-10-27 | 3 | -10/+94 |
* | Update license headers | Lukas Reschke | 2015-10-26 | 1 | -0/+1 |
* | fix encryption migration test | Robin Appelman | 2015-10-16 | 1 | -0/+25 |
* | Make shared folder size propagation test work with object home storage | Robin Appelman | 2015-10-16 | 1 | -1/+1 |
* | update licence headers via script | Morris Jobke | 2015-10-05 | 12 | -16/+2 |
* | Merge pull request #18983 from owncloud/fix_18926 | Thomas Müller | 2015-09-18 | 1 | -4/+61 |
|\ |
|
| * | check for the right user if we can change his password | Bjoern Schiessle | 2015-09-14 | 1 | -4/+61 |
* | | occ script to disable encryption and to decrypt all files again | Bjoern Schiessle | 2015-09-15 | 3 | -0/+258 |
|/ |
|
* | occ command to enable master key | Bjoern Schiessle | 2015-09-08 | 1 | -0/+103 |
* | enable usage of a master key | Bjoern Schiessle | 2015-09-07 | 3 | -12/+161 |
* | return false if private key is not valid | Bjoern Schiessle | 2015-08-30 | 1 | -0/+15 |
* | use login name for password reset | Bjoern Schiessle | 2015-08-30 | 1 | -9/+23 |
* | Merge pull request #18423 from owncloud/occ_encrypt_all | Björn Schießle | 2015-08-28 | 2 | -0/+298 |
|\ |
|
| * | occ tool to encrypt all files | Bjoern Schiessle | 2015-08-26 | 2 | -0/+298 |
* | | Merge pull request #18121 from owncloud/enc_improve_privkey_encryption | Lukas Reschke | 2015-08-24 | 5 | -9/+110 |
|\ \
| |/
|/| |
|
| * | use password hash instead of the plain password to encrypt the private key | Bjoern Schiessle | 2015-08-07 | 5 | -9/+110 |
* | | Remove unnecessary DB prefixes from existing query builder usages | Joas Schilling | 2015-08-10 | 1 | -17/+17 |
|/ |
|
* | only update database on the first run (first run = we have a version number f... | Bjoern Schiessle | 2015-07-31 | 1 | -0/+3 |
* | Fix existing usages by removing the quotes | Joas Schilling | 2015-07-21 | 1 | -37/+37 |
* | Use the public interface and our method instead of the doctrine thing | Joas Schilling | 2015-07-21 | 1 | -12/+12 |
* | fix mount point detection | Bjoern Schiessle | 2015-07-20 | 1 | -1/+76 |
* | unit tests | Bjoern Schiessle | 2015-07-17 | 1 | -2/+36 |
* | don't move keys if the key where already moved in a previous migration run | Bjoern Schiessle | 2015-07-17 | 1 | -4/+9 |
* | Merge pull request #17500 from owncloud/encryption_migration_improvements | Thomas Müller | 2015-07-16 | 1 | -3/+47 |
|\ |
|
| * | only create new key pair if both keys are missing | Bjoern Schiessle | 2015-07-08 | 1 | -3/+47 |
* | | more secure way to update the database | Bjoern Schiessle | 2015-07-08 | 1 | -0/+58 |
|/ |
|
* | update license headers and authors | Morris Jobke | 2015-06-25 | 11 | -16/+66 |
* | Move the helpful method to the TestCase class | Joas Schilling | 2015-06-03 | 6 | -22/+22 |
* | detect migration status | Bjoern Schiessle | 2015-05-27 | 1 | -0/+90 |
* | 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 |
* | Merge pull request #16404 from owncloud/enc_encrypt_files_in_trash | Vincent Petry | 2015-05-18 | 1 | -0/+25 |
|\ |
|
| * | also encrypt files in trash bin | Bjoern Schiessle | 2015-05-18 | 1 | -0/+25 |