nextcloud/apps/files_sharing/js
Daniel Calviño Sánchez 9801b5af36 Remove event handler no longer needed
The custom handler for "URL changed" events were added to reload the
file list whenever the sections for favorites and shares were opened;
this was used to fix the problem of not reloading the file lists when
opening them for a second time. However, besides that the handlers were
not really necessary, and as the root of the bug was fixed in the
previous commit those handlers are now removed.

The file list for tags uses the handler for a different purpose, though,
so that one was kept.

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2018-10-23 16:44:29 +02:00
..
additionalScripts.json Combine additional files_sharing scripts 2017-03-24 10:58:11 +01:00
app.js Fix opening a section again in the Files app 2018-10-23 16:44:26 +02:00
files_drop.js Do not iterate over the files 2017-08-18 15:18:20 +02:00
public.js Fix multiSelectMenu for public shares #10536 2018-08-06 12:42:13 +02:00
public_note.js Tests fixes 2018-08-24 20:31:29 +02:00
share.js Do not show action menu if no actions are available 2018-08-15 09:39:12 +02:00
sharebreadcrumbview.js Fix AdBlock blocking share icon, ref #866 2017-04-12 15:04:12 +02:00
sharedfilelist.js Remove event handler no longer needed 2018-10-23 16:44:29 +02:00
sharetabview.js refactor share permission logic into own method to reuse it for the share tab 2016-11-07 14:58:45 +01:00