summaryrefslogtreecommitdiffstats
path: root/apps/files/js/filelist.js
Commit message (Expand)AuthorAgeFilesLines
* Disable sorting when multiselect is enabled in file listVincent Petry2015-09-291-0/+3
* Merge pull request #19277 from owncloud/files-plusbuttonfixThomas Müller2015-09-231-3/+4
|\
| * Only render the plus button when it makes senseVincent Petry2015-09-221-3/+4
* | Merge pull request #19270 from owncloud/files-sidebar-fixfortrashandcoThomas Müller2015-09-221-2/+2
|\ \ | |/ |/|
| * Properly show sidebar for trash and sharing sectionsVincent Petry2015-09-221-2/+2
* | Properly translate file actionsVincent Petry2015-09-221-0/+1
|/
* Merge pull request #19048 from owncloud/details-iconThomas Müller2015-09-161-0/+1
|\
| * Add details icon for details menu itemVincent Petry2015-09-151-0/+1
* | fix accessibility of New button, use alt text instead of tooltipJan-Christoph Borchardt2015-09-161-1/+1
* | Properly show sidebar when clicking on share buttonVincent Petry2015-09-161-0/+1
* | Bring back the share icon and update its statusVincent Petry2015-09-161-0/+14
* | Merge pull request #18979 from owncloud/sidebare-preview-fixesThomas Müller2015-09-161-1/+1
|\ \ | |/ |/|
| * Fix path for fileinfomodel in subdirectoriesRobin Appelman2015-09-151-1/+1
* | Fixed sidebar toggle entryVincent Petry2015-09-141-18/+26
* | Keep right sidebar open, add Details actionVincent Petry2015-09-141-2/+11
|/
* Merge pull request #18630 from owncloud/files-combineuploadbuttonJan-Christoph Borchardt2015-09-071-0/+152
|\
| * Added unit tests for "new" file menu and small fixesVincent Petry2015-09-031-2/+9
| * Combine upload action into the "New" menuVincent Petry2015-08-281-0/+145
* | Add versions tab to files sidebarVincent Petry2015-09-031-0/+40
* | larger preview for images in the sidebarRobin Appelman2015-09-021-1/+12
|/
* Properly hide sidebar when switching between files app sectionsVincent Petry2015-08-251-2/+2
* Parse mtime from the data attributesVincent Petry2015-08-241-0/+1
* Merge pull request #18378 from owncloud/files-delete-spinnerVincent Petry2015-08-191-2/+2
|\
| * Fix spinner when deleting all files in a folderVincent Petry2015-08-181-2/+2
* | Merge pull request #18354 from owncloud/files-fixdndVincent Petry2015-08-191-1/+4
|\ \
| * | Fix file drag and drop JS errorVincent Petry2015-08-171-1/+4
| |/
* | Move decaration to the beginning of the blockHasso Tepper2015-08-181-3/+5
* | Move selectionVars into if statementHasso Tepper2015-08-171-5/+4
* | Fix the string counting a selected files/dirsHasso Tepper2015-08-141-9/+16
|/
* Merge pull request #18178 from owncloud/files-sidebar-actionsJan-Christoph Borchardt2015-08-131-14/+57
|\
| * Make file actions work from sidebarVincent Petry2015-08-121-14/+57
* | replace tipsys with tooltipsHendrik Leppelsack2015-08-121-7/+10
|/
* Implement file actions dropdownVincent Petry2015-08-101-12/+44
* Merge pull request #17656 from owncloud/files-rightsidebarVincent Petry2015-08-101-21/+106
|\
| * rename sidebar element and use css and js utility functions to coreArthur Schiwon2015-08-071-8/+4
| * sidebar shall not overlap but shrink the contnetArthur Schiwon2015-08-071-1/+3
| * Improve layout, fix mime iconVincent Petry2015-08-071-0/+6
| * Disable right sidebar in public file list pageVincent Petry2015-08-071-5/+12
| * Right sidebar now has its own scrollbarVincent Petry2015-08-071-0/+1
| * Styling fixes + hightlight in files sidebarVincent Petry2015-08-071-0/+7
| * More fixes to the right sidebarVincent Petry2015-08-071-48/+29
| * Improved right sidebarVincent Petry2015-08-071-33/+85
| * Basic work for right sidebarVincent Petry2015-08-071-0/+33
* | Make sure to hide empty content message when mask is shownVincent Petry2015-08-071-0/+1
|/
* Merge pull request #17175 from owncloud/add-download-feedbackMorris Jobke2015-07-301-1/+15
|\
| * move updateFileActionSpinner to OCA.Files.FileActionsMorris Jobke2015-07-221-2/+2
| * refactor this to proper separation of concernsMorris Jobke2015-07-151-2/+5
| * refactoring into proper methodsMorris Jobke2015-07-071-29/+1
| * Add proper download started feedbackMorris Jobke2015-07-071-6/+25
| * Reduce timeout for download spinner to 2 secondsMorris Jobke2015-07-071-1/+1