Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move \OCP\Encryption to PSR-4 (#24680) | Roeland Douma | 2016-05-17 | 1 | -172/+0 |
| | |||||
* | Happy new year! | Thomas Müller | 2016-01-12 | 1 | -1/+1 |
| | |||||
* | update license headers and authors | Morris Jobke | 2015-06-25 | 1 | -0/+2 |
| | |||||
* | delete all file keys doesn't need the encryption module as parameter; ↵ | Bjoern Schiessle | 2015-05-13 | 1 | -2/+1 |
| | | | | implement rmdir; getFileKeyDir should also work for part files and complete directories | ||||
* | Use public interfaces for type hinting | Joas Schilling | 2015-04-24 | 1 | -1/+1 |
| | |||||
* | only update share keys if the file was encrypted | Bjoern Schiessle | 2015-04-24 | 1 | -0/+2 |
| | |||||
* | add $encryptionModuleId to methods of Keys/IStorage | Thomas Müller | 2015-04-22 | 1 | -11/+22 |
| | |||||
* | Add @since tags to all methods in public namespace | Morris Jobke | 2015-04-16 | 1 | -0/+18 |
| | | | | | | | * enhance the app development experience - you can look up the method introduction right inside the code without searching via git blame * easier to write apps for multiple versions | ||||
* | Check if the key exists, before trying to delete it | Joas Schilling | 2015-04-09 | 1 | -4/+4 |
| | |||||
* | fixing license headers - encryption code related | Thomas Müller | 2015-04-07 | 1 | -14/+13 |
| | |||||
* | implement webdav copy | Bjoern Schiessle | 2015-04-07 | 1 | -3/+9 |
| | |||||
* | Adding renameKeys to IStorage | Thomas Müller | 2015-04-07 | 1 | -1/+10 |
| | |||||
* | core: documentation fixes | Bjoern Schiessle | 2015-04-07 | 1 | -1/+1 |
| | |||||
* | add deleteKey methods to key storage | Bjoern Schiessle | 2015-04-07 | 1 | -0/+1 |
| | |||||
* | fix keystorage and add unit tests | Bjoern Schiessle | 2015-04-07 | 1 | -1/+1 |
| | |||||
* | add deleteAllFileKeys to public interface and add "uid" as parameter for the | Bjoern Schiessle | 2015-03-27 | 1 | -0/+8 |
| | | | | update call | ||||
* | implement basic encryption functionallity in core to enable multiple ↵ | Bjoern Schiessle | 2015-03-26 | 1 | -0/+117 |
encryption modules |