aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files/js
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #19277 from owncloud/files-plusbuttonfixThomas Müller2015-09-231-3/+4
|\ | | | | Only render the plus button when it makes sense
| * 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-222-3/+3
|\ \ | |/ |/| Properly show sidebar for trash and sharing sections
| * Properly show sidebar for trash and sharing sectionsVincent Petry2015-09-222-3/+3
| |
* | Properly translate file actionsVincent Petry2015-09-223-1/+4
|/
* Merge pull request #19048 from owncloud/details-iconThomas Müller2015-09-161-0/+1
|\ | | | | add details icon for file actions dropdown
| * 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
| | | | | | | | | | Display share icon in file list row. Update share icon status when the sharing state changed.
* | Merge pull request #18979 from owncloud/sidebare-preview-fixesThomas Müller2015-09-163-47/+71
|\ \ | |/ |/| Sidebare preview fixes
| * fix small mimetype iconsRobin Appelman2015-09-151-3/+3
| |
| * recognize eps, psd and illustrator as imageRobin Appelman2015-09-151-1/+7
| |
| * Various thumbnail fixesRobin Appelman2015-09-151-44/+62
| | | | | | | | | | | | - Show square images as portrait - Set max height based on sidebar width - cleanup
| * Fix path for fileinfomodel in subdirectoriesRobin Appelman2015-09-151-1/+1
| |
* | Fixed sidebar toggle entryVincent Petry2015-09-141-18/+26
| | | | | | | | | | | | Properly highlight the row after selecting the item. This also fixes the unit tests by changing the order of registration of file actions.
* | Keep right sidebar open, add Details actionVincent Petry2015-09-141-2/+11
|/
* enforce loading icon in sidebar to be 32x32Georg Ehrke2015-09-111-3/+3
|
* Merge pull request #18630 from owncloud/files-combineuploadbuttonJan-Christoph Borchardt2015-09-074-151/+389
|\ | | | | Combine upload action into the "New" menu
| * Added unit tests for "new" file menu and small fixesVincent Petry2015-09-032-3/+9
| | | | | | | | | | | | - added unit tests for NewFileMenu - use generateUrl for FileList.createFile and FileList.createDirectory - added unit tests for FileList.createFile and FileList.createDirectory
| * fix icon and layout details for new menuJan-Christoph Borchardt2015-09-031-3/+2
| |
| * Combine upload action into the "New" menuVincent Petry2015-08-284-151/+384
| | | | | | | | Refactored the new menu to be encapsulated in the NewFileMenu JS class
* | Add versions tab to files sidebarVincent Petry2015-09-034-8/+57
| | | | | | | | | | | | | | - 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
* | Tags in FileInfo map must be an arrayVincent Petry2015-09-031-1/+7
| | | | | | | | | | Fixes FileList.elementToFile to make an array for the tags instead of keeping the original joined string
* | Fix sidebar thumbnail loading JS unit testsVincent Petry2015-09-031-7/+6
| |
* | fallback for isimageRobin Appelman2015-09-021-1/+1
| |
* | larger preview for images in the sidebarRobin Appelman2015-09-023-7/+60
| |
* | allow handling thumbnail errorsRobin Appelman2015-09-021-1/+4
| |
* | Removes unecessary divs and adds max width to longer names.Raghu Nayyar2015-08-302-19/+17
|/
* Fix trashbin sidebarVincent Petry2015-08-251-4/+4
| | | | | Do not display size as it is not available. Use display name instead of name to remove the ".d123456" suffix.
* Properly hide sidebar when switching between files app sectionsVincent Petry2015-08-252-2/+6
| | | | | Since there are multiple sidebars, one for each files app section, we need to hide the correct ones.
* Merge pull request #18523 from owncloud/crazy-scannerThomas Müller2015-08-251-0/+3
|\ | | | | Prevent bkg scanner going crazy with unavailable storages (ajax/scan.php)
| * Prevent scanner going crazy with unavailable storagesVincent Petry2015-08-241-0/+3
| |
* | Merge pull request #18528 from owncloud/files-sidebar-mtimeMorris Jobke2015-08-241-0/+1
|\ \ | | | | | | Parse mtime from the data attributes
| * | Parse mtime from the data attributesVincent Petry2015-08-241-0/+1
| |/
* / bigger file thumbnail in app sidebarJan-Christoph Borchardt2015-08-241-2/+2
|/
* Add namespace in case the file is loaded individuallyVincent Petry2015-08-201-0/+2
| | | | | Some apps might load this file in JS unit tests and need the OCA.Files namespace to exist.
* Merge pull request #18378 from owncloud/files-delete-spinnerVincent Petry2015-08-191-2/+2
|\ | | | | Fix spinner when deleting all files in a folder
| * Fix spinner when deleting all files in a folderVincent Petry2015-08-181-2/+2
| |
* | Merge pull request #18354 from owncloud/files-fixdndVincent Petry2015-08-192-2/+7
|\ \ | | | | | | Fix file drag and drop JS error
| * | Fix file drag and drop JS errorVincent Petry2015-08-172-2/+7
| |/
* | Merge pull request #18339 from owncloud/update-jquery-visibilityThomas Müller2015-08-192-24/+81
|\ \ | | | | | | update jquery-visibility in files app
| * | update jquery-visibility in files appMorris Jobke2015-08-172-24/+81
| |/ | | | | | | * ref #12877
* | Merge pull request #18381 from owncloud/public-share-fixdepsloadingMorris Jobke2015-08-181-1/+1
|\ \ | | | | | | Fix file actions menu in public page
| * | Only show delete action in menu when delete permission existsVincent Petry2015-08-181-1/+1
| |/ | | | | | | | | | | This reverts an older decision where we said the delete action must always appear but be grayed out when the permission is missing. The actions menu obsoletes that.
* | Merge pull request #18310 from hasso/selection-string-fixVincent Petry2015-08-181-9/+17
|\ \ | |/ |/| Fix the string counting a selected files/dirs
| * 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
| | | | | | | | | | | | | | The old one contains untranslatable ' & ' if both files and dirs are selected. The new code is especially designed to reuse strings from file listing summary view (apps/files/js/filesummary.js), so no translation is broken.
* | Improve right sidebar tabs behaviorVincent Petry2015-08-143-67/+118
|/ | | | | | | | | | | Tab heads are not rendered if only one tab. The tab contents is updated on-demand. This means that if a tab is not visible it is not rendered at first. If the tab was already rendered through switching, its model will not get updated until the next time it becomes visible. This will prevent needless rerendering of invisible tab contents, especially considering that some tabs might need extra ajax requests.