summaryrefslogtreecommitdiffstats
path: root/apps/files/js/filelist.js
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #20156 from owncloud/files-filter-triger-onceRobin Appelman2015-10-301-2/+3
|\
| * dont trigger the scroll event of every single item we filter in the file listRobin Appelman2015-10-291-2/+3
* | Fix icon update to be more consistentVincent Petry2015-10-291-3/+19
|/
* Do not display details bar after renameVincent Petry2015-10-211-3/+6
* Do not register sidebar panels when no sidebarVincent Petry2015-10-151-2/+6
* Merge pull request #19634 from owncloud/notif-showtemporaryThomas Müller2015-10-141-20/+8
|\
| * showTemporary instead of show for notificationsVincent Petry2015-10-081-20/+8
* | Merge pull request #19747 from owncloud/files-delete-hidenotifThomas Müller2015-10-141-0/+2
|\ \
| * | Hide notification on deleteVincent Petry2015-10-131-0/+2
| |/
* / Remove controls for file lists that don't need itVincent Petry2015-10-131-1/+5
|/
* Fix tooltip placement on rename errorVincent Petry2015-10-051-2/+2
* Fix filelist size issues, breadcrumb, multiselectVincent Petry2015-10-021-0/+4
* Merge pull request #19468 from owncloud/fix-36-vs-32-previewsThomas Müller2015-09-301-2/+2
|\
| * Change small thumbnails to 32 pxMorris Jobke2015-09-301-2/+2
* | Merge pull request #19310 from owncloud/hide-sort-indicatorThomas Müller2015-09-301-0/+3
|\ \ | |/ |/|
| * Disable sorting when multiselect is enabled in file listVincent Petry2015-09-291-0/+3
* | Merge pull request #19365 from owncloud/files-detailsbar-interactionThomas Müller2015-09-291-19/+34
|\ \
| * | Fix sidebar interactionVincent Petry2015-09-281-19/+34
* | | Show conflict dialog before upload when possibleVincent Petry2015-09-281-3/+18
|/ /
* | Fix order of actions in the files actions menuVincent Petry2015-09-281-0/+1
* | Switch from Math.floor() to Math.ceil() when sending the dimension to PreviewOlivier Paroz2015-09-271-2/+2
* | fix filelist checkboxesHendrik Leppelsack2015-09-251-1/+1
|/
* 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
|/