summaryrefslogtreecommitdiffstats
path: root/apps/files/js/templates
Commit message (Collapse)AuthorAgeFilesLines
* Show sharing in menu in grid viewJohn Molakvoæ (skjnldsv)2019-03-211-1/+1
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Fix progress bar labelTomasz Grobelny2018-11-242-1/+5
| | | | Signed-off-by: Tomasz Grobelny <tomasz@grobelny.net>
* Move progress bar to separate componentTomasz Grobelny2018-11-241-0/+6
| | | | Signed-off-by: Tomasz Grobelny <tomasz@grobelny.net>
* Add icon to file sidebar tabsJulius Härtl2018-10-181-0/+1
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Move fileactionsmenu to compiled handlebarsRoeland Jago Douma2018-10-151-0/+17
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Remove leftover 'Roeland Jago Douma2018-10-041-1/+1
| | | | | | Followup to #11583 Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Move newfilemenu to compiled handlebarsRoeland Jago Douma2018-10-042-0/+14
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Move mainfileinfodetailsview to commpiled handlebarsRoeland Jago Douma2018-10-041-0/+21
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Move fileactions to compiled handlebarsRoeland Jago Douma2018-10-041-0/+13
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Move tagsplugin to compiled handlebarsRoeland Jago Douma2018-10-041-0/+4
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Move detailsview to compiled handlebarsRoeland Jago Douma2018-10-041-0/+12
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Move filelist to compiled handlebarsRoeland Jago Douma2018-10-041-0/+4
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Move the filemultiselectmenu over to compiled handlebarsRoeland Jago Douma2018-10-011-0/+14
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Move to 1 template file for filesRoeland Jago Douma2018-10-012-28/+7
| | | | 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.