summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | 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-033-6/+37
|\ \ \ \ | |/ / / |/| | |
| * | | Introducing media types for yml, yaml, cnf, confOlivier Paroz2015-04-023-6/+37
* | | | Merge pull request #15383 from owncloud/fix-exception-messageMorris Jobke2015-04-032-2/+2
|\ \ \ \
| * | | | Fix the exception messagesJoas Schilling2015-04-022-2/+2
* | | | | [tx-robot] updated from transifexJenkins for ownCloud2015-04-034-2/+104
| |/ / / |/| | |
* | | | Merge pull request #12314 from oparoz/patch-3Lukas Reschke2015-04-021-11/+18
|\ \ \ \ | |/ / / |/| | |
| * | | Use getenv to get the paths for `find`Olivier Paroz2015-03-311-3/+4
| * | | use ExecutableFinder and find in findBinaryPathOlivier Paroz2015-03-311-11/+17
| | |/ | |/|
* | | Merge pull request #14113 from owncloud/chunking-chunkpartfilesThomas Müller2015-04-021-2/+13
|\ \ \