nextcloud/apps/files/js
Vincent Petry 6a4ea2c15a
Upload autorename on client side
Removes the need for POST to collection which would hit against upload
limits.

The client tries to auto rename the file by adding a suffix "(2)".
It tries to use the file list on the client side to guess a
suitable name. In case a file still cannot be uploaded and creates a
conflict, which can happen when the file was concurrently uploaded, the
logic will continue increasing the suffix.
2016-11-02 22:15:03 +01:00
..
templates Upload autorename on client side 2016-11-02 22:15:03 +01:00
admin.js Do not error on maxUploadChange 2016-08-22 20:25:58 +02:00
app.js Use Webdav PUT for uploads in the web browser 2016-10-24 21:45:00 +02:00
breadcrumb.js Add visual cue when moving draggable item over droppable item, 2016-05-21 12:54:29 +08:00
detailfileinfoview.js Make file actions work from sidebar 2015-08-12 17:30:20 +02:00
detailsview.js Hide sidebar tab headers conditionally 2015-09-28 14:57:44 +02:00
detailtabview.js Hide sidebar tab headers conditionally 2015-09-28 14:57:44 +02:00
favoritesfilelist.js Make it possible to filter by tags with REPORT method 2016-10-19 11:06:29 +02:00
favoritesplugin.js Properly join path sections 2015-11-22 16:05:51 +01:00
file-upload.js Upload autorename on client side 2016-11-02 22:15:03 +01:00
fileactions.js use more fitting icon for files move action 2016-10-17 18:52:25 +02:00
fileactionsmenu.js Make file actions use icon CSS classes 2016-02-25 22:49:52 +01:00
fileinfomodel.js recognize eps, psd and illustrator as image 2015-09-15 14:32:07 +02:00
filelist.js Highlight files and update storage stats at end of upload (#26164) 2016-10-25 14:51:44 +02:00
files.js Remove upload_limit in files app as it is not needed with PUT upload (#26069) 2016-11-02 20:43:35 +01:00
filesummary.js Translate file summary connector (#26221) 2016-09-27 18:38:56 +02:00
gotoplugin.js Add "goto" links for files in non-default file lists 2016-07-05 22:22:55 +02:00
jquery-visibility.js update jquery-visibility in files app 2015-08-17 09:39:21 +02:00
jquery.fileupload.js properly fix folder upload to use delegatedEvent 2016-06-14 11:51:03 +02:00
keyboardshortcuts.js Fixed many issues, clean up 2014-05-15 17:51:04 +02:00
mainfileinfodetailview.js Use live timestamp in the sidebar details 2016-09-01 09:02:36 +02:00
navigation.js Closes "New" dropdown when switching category 2015-05-19 14:47:13 +02:00
newfilemenu.js Fix special characters when renaming to a conflict 2016-09-30 12:44:49 +02:00
recentfilelist.js block user sorting in recent files 2016-07-22 15:20:55 +02:00
recentplugin.js Add recent file listing 2016-07-22 15:20:51 +02:00
search.js search design details 2016-09-09 18:01:00 +02:00
sidebarpreviewmanager.js only load sidebar previews when we know it's available 2016-07-27 12:59:43 +02:00
sidebarpreviewtext.js for text use max-height to trim whitespace 2016-07-04 17:38:26 +02:00
tagsplugin.js Make more action icons themable + style fixes 2016-02-25 23:01:07 +01:00
upload.js Improved Javascript docs for JSDoc 2014-10-31 13:43:30 +01:00