aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/encryption/util.php
Commit message (Collapse)AuthorAgeFilesLines
* Move \OC\Encryption to PSR-4Roeland Jago Douma2016-04-221-393/+0
|
* fix creation of versions of encrypted files on external storagesBjoern Schiessle2016-03-311-50/+0
| | | | | | in order to create a 1:1 copy of a file if a version gets created we need to store this information on copyBetweenStorage(). This allows us to by-pass the encryption wrapper if we read the source file.
* Happy new year!Thomas Müller2016-01-121-1/+1
|
* update licence headers via scriptMorris Jobke2015-10-051-1/+0
|
* make system root of key storage configurableBjoern Schiessle2015-08-301-6/+36
|
* make sure that we always detect legacy files correctlyBjoern Schiessle2015-07-171-29/+0
|
* update license headers and authorsMorris Jobke2015-06-251-0/+3
|
* Correctly ignore remote shares aswellJoas Schilling2015-06-021-1/+4
|
* Add unit tests for wrapStorageJoas Schilling2015-06-021-2/+1
|
* Move the storage wrapping into a testable methodJoas Schilling2015-06-021-0/+49
|
* Merge pull request #16085 from owncloud/encryption-module-renameThomas Müller2015-05-191-1/+1
|\ | | | | rename to 'Default encryption module'
| * rename to 'Default encryption module'Jan-Christoph Borchardt2015-05-061-1/+1
| |
* | fix check if file is excluded from encryptionBjoern Schiessle2015-05-111-1/+1
|/
* update share keys if a file is moved to a shared folderBjoern Schiessle2015-04-231-11/+9
|
* detect system wide mount points correctlyBjoern Schiessle2015-04-161-4/+33
|
* add migration script from old encryption to new oneBjoern Schiessle2015-04-161-0/+10
|
* fixing license headers - encryption code relatedThomas Müller2015-04-071-14/+13
|
* PHPDoc cleanup - clean code \o/Thomas Müller2015-04-071-1/+1
|
* fix re-shares with encryptionBjoern Schiessle2015-04-071-3/+3
|
* cleaning up exception messThomas Müller2015-04-071-2/+2
|
* getUidAndFilename() always get uid from pathBjoern Schiessle2015-04-071-46/+6
|
* add helper class accessible for encryption modules to ask for a list of ↵Bjoern Schiessle2015-04-071-45/+2
| | | | users with access to a file, needed to apply the recovery key to all files
* various fixes & start to unit test the encryption storage wrapperThomas Müller2015-04-071-16/+17
|
* fix lib/private/encryption/util.php callBjoern Schiessle2015-04-071-1/+4
|
* remove debug code from coreBjoern Schiessle2015-04-071-3/+0
|
* check if recovery key exists and encrypt the file with the recovery key if ↵Bjoern Schiessle2015-04-071-1/+22
| | | | needed
* fix check if a file is excluded from encryption or notBjoern Schiessle2015-03-271-3/+16
|
* implement basic encryption functionallity in core to enable multiple ↵Bjoern Schiessle2015-03-261-0/+401
encryption modules