summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #15338 from owncloud/encryption-mount-optionThomas Müller2015-04-045-8/+48
|\ | | | | Add mount point to disable the encryption wrapper
| * add unit testRobin Appelman2015-04-022-0/+13
| |
| * adjust unt testsRobin Appelman2015-04-022-2/+4
| |
| * Add mount point to disable the encryption wrapperRobin Appelman2015-03-314-7/+32
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2015-04-0410-20/+52
| |
* | Merge pull request #15229 from owncloud/response-setContentLengthHeaderThomas Müller2015-04-032-2/+2
|\ \ | | | | | | Add OC_Response::setContentLengthHeader() for Apache PHP SAPI workaround...
| * | Add OC_Response::setContentLengthHeader() for Apache PHP SAPI workaround.Andreas Fischer2015-03-262-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 transifexJenkins for ownCloud2015-04-0312-8/+218
| | |
* | | Merge pull request #15367 from owncloud/pre-setup-hookThomas Müller2015-04-021-1/+1
|\ \ \ | | | | | | | | setup storage wrappers before setting up the filesystem
| * | | setup storage wrappers before setting up the filesystemRobin Appelman2015-04-011-1/+1
| | | |
* | | | [tx-robot] updated from transifexJenkins for ownCloud2015-04-026-0/+10
| | | |
* | | | Use URLGenerator instread of OC_HelperRoeland Jago Douma2015-04-012-2/+2
|/ / /
* | | Merge pull request #15356 from rullzer/apps_oc_to_ocsRoeland Douma2015-04-017-7/+7
|\ \ \ | | | | | | | | Move core apps from private to public functions (trivial part)
| * | | Move core apps from private to public functionsRoeland Jago Douma2015-04-017-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-15215Morris Jobke2015-04-011-2/+2
|\ \ \ \ | |/ / / |/| | | Properly quote file names in listFiles query for GDrive
| * | | Only escape single quotesLukas Reschke2015-03-311-2/+2
| | | |
| * | | Added rawurlencode for other params in GDrive storageVincent Petry2015-03-311-2/+2
| | | |
| * | | Properly quote file names in listFiles query for GDriveVincent Petry2015-03-311-1/+1
| | | |
* | | | [tx-robot] updated from transifexJenkins for ownCloud2015-04-016-4/+10
|/ / /
* | | Revert "Properly quote file names in listFiles query for GDrive"Lukas Reschke2015-03-311-2/+2
| | |
* | | Merge pull request #15215 from owncloud/ext-gdrivelistfilequotingFrank Karlitschek2015-03-311-2/+2
|\ \ \ | |_|/ |/| | Properly quote file names in listFiles query for GDrive
| * | Added rawurlencode for other params in GDrive storageVincent Petry2015-03-261-2/+2
| | |
| * | Properly quote file names in listFiles query for GDriveVincent Petry2015-03-261-1/+1
| | |
* | | [tx-robot] updated from transifexJenkins for ownCloud2015-03-3114-36/+62
| | |
* | | Merge pull request #15312 from owncloud/activity-fix-compilationLukas Reschke2015-03-301-12/+7
|\ \ \ | | | | | | | | Correct the app name for sharing events
| * | | Correct the app name for sharing eventsJoas Schilling2015-03-301-12/+7
| | | |
* | | | Merge pull request #15076 from owncloud/fix-smb-oc-adminRobin McCorkell2015-03-301-4/+11
|\ \ \ \ | |/ / / |/| | | Support constructing an SMB_OC without saved session credentials
| * | | Support constructing an SMB_OC without saved session credentialsRobin McCorkell2015-03-201-4/+11
| | | |
* | | | Merge pull request #13964 from rullzer/capabilitiesMorris Jobke2015-03-303-0/+280
|\ \ \ \ | | | | | | | | | | Add OCS sharing info to capabilities - take 2
| * | | | Mark functions privateRoeland Jago Douma2015-03-111-2/+2
| | | | |
| * | | | Slight better formattingRoeland Jago Douma2015-03-112-47/+11
| | | | |
| * | | | New array syntaxRoeland Jago Douma2015-03-112-56/+56
| | | | |
| * | | | Added new headerRoeland Jago Douma2015-03-112-11/+35
| | | | |
| * | | | Now added enabled elementRoeland Jago Douma2015-03-112-9/+13
| | | | | | | | | | | | | | | | | | | | This change allows for more generic parsing for the capabilities.
| * | | | Added route againRoeland Jago Douma2015-03-111-0/+6
| | | | |
| * | | | Add file_sharing info to capabilitiesRoeland Jago Douma2015-03-112-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-evilMorris Jobke2015-03-301-14/+16
|\ \ \ \ \ | | | | | | | | | | | | Move federated cloud sharing, files externals and updater to special pos...
| * | | | | fix layout for Sharing settingsJan-Christoph Borchardt2015-03-271-13/+15
| | | | | |
| * | | | | Move federated cloud sharing, files externals and updater to special positionsJoas Schilling2015-03-271-2/+2
| | | | | |
* | | | | | [tx-robot] updated from transifexJenkins for ownCloud2015-03-302-0/+4
| | | | | |
* | | | | | [tx-robot] updated from transifexJenkins for ownCloud2015-03-298-4/+12
| | | | | |
* | | | | | [tx-robot] updated from transifexJenkins for ownCloud2015-03-2852-4/+104
| | | | | |
* | | | | | Merge pull request #13938 from owncloud/deprecate-iappconfigThomas Müller2015-03-271-5/+15
|\ \ \ \ \ \ | | | | | | | | | | | | | | Deprecated \OCP\IAppConfig - add missing methods to IConfig
| * | | | | | fix unit testsMorris Jobke2015-03-171-5/+15
| | | | | | |
* | | | | | | Merge pull request #15254 from owncloud/fix-14853-masterThomas Müller2015-03-272-11/+60
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Adding a pending indicator to the files summary
| * | | | | | | Adding a pending indicator to the files summary - fixes #14853Thomas Müller2015-03-272-11/+60
| | | | | | | |
* | | | | | | | Merge pull request #15227 from owncloud/ocetag-headerVincent Petry2015-03-271-0/+1
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Copy Etag header to OC-Etag for sabre calls
| * | | | | | | | Copy Etag header to OC-Etag for sabre callsVincent Petry2015-03-261-0/+1
| | |_|_|_|_|_|/ | |/| | | | | |
* | | | | | | | Merge pull request #15260 from owncloud/adjust-controls-bar-widthMorris Jobke2015-03-271-1/+6
|\ \ \ \ \ \ \ \ | |_|_|_|/ / / / |/| | | | | | | adjust controls bar width to not overlay scrollbar
| * | | | | | | adjust controls bar width to not overlay scrollbarJan-Christoph Borchardt2015-03-271-1/+6
| | | | | | | |