Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Disable sorting when multiselect is enabled in file list | Vincent Petry | 2015-09-29 | 1 | -0/+19 |
| | |||||
* | Merge pull request #18630 from owncloud/files-combineuploadbutton | Jan-Christoph Borchardt | 2015-09-07 | 3 | -51/+238 |
|\ | | | | | Combine upload action into the "New" menu | ||||
| * | Added unit tests for "new" file menu and small fixes | Vincent Petry | 2015-09-03 | 3 | -51/+238 |
| | | | | | | | | | | | | - added unit tests for NewFileMenu - use generateUrl for FileList.createFile and FileList.createDirectory - added unit tests for FileList.createFile and FileList.createDirectory | ||||
* | | Add versions tab to files sidebar | Vincent Petry | 2015-09-03 | 1 | -4/+14 |
| | | | | | | | | | | | | | | - 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 | -0/+15 |
| | | | | | | | | | | 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 | -8/+58 |
| | | |||||
* | | Fixes failing tests | Raghu Nayyar | 2015-08-31 | 1 | -4/+4 |
|/ | |||||
* | Fix trashbin sidebar | Vincent Petry | 2015-08-25 | 1 | -0/+13 |
| | | | | | Do not display size as it is not available. Use display name instead of name to remove the ".d123456" suffix. | ||||
* | Parse mtime from the data attributes | Vincent Petry | 2015-08-24 | 1 | -0/+29 |
| | |||||
* | Merge pull request #18310 from hasso/selection-string-fix | Vincent Petry | 2015-08-18 | 1 | -1/+1 |
|\ | | | | | Fix the string counting a selected files/dirs | ||||
| * | Update unit test to reflect the string change | Hasso Tepper | 2015-08-17 | 1 | -1/+1 |
| | | |||||
* | | Improve right sidebar tabs behavior | Vincent Petry | 2015-08-14 | 1 | -14/+66 |
|/ | | | | | | | | | | | 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. | ||||
* | Make file actions work from sidebar | Vincent Petry | 2015-08-12 | 4 | -33/+144 |
| | | | | | | | | | | | | | 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. | ||||
* | Fixed file actions menu to close when reclicking trigger | Vincent Petry | 2015-08-11 | 2 | -27/+25 |
| | | | | | | FileActionsMenu is now a backbone view. The trigger and highlight handling is now done in the FileActions.showMenu() method using events. | ||||
* | Updated unit tests for file actions and actions menu | Vincent Petry | 2015-08-10 | 3 | -308/+609 |
| | |||||
* | Fix unit test for tipsy->tooltip change | Vincent Petry | 2015-08-10 | 1 | -3/+3 |
| | |||||
* | fix timezone issue with unittest | Arthur Schiwon | 2015-08-07 | 1 | -1/+2 |
| | |||||
* | Fix sidebar mtime display unit test | Vincent Petry | 2015-08-07 | 1 | -2/+2 |
| | |||||
* | Use own tabs impl in files sidebar | Vincent Petry | 2015-08-07 | 1 | -11/+21 |
| | | | | Also change style. | ||||
* | extend MainFileInfoDetailView JS tests | Arthur Schiwon | 2015-08-07 | 1 | -3/+29 |
| | |||||
* | More work on right sidebar unit tests | Vincent Petry | 2015-08-07 | 1 | -3/+3 |
| | |||||
* | Added unit tests for right sidebar | Vincent Petry | 2015-08-07 | 4 | -2/+218 |
| | |||||
* | Merge pull request #17175 from owncloud/add-download-feedback | Morris Jobke | 2015-07-30 | 2 | -7/+7 |
|\ | | | | | Add loading spinner to download icon | ||||
| * | Fix unit tests and introduce better mocks of the HTML | Morris Jobke | 2015-07-07 | 2 | -7/+7 |
| | | |||||
* | | Fix unit tests | Roeland Jago Douma | 2015-07-09 | 1 | -3/+4 |
|/ | |||||
* | add check if server returns a 500 and display error | Clark Tomlinson | 2015-06-26 | 1 | -0/+11 |
| | | | | resolves https://github.com/owncloud/core/issues/17170 | ||||
* | adding correct blocking logic for fff | Clark Tomlinson | 2015-06-22 | 1 | -0/+11 |
| | |||||
* | Fix file name validation in New menu | Vincent Petry | 2015-04-27 | 1 | -1/+58 |
| | |||||
* | Show hint if there is no delete permission | Morris Jobke | 2015-04-23 | 1 | -0/+42 |
| | | | | | | * add class .no-permission which shows the default delete icon * fixes #15172 * add unit test for no permission and for delete permission | ||||
* | Added empty content message for empty read-only folders | Vincent Petry | 2015-04-21 | 1 | -3/+6 |
| | |||||
* | Adding a pending indicator to the files summary - fixes #14853 | Thomas Müller | 2015-03-27 | 1 | -0/+33 |
| | |||||
* | Show hidden files (dot files) in gray | Morris Jobke | 2015-03-26 | 1 | -0/+19 |
| | |||||
* | Fix breadcrumb click JS unit test | Vincent Petry | 2015-03-25 | 1 | -2/+2 |
| | |||||
* | fixing js unit tests | Thomas Müller | 2015-03-09 | 2 | -23/+0 |
| | |||||
* | apply backslash fix to _setCurrentDir | Thomas Müller | 2015-02-19 | 1 | -1/+5 |
| | |||||
* | Parse backslash as directory separator in breadcrumb | Lukas Reschke | 2015-01-24 | 1 | -0/+25 |
| | | | | | | This will parse backslashes as directory separators in breadcrumbs. Thus when accessing something like `/index.php/apps/files?dir=foo\foo` the breadcrumb will properly resolve this instead of showing `foo\foo` Fixes https://github.com/owncloud/core/issues/13643 | ||||
* | Disallow ctrl click to select when selection not allowed | Vincent Petry | 2015-01-15 | 1 | -0/+30 |
| | |||||
* | Merge pull request #13289 from owncloud/fav-keepfavoncancelrename | Morris Jobke | 2015-01-13 | 1 | -4/+32 |
|\ | | | | | Properly update internal file info with updated tags | ||||
| * | Properly update internal file info with updated tags | Vincent Petry | 2015-01-12 | 1 | -4/+32 |
| | | | | | | | | | | | | | | | | | | Whenever tags are updated, they need to be updated in the file list's file info array as well. This commit also adds unit tests and makes sure that whichever tags are sent back by the server after update are used when updating attributes/fileinfo. | ||||
* | | add js tests for filelist filtering | Jörn Friedrich Dreyer | 2015-01-09 | 1 | -4/+115 |
|/ | |||||
* | add file summary filter spec tests | Jörn Friedrich Dreyer | 2015-01-02 | 1 | -0/+63 |
| | |||||
* | be more explicit in JS unit tests - caused by accessibility issues | Morris Jobke | 2014-12-18 | 1 | -1/+1 |
| | |||||
* | Propertly restore thumbnail on cancel/rename/move | Vincent Petry | 2014-12-17 | 1 | -0/+42 |
| | | | | | Since the thumbnail is now in a div, the code that tries to change the thumbnail have been adapted here as well. | ||||
* | Fixed has-favorites CSS | Vincent Petry | 2014-12-15 | 1 | -0/+3 |
| | |||||
* | Added favorites feature to the files app | Vincent Petry | 2014-12-15 | 3 | -0/+323 |
| | |||||
* | Merge pull request #12639 from owncloud/bad_mtime_format | Morris Jobke | 2014-12-13 | 1 | -0/+13 |
|\ | | | | | Fix formatting of bad dates from external storages | ||||
| * | Return ? if mtime is 0 or -1 | Robin McCorkell | 2014-12-12 | 1 | -0/+13 |
| | | | | | | | | Tooltip contains 'Unable to determine date'. Fixes #6395 | ||||
* | | Move file thumbnail into the label element | Vincent Petry | 2014-12-11 | 1 | -10/+10 |
| | | |||||
* | | Merge pull request #12394 from owncloud/files-fileactionsimprovements | Lukas Reschke | 2014-12-08 | 1 | -0/+48 |
|\ \ | |/ |/| | Improve FileActions JS to allow for custom rendering | ||||
| * | Improve FileActions JS to allow for custom rendering | Vincent Petry | 2014-11-24 | 1 | -0/+48 |
| | | | | | | | | | | | | | | | | | | | | This improves the OCA.Files.FileActions class to support passing a "render" function in the action object. The default function "_defaultRenderFunction" is used by default and renders actions in the usual actions container. Moved "Rename" and "Delete" to custom render functions. |