Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move \OCP\Encryption to PSR-4 (#24680) | Roeland Douma | 2016-05-17 | 5 | -548/+0 |
| | |||||
* | Introduce isReadyForUser and verify in file transfer ownership - fixes #23786 | Thomas Müller | 2016-04-15 | 1 | -0/+12 |
| | |||||
* | since 9.0 we have a additional parameter $position used for integrity checks | Bjoern Schiessle | 2016-02-22 | 1 | -3/+15 |
| | |||||
* | make it backward compatible to work with signed and un-signed files | Björn Schießle | 2016-02-09 | 1 | -3/+4 |
| | |||||
* | Happy new year! | Thomas Müller | 2016-01-12 | 5 | -5/+5 |
| | |||||
* | update licence headers via script | Morris Jobke | 2015-10-05 | 2 | -2/+0 |
| | |||||
* | occ script to disable encryption and to decrypt all files again | Bjoern Schiessle | 2015-09-15 | 1 | -0/+11 |
| | |||||
* | Function does return void | Lukas Reschke | 2015-09-15 | 1 | -1/+0 |
| | | | | This function does return void and not a bool. | ||||
* | occ tool to encrypt all files | Bjoern Schiessle | 2015-08-26 | 1 | -0/+12 |
| | |||||
* | 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 |