Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | 1 | -1/+4 |
| | |||||
* | fix lib/private/encryption/util.php call | Bjoern Schiessle | 2015-04-07 | 2 | -2/+5 |
| | |||||
* | 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 | 1 | -1/+1 |
| | |||||
* | 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 | 1 | -7/+62 |
| | |||||
* | 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 | 2 | -347/+8 |
| | |||||
* | Initial commit | Clark Tomlinson | 2015-04-07 | 11 | -15/+321 |
| | |||||
* | create basic interfaces and wrapper to make encryption more modular | Bjoern Schiessle | 2015-04-07 | 1 | -0/+223 |
| | |||||
* | When guessing the timezone, the offset might only be valid on a given timestamp | Joas Schilling | 2015-04-07 | 1 | -4/+12 |
| | |||||
* | Merge pull request #15229 from owncloud/response-setContentLengthHeader | Thomas Müller | 2015-04-03 | 2 | -2/+23 |
|\ | | | | | Add OC_Response::setContentLengthHeader() for Apache PHP SAPI workaround... | ||||
| * | Add OC_Response::setContentLengthHeader() for Apache PHP SAPI workaround. | Andreas Fischer | 2015-03-26 | 2 | -2/+23 |
| | | | | | | | | | | | | | | | | | | | | | | 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 | 2 | -6/+11 |
|\ \ \ | |/ / |/| | | Introducing media types for yml, yaml, cnf, conf | ||||
| * | | Introducing media types for yml, yaml, cnf, conf | Olivier Paroz | 2015-04-02 | 2 | -6/+11 |
| | | | |||||
* | | | 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 |
| | | | |||||
* | | | 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 |
| | |_|/ / | |/| | | | |||||
* | | | | | Merge pull request #15349 from oparoz/limit-bitmap-previews-2 | Morris Jobke | 2015-04-02 | 1 | -9/+70 |
|\ \ \ \ \ | | | | | | | | | | | | | The bitmap preview class now takes maxX and maxY into consideration | ||||
| * | | | | | The bitmap preview class now takes maxX and maxY into consideration | Olivier Paroz | 2015-04-01 | 1 | -9/+70 |
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | This is a fix for owncloud#13607 and is part of the global programme: owncloud#13609 The image aspect ratio is kept intact. | ||||
* | | | | | Merge pull request #15362 from ↵ | Thomas Müller | 2015-04-02 | 2 | -5/+27 |
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | owncloud/issue/15359-purge-memcache-console-app-disable Correctly purge the cache when an app is disabled via cli | ||||
| * | | | | | Fix docs and line breaks | Joas Schilling | 2015-04-02 | 1 | -1/+5 |
| | | | | | | |||||
| * | | | | | Correctly purge the cache when an app is disabled via cli | Joas Schilling | 2015-04-01 | 2 | -5/+23 |
| | |/ / / | |/| | | | |||||
* / | | | | Deprecate functions that only call the urlgenerator anyway | Roeland Jago Douma | 2015-04-01 | 1 | -0/+5 |
|/ / / / | |||||
* / / / | More secure proposal | Pierre Jochem | 2015-04-01 | 1 | -1/+3 |
|/ / / | |||||
* | | | Merge pull request #15169 from rullzer/fix_displayNamesInGroup | Morris Jobke | 2015-03-30 | 1 | -1/+1 |
|\ \ \ | | | | | | | | | Groupmanagers displayNamesInGroup should actually search in displaynames |