Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update .user.ini when setting upload size limit | Robin McCorkell | 2015-07-20 | 1 | -22/+48 |
| | |||||
* | Remove OC_Log | Thomas Müller | 2015-07-03 | 1 | -2/+2 |
| | |||||
* | Merge pull request #17163 from owncloud/update-licenses | Lukas Reschke | 2015-06-27 | 1 | -3/+2 |
|\ | | | | | Update license headers | ||||
| * | update license headers and authors | Morris Jobke | 2015-06-25 | 1 | -3/+2 |
| | | |||||
* | | Enable x-sendfile only if we do not lock the file system | Thomas Müller | 2015-06-22 | 1 | -4/+8 |
| | | |||||
* | | Lock file before download | Vincent Petry | 2015-06-18 | 1 | -2/+13 |
|/ | | | | | This will throw a LockedException if a concurrent request is currently touching that file. | ||||
* | End processing when file is not found | Lukas Reschke | 2015-05-22 | 1 | -0/+1 |
| | | | | | | We have to end the processing when a file is not found or otherwise the method is proceeding and even sending invalid file paths to the sendfile methods. Due to nginx preventing directory traversals this is luckily not immediately exploitable. We should for hardening purposes however quit the script execution just as we do for 403 cases and others as well. | ||||
* | a new approach to display the error message | Bjoern Schiessle | 2015-05-18 | 1 | -40/+48 |
| | |||||
* | Removing files_encryption left overs | Thomas Müller | 2015-04-07 | 1 | -1/+1 |
| | |||||
* | Merge pull request #15229 from owncloud/response-setContentLengthHeader | Thomas Müller | 2015-04-03 | 1 | -1/+1 |
|\ | | | | | Add OC_Response::setContentLengthHeader() for Apache PHP SAPI workaround... | ||||
| * | Add OC_Response::setContentLengthHeader() for Apache PHP SAPI workaround. | Andreas Fischer | 2015-03-26 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | 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. | ||||
* | | Require minimum 1 MiB upload limit | Robin McCorkell | 2015-03-27 | 1 | -3/+7 |
| | | |||||
* | | Merge pull request #14495 from owncloud/update-mailmap-01 | Thomas Müller | 2015-03-26 | 1 | -13/+32 |
|\ \ | |/ |/| | Updating .mailmap | ||||
| * | Update license headers | Jenkins for ownCloud | 2015-03-26 | 1 | -13/+32 |
| | | |||||
| * | Revert "Updating license headers" | Morris Jobke | 2015-02-26 | 1 | -32/+14 |
| | | | | | | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36. | ||||
| * | Updating license headers | Jenkins for ownCloud | 2015-02-23 | 1 | -14/+32 |
| | | |||||
* | | Removed simplified X-accel-redirect even further | dratini0 | 2015-03-23 | 1 | -6/+1 |
| | | |||||
* | | Changed the disputed while loop to a single if. | dratini0 | 2015-03-23 | 1 | -2/+2 |
| | | |||||
* | | Extending the X-accel redirect functionality with a more scalable approach. | dratini0 | 2015-02-11 | 1 | -1/+10 |
| | | |||||
* | | Revert "Fix: X-Accel-Redirect did not support custom data dir and local mounts" | dratini0 | 2015-02-11 | 1 | -1/+1 |
| | | | | | | | | This reverts commit f2075f803fc59918cc20071cf174d6b5f81f5eed. | ||||
* | | Revert "removed a little duplication" | dratini0 | 2015-02-11 | 1 | -1/+3 |
|/ | | | | This reverts commit 31970ee7409ff2ed303b728ea4fd6f8d10302649. | ||||
* | removed a little duplication | dratini0 | 2014-12-30 | 1 | -3/+1 |
| | |||||
* | Fix: X-Accel-Redirect did not support custom data dir and local mounts | dratini0 | 2014-12-30 | 1 | -1/+1 |
| | |||||
* | Move constants from GET_TYPE to OC\Files so they can be autoloaded | Joas Schilling | 2014-11-26 | 1 | -12/+9 |
| | |||||
* | Add type hinting to functions | Lukas Reschke | 2014-10-24 | 1 | -1/+1 |
| | | | | It's only reasonable to have proper type hinting here which might even help us to catch bugs. | ||||
* | Make 404 page easier to understand | Lukas Reschke | 2014-09-17 | 1 | -1/+0 |
| | | | | Fixes https://github.com/owncloud/core/issues/11133 | ||||
* | Use secure mimetype for content delivery | Lukas Reschke | 2014-09-08 | 1 | -1/+1 |
| | | | | Adds some hardening against potential CSP bypassed. | ||||
* | drop allowZIPdownload and maxZIPSize as options | Morris Jobke | 2014-06-02 | 1 | -48/+0 |
| | |||||
* | Squash 'a | b' into 'a|b', in /lib | Robin McCorkell | 2014-05-13 | 1 | -1/+1 |
| | |||||
* | Merge pull request #8045 from josh4trunks/nginx_x-accel_send_uri | Vincent Petry | 2014-05-06 | 1 | -1/+4 |
|\ | | | | | Send URI instead of filepath to NGINX for X-Accel | ||||
| * | Send URI instead of filepath to NGINX for X-Accel | josh4trunks | 2014-04-03 | 1 | -1/+4 |
| | | |||||
* | | Merge pull request #8023 from flyser/master | Morris Jobke | 2014-05-03 | 1 | -3/+1 |
|\ \ | | | | | | | Fix setting the max-upload-size for really large values. | ||||
| * | | Fix setting the max-upload-size for really large values. | Fabian Henze | 2014-04-03 | 1 | -3/+1 |
| |/ | | | | | | | php can only parse filesize units up to gigabytes, not terabytes or petabytes. | ||||
* | | Link to previous directory | Lukas Reschke | 2014-04-16 | 1 | -2/+2 |
| | | |||||
* | | Use direct link instead of JS | Lukas Reschke | 2014-04-14 | 1 | -3/+2 |
|/ | | | | | | | | | Due to our CSP policy this link won’t work as it it considered as inline Javascript. This commit replaces the link with a static link to the files app. Reimplementation of #8067 - fixes #7742 | ||||
* | Use the correct resolve method to resolve file storage | Vincent Petry | 2014-03-26 | 1 | -1/+2 |
| | | | | | | | | When detecting whether the file to be downloaded is on external storage, the correct path needs to be used. It turns out that \OC\Files\View is needed to resolve the path correctly relative to the user's home. | ||||
* | Merge branch 'zipstreamer' of https://github.com/McNetic/owncloud_core into ↵ | Thomas Müller | 2014-02-20 | 1 | -112/+101 |
|\ | | | | | | | | | | | | | McNetic-zipstreamer Conflicts: lib/private/files.php | ||||
| * | switched zip file creation to ZipStreamer to create zip files directly in memory | Nicolai Ehemann | 2014-01-22 | 1 | -33/+9 |
| | | |||||
| * | refactored/cleaned up lib/files.php | Nicolai Ehemann | 2014-01-22 | 1 | -77/+84 |
| | | | | | | | | | | | | cleaned up get() logic fixed get() to only send headers if requested (xsendfile could get in the way) do no longer readfile() when already using mod_xsendfile or similar | ||||
| * | lib/files.php: make use of === instead of == | Nicolai Ehemann | 2014-01-18 | 1 | -4/+4 |
| | | |||||
* | | Merge pull request #7195 from owncloud/files-selectall | Vincent Petry | 2014-02-19 | 1 | -1/+8 |
|\ \ | | | | | | | Do not send file list for select all on Download/delete | ||||
| * | | Do not send file list for select all on Download/delete | Vincent Petry | 2014-02-13 | 1 | -1/+8 |
| | | | | | | | | | | | | | | | | | | | | | | | | - When all files are selected, do not send the whole file list - Download will trigger download for the parent folder, also works with root - Delete will send "allfiles" to the server that will find the file list or the passed directory by itself | ||||
* | | | Scrutinizer Auto-Fixes | Scrutinizer Auto-Fixer | 2014-02-19 | 1 | -0/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch was automatically generated as part of the following inspection: https://scrutinizer-ci.com/g/owncloud/core/inspections/cdfecc4e-a37e-4233-8025-f0d7252a8720 Enabled analysis tools: - PHP Analyzer - JSHint - PHP Copy/Paste Detector - PHP PDepend | ||||
* | | | Merge branch 'master' into scrutinizer_documentation_patches | Thomas Müller | 2014-02-14 | 1 | -1/+1 |
|\| | | | | | | | | | | | | | | Conflicts: lib/private/appconfig.php | ||||
| * | | Added isLocal() method to storage, used for xsendfile | Vincent Petry | 2014-02-06 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | Added isLocal() method to Storage to find out whether the storage is local or not. This method is used for the x-sendfile logic to find out whether to add the headers. | ||||
* | | | polish documentation based on scrutinizer patches | Jörn Friedrich Dreyer | 2014-02-06 | 1 | -2/+9 |
|/ / | |||||
* / | use 'download.zip' as default name for zip downloads instead of 'owncloud.zip' | Jörn Friedrich Dreyer | 2014-01-21 | 1 | -1/+1 |
|/ | |||||
* | Moved content disposition code+workarounds to OCP\Response | Vincent Petry | 2013-12-10 | 1 | -6/+1 |
| | | | | | | | | | Added new OC\Response API called setContentDispositionHeader() that contains the needed workarounds for UTF8 and IE. Refactored download code to use the new API. Removed unused trashbin download file. | ||||
* | XSendfile and encryption don't work together | Bart Visscher | 2013-12-06 | 1 | -0/+3 |
| | | | | The file on disk is encrypted, and not readable on client systems | ||||
* | fixing spelling and restructure sentence | Thomas Müller | 2013-11-21 | 1 | -1/+1 |
| |