nextcloud/apps/files_sharing/js
Vincent Petry 363f8f3205 Do not clear URL hash when no external mount params given
Whenever external share parameters were passed through the URL hash, the
URL hash will now be cleared.

In other cases, the hash needs to be left alone because it is used as
workaround for the lack of history API in IE8 / IE9

Removed getParamterByName() and use OC.Util.History.parseUrlQuery() that
does the same, including replacing the "+" with spaces.
2014-06-25 12:24:46 +02:00
..
app.js Merge pull request #8861 from owncloud/share-overview-linklist 2014-06-05 10:59:54 +02:00
external.js Do not clear URL hash when no external mount params given 2014-06-25 12:24:46 +02:00
public.js Fixed uploading by drag and drop into folder 2014-06-19 16:14:10 +02:00
settings-admin.js add settings to disable server to server sharing 2014-06-14 10:22:38 +02:00
share.js Sanitize name of sharee 2014-06-14 20:45:10 +02:00
sharedfilelist.js Merge pull request #8861 from owncloud/share-overview-linklist 2014-06-05 10:59:54 +02:00