Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | update license headers and authors | Morris Jobke | 2015-06-25 | 5 | -0/+12 |
| | |||||
* | improve error messages displayed to the user | Bjoern Schiessle | 2015-05-27 | 1 | -12/+5 |
| | |||||
* | a new approach to display the error message | Bjoern Schiessle | 2015-05-18 | 2 | -1/+22 |
| | |||||
* | 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 | ||||
* | Merge pull request #15860 from owncloud/enc_fallback_old_encryption | Thomas Müller | 2015-04-27 | 1 | -1/+2 |
|\ | | | | | [encryption] handle encrypted files correctly which where encrypted with a old version of ownCloud (<=oc6) | ||||
| * | 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 | ||||
* | | Make methods explicit public | Joas Schilling | 2015-04-27 | 1 | -6/+6 |
| | | |||||
* | | Make getDefaultModuleId public and get module protected | Joas Schilling | 2015-04-27 | 1 | -4/+3 |
|/ | |||||
* | 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 |
| | |||||
* | always create a new instance of the encryption module | Bjoern Schiessle | 2015-04-17 | 1 | -6/+8 |
| | |||||
* | Add @since tags to all methods in public namespace | Morris Jobke | 2015-04-16 | 5 | -1/+55 |
| | | | | | | | * 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 |
| | |||||
* | Merge pull request #15511 from owncloud/fix-typos | Lukas Reschke | 2015-04-09 | 3 | -4/+9 |
|\ | | | | | Fix typos and some other adjustments | ||||
| * | Fix typos and some other adjustments | Lukas Reschke | 2015-04-09 | 3 | -4/+9 |
| | | |||||
* | | 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 | 5 | -59/+54 |
| | |||||
* | implement webdav copy | Bjoern Schiessle | 2015-04-07 | 1 | -3/+9 |
| | |||||
* | cleaning up exception mess | Thomas Müller | 2015-04-07 | 1 | -0/+34 |
| | |||||
* | PHPDoc | Thomas Müller | 2015-04-07 | 1 | -2/+2 |
| | |||||
* | add helper class accessible for encryption modules to ask for a list of ↵ | Bjoern Schiessle | 2015-04-07 | 2 | -3/+37 |
| | | | | users with access to a file, needed to apply the recovery key to all files | ||||
* | 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 | 2 | -94/+1 |
| | |||||
* | Initial commit | Clark Tomlinson | 2015-04-07 | 1 | -12/+18 |
| | |||||
* | create basic interfaces and wrapper to make encryption more modular | Bjoern Schiessle | 2015-04-07 | 1 | -0/+87 |
| | |||||
* | add deleteAllFileKeys to public interface and add "uid" as parameter for the | Bjoern Schiessle | 2015-03-27 | 2 | -1/+10 |
| | | | | update call | ||||
* | implement basic encryption functionallity in core to enable multiple ↵ | Bjoern Schiessle | 2015-03-26 | 3 | -0/+324 |
encryption modules |