summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #14879 from oparoz/fix-preview-cachingMorris Jobke2015-04-071-117/+246
|\
| * Introducing the maximum size previewOlivier Paroz2015-04-071-117/+246
* | fixing license headers - encryption code relatedThomas Müller2015-04-0722-228/+218
* | In case of encryption exceptions we return 503 - this will allow the client t...Thomas Müller2015-04-071-55/+69
* | respect mount option while encryptingThomas Müller2015-04-071-1/+6
* | PHPDoc cleanup - clean code \o/Thomas Müller2015-04-074-22/+24
* | comment change as it broke unit testsThomas Müller2015-04-071-1/+1
* | Encryption storage wrapper is enabled by default - necessary to detect encryp...Thomas Müller2015-04-072-5/+14
* | add unit tests to the keystorageBjoern Schiessle2015-04-071-1/+1
* | implement webdav copyBjoern Schiessle2015-04-073-13/+62
* | Using stream_get_contents in file_get_contents implementation + close handleThomas Müller2015-04-071-12/+7
* | Adjusting count on readjknockaert2015-04-071-1/+2
* | Fixing encryption stream wrapper seek - thanks @jknockaertjknockaert2015-04-071-0/+3
* | Fixing encryption storage wrapper testsThomas Müller2015-04-072-4/+67
* | Introducing trait LocalTempFileTraitThomas Müller2015-04-072-40/+88
* | fix re-shares with encryptionBjoern Schiessle2015-04-072-5/+9
* | fixing unit tests for stream wrapperThomas Müller2015-04-071-1/+1
* | 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