summaryrefslogtreecommitdiffstats
path: root/apps/files_versions/js
Commit message (Expand)AuthorAgeFilesLines
* Better styling of the empty content messages in the sidebarJoas Schilling2017-03-281-2/+2
* Merge JS for files_versionsLukas Reschke2017-03-241-0/+6
* added quit option in commentstabview.jsnoveens2017-03-231-3/+6
* add icon if no versions are availableBjoern Schiessle2016-12-021-2/+6
* Fix js testsRoeland Jago Douma2016-11-291-3/+0
* Show mimeicon when versions don't have a previewRoeland Jago Douma2016-11-292-3/+47
* Display changes in file versions tab view and detailsView (#26511)Michael Jobst2016-11-141-0/+17
* 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
* Use full path of known file when handling versionsVincent Petry2016-02-101-1/+2
* Reload versions list after revertVincent Petry2015-10-012-2/+13
* Hide sidebar tab headers conditionallyVincent Petry2015-09-281-0/+12
* Fix tabs order in files sidebarVincent Petry2015-09-282-1/+2
* fix sidebar Versions layoutJan-Christoph Borchardt2015-09-171-2/+1
* Add versions tab to files sidebarVincent Petry2015-09-035-193/+400
* adjust animations of Share, Versions and others to OC.menuSpeedJan-Christoph Borchardt2015-03-261-3/+4
* Improved Javascript docs for JSDocVincent Petry2014-10-311-0/+2
* Update the modified date in UI on file reversiongeez0x12014-06-171-1/+1
* Distinguish legacy file actions from regular file actionsVincent Petry2014-05-301-3/+3
* Added "dir" in file actions handler context and fixed versionsVincent Petry2014-05-301-12/+21
* additional class is added to the file actions called e.g. 'action-share', 'ac...Thomas Müller2014-03-171-1/+2
* Fixed various file name escaping issues in core appsVincent Petry2014-01-101-8/+8
* Revert "[fix] Center Share Dropdown & Versions Dropdown"zombiehugs2013-12-031-1/+1
* [fix] Center Share Dropdown & Versions Dropdownzombiehugs2013-12-031-1/+1
* Merge pull request #5214 from owncloud/no_extra_slashesFrank Karlitschek2013-11-141-1/+1
|\
| * Don't double-slash filenames at the root.ringmaster2013-10-081-1/+1
* | Disable versions app JS in public modeVincent Petry2013-10-171-0/+7
|/
* add previews to versions dialogBjoern Schiessle2013-10-021-1/+3
* Merge branch 'master' into fix_jslint_kondoukondou2013-08-181-6/+2
|\
| * remove unused code; use jqueryBjörn Schießle2013-07-251-6/+2
* | Fix some JSLint warningskondou2013-07-311-5/+5
|/
* new version drop downBjörn Schießle2013-07-251-66/+95
* Fix window.location mistakes in previous codemaelzx2013-02-281-1/+1
* rename History to VersionsBjörn Schießle2013-02-271-2/+2
* remove admin settings for versionsBjörn Schießle2013-02-271-10/+0
* Whitespace fixesBart Visscher2013-02-221-2/+2
* Update apps/files_versions/js/versions.jsmaelzx2013-02-201-1/+9
* personal settings removed, there is no need to expire versions manuallyBjörn Schießle2012-12-171-39/+0
* don't call $('#found_versions').chosen(); after opening the history drop-down...Björn Schießle2012-10-271-1/+0
* Whitespace cleanupBart Visscher2012-10-141-3/+3
* Sanitize user inputLukas Reschke2012-10-121-1/+1
* only check if #dropdown hasClass drop-versions if a drop down is open. Otherw...Björn Schießle2012-10-101-2/+2
* Prevent Versions click handler from closing sharing dropdownVicDeo2012-10-091-4/+3
* translate rename and history actionsscambra2012-09-211-3/+3
* Fixed bug oc-1659 - history dialogue cannot be closed once openedSam Tuke2012-09-121-22/+43
* Add missing ; to js codeBart Visscher2012-09-051-2/+2
* unify permissions (2/3): change apps to use OC::PERMISSION_XJörn Friedrich Dreyer2012-08-311-1/+1
* Whitespace fixes in appsBart Visscher2012-08-292-29/+29