Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move \OC\Encryption to PSR-4 | Roeland Jago Douma | 2016-04-22 | 1 | -393/+0 |
| | |||||
* | fix creation of versions of encrypted files on external storages | Bjoern Schiessle | 2016-03-31 | 1 | -50/+0 |
| | | | | | | in order to create a 1:1 copy of a file if a version gets created we need to store this information on copyBetweenStorage(). This allows us to by-pass the encryption wrapper if we read the source file. | ||||
* | Happy new year! | Thomas Müller | 2016-01-12 | 1 | -1/+1 |
| | |||||
* | update licence headers via script | Morris Jobke | 2015-10-05 | 1 | -1/+0 |
| | |||||
* | make system root of key storage configurable | Bjoern Schiessle | 2015-08-30 | 1 | -6/+36 |
| | |||||
* | make sure that we always detect legacy files correctly | Bjoern Schiessle | 2015-07-17 | 1 | -29/+0 |
| | |||||
* | update license headers and authors | Morris Jobke | 2015-06-25 | 1 | -0/+3 |
| | |||||
* | Correctly ignore remote shares aswell | Joas Schilling | 2015-06-02 | 1 | -1/+4 |
| | |||||
* | Add unit tests for wrapStorage | Joas Schilling | 2015-06-02 | 1 | -2/+1 |
| | |||||
* | Move the storage wrapping into a testable method | Joas Schilling | 2015-06-02 | 1 | -0/+49 |
| | |||||
* | Merge pull request #16085 from owncloud/encryption-module-rename | Thomas Müller | 2015-05-19 | 1 | -1/+1 |
|\ | | | | | rename to 'Default encryption module' | ||||
| * | rename to 'Default encryption module' | Jan-Christoph Borchardt | 2015-05-06 | 1 | -1/+1 |
| | | |||||
* | | fix check if file is excluded from encryption | Bjoern Schiessle | 2015-05-11 | 1 | -1/+1 |
|/ | |||||
* | update share keys if a file is moved to a shared folder | Bjoern Schiessle | 2015-04-23 | 1 | -11/+9 |
| | |||||
* | detect system wide mount points correctly | Bjoern Schiessle | 2015-04-16 | 1 | -4/+33 |
| | |||||
* | add migration script from old encryption to new one | Bjoern Schiessle | 2015-04-16 | 1 | -0/+10 |
| | |||||
* | fixing license headers - encryption code related | Thomas Müller | 2015-04-07 | 1 | -14/+13 |
| | |||||
* | PHPDoc cleanup - clean code \o/ | Thomas Müller | 2015-04-07 | 1 | -1/+1 |
| | |||||
* | fix re-shares with encryption | Bjoern Schiessle | 2015-04-07 | 1 | -3/+3 |
| | |||||
* | cleaning up exception mess | Thomas Müller | 2015-04-07 | 1 | -2/+2 |
| | |||||
* | getUidAndFilename() always get uid from path | Bjoern Schiessle | 2015-04-07 | 1 | -46/+6 |
| | |||||
* | add helper class accessible for encryption modules to ask for a list of ↵ | Bjoern Schiessle | 2015-04-07 | 1 | -45/+2 |
| | | | | users with access to a file, needed to apply the recovery key to all files | ||||
* | various fixes & start to unit test the encryption storage wrapper | Thomas Müller | 2015-04-07 | 1 | -16/+17 |
| | |||||
* | fix lib/private/encryption/util.php call | Bjoern Schiessle | 2015-04-07 | 1 | -1/+4 |
| | |||||
* | remove debug code from core | Bjoern Schiessle | 2015-04-07 | 1 | -3/+0 |
| | |||||
* | check if recovery key exists and encrypt the file with the recovery key if ↵ | Bjoern Schiessle | 2015-04-07 | 1 | -1/+22 |
| | | | | needed | ||||
* | fix check if a file is excluded from encryption or not | Bjoern Schiessle | 2015-03-27 | 1 | -3/+16 |
| | |||||
* | implement basic encryption functionallity in core to enable multiple ↵ | Bjoern Schiessle | 2015-03-26 | 1 | -0/+401 |
encryption modules |