Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #15338 from owncloud/encryption-mount-option | Thomas Müller | 2015-04-04 | 5 | -8/+48 |
|\ | | | | | Add mount point to disable the encryption wrapper | ||||
| * | add unit test | Robin Appelman | 2015-04-02 | 2 | -0/+13 |
| | | |||||
| * | adjust unt tests | Robin Appelman | 2015-04-02 | 2 | -2/+4 |
| | | |||||
| * | Add mount point to disable the encryption wrapper | Robin Appelman | 2015-03-31 | 4 | -7/+32 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-04-04 | 10 | -20/+52 |
| | | |||||
* | | Merge pull request #15229 from owncloud/response-setContentLengthHeader | Thomas Müller | 2015-04-03 | 2 | -2/+2 |
|\ \ | | | | | | | 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/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. | ||||
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-04-03 | 12 | -8/+218 |
| | | | |||||
* | | | Merge pull request #15367 from owncloud/pre-setup-hook | Thomas Müller | 2015-04-02 | 1 | -1/+1 |
|\ \ \ | | | | | | | | | setup storage wrappers before setting up the filesystem | ||||
| * | | | setup storage wrappers before setting up the filesystem | Robin Appelman | 2015-04-01 | 1 | -1/+1 |
| | | | | |||||
* | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-04-02 | 6 | -0/+10 |
| | | | | |||||
* | | | | Use URLGenerator instread of OC_Helper | Roeland Jago Douma | 2015-04-01 | 2 | -2/+2 |
|/ / / | |||||
* | | | Merge pull request #15356 from rullzer/apps_oc_to_ocs | Roeland Douma | 2015-04-01 | 7 | -7/+7 |
|\ \ \ | | | | | | | | | Move core apps from private to public functions (trivial part) | ||||
| * | | | Move core apps from private to public functions | Roeland Jago Douma | 2015-04-01 | 7 | -7/+7 |
| | | | | | | | | | | | | | | | | | | | | | | | | Apps still use OC_Helper and OC_Util functions even when public ones are already available. Sometimes the public one is even used in the same file. | ||||
* | | | | Merge pull request #15336 from owncloud/revive-15215 | Morris Jobke | 2015-04-01 | 1 | -2/+2 |
|\ \ \ \ | |/ / / |/| | | | Properly quote file names in listFiles query for GDrive | ||||
| * | | | Only escape single quotes | Lukas Reschke | 2015-03-31 | 1 | -2/+2 |
| | | | | |||||
| * | | | Added rawurlencode for other params in GDrive storage | Vincent Petry | 2015-03-31 | 1 | -2/+2 |
| | | | | |||||
| * | | | Properly quote file names in listFiles query for GDrive | Vincent Petry | 2015-03-31 | 1 | -1/+1 |
| | | | | |||||
* | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-04-01 | 6 | -4/+10 |
|/ / / | |||||
* | | | Revert "Properly quote file names in listFiles query for GDrive" | Lukas Reschke | 2015-03-31 | 1 | -2/+2 |
| | | | |||||
* | | | Merge pull request #15215 from owncloud/ext-gdrivelistfilequoting | Frank Karlitschek | 2015-03-31 | 1 | -2/+2 |
|\ \ \ | |_|/ |/| | | Properly quote file names in listFiles query for GDrive | ||||
| * | | Added rawurlencode for other params in GDrive storage | Vincent Petry | 2015-03-26 | 1 | -2/+2 |
| | | | |||||
| * | | Properly quote file names in listFiles query for GDrive | Vincent Petry | 2015-03-26 | 1 | -1/+1 |
| | | | |||||
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-03-31 | 14 | -36/+62 |
| | | | |||||
* | | | Merge pull request #15312 from owncloud/activity-fix-compilation | Lukas Reschke | 2015-03-30 | 1 | -12/+7 |
|\ \ \ | | | | | | | | | Correct the app name for sharing events | ||||
| * | | | Correct the app name for sharing events | Joas Schilling | 2015-03-30 | 1 | -12/+7 |
| | | | | |||||
* | | | | Merge pull request #15076 from owncloud/fix-smb-oc-admin | Robin McCorkell | 2015-03-30 | 1 | -4/+11 |
|\ \ \ \ | |/ / / |/| | | | Support constructing an SMB_OC without saved session credentials | ||||
| * | | | Support constructing an SMB_OC without saved session credentials | Robin McCorkell | 2015-03-20 | 1 | -4/+11 |
| | | | | |||||
* | | | | Merge pull request #13964 from rullzer/capabilities | Morris Jobke | 2015-03-30 | 3 | -0/+280 |
|\ \ \ \ | | | | | | | | | | | Add OCS sharing info to capabilities - take 2 | ||||
| * | | | | Mark functions private | Roeland Jago Douma | 2015-03-11 | 1 | -2/+2 |
| | | | | | |||||
| * | | | | Slight better formatting | Roeland Jago Douma | 2015-03-11 | 2 | -47/+11 |
| | | | | | |||||
| * | | | | New array syntax | Roeland Jago Douma | 2015-03-11 | 2 | -56/+56 |
| | | | | | |||||
| * | | | | Added new header | Roeland Jago Douma | 2015-03-11 | 2 | -11/+35 |
| | | | | | |||||
| * | | | | Now added enabled element | Roeland Jago Douma | 2015-03-11 | 2 | -9/+13 |
| | | | | | | | | | | | | | | | | | | | | This change allows for more generic parsing for the capabilities. | ||||
| * | | | | Added route again | Roeland Jago Douma | 2015-03-11 | 1 | -0/+6 |
| | | | | | |||||
| * | | | | Add file_sharing info to capabilities | Roeland Jago Douma | 2015-03-11 | 2 | -0/+282 |
| | | | | | | | | | | | | | | | | | | | | | | | | | Display the capabilities regarding file sharing in the capabilities API. This will allow the clients to provide users a better experince. | ||||
* | | | | | Merge pull request #15239 from owncloud/see-no-evil | Morris Jobke | 2015-03-30 | 1 | -14/+16 |
|\ \ \ \ \ | | | | | | | | | | | | | Move federated cloud sharing, files externals and updater to special pos... | ||||
| * | | | | | fix layout for Sharing settings | Jan-Christoph Borchardt | 2015-03-27 | 1 | -13/+15 |
| | | | | | | |||||
| * | | | | | Move federated cloud sharing, files externals and updater to special positions | Joas Schilling | 2015-03-27 | 1 | -2/+2 |
| | | | | | | |||||
* | | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-03-30 | 2 | -0/+4 |
| | | | | | | |||||
* | | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-03-29 | 8 | -4/+12 |
| | | | | | | |||||
* | | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-03-28 | 52 | -4/+104 |
| | | | | | | |||||
* | | | | | | Merge pull request #13938 from owncloud/deprecate-iappconfig | Thomas Müller | 2015-03-27 | 1 | -5/+15 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Deprecated \OCP\IAppConfig - add missing methods to IConfig | ||||
| * | | | | | | fix unit tests | Morris Jobke | 2015-03-17 | 1 | -5/+15 |
| | | | | | | | |||||
* | | | | | | | Merge pull request #15254 from owncloud/fix-14853-master | Thomas Müller | 2015-03-27 | 2 | -11/+60 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Adding a pending indicator to the files summary | ||||
| * | | | | | | | Adding a pending indicator to the files summary - fixes #14853 | Thomas Müller | 2015-03-27 | 2 | -11/+60 |
| | | | | | | | | |||||
* | | | | | | | | Merge pull request #15227 from owncloud/ocetag-header | Vincent Petry | 2015-03-27 | 1 | -0/+1 |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Copy Etag header to OC-Etag for sabre calls | ||||
| * | | | | | | | | Copy Etag header to OC-Etag for sabre calls | Vincent Petry | 2015-03-26 | 1 | -0/+1 |
| | |_|_|_|_|_|/ | |/| | | | | | | |||||
* | | | | | | | | Merge pull request #15260 from owncloud/adjust-controls-bar-width | Morris Jobke | 2015-03-27 | 1 | -1/+6 |
|\ \ \ \ \ \ \ \ | |_|_|_|/ / / / |/| | | | | | | | adjust controls bar width to not overlay scrollbar | ||||
| * | | | | | | | adjust controls bar width to not overlay scrollbar | Jan-Christoph Borchardt | 2015-03-27 | 1 | -1/+6 |
| | | | | | | | |