Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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. | ||||
* | Merge pull request #18178 from owncloud/files-sidebar-actions | Jan-Christoph Borchardt | 2015-08-13 | 8 | -211/+343 |
|\ | | | | | Sidebar file actions | ||||
| * | Make file actions work from sidebar | Vincent Petry | 2015-08-12 | 7 | -211/+272 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | The favorite icon in the sidebar now triggers the file action and also updates itself according to the model's state when triggered from the file row. The thumbnail triggers the default action. Currently only one FileInfoModel is used for the selection and state synchronization between views. FileList reload now auto-closes the sidebar. | ||||
| * | Introduce FileInfoModel | Vincent Petry | 2015-08-12 | 1 | -0/+71 |
| | | | | | | | | | | FileInfoModel is a backbone model that will make it possible to track changes and update views accordingly | ||||
* | | Merge pull request #18231 from owncloud/fix-show-shared-storage-full-temporary | Vincent Petry | 2015-08-13 | 1 | -3/+2 |
|\ \ | | | | | | | Show storage full warning for shared storages temporary | ||||
| * | | Show strage full warning for shared storages temporary | Morris Jobke | 2015-08-12 | 1 | -3/+2 |
| |/ | | | | | | | | | | | | | * removed the setDefault call because then it will always be reshown * was added with ba475d486258c0b7ea86cd766814053df6c69170 * fixes #18208 | ||||
* / | replace tipsys with tooltips | Hendrik Leppelsack | 2015-08-12 | 3 | -7/+13 |
|/ | |||||
* | Fixed file actions menu to close when reclicking trigger | Vincent Petry | 2015-08-11 | 2 | -44/+35 |
| | | | | | | FileActionsMenu is now a backbone view. The trigger and highlight handling is now done in the FileActions.showMenu() method using events. | ||||
* | Inline actions using default renderer are now always permanent | Vincent Petry | 2015-08-10 | 1 | -0/+1 |
| | | | | | | | | Default renderer like the favorite icon can decide whether to use the permanent class or not. Fixed sharing code to properly update the icon according to sharing state modifications. | ||||
* | Added bubble style, applied to file actions menu | Vincent Petry | 2015-08-10 | 1 | -1/+1 |
| | |||||
* | Updated unit tests for file actions and actions menu | Vincent Petry | 2015-08-10 | 2 | -11/+11 |
| | |||||
* | Make file action menu icon permanent | Vincent Petry | 2015-08-10 | 1 | -3/+5 |
| | |||||
* | Implement file actions dropdown | Vincent Petry | 2015-08-10 | 4 | -138/+370 |
| | | | | | | File actions now have two types "inline" and "dropdown". The default is "dropdown". The file actions will now be shown in a dropdown menu. | ||||
* | Merge pull request #17656 from owncloud/files-rightsidebar | Vincent Petry | 2015-08-10 | 5 | -21/+687 |
|\ | | | | | Basic work for right sidebar | ||||
| * | replace tipsy with tooltip | Hendrik Leppelsack | 2015-08-07 | 1 | -1/+1 |
| | | |||||
| * | fix tipsy gravity after rebase | Arthur Schiwon | 2015-08-07 | 1 | -1/+1 |
| | | |||||
| * | fix position of elements in right sidebar | Jan-Christoph Borchardt | 2015-08-07 | 1 | -2/+1 |
| | | |||||
| * | Use own tabs impl in files sidebar | Vincent Petry | 2015-08-07 | 2 | -15/+53 |
| | | | | | | | | Also change style. | ||||
| * | rename sidebar element and use css and js utility functions to core | Arthur Schiwon | 2015-08-07 | 2 | -12/+6 |
| | | |||||
| * | sidebar shall not overlap but shrink the contnet | Arthur Schiwon | 2015-08-07 | 2 | -2/+6 |
| | | |||||
| * | Main view does not commands detail and tab views to render. Fixes JS tests. | Arthur Schiwon | 2015-08-07 | 3 | -5/+20 |
| | | | | | | | | | | | | | | | | | | | | For a predictive behaviour we need to determine who is allowed to call render methods on the views. Either, the main view is solely allowed to call render and views do not do anything about output until then. Or, the main view relies on the concrete views to be ready when things are about to be shown. The latter approach has the advantage that concrete views know when they have to update themselves (e.g. new data arrives or information change), but the main view has now idea of the inner workings. | ||||
| * | Added unit tests for right sidebar | Vincent Petry | 2015-08-07 | 2 | -4/+3 |
| | | |||||
| * | Improve layout, fix mime icon | Vincent Petry | 2015-08-07 | 3 | -12/+20 |
| | | |||||
| * | Disable right sidebar in public file list page | Vincent Petry | 2015-08-07 | 1 | -5/+12 |
| | | |||||
| * | Right sidebar now has its own scrollbar | Vincent Petry | 2015-08-07 | 2 | -0/+18 |
| | | |||||
| * | Styling fixes + hightlight in files sidebar | Vincent Petry | 2015-08-07 | 2 | -0/+8 |
| | | | | | | | | | | Sidebar scrolls with contents Highlight currently show file | ||||
| * | More fixes to the right sidebar | Vincent Petry | 2015-08-07 | 3 | -54/+56 |
| | | | | | | | | | | Sidebar now works in all file list views. Moved owner to share tab. | ||||
| * | Improved right sidebar | Vincent Petry | 2015-08-07 | 4 | -71/+165 |
| | | | | | | | | | | | | | | | | Added owner info. Added animation, but causes scrollbal. Default file action now when clicking on name directly. Fixed icon. Added empty share tab. | ||||
| * | Basic work for right sidebar | Vincent Petry | 2015-08-07 | 5 | -0/+480 |
| | | | | | | | | Adds right sidebar with registrable panels (still WIP) | ||||
* | | Make sure to hide empty content message when mask is shown | Vincent Petry | 2015-08-07 | 1 | -0/+1 |
|/ |