summaryrefslogtreecommitdiffstats
path: root/lib/private/encryption/keys
Commit message (Collapse)AuthorAgeFilesLines
* update licence headers via scriptMorris Jobke2015-10-051-1/+0
|
* make system root of key storage configurableBjoern Schiessle2015-08-301-9/+16
|
* update license headers and authorsMorris Jobke2015-06-251-0/+2
|
* Check if the part files has keys when the original file does notJoas Schilling2015-06-081-1/+11
|
* make sure that we always use the correct owner for both source and targetBjoern Schiessle2015-06-031-31/+24
|
* Merge pull request #16501 from owncloud/enc_fix_move_versions_between_storagesVincent Petry2015-05-281-6/+15
|\ | | | | [encryption] fix move versions between storages
| * distinguish between source and target mount point to allow copy/rename ↵Bjoern Schiessle2015-05-211-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 Schiessle2015-05-221-1/+2
|/ | | | if possible, otherwise stuff like versioning will break
* delete all file keys doesn't need the encryption module as parameter; ↵Bjoern Schiessle2015-05-131-11/+3
| | | | implement rmdir; getFileKeyDir should also work for part files and complete directories
* only update share keys if the file was encryptedBjoern Schiessle2015-04-241-0/+9
|
* fix PHPDocThomas Müller2015-04-221-7/+8
|
* add $encryptionModuleId to methods of Keys/IStorageThomas Müller2015-04-222-139/+39
|
* detect system wide mount points correctlyBjoern Schiessle2015-04-161-3/+3
|
* Check if the key exists, before trying to delete itJoas Schilling2015-04-091-8/+9
|
* fixing license headers - encryption code relatedThomas Müller2015-04-072-28/+25
|
* add unit tests to the keystorageBjoern Schiessle2015-04-071-1/+1
|
* implement webdav copyBjoern Schiessle2015-04-071-1/+34
|
* cleaning up exception messThomas Müller2015-04-071-2/+2
|
* Further cleanup of files_encryptionThomas Müller2015-04-071-3/+3
|
* core: documentation fixesBjoern Schiessle2015-04-071-1/+1
|
* implement rename and delete of encryption keysBjoern Schiessle2015-04-071-0/+34
|
* add deleteKey methods to key storageBjoern Schiessle2015-04-071-7/+62
|
* fix keystorage and add unit testsBjoern Schiessle2015-04-071-97/+8
|
* implement basic encryption functionallity in core to enable multiple ↵Bjoern Schiessle2015-03-262-0/+372
encryption modules