summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* make recovery key workBjoern Schiessle2015-04-077-61/+116
|
* getUidAndFilename() always get uid from pathBjoern Schiessle2015-04-071-46/+6
|
* Finally fixing encryption with public shareThomas Müller2015-04-073-44/+48
|
* only encrypt files and files_versionsThomas Müller2015-04-071-1/+13
|
* fix exception handlingThomas Müller2015-04-074-38/+48
|
* Hook: fixing error message in exception caseThomas Müller2015-04-071-7/+16
|
* file_put_contents has to return the number of written bytesThomas Müller2015-04-071-8/+4
|
* PHPDocThomas Müller2015-04-072-6/+4
|
* pass file helper to encryption wrapperBjoern Schiessle2015-04-072-2/+9
|
* fix hook registrationBjoern Schiessle2015-04-071-1/+2
|
* remove useless setup base classClark Tomlinson2015-04-072-40/+11
|
* adding hook manager testClark Tomlinson2015-04-072-1/+74
|
* keyManagerTest: remove code which is no longer neededBjoern Schiessle2015-04-071-32/+0
|
* cleanup keymanager test and add some additional testsBjoern Schiessle2015-04-073-76/+269
|
* delete recovery keys on disableBjoern Schiessle2015-04-072-11/+18
|
* fixing test helper and undoing fubar in class...Clark Tomlinson2015-04-072-5/+4
|
* :100:% coverage for session classClark Tomlinson2015-04-072-4/+145
|
* let user enable recovery keyBjoern Schiessle2015-04-077-48/+65
|
* add helper class accessible for encryption modules to ask for a list of ↵Bjoern Schiessle2015-04-0716-107/+290
| | | | users with access to a file, needed to apply the recovery key to all files
* Adding app icon and fixing admin settingThomas Müller2015-04-075-75/+112
|
* register settings and hooks only onceBjoern Schiessle2015-04-072-8/+2
|
* fix set recovery key and implement change passwordBjoern Schiessle2015-04-076-30/+108
|
* Fix double registration of encryption moduleThomas Müller2015-04-073-10/+4
|
* Adding renameKeys to IStorageThomas Müller2015-04-071-1/+10
|
* Setting up the encryption wrapper in a setup hook - temporarily fixes the ↵Thomas Müller2015-04-072-18/+20
| | | | wrapping order
* Remove old encryption left overs from trashbinThomas Müller2015-04-071-102/+0
|
* Fix settingsThomas Müller2015-04-072-4/+4
|
* Removing left overs from old encryption appThomas Müller2015-04-0713-346/+9
|
* adding function getSecureRandom(); to IServerContainerThomas Müller2015-04-072-2/+8
|
* use password change logic to userhooks to avoid recursionsBjoern Schiessle2015-04-074-83/+95
|
* add session class to handle all session operationsBjoern Schiessle2015-04-076-35/+126
|
* update unit tests after ctor signature change of \OC\Encryption\UtilThomas Müller2015-04-072-2/+8
|
* moving methods to their final placesClark Tomlinson2015-04-076-127/+188
| | | | and updating test some.
* kill OC_FileProxy :boom:Thomas Müller2015-04-0712-240/+6
|
* Further cleanup of files_encryptionThomas Müller2015-04-077-19/+9
|
* Removing files_encryption left oversThomas Müller2015-04-0712-56/+6
|
* Fix - public sharing: in case on user is available - get it from the pathThomas Müller2015-04-071-1/+6
|
* remove old encryption appBjoern Schiessle2015-04-07195-16586/+0
|
* remove unencrypted_size from the cache, size will contain the unencrypted sizeBjoern Schiessle2015-04-0711-82/+25
|
* initializing some variables + update size after writing the headersThomas Müller2015-04-071-3/+3
|
* https://github.com/owncloud/core/pull/15305#discussion_r27382305Thomas Müller2015-04-071-0/+2
| | | | | Conflicts: lib/private/files/stream/encryption.php
* initializing some variablesThomas Müller2015-04-071-0/+1
|
* call end() before closing the fileBjoern Schiessle2015-04-071-1/+7
|
* adding unit tests for stream wrapperThomas Müller2015-04-072-13/+59
|
* various fixes & start to unit test the encryption storage wrapperThomas Müller2015-04-076-36/+91
|
* Applying diff as of https://github.com/owncloud/core/pull/15303jknockaert2015-04-071-24/+46
|
* make recovery settings workBjoern Schiessle2015-04-079-34/+45
|
* fix unit test executionThomas Müller2015-04-071-5/+13
|
* fix parameter declaration and class initialisationBjoern Schiessle2015-04-072-4/+5
|
* fix lib/private/encryption/util.php callBjoern Schiessle2015-04-073-14/+23
|