nextcloud/apps/files_sharing/js
Vincent Petry 467f864db4 Fixed sharing status update for new/uploaded files
Creating new files, folders or uploading files now have their sharing
icon updated accordingly.

For this, the global share status list that is cached in
OC.Share.statuses is reused for new files.

Performance should improve as the sharing list is now only loaded once
per navigation session.

In OC.Share, split loadIcons into loadIcons + updateIcons.

Fixes #4977
2013-10-17 12:55:10 +02:00
..
public.js Merge branch 'master' into fix_3728_with_file_exists_dialog 2013-09-17 19:10:46 +02:00
share.js Fixed sharing status update for new/uploaded files 2013-10-17 12:55:10 +02:00