summaryrefslogtreecommitdiffstats
path: root/apps/files/js/filelist.js
Commit message (Expand)AuthorAgeFilesLines
* Enable file icons & previews in "Shared ..." categoriesMorris Jobke2015-05-061-1/+2
* Added empty content message for empty read-only foldersVincent Petry2015-04-211-1/+2
* adjust controls bar width to not overlay scrollbarJan-Christoph Borchardt2015-03-271-1/+6
* Show hidden files (dot files) in grayMorris Jobke2015-03-261-1/+5
* Fix middle click on breadcrumbVincent Petry2015-03-241-2/+2
* fix issue with previews not being displayed if filename contains apostropheGeorg Ehrke2015-02-221-2/+2
* apply backslash fix to _setCurrentDirThomas Müller2015-02-191-0/+1
* Disallow ctrl click to select when selection not allowedVincent Petry2015-01-151-1/+1
* Auto-blur when clicking on file to downloadVincent Petry2015-01-151-0/+2
* Merge pull request #13154 from owncloud/fix13141Thomas Müller2015-01-121-3/+7
|\
| * add js tests for filelist filteringJörn Friedrich Dreyer2015-01-091-2/+4
| * don't show no files yet when mask is in place, fixes #13141Jörn Friedrich Dreyer2015-01-071-1/+3
* | Allow dropping files on the table containerVincent Petry2015-01-121-1/+10
* | Don't double encode stringLukas Reschke2015-01-101-1/+1
|/
* use class for no results div instead of id. the elements are not unique.Jörn Friedrich Dreyer2015-01-061-2/+2
* clear search when navigating via breadcrumbsJörn Friedrich Dreyer2015-01-061-0/+1
* correctly clear searchbox when switching filelistsJörn Friedrich Dreyer2015-01-051-0/+3
* filter trashbin and share viewsJörn Friedrich Dreyer2015-01-051-0/+12
* use " to avoid escaping 'Jörn Friedrich Dreyer2015-01-021-1/+1
* show no files found messageJörn Friedrich Dreyer2015-01-021-0/+5
* hide irrelevant stuff in empty filelistJörn Friedrich Dreyer2015-01-021-3/+5
* hide header when no files in list matchJörn Friedrich Dreyer2015-01-021-0/+9
* filter new rowsJörn Friedrich Dreyer2015-01-021-7/+43
* move search results below filelist, show hint when results are off screen, us...Jörn Friedrich Dreyer2015-01-021-11/+4
* Merge pull request #12900 from owncloud/more-accessibilityThomas Müller2014-12-181-0/+1
|\
| * use method to only visually hide elements, show only for screen readerJan-Christoph Borchardt2014-12-171-1/+1
| * properly name form labels for the file selectionJan-Christoph Borchardt2014-12-171-0/+1
* | Propertly restore thumbnail on cancel/rename/moveVincent Petry2014-12-171-9/+10
|/
* Merge pull request #12639 from owncloud/bad_mtime_formatMorris Jobke2014-12-131-3/+16
|\
| * Return ? if mtime is 0 or -1Robin McCorkell2014-12-121-3/+16
* | Merge pull request #12795 from owncloud/files-layoutchangesMorris Jobke2014-12-131-14/+27
|\ \
| * | Replace input checkbox CSS selector with .electCheckBoxVincent Petry2014-12-111-7/+7
| * | Move file thumbnail into the label elementVincent Petry2014-12-111-8/+21
| |/
* | Merge pull request #12527 from owncloud/js-pluginsystemRobin Appelman2014-12-121-0/+6
|\ \ | |/ |/|
| * Simple Plugin system for JavascriptVincent Petry2014-12-011-0/+6
* | Dont show the delete button for selected files if one of the selected files i...Robin Appelman2014-11-261-2/+12
|/
* Improved Javascript docs for JSDocVincent Petry2014-10-311-30/+103
* Merge pull request #11524 from nazar-pc/patch-1Vincent Petry2014-10-161-4/+6
|\
| * Even better - usage of this.$container instead of this.$el.parent()Nazar Mokrynskyi2014-10-151-1/+1
| * this.$el is not the same as $('#app-content')Nazar Mokrynskyi2014-10-151-1/+1
| * Use this.$el instead of the absolute selectorNazar Mokrynskyi2014-10-151-1/+1
| * Page size calculation based on real page heightNazar Mokrynskyi2014-10-111-4/+6
* | Use body element when animating scroll in public pageVincent Petry2014-10-151-1/+7
|/
* correct progress-icon to icon-loading-smallJan-Christoph Borchardt2014-09-221-3/+3
* correct delete-icon to icon-delete, fix #11128Jan-Christoph Borchardt2014-09-221-3/+3
* Merge pull request #7254 from owncloud/core-sortalgoLukas Reschke2014-09-161-1/+1
|\
| * Fixed file list sortingVincent Petry2014-08-111-1/+1
* | Show original path information in trashbin and sharing viewsRobin McCorkell2014-09-111-0/+6
* | Merge pull request #10860 from owncloud/scrolltofixClark Tomlinson2014-09-051-23/+40
|\ \
| * | Scroll to new file/folder after addingVincent Petry2014-09-041-3/+8