summaryrefslogtreecommitdiffstats
path: root/lib/private
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-127/+39
* 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-071-4/+2
* 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-075-47/+110
* Fix double registration of encryption moduleThomas Müller2015-04-071-4/+1
* Setting up the encryption wrapper in a setup hook - temporarily fixes the wra...Thomas Müller2015-04-071-1/+19
* Removing left overs from old encryption appThomas Müller2015-04-072-61/+6
* adding function getSecureRandom(); to IServerContainerThomas Müller2015-04-071-1/+1
* 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-073-5/+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-071-1/+4
* fix lib/private/encryption/util.php callBjoern Schiessle2015-04-072-2/+5
* 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-071-1/+1
* 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-071-7/+62
* fix encryption manager to handle more than one encryption moduleBjoern Schiessle2015-04-071-6/+18
* fix keystorage and add unit testsBjoern Schiessle2015-04-072-347/+8
* Initial commitClark Tomlinson2015-04-0711-15/+321
* create basic interfaces and wrapper to make encryption more modularBjoern Schiessle2015-04-071-0/+223
* When guessing the timezone, the offset might only be valid on a given timestampJoas Schilling2015-04-071-4/+12
* Merge pull request #15229 from owncloud/response-setContentLengthHeaderThomas Müller2015-04-032-2/+23
|\
| * Add OC_Response::setContentLengthHeader() for Apache PHP SAPI workaround.Andreas Fischer2015-03-262-2/+23
* | Merge pull request #15391 from owncloud/fix-language-cachingThomas Müller2015-04-031-2/+3
|\ \
| * | fix caching of preferred languageRobin Appelman2015-04-031-2/+3
* | | Merge pull request #15386 from oparoz/yaml-cnf-mediatypeThomas Müller2015-04-032-6/+11
|\ \ \ | |/ / |/| |
| * | Introducing media types for yml, yaml, cnf, confOlivier Paroz2015-04-022-6/+11
* | | Merge pull request #15383 from owncloud/fix-exception-messageMorris Jobke2015-04-032-2/+2
|\ \ \ | |/ / |/| |
| * | Fix the exception messagesJoas Schilling2015-04-022-2/+2