aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_versions/js/versionstabview.js
Commit message (Collapse)AuthorAgeFilesLines
* Move of files_versions to webpackRoeland Jago Douma2019-02-131-206/+0
| | | | | | | | * Move CSS into bundle * Old merged.json no longer needed! * No need to load the style still Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Show mimetype icon if version preview is not availableJulius Härtl2018-11-261-1/+7
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Fix relative timestamp in versionsJulius Härtl2018-11-261-0/+1
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Add icon to Versions sidebar tabJan-Christoph Borchardt2018-11-011-0/+4
| | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* move versions webui over to the dav apiRobin Appelman2018-10-111-63/+11
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* Move files_versions to compiled handlebars templatesRoeland Jago Douma2018-10-041-46/+2
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Better styling of the empty content messages in the sidebarJoas Schilling2017-03-281-2/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* added quit option in commentstabview.jsnoveens2017-03-231-3/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | added quit option in notif in app.js added quit option in notif in file-upload.js added quit option in notif in fileinfomodel.js added quit option in notif in filelist.js added quit option in notif in filelist.js added quit option in notif in tagsplugin.js added quit option in notif in statusmanager.js added quit option in notif in external.js added quit option in notif in versionstabview.js added quit option in notif in notification.js changes according to the latest review. timeout removed since there is a button to close it translation capability added typo fixed test files updated small errors fixed Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* add icon if no versions are availableBjoern Schiessle2016-12-021-2/+6
| | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* Fix js testsRoeland Jago Douma2016-11-291-3/+0
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Show mimeicon when versions don't have a previewRoeland Jago Douma2016-11-291-2/+45
| | | | | | Fixes #2413 Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Display changes in file versions tab view and detailsView (#26511)Michael Jobst2016-11-141-0/+17
| | | | | | | | | | | * Display changes in file versions tab view and detailsView * versions tab enhancements enhanced js test file removed css superscript attribute for version size * Replaced spaces with tabs
* Use live timestamps in the versions tab of the sidebarJoas Schilling2016-09-011-1/+2
|
* hint global handlebarsRobin Appelman2016-07-081-0/+2
|
* Hide revert button when no permission to revertVincent Petry2016-06-281-0/+6
|
* Fix tooltip for versions mtimeVincent Petry2016-03-021-1/+3
| | | | It was missing a call to jquery.tooltip
* Reload versions list after revertVincent Petry2015-10-011-2/+8
|
* Hide sidebar tab headers conditionallyVincent Petry2015-09-281-0/+12
| | | | | Added canDisplay() in DetailsTabView that should return false if the tab header of this tab must be hidden
* Fix tabs order in files sidebarVincent Petry2015-09-281-0/+1
|
* fix sidebar Versions layoutJan-Christoph Borchardt2015-09-171-2/+1
|
* Add versions tab to files sidebarVincent Petry2015-09-031-0/+198
- move versions to a tab in the files sidebar - added mechanism to auto-update the row in the FileList whenever values are set to the FileInfoModel given to the sidebar - updated tags/favorite action to make use of that new mechanism