summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Keep phpdoc updated.Robin Appelman2015-04-141-1/+1
* pass a stream to the testsRobin Appelman2015-04-141-6/+0
* rewind and update error messageRobin Appelman2015-04-131-1/+2
* use our own stream copy insteadRobin Appelman2015-04-131-1/+1
* update testsRobin Appelman2015-04-091-22/+33
* Work directly on the storage when uploading over webdavRobin Appelman2015-04-081-23/+43
* Merge pull request #15333 from owncloud/copy-cross-deviceMorris Jobke2015-04-081-0/+13
|\
| * fix copying folder across devicesRobin Appelman2015-03-311-0/+13
* | 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