Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move \OC\Encryption to PSR-4 | Roeland Jago Douma | 2016-04-22 | 1 | -185/+0 |
| | |||||
* | 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 |
| | |||||
* | update license headers and authors | Morris Jobke | 2015-06-25 | 1 | -0/+2 |
| | |||||
* | use hooks to update encryption keys instead of the storage wrapper if a file ↵ | Bjoern Schiessle | 2015-05-11 | 1 | -1/+33 |
| | | | | | | gets renamed/restored, as long as we are in the storage wrapper the file cache isn't up-to-date | ||||
* | check if encryption is enbaled before we start moving keys | Bjoern Schiessle | 2015-05-06 | 1 | -10/+14 |
| | |||||
* | Make getDefaultModuleId public and get module protected | Joas Schilling | 2015-04-27 | 1 | -1/+1 |
| | |||||
* | update share keys if a file is moved to a shared folder | Bjoern Schiessle | 2015-04-23 | 1 | -19/+47 |
| | |||||
* | fixing license headers - encryption code related | Thomas Müller | 2015-04-07 | 1 | -14/+13 |
| | |||||
* | fix re-shares with encryption | Bjoern Schiessle | 2015-04-07 | 1 | -2/+6 |
| | |||||
* | Finally fixing encryption with public share | Thomas Müller | 2015-04-07 | 1 | -16/+16 |
| | |||||
* | add helper class accessible for encryption modules to ask for a list of ↵ | Bjoern Schiessle | 2015-04-07 | 1 | -1/+7 |
| | | | | users with access to a file, needed to apply the recovery key to all files | ||||
* | add deleteAllFileKeys to public interface and add "uid" as parameter for the | Bjoern Schiessle | 2015-03-27 | 1 | -1/+1 |
| | | | | update call | ||||
* | implement basic encryption functionallity in core to enable multiple ↵ | Bjoern Schiessle | 2015-03-26 | 1 | -0/+111 |
encryption modules |