aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files/js/templates/detailsview.handlebars.js
Commit message (Collapse)AuthorAgeFilesLines
* Move to 1 template file for filesRoeland Jago Douma2018-10-011-28/+0
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Upload autorename on client sideVincent Petry2016-11-021-0/+28
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.