nextcloud/apps/files_sharing/js
Daniel Calviño Sánchez 4d003c812d Do not iterate over the files
As "singleFileUpload" is used the "add" callback (which in turn calls
"addFileToUpload") will always be called with a single file. Therefore
there is no need to iterate over the files (and it is not done in the
other callbacks either, so this aligns the code with the rest of the
callbacks).

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2017-08-18 15:18:20 +02:00
..
additionalScripts.json Combine additional files_sharing scripts 2017-03-24 10:58:11 +01:00
app.js Fix AdBlock blocking share icon, ref #866 2017-04-12 15:04:12 +02:00
authenticate.js Public link share disabled if password length is equal to 0 2016-03-08 04:25:35 +05:30
files_drop.js Do not iterate over the files 2017-08-18 15:18:20 +02:00
public.js fix 'add to your nextcloud' input field, this is not an email address 2017-06-13 17:46:46 +02:00
share.js Fix share indicator handling 2017-04-26 13:38:12 +02:00
sharebreadcrumbview.js Fix AdBlock blocking share icon, ref #866 2017-04-12 15:04:12 +02:00
sharedfilelist.js share api expanded by tags (#26583) 2017-04-11 11:54:13 -05: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