server/apps/files_sharing
Lukas Reschke 07483033c1 Fix URL generation
`params` in the `OC.generateUrl` function call only replaces all specified occurences of a key just like the l10n PHP functionality does.

This means that to build a query string we have to use `OC.buildQueryString` instead of the params parameters.

Fixes https://github.com/owncloud/core/issues/16336 which is a regression introduced with 58a87d0bab of https://github.com/owncloud/core/pull/15652.

Without this fix downloading single files from a public shared folder is not possible.
2015-05-19 15:12:08 +02:00
..
ajax Update license headers 2015-03-26 11:44:36 +01:00
api Enable file icons & previews in "Shared ..." categories 2015-05-06 18:32:52 +02:00
appinfo fix merge 2015-04-27 14:07:16 +02:00
css Remove overflow+watermark 2015-04-23 18:19:34 +02:00
img introduce new app page layout 2014-10-15 15:21:40 +02:00
js Fix URL generation 2015-05-19 15:12:08 +02:00
l10n [tx-robot] updated from transifex 2015-05-14 01:54:47 -04:00
lib a new approach to display the error message 2015-05-18 10:15:17 +02:00
templates add admin documentation hints to Federated Cloud Sharing and cron 2015-04-09 12:07:05 +02:00
tests Merge pull request #15815 from owncloud/unshare-etag-propagate 2015-05-11 13:42:20 +02:00
list.php Update license headers 2015-03-26 11:44:36 +01:00
public.php Update license headers 2015-03-26 11:44:36 +01:00
publicwebdav.php Show a empty response for GET on non-files instead of the Browser Plugin 2015-05-14 14:02:32 +02:00
settings-admin.php Update license headers 2015-03-26 11:44:36 +01:00