server/apps/files
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
..
ajax Merge pull request #1883 from nextcloud/downstream-26145 2016-10-25 13:19:46 +02:00
appinfo Use Webdav PUT for uploads in the web browser 2016-10-24 21:45:00 +02:00
css Merge pull request #1768 from nextcloud/more-filepicker 2016-10-20 14:46:57 +02:00
img Remove PNG fallbacks from files app (#26308) 2016-10-10 15:08:40 +02:00
js Upload autorename on client side 2016-11-02 22:15:03 +01:00
l10n [tx-robot] updated from transifex 2016-11-02 01:07:09 +00:00
lib update permissions 2016-11-01 19:51:11 +01:00
templates Remove upload_limit in files app as it is not needed with PUT upload (#26069) 2016-11-02 20:43:35 +01:00
tests Upload autorename on client side 2016-11-02 22:15:03 +01:00
download.php Update with robin 2016-07-21 18:13:58 +02:00
list.php Remove upload_limit in files app as it is not needed with PUT upload (#26069) 2016-11-02 20:43:35 +01:00
recentlist.php Add recent file listing 2016-07-22 15:20:51 +02:00
simplelist.php Fix apps/ 2016-07-21 18:13:57 +02:00