summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #11249 from owncloud/backport-11032-stable5Lukas Reschke2014-10-221-1/+10
|\ | | | | Do only follow HTTP and HTTPS redirects
| * Do only follow HTTP and HTTPS redirectsLukas Reschke2014-09-231-1/+10
| | | | | | | | Backport of #11032 to stable5
* | create the user 'admin' before running the testsBjoern Schiessle2014-09-231-12/+6
|/
* clearify the use-case of this app Lukas Reschke2014-08-091-1/+1
| | | Backport of 8a24e1e to stable5
* keep long file names in one line to not overflow download button on mobileJan-Christoph Borchardt2014-06-061-0/+13
|
* add max-width to directLink input to prevent overflowJan-Christoph Borchardt2014-06-061-0/+1
|
* fix layout of external storage config tableMorris Jobke2014-04-261-1/+5
| | | | | Conflicts: apps/files_external/css/settings.css
* Merge pull request #8298 from owncloud/backport_6290_to_stable5Thomas Müller2014-04-232-12/+2
|\ | | | | Backport #6290 to stable5
| * restore trashbin download.phpJörn Friedrich Dreyer2014-04-221-0/+46
| |
| * backport #6290 to stable5Jörn Friedrich Dreyer2014-04-222-57/+1
| |
* | Check whether the user has permissions to add personal storage backendsLukas Reschke2014-04-231-2/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Quick’n dirty back port of #8182 - master has a better fix but that should be good enough… missing return - OCP\JSON::success does not terminate the PHP process - which is good ;-) Use error instead of success Revert "Use error instead of success" This reverts commit e2d5535a5aa436c3896e46f0b9e8ff1bd5640d4d. Use error instead of success
* | Merge pull request #8115 from owncloud/stable5-fixselectallanddownloadMorris Jobke2014-04-171-1/+2
|\ \ | |/ |/| [stable5] Added missing var that messes up IE8
| * Added missing var that messes up IE8Vincent Petry2014-04-081-1/+2
| |
* | adding the plugin to the server objectThomas Müller2014-04-161-0/+1
| |
* | Merge pull request #8005 from owncloud/files-fixie8uploadVincent Petry2014-04-101-0/+1
|\ \ | | | | | | [stable5] Added requesttoken back for IE8
| * | Added requesttoken back for IE8Vincent Petry2014-04-021-0/+1
| | |
* | | Improve phpdocRobin Appelman2014-04-031-0/+7
| | |
* | | Implement getPath for shared filesRobin Appelman2014-04-032-0/+76
| |/ |/|
* | Revert "remove Sabre_DAV_Browser_Plugin"Thomas Müller2014-04-011-0/+1
| | | | | | | | This reverts commit 997a9ce0b127bbfdc7ea4319cc20a276a6f542b1.
* | don't block php session while download is in progressJörn Friedrich Dreyer2014-03-261-0/+3
| |
* | Merge pull request #7763 from owncloud/stable5-fixrestoreallVincent Petry2014-03-191-1/+1
|\ \ | | | | | | [stable5] Fix "restore all selected files"
| * | Fix "restore all selected files"Vincent Petry2014-03-171-1/+1
| | | | | | | | | | | | | | | | | | | | | It seems that a typo sneaked in during a backport. This fixes the case when selecting files in the trashbin and clicking "Restore" on the tool bar to restore them all.
* | | When reading the size of "files" mountpoints need to be excludedVincent Petry2014-03-172-2/+2
|/ / | | | | | | | | | | | | | | | | | | | | The versions and trashbin app are now passing "includeMountPoints=false" to "getFileInfo()" to make sure that the calculated total size doesn't include mount points like Shared or external storage. This is because the default call (legacy) used to return the size of mount points as well. Fixes #6731
* | fix left-over from merge conflictBjoern Schiessle2014-03-131-4/+0
| |
* | finally fix the paths for the OCS Share APIBjoern Schiessle2014-03-132-4/+131
| |
* | remove Sabre_DAV_Browser_PluginThomas Müller2014-03-121-1/+0
| | | | | | | | | | Conflicts: apps/files/appinfo/remote.php
* | add 'received_from' info to the share, so that every share can have a ↵Bjoern Schiessle2014-03-111-2/+4
| | | | | | | | different value
* | fix path creation for re-shares, issue #7662Bjoern Schiessle2014-03-111-3/+261
| |
* | we need the file_source to delete a share successfullyBjoern Schiessle2014-03-102-7/+42
|/ | | | | Conflicts: apps/files_sharing/tests/api.php
* Backported sabre exception loggerVincent Petry2014-02-271-0/+1
| | | | | | | | | | | | | Partial backport of 11ef12a Whenever an exception occurs in the sabre connector code or code called by it, it will be logged. This plugin approach is needed because Sabre already catches exceptions to return them to the client in the XML response, so they don't appear logged in the web server log. This will make it much easier to debug syncing issues.
* only add "received_from" if a share was foundBjoern Schiessle2014-02-261-6/+6
|
* Added extra checks for ext storage classLukas Reschke2014-02-231-1/+1
| | | | Backport of #7305
* Revert "Partially backport #7305 to stable5"Lukas Reschke2014-02-221-1/+1
| | | | This reverts commit 258997471e919be3e992fc78432397a546417a56.
* Partially backport #7305 to stable5Lukas Reschke2014-02-221-1/+1
|
* LDAP: improve compilation of filtersArthur Schiwon2014-02-212-0/+14
|
* Merge pull request #7185 from ↵Jan-Christoph Borchardt2014-02-209-145/+135
|\ | | | | | | | | owncloud/backport_6777_mobile_style_for_public_pages_stable5 initial backport of #6777 - mobile public pages - to stable5
| * unset box-shadow for mobile devices, unsupported in all but the latest ↵Jörn Friedrich Dreyer2014-02-191-0/+4
| | | | | | | | mobile browsers
| * fix undefined indexJörn Friedrich Dreyer2014-02-132-0/+3
| |
| * add missing mobile.cssJörn Friedrich Dreyer2014-02-131-0/+49
| |
| * initial backport of #6777 - mobile public pages - to stable5Jörn Friedrich Dreyer2014-02-137-145/+79
| |
* | Merge pull request #6733 from owncloud/stable5-files-filenameescapingfixesLukas Reschke2014-02-208-54/+73
|\ \ | | | | | | [stable5] Backport: Fixed various file name escaping issues in core apps
| * | Fixed various file name escaping issues in core appsVincent Petry2014-01-128-54/+73
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Refactored file tr lookup into FileList.findFileEl that uses filterAttr to avoid escaping issues in jQuery selectors - Fixed versions and sharing app to properly escape file names in attributes - Prevent uploading file name with invalid characters Backport to stable5 of 1042733
* | | Merge pull request #4782 from ↵Vincent Petry2014-02-181-10/+12
|\ \ \ | | | | | | | | | | | | | | | | owncloud/tune_legacy_cache_webdav_properties_prefixing Tune legacy cache webdav properties prefixing
| * | | Concatenate string in SQL instead of PHPJörn Friedrich Dreyer2013-11-011-10/+12
| | | |
* | | | Make google drive client secret and dropbox api secret a password fieldJoas Schilling2014-02-181-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | Fix issue #5794 Backport of 828985d
* | | | Merge pull request #7227 from owncloud/stable5-removeunusedversionsmd5Vincent Petry2014-02-172-22/+0
|\ \ \ \ | |_|_|/ |/| | | Removed unused versions md5 code
| * | | Removed unused versions md5 codeVincent Petry2014-02-172-22/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It looks like md5 was used previously to identify the most recent file in the versions list, which seem to be old code, as now the versions list doesn't contain the current file any more. This fix removes the md5 code which caused performance issues with big files.
* | | | remove needless element tagBjoern Schiessle2014-02-031-2/+1
| | | |
* | | | use more accurate error codesBjoern Schiessle2014-01-281-5/+5
| | | |
* | | | don't unshare on deleteBjoern Schiessle2014-01-131-8/+0
| |_|/ |/| |