Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | update licence headers via script | Morris Jobke | 2015-10-05 | 1 | -1/+0 |
| | |||||
* | make system root of key storage configurable | Bjoern Schiessle | 2015-08-30 | 1 | -9/+16 |
| | |||||
* | update license headers and authors | Morris Jobke | 2015-06-25 | 1 | -0/+2 |
| | |||||
* | Check if the part files has keys when the original file does not | Joas Schilling | 2015-06-08 | 1 | -1/+11 |
| | |||||
* | make sure that we always use the correct owner for both source and target | Bjoern Schiessle | 2015-06-03 | 1 | -31/+24 |
| | |||||
* | Merge pull request #16501 from owncloud/enc_fix_move_versions_between_storages | Vincent Petry | 2015-05-28 | 1 | -6/+15 |
|\ | | | | | [encryption] fix move versions between storages | ||||
| * | distinguish between source and target mount point to allow copy/rename ↵ | Bjoern Schiessle | 2015-05-21 | 1 | -6/+15 |
| | | | | | | | | between system wide mount points and user specific mountpoints | ||||
* | | remove part file extension before we read a filekey to reuse a existing key ↵ | Bjoern Schiessle | 2015-05-22 | 1 | -1/+2 |
|/ | | | | if possible, otherwise stuff like versioning will break | ||||
* | delete all file keys doesn't need the encryption module as parameter; ↵ | Bjoern Schiessle | 2015-05-13 | 1 | -11/+3 |
| | | | | implement rmdir; getFileKeyDir should also work for part files and complete directories | ||||
* | only update share keys if the file was encrypted | Bjoern Schiessle | 2015-04-24 | 1 | -0/+9 |
| | |||||
* | fix PHPDoc | Thomas Müller | 2015-04-22 | 1 | -7/+8 |
| | |||||
* | add $encryptionModuleId to methods of Keys/IStorage | Thomas Müller | 2015-04-22 | 2 | -139/+39 |
| | |||||
* | detect system wide mount points correctly | Bjoern Schiessle | 2015-04-16 | 1 | -3/+3 |
| | |||||
* | Check if the key exists, before trying to delete it | Joas Schilling | 2015-04-09 | 1 | -8/+9 |
| | |||||
* | fixing license headers - encryption code related | Thomas Müller | 2015-04-07 | 2 | -28/+25 |
| | |||||
* | add unit tests to the keystorage | Bjoern Schiessle | 2015-04-07 | 1 | -1/+1 |
| | |||||
* | implement webdav copy | Bjoern Schiessle | 2015-04-07 | 1 | -1/+34 |
| | |||||
* | cleaning up exception mess | Thomas Müller | 2015-04-07 | 1 | -2/+2 |
| | |||||
* | Further cleanup of files_encryption | Thomas Müller | 2015-04-07 | 1 | -3/+3 |
| | |||||
* | core: documentation fixes | Bjoern Schiessle | 2015-04-07 | 1 | -1/+1 |
| | |||||
* | implement rename and delete of encryption keys | Bjoern Schiessle | 2015-04-07 | 1 | -0/+34 |
| | |||||
* | add deleteKey methods to key storage | Bjoern Schiessle | 2015-04-07 | 1 | -7/+62 |
| | |||||
* | fix keystorage and add unit tests | Bjoern Schiessle | 2015-04-07 | 1 | -97/+8 |
| | |||||
* | implement basic encryption functionallity in core to enable multiple ↵ | Bjoern Schiessle | 2015-03-26 | 2 | -0/+372 |
encryption modules |