Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Update license headers | Lukas Reschke | 2015-10-26 | 3 | -3/+2 | |
| | ||||||
* | Fix file upload, conflict dialog, also in public link | Vincent Petry | 2015-10-21 | 1 | -0/+96 | |
| | | | | | | | | - Use "FileList" instead of "OCA.Files.App.fileList" that doesn't exist in public link page. - Fix public link upload by properly adding the form data using a new utility function "addFormData". That one is needed because IE8 upload and regular upload use a different format... | |||||
* | Merge pull request #19742 from owncloud/shareinfo_performance | Thomas Müller | 2015-10-20 | 2 | -12/+0 | |
|\ | | | | | Do not calculate non essential info | |||||
| * | Do not calculate non essential info | Roeland Jago Douma | 2015-10-13 | 2 | -12/+0 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | There is no need to calculate a human readable date on the server side. We supply the mtime and a client can easily convert that himself if needed. This is already done most of the time since the date is often not in the exact right format. There is also no need to attach icon info. We have that available in javascript. And else the client should get the right icon based on the mimetype for its platform. * Updated tests | |||||
* | | fix delete orphan shares test with object home storage | Robin Appelman | 2015-10-16 | 1 | -1/+6 | |
| | | ||||||
* | | Do not register sidebar panels when no sidebar | Vincent Petry | 2015-10-15 | 1 | -2/+41 | |
|/ | ||||||
* | update licence headers via script | Morris Jobke | 2015-10-05 | 1 | -0/+1 | |
| | ||||||
* | If an inline files action provides an alt text show it | Roeland Jago Douma | 2015-10-03 | 1 | -0/+56 | |
| | | | | | * Added unit tests for icon display * Added unit tests for icon alt text display | |||||
* | Fix moment.js "a few seconds ago" with "seconds ago" | Morris Jobke | 2015-10-02 | 1 | -1/+1 | |
| | | | | * fixes #18627 | |||||
* | Merge pull request #19310 from owncloud/hide-sort-indicator | Thomas Müller | 2015-09-30 | 1 | -0/+19 | |
|\ | | | | | hide sort indicator when in multiselect mode, ref #19056 | |||||
| * | Disable sorting when multiselect is enabled in file list | Vincent Petry | 2015-09-29 | 1 | -0/+19 | |
| | | ||||||
* | | Merge pull request #19365 from owncloud/files-detailsbar-interaction | Thomas Müller | 2015-09-29 | 1 | -5/+37 | |
|\ \ | | | | | | | Fix sidebar interaction | |||||
| * | | Fix sidebar interaction | Vincent Petry | 2015-09-28 | 1 | -5/+37 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | - Clicking a file row or selecting it will open the sidebar. - When sidebar is open, its contents update with the last selection. - Dragging doesn't open the sidebar but does update its contents if it was open already. - Switching folders closes the sidebar. - Close sidebar when highlighted file got deleted/removed from list | |||||
* | | | Hide sidebar tab headers conditionally | Vincent Petry | 2015-09-28 | 1 | -8/+70 | |
|/ / | | | | | | | | | Added canDisplay() in DetailsTabView that should return false if the tab header of this tab must be hidden | |||||
* | | Merge pull request #19404 from owncloud/files-sidebar-sorttabs | Thomas Müller | 2015-09-28 | 1 | -0/+15 | |
|\ \ | | | | | | | Fix tabs order in files sidebar | |||||
| * | | Fix tabs order in files sidebar | Vincent Petry | 2015-09-28 | 1 | -0/+15 | |
| |/ | ||||||
* / | Fix order of actions in the files actions menu | Vincent Petry | 2015-09-28 | 1 | -0/+37 | |
|/ | ||||||
* | 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 #17501 from tbartenstein/patch-1 | Vincent Petry | 2015-08-24 | 1 | -1/+1 | |
|\ | | | | | Update fileinfo.php | |||||
| * | fix unit test for folder renaming (icon) | tbartenstein | 2015-08-21 | 1 | -1/+1 | |
| | | | | | | fix unit test to go with #17501 and check for the new icon | |||||
* | | 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. | |||||
* | | Merge pull request #17709 from owncloud/fileactions-dropdown | Jan-Christoph Borchardt | 2015-08-11 | 3 | -308/+607 | |
|\ \ | | | | | | | Move file actions to dropdown | |||||
| * | | 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 | |
| | | | ||||||
* | | | Merge pull request #18171 from ↵ | Morris Jobke | 2015-08-11 | 1 | -1/+44 | |
|\ \ \ | |/ / |/| | | | | | | | | owncloud/fix-language-of-files-activities-in-emails Correctly make use of the languageCode argument in the files activity extension | |||||
| * | | Correctly make use of the languageCode argument in the files activity extension | Joas Schilling | 2015-08-10 | 1 | -1/+44 | |
| | | | ||||||
* | | | 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 | |
|/ | ||||||
* | Merge pull request #17163 from owncloud/update-licenses | Lukas Reschke | 2015-06-27 | 3 | -6/+19 | |
|\ | | | | | Update license headers | |||||
| * | update license headers and authors | Morris Jobke | 2015-06-25 | 3 | -6/+19 | |
| | | ||||||
* | | 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 | |
| |