Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | update license headers and authors | Morris Jobke | 2015-06-25 | 1 | -0/+3 |
| | |||||
* | a new approach to display the error message | Bjoern Schiessle | 2015-05-18 | 1 | -0/+12 |
| | |||||
* | fall back to the ownCloud default encryption module and aes128 if we read a ↵ | Bjoern Schiessle | 2015-04-27 | 1 | -1/+2 |
| | | | | encrypted file without a header | ||||
* | Add @since tags to all methods in public namespace | Morris Jobke | 2015-04-16 | 1 | -0/+15 |
| | | | | | | | * 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 | ||||
* | remove calculateUnencryptedSize() - not needed | Thomas Müller | 2015-04-14 | 1 | -8/+0 |
| | |||||
* | Fix typos and some other adjustments | Lukas Reschke | 2015-04-09 | 1 | -2/+2 |
| | |||||
* | fixing license headers - encryption code related | Thomas Müller | 2015-04-07 | 1 | -14/+12 |
| | |||||
* | add deleteAllFileKeys to public interface and add "uid" as parameter for the | Bjoern Schiessle | 2015-03-27 | 1 | -1/+2 |
| | | | | update call | ||||
* | implement basic encryption functionallity in core to enable multiple ↵ | Bjoern Schiessle | 2015-03-26 | 1 | -0/+115 |
encryption modules |