Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | kill OC_FileProxy :boom: | Thomas Müller | 2015-04-07 | 5 | -179/+6 |
| | |||||
* | Further cleanup of files_encryption | Thomas Müller | 2015-04-07 | 4 | -8/+7 |
| | |||||
* | Removing files_encryption left overs | Thomas Müller | 2015-04-07 | 2 | -2/+2 |
| | |||||
* | Fix - public sharing: in case on user is available - get it from the path | Thomas Müller | 2015-04-07 | 1 | -1/+6 |
| | |||||
* | remove unencrypted_size from the cache, size will contain the unencrypted size | Bjoern Schiessle | 2015-04-07 | 7 | -61/+17 |
| | |||||
* | initializing some variables + update size after writing the headers | Thomas Müller | 2015-04-07 | 1 | -3/+3 |
| | |||||
* | https://github.com/owncloud/core/pull/15305#discussion_r27382305 | Thomas Müller | 2015-04-07 | 1 | -0/+2 |
| | | | | | Conflicts: lib/private/files/stream/encryption.php | ||||
* | initializing some variables | Thomas Müller | 2015-04-07 | 1 | -0/+1 |
| | |||||
* | call end() before closing the file | Bjoern Schiessle | 2015-04-07 | 1 | -1/+7 |
| | |||||
* | adding unit tests for stream wrapper | Thomas Müller | 2015-04-07 | 1 | -13/+18 |
| | |||||
* | various fixes & start to unit test the encryption storage wrapper | Thomas Müller | 2015-04-07 | 3 | -19/+26 |
| | |||||
* | Applying diff as of https://github.com/owncloud/core/pull/15303 | jknockaert | 2015-04-07 | 1 | -24/+46 |
| | |||||
* | make recovery settings work | Bjoern Schiessle | 2015-04-07 | 2 | -1/+16 |
| | |||||
* | fix lib/private/encryption/util.php call | Bjoern Schiessle | 2015-04-07 | 3 | -14/+23 |
| | |||||
* | remove debug code from core | Bjoern Schiessle | 2015-04-07 | 1 | -3/+0 |
| | |||||
* | check if recovery key exists and encrypt the file with the recovery key if ↵ | Bjoern Schiessle | 2015-04-07 | 1 | -1/+22 |
| | | | | needed | ||||
* | core: documentation fixes | Bjoern Schiessle | 2015-04-07 | 2 | -2/+2 |
| | |||||
* | core: small fixes | Bjoern Schiessle | 2015-04-07 | 1 | -1/+0 |
| | |||||
* | implement rename and delete of encryption keys | Bjoern Schiessle | 2015-04-07 | 2 | -0/+35 |
| | |||||
* | Updating keystorage movement and fixing hooks | Clark Tomlinson | 2015-04-07 | 1 | -1/+1 |
| | |||||
* | add deleteKey methods to key storage | Bjoern Schiessle | 2015-04-07 | 2 | -7/+63 |
| | |||||
* | fix encryption manager to handle more than one encryption module | Bjoern Schiessle | 2015-04-07 | 1 | -6/+18 |
| | |||||
* | fix keystorage and add unit tests | Bjoern Schiessle | 2015-04-07 | 4 | -441/+9 |
| | |||||
* | Initial commit | Clark Tomlinson | 2015-04-07 | 12 | -27/+339 |
| | |||||
* | create basic interfaces and wrapper to make encryption more modular | Bjoern Schiessle | 2015-04-07 | 2 | -0/+310 |
| | |||||
* | When guessing the timezone, the offset might only be valid on a given timestamp | Joas Schilling | 2015-04-07 | 2 | -5/+14 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-04-07 | 2 | -0/+4 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-04-05 | 2 | -10/+10 |
| | |||||
* | Merge pull request #15338 from owncloud/encryption-mount-option | Thomas Müller | 2015-04-04 | 1 | -8/+12 |
|\ | | | | | Add mount point to disable the encryption wrapper | ||||
| * | Add mount point to disable the encryption wrapper | Robin Appelman | 2015-03-31 | 1 | -8/+12 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-04-04 | 6 | -20/+34 |
| | | |||||
* | | Merge pull request #15229 from owncloud/response-setContentLengthHeader | Thomas Müller | 2015-04-03 | 3 | -2/+31 |
|\ \ | | | | | | | Add OC_Response::setContentLengthHeader() for Apache PHP SAPI workaround... | ||||
| * | | Add OC_Response::setContentLengthHeader() for Apache PHP SAPI workaround. | Andreas Fischer | 2015-03-26 | 3 | -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-caching | Thomas Müller | 2015-04-03 | 1 | -2/+3 |
|\ \ \ | | | | | | | | | fix caching of preferred language | ||||
| * | | | fix caching of preferred language | Robin Appelman | 2015-04-03 | 1 | -2/+3 |
| | | | | |||||
* | | | | Merge pull request #15386 from oparoz/yaml-cnf-mediatype | Thomas Müller | 2015-04-03 | 3 | -6/+37 |
|\ \ \ \ | |/ / / |/| | | | Introducing media types for yml, yaml, cnf, conf | ||||
| * | | | Introducing media types for yml, yaml, cnf, conf | Olivier Paroz | 2015-04-02 | 3 | -6/+37 |
| | | | | |||||
* | | | | Merge pull request #15383 from owncloud/fix-exception-message | Morris Jobke | 2015-04-03 | 2 | -2/+2 |
|\ \ \ \ | | | | | | | | | | | Update exception messages to better reflect and describe the problem | ||||
| * | | | | Fix the exception messages | Joas Schilling | 2015-04-02 | 2 | -2/+2 |
| | | | | | |||||
* | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-04-03 | 4 | -2/+104 |
| |/ / / |/| | | | |||||
* | | | | Merge pull request #12314 from oparoz/patch-3 | Lukas Reschke | 2015-04-02 | 1 | -11/+18 |
|\ \ \ \ | |/ / / |/| | | | Make findBinaryPath compatible with open_basedir | ||||
| * | | | Use getenv to get the paths for `find` | Olivier Paroz | 2015-03-31 | 1 | -3/+4 |
| | | | | |||||
| * | | | use ExecutableFinder and find in findBinaryPath | Olivier Paroz | 2015-03-31 | 1 | -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-chunkpartfiles | Thomas Müller | 2015-04-02 | 1 | -2/+13 |
|\ \ \ | | | | | | | | | Added part files for when writing chunks | ||||
| * | | | Added part files for when writing chunks | Vincent Petry | 2015-03-16 | 1 | -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-hook | Thomas Müller | 2015-04-02 | 2 | -32/+38 |
|\ \ \ \ | | | | | | | | | | | setup storage wrappers before setting up the filesystem | ||||
| * | | | | setup mount manager before wrappers | Robin Appelman | 2015-04-02 | 2 | -3/+5 |
| | | | | | |||||
| * | | | | setup storage wrappers before setting up the filesystem | Robin Appelman | 2015-04-01 | 1 | -29/+33 |
| | | | | | |||||
* | | | | | Merge pull request #15346 from oparoz/split-image-provider | Morris Jobke | 2015-04-02 | 7 | -13/+182 |
|\ \ \ \ \ | | | | | | | | | | | | | Split image provider in one sub-class per media type | ||||
| * | | | | | Split image provider in one sub-class per media type | Olivier Paroz | 2015-04-02 | 7 | -13/+182 |
| | |_|/ / | |/| | | |