summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* fixing unencrypted file sizeThomas Müller2015-04-071-1/+4
* don't wrap share storagesBjoern Schiessle2015-04-071-11/+14
* cleaning up exception messThomas Müller2015-04-0716-101/+47
* in case the file exists we require the explicit module as specified in the fi...Thomas Müller2015-04-071-0/+6
* getUidAndFilename() always get uid from pathBjoern Schiessle2015-04-071-46/+6
* Finally fixing encryption with public shareThomas Müller2015-04-072-17/+17
* 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
* add helper class accessible for encryption modules to ask for a list of users...Bjoern Schiessle2015-04-079-50/+153
* Fix double registration of encryption moduleThomas Müller2015-04-071-4/+1
* Adding renameKeys to IStorageThomas Müller2015-04-071-1/+10
* Setting up the encryption wrapper in a setup hook - temporarily fixes the wra...Thomas Müller2015-04-072-18/+20
* Removing left overs from old encryption appThomas Müller2015-04-073-62/+9
* adding function getSecureRandom(); to IServerContainerThomas Müller2015-04-072-2/+8
* add session class to handle all session operationsBjoern Schiessle2015-04-071-28/+0
* kill OC_FileProxy :boom:Thomas Müller2015-04-075-179/+6
* Further cleanup of files_encryptionThomas Müller2015-04-074-8/+7
* Removing files_encryption left oversThomas Müller2015-04-072-2/+2
* Fix - public sharing: in case on user is available - get it from the pathThomas Müller2015-04-071-1/+6
* remove unencrypted_size from the cache, size will contain the unencrypted sizeBjoern Schiessle2015-04-077-61/+17
* 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
* 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-071-13/+18
* various fixes & start to unit test the encryption storage wrapperThomas Müller2015-04-073-19/+26
* Applying diff as of https://github.com/owncloud/core/pull/15303jknockaert2015-04-071-24/+46
* make recovery settings workBjoern Schiessle2015-04-072-1/+16
* fix lib/private/encryption/util.php callBjoern Schiessle2015-04-073-14/+23
* remove debug code from coreBjoern Schiessle2015-04-071-3/+0
* check if recovery key exists and encrypt the file with the recovery key if ne...Bjoern Schiessle2015-04-071-1/+22
* core: documentation fixesBjoern Schiessle2015-04-072-2/+2
* core: small fixesBjoern Schiessle2015-04-071-1/+0
* implement rename and delete of encryption keysBjoern Schiessle2015-04-072-0/+35
* Updating keystorage movement and fixing hooksClark Tomlinson2015-04-071-1/+1
* add deleteKey methods to key storageBjoern Schiessle2015-04-072-7/+63
* fix encryption manager to handle more than one encryption moduleBjoern Schiessle2015-04-071-6/+18
* fix keystorage and add unit testsBjoern Schiessle2015-04-074-441/+9
* Initial commitClark Tomlinson2015-04-0712-27/+339
* create basic interfaces and wrapper to make encryption more modularBjoern Schiessle2015-04-072-0/+310
* When guessing the timezone, the offset might only be valid on a given timestampJoas Schilling2015-04-072-5/+14
* [tx-robot] updated from transifexJenkins for ownCloud2015-04-072-0/+4
* [tx-robot] updated from transifexJenkins for ownCloud2015-04-052-10/+10
* Merge pull request #15338 from owncloud/encryption-mount-optionThomas Müller2015-04-041-8/+12
|\
| * Add mount point to disable the encryption wrapperRobin Appelman2015-03-311-8/+12
* | [tx-robot] updated from transifexJenkins for ownCloud2015-04-046-20/+34
* | Merge pull request #15229 from owncloud/response-setContentLengthHeaderThomas Müller2015-04-033-2/+31
|\ \
| * | Add OC_Response::setContentLengthHeader() for Apache PHP SAPI workaround.Andreas Fischer2015-03-263-2/+31