summaryrefslogtreecommitdiffstats
path: root/apps/files/js/templates.js
Commit message (Collapse)AuthorAgeFilesLines
* Fix mainfileinfodetailsview appendingVincent Petry2021-11-191-1/+1
| | | | | | | | | Since the jquery update to 3.5.0, it seems Handlebars doesn't correctly render self-closed elements. This fixes mainfileinfodetailsview template to not use self-closed elements and fixes the JS unit tests. Signed-off-by: Vincent Petry <vincent@nextcloud.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* Fix action share icon markupVincent Petry2021-11-181-1/+1
| | | | | | | Expanded the empty span tag to resolve issue with wrong appending done by either handlebars or jquery. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* Compile templatesJohn Molakvoæ (skjnldsv)2020-01-211-102/+247
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Bump handlebars from 4.5.2 to 4.5.3dependabot-preview[bot]2019-11-251-88/+88
| | | | | | | | | | | | Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.5.2 to 4.5.3. - [Release notes](https://github.com/wycats/handlebars.js/releases) - [Changelog](https://github.com/wycats/handlebars.js/blob/master/release-notes.md) - [Commits](https://github.com/wycats/handlebars.js/compare/v4.5.2...v4.5.3) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com> Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* Compile handlebarsJulius Härtl2019-11-111-72/+72
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Move oauth admin settings to initialstateRoeland Jago Douma2019-09-281-88/+88
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* Remove input id on login formJohn Molakvoæ (skjnldsv)2019-09-281-37/+37
| | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* Show sharing in menu in grid viewJohn Molakvoæ (skjnldsv)2019-03-211-6/+12
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Fix progress bar labelTomasz Grobelny2018-11-241-5/+10
| | | | Signed-off-by: Tomasz Grobelny <tomasz@grobelny.net>
* Move progress bar to separate componentTomasz Grobelny2018-11-241-0/+11
| | | | Signed-off-by: Tomasz Grobelny <tomasz@grobelny.net>
* Add icon to file sidebar tabsJulius Härtl2018-10-181-2/+10
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Move fileactionsmenu to compiled handlebarsRoeland Jago Douma2018-10-151-0/+37
| | | | 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-041-0/+36
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Move mainfileinfodetailsview to commpiled handlebarsRoeland Jago Douma2018-10-041-0/+47
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Move fileactions to compiled handlebarsRoeland Jago Douma2018-10-041-0/+44
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Move tagsplugin to compiled handlebarsRoeland Jago Douma2018-10-041-0/+14
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Move detailsview to compiled handlebarsRoeland Jago Douma2018-10-041-0/+23
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Move filelist to compiled handlebarsRoeland Jago Douma2018-10-041-0/+9
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Move the filemultiselectmenu over to compiled handlebarsRoeland Jago Douma2018-10-011-0/+29
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Move to 1 template file for filesRoeland Jago Douma2018-10-011-0/+10
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>