Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |_|/ / | |/| | | | |||||
* | | | | | 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 |
| | |/ / / | |/| | | | |||||
* | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-04-02 | 2 | -8/+8 |
| | | | | | |||||
* | | | | | Deprecate functions that only call the urlgenerator anyway | Roeland Jago Douma | 2015-04-01 | 2 | -0/+8 |
|/ / / / | |||||
* | | | | More secure proposal | Pierre Jochem | 2015-04-01 | 1 | -1/+3 |
| | | | | |||||
* | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-04-01 | 4 | -2/+10 |
|/ / / | |||||
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-03-31 | 12 | -10/+108 |
| | | | |||||
* | | | Merge pull request #15169 from rullzer/fix_displayNamesInGroup | Morris Jobke | 2015-03-30 | 1 | -1/+1 |
|\ \ \ | | | | | | | | | Groupmanagers displayNamesInGroup should actually search in displaynames | ||||
| * | | | When searching for displayname then search for displayname | Roeland Jago Douma | 2015-03-24 | 1 | -1/+1 |
| | | | | |||||
* | | | | Merge pull request #15269 from owncloud/migrate-checksetup-and-add-memcache | Robin McCorkell | 2015-03-30 | 2 | -38/+8 |
|\ \ \ \ | | | | | | | | | | | Add check for activated local memcache | ||||
| * | | | | Add check for activated local memcache | Lukas Reschke | 2015-03-28 | 2 | -38/+8 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also used the opportunity to refactor it into an AppFramework controller so that we can unit test it. Fixes https://github.com/owncloud/core/issues/14956 | ||||
* | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-03-30 | 20 | -0/+48 |
|/ / / / | |||||
* | | | | Merge pull request #15289 from owncloud/min-upload-limit | Vincent Petry | 2015-03-28 | 1 | -3/+7 |
|\ \ \ \ | | | | | | | | | | | Require minimum 1 MiB upload limit | ||||
| * | | | | Require minimum 1 MiB upload limit | Robin McCorkell | 2015-03-27 | 1 | -3/+7 |
| | | | | | |||||
* | | | | | Check for relative datadirectory path | Robin McCorkell | 2015-03-27 | 1 | -5/+11 |
|/ / / / |