Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #19277 from owncloud/files-plusbuttonfix | Thomas Müller | 2015-09-23 | 1 | -3/+4 |
|\ | | | | | Only render the plus button when it makes sense | ||||
| * | Only render the plus button when it makes sense | Vincent Petry | 2015-09-22 | 1 | -3/+4 |
| | | |||||
* | | Merge pull request #19270 from owncloud/files-sidebar-fixfortrashandco | Thomas Müller | 2015-09-22 | 2 | -3/+3 |
|\ \ | |/ |/| | Properly show sidebar for trash and sharing sections | ||||
| * | Properly show sidebar for trash and sharing sections | Vincent Petry | 2015-09-22 | 2 | -3/+3 |
| | | |||||
* | | Properly translate file actions | Vincent Petry | 2015-09-22 | 3 | -1/+4 |
|/ | |||||
* | Merge pull request #19048 from owncloud/details-icon | Thomas Müller | 2015-09-16 | 1 | -0/+1 |
|\ | | | | | add details icon for file actions dropdown | ||||
| * | Add details icon for details menu item | Vincent Petry | 2015-09-15 | 1 | -0/+1 |
| | | |||||
* | | fix accessibility of New button, use alt text instead of tooltip | Jan-Christoph Borchardt | 2015-09-16 | 1 | -1/+1 |
| | | |||||
* | | Properly show sidebar when clicking on share button | Vincent Petry | 2015-09-16 | 1 | -0/+1 |
| | | |||||
* | | Bring back the share icon and update its status | Vincent Petry | 2015-09-16 | 1 | -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-fixes | Thomas Müller | 2015-09-16 | 3 | -47/+71 |
|\ \ | |/ |/| | Sidebare preview fixes | ||||
| * | fix small mimetype icons | Robin Appelman | 2015-09-15 | 1 | -3/+3 |
| | | |||||
| * | recognize eps, psd and illustrator as image | Robin Appelman | 2015-09-15 | 1 | -1/+7 |
| | | |||||
| * | Various thumbnail fixes | Robin Appelman | 2015-09-15 | 1 | -44/+62 |
| | | | | | | | | | | | | - Show square images as portrait - Set max height based on sidebar width - cleanup | ||||
| * | Fix path for fileinfomodel in subdirectories | Robin Appelman | 2015-09-15 | 1 | -1/+1 |
| | | |||||
* | | Fixed sidebar toggle entry | Vincent Petry | 2015-09-14 | 1 | -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 action | Vincent Petry | 2015-09-14 | 1 | -2/+11 |
|/ | |||||
* | enforce loading icon in sidebar to be 32x32 | Georg Ehrke | 2015-09-11 | 1 | -3/+3 |
| | |||||
* | Merge pull request #18630 from owncloud/files-combineuploadbutton | Jan-Christoph Borchardt | 2015-09-07 | 4 | -151/+389 |
|\ | | | | | Combine upload action into the "New" menu | ||||
| * | Added unit tests for "new" file menu and small fixes | Vincent Petry | 2015-09-03 | 2 | -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 menu | Jan-Christoph Borchardt | 2015-09-03 | 1 | -3/+2 |
| | | |||||
| * | Combine upload action into the "New" menu | Vincent Petry | 2015-08-28 | 4 | -151/+384 |
| | | | | | | | | Refactored the new menu to be encapsulated in the NewFileMenu JS class | ||||
* | | Add versions tab to files sidebar | Vincent Petry | 2015-09-03 | 4 | -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 array | Vincent Petry | 2015-09-03 | 1 | -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 tests | Vincent Petry | 2015-09-03 | 1 | -7/+6 |
| | | |||||
* | | fallback for isimage | Robin Appelman | 2015-09-02 | 1 | -1/+1 |
| | | |||||
* | | larger preview for images in the sidebar | Robin Appelman | 2015-09-02 | 3 | -7/+60 |
| | | |||||
* | | allow handling thumbnail errors | Robin Appelman | 2015-09-02 | 1 | -1/+4 |
| | | |||||
* | | Removes unecessary divs and adds max width to longer names. | Raghu Nayyar | 2015-08-30 | 2 | -19/+17 |
|/ | |||||
* | Fix trashbin sidebar | Vincent Petry | 2015-08-25 | 1 | -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 sections | Vincent Petry | 2015-08-25 | 2 | -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-scanner | Thomas Müller | 2015-08-25 | 1 | -0/+3 |
|\ | | | | | Prevent bkg scanner going crazy with unavailable storages (ajax/scan.php) | ||||
| * | Prevent scanner going crazy with unavailable storages | Vincent Petry | 2015-08-24 | 1 | -0/+3 |
| | | |||||
* | | Merge pull request #18528 from owncloud/files-sidebar-mtime | Morris Jobke | 2015-08-24 | 1 | -0/+1 |
|\ \ | | | | | | | Parse mtime from the data attributes | ||||
| * | | Parse mtime from the data attributes | Vincent Petry | 2015-08-24 | 1 | -0/+1 |
| |/ | |||||
* / | bigger file thumbnail in app sidebar | Jan-Christoph Borchardt | 2015-08-24 | 1 | -2/+2 |
|/ | |||||
* | Add namespace in case the file is loaded individually | Vincent Petry | 2015-08-20 | 1 | -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-spinner | Vincent Petry | 2015-08-19 | 1 | -2/+2 |
|\ | | | | | Fix spinner when deleting all files in a folder | ||||
| * | Fix spinner when deleting all files in a folder | Vincent Petry | 2015-08-18 | 1 | -2/+2 |
| | | |||||
* | | Merge pull request #18354 from owncloud/files-fixdnd | Vincent Petry | 2015-08-19 | 2 | -2/+7 |
|\ \ | | | | | | | Fix file drag and drop JS error | ||||
| * | | Fix file drag and drop JS error | Vincent Petry | 2015-08-17 | 2 | -2/+7 |
| |/ | |||||
* | | Merge pull request #18339 from owncloud/update-jquery-visibility | Thomas Müller | 2015-08-19 | 2 | -24/+81 |
|\ \ | | | | | | | update jquery-visibility in files app | ||||
| * | | update jquery-visibility in files app | Morris Jobke | 2015-08-17 | 2 | -24/+81 |
| |/ | | | | | | | * ref #12877 | ||||
* | | Merge pull request #18381 from owncloud/public-share-fixdepsloading | Morris Jobke | 2015-08-18 | 1 | -1/+1 |
|\ \ | | | | | | | Fix file actions menu in public page | ||||
| * | | Only show delete action in menu when delete permission exists | Vincent Petry | 2015-08-18 | 1 | -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-fix | Vincent Petry | 2015-08-18 | 1 | -9/+17 |
|\ \ | |/ |/| | Fix the string counting a selected files/dirs | ||||
| * | Move decaration to the beginning of the block | Hasso Tepper | 2015-08-18 | 1 | -3/+5 |
| | | |||||
| * | Move selectionVars into if statement | Hasso Tepper | 2015-08-17 | 1 | -5/+4 |
| | | |||||
| * | Fix the string counting a selected files/dirs | Hasso Tepper | 2015-08-14 | 1 | -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 behavior | Vincent Petry | 2015-08-14 | 3 | -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. |