nextcloud/apps/files_sharing
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
..
ajax Better error handeling in testremote 2014-06-17 13:15:34 +02:00
appinfo Setup the external share manager in a hook 2014-06-23 11:57:43 +02:00
css Merge pull request #8399 from owncloud/server-server-sharing 2014-06-17 17:40:05 +02:00
js Do not clear URL hash when no external mount params given 2014-06-25 12:24:46 +02:00
l10n [tx-robot] updated from transifex 2014-06-24 01:54:39 -04:00
lib Setup the external share manager in a hook 2014-06-23 11:57:43 +02:00
templates Merge pull request #8399 from owncloud/server-server-sharing 2014-06-17 17:40:05 +02:00
tests Merge pull request #8901 from owncloud/permissions-update-cache 2014-06-11 18:28:55 +02:00
list.php Added sharing overview page (WIP) 2014-05-30 10:06:29 +02:00
public.php Fix prompting for password 2014-06-14 10:14:07 +02:00
publicwebdav.php Fix moving movablemount over webdav 2014-06-17 14:10:11 +02:00
settings-admin.php add settings to disable server to server sharing 2014-06-14 10:22:38 +02:00