summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | Conflicts: lib/private/files/stream/encryption.php
* 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 ↵Bjoern Schiessle2015-04-071-1/+22
| | | | needed
* 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 wrapper
| * 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...
| * | Add OC_Response::setContentLengthHeader() for Apache PHP SAPI workaround.Andreas Fischer2015-03-263-2/+31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Do not send Content-Length headers with a value larger than PHP_INT_MAX (2147483647) on Apache PHP SAPI 32-bit. PHP will eat them and send 2147483647 instead. When X-Sendfile is enabled, Apache will send a correct Content-Length header, even for files larger than 2147483647 bytes. When X-Sendfile is not enabled, ownCloud will not send a Content-Length header. This prevents progress bars from working, but allows the actual transfer to work properly.
* | | Merge pull request #15391 from owncloud/fix-language-cachingThomas Müller2015-04-031-2/+3
|\ \ \ | | | | | | | | fix caching of preferred language
| * | | 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, conf
| * | | 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
|\ \ \ \ | | | | | | | | | | Update exception messages to better reflect and describe the problem
| * | | | 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
|\ \ \ \ | |/ / / |/| | | Make findBinaryPath compatible with open_basedir
| * | | 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
| | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | When using open_basedir, commands such as `which`or `command`can fail because they might try to look outside of the restricted perimeter. Symfony's ExecutableFinder can be used instead to look in standard locations and we can use `find` as a last resort A better solution would be to adopt a mechanism similar to what has been done for office documents where a configuration parameter is used to indicate the path where the executable is to be found.
* | | Merge pull request #14113 from owncloud/chunking-chunkpartfilesThomas Müller2015-04-021-2/+13
|\ \ \ | | | | | | | | Added part files for when writing chunks
| * | | Added part files for when writing chunksVincent Petry2015-03-161-2/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Whenever a chunk is being written, it is now written to a part file first. This is to avoid a concurrent chunk upload to believe that the former chunk already exists, even though it's not fully written. This makes sure that the final file assembly is only done when all chunks were successfully written. Also added an extra unique id to chunk parts in case the same chunk is uploaded twice concurrently.
* | | | Merge pull request #15367 from owncloud/pre-setup-hookThomas Müller2015-04-022-32/+38
|\ \ \ \ | | | | | | | | | | setup storage wrappers before setting up the filesystem
| * | | | setup mount manager before wrappersRobin Appelman2015-04-022-3/+5
| | | | |
| * | | | setup storage wrappers before setting up the filesystemRobin Appelman2015-04-011-29/+33
| | | | |
* | | | | Merge pull request #15346 from oparoz/split-image-providerMorris Jobke2015-04-027-13/+182
|\ \ \ \ \ | | | | | | | | | | | | Split image provider in one sub-class per media type
| * | | | | Split image provider in one sub-class per media typeOlivier Paroz2015-04-027-13/+182
| | |_|/ / | |/| | |