Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix elementToFile to also return path when defined | Vincent Petry | 2016-02-08 | 1 | -0/+4 |
| | | | | | Fixes issue when opening the share dialog for a file inside the favorite list, and the file is from a subfolder | ||||
* | Only check selection for delete permissions, not parent folder | Robin McCorkell | 2016-01-15 | 1 | -3/+1 |
| | |||||
* | Fixed issue #21452 | Erik Pellikka | 2016-01-13 | 1 | -1/+7 |
| | | | | | | | | removed whitespace removed whitespace Changed it based on PVince81's suggestion | ||||
* | Merge pull request #21589 from owncloud/mobile-webDAV-select | Thomas Müller | 2016-01-11 | 1 | -2/+3 |
|\ | | | | | webDAV select bug fixed | ||||
| * | webDAV select bug fixed | Julian Müller | 2016-01-11 | 1 | -2/+3 |
| | | |||||
* | | Updating a file should not update the summary | Roeland Jago Douma | 2016-01-09 | 1 | -1/+3 |
|/ | |||||
* | Merge pull request #21254 from owncloud/files-uploadcanceliconfix | Thomas Müller | 2015-12-28 | 1 | -23/+21 |
|\ | | | | | Correctly render uploadtext indicator only on folders | ||||
| * | Use showBusyState for upload into folder | Vincent Petry | 2015-12-18 | 1 | -22/+20 |
| | | | | | | | | | | This makes sure that the original icon will be restored properly in case it's not the default folder icon | ||||
| * | Correctly render uploadtext indicator only on folders | Vincent Petry | 2015-12-18 | 1 | -1/+1 |
| | | |||||
* | | Make a modifiable copy of the webdav properties in JS file list | Vincent Petry | 2015-12-22 | 1 | -1/+1 |
|/ | | | | | | Plugins can extend _getWebdavProperties to add custom properties. These should not be added to the original properties list, so now the FileList makes a copy of the array. | ||||
* | Fix mount type root detection | Vincent Petry | 2015-12-14 | 1 | -7/+10 |
| | | | | | | | | | | | Since Webdav doesn't contain that information, we need to rely on the parent folder's mount type to find out whether a child item is a shared/external root or not. Fixed the mount type detection logic and added unit test. Also added a fix that ignores detection if no parent folder exists (ex: shared file list, favorites, etc) | ||||
* | Bring back file delete action text to be based on context | Vincent Petry | 2015-12-11 | 2 | -3/+31 |
| | | | | | | | | For received shares, the delete action becomes "Unshare" and for personal mounts it becomes "Disconnect storage". This also makes it possible from now on to pass a function to a file action's "displayName" attribute. | ||||
* | Move files/ajax/scan.php to background job | Lukas Reschke | 2015-11-28 | 1 | -48/+0 |
| | | | | The background job will now be executed in chunks of 500 users all 10 minutes. | ||||
* | Fix issue when renaming creates a separate entry | Vincent Petry | 2015-11-22 | 1 | -8/+5 |
| | |||||
* | Properly join path sections | Vincent Petry | 2015-11-22 | 2 | -5/+2 |
| | | | | | This prevents double slashes that can mess up path comparisons in some cases. | ||||
* | Query tags/favorite through Webdav in file list | Vincent Petry | 2015-11-22 | 2 | -4/+60 |
| | |||||
* | Make public link share page work with Webdav and add operations | Vincent Petry | 2015-11-22 | 1 | -1/+1 |
| | | | | | | | | The public page now uses the public.php/webdav endpoint. Also enabled more file operations like rename, move, delete and create folder from the public page, which are now all possible thanks to the public.php/webdav endpoint. | ||||
* | Make files app use Webdav for most operations | Vincent Petry | 2015-11-22 | 4 | -257/+351 |
| | |||||
* | Remove "Text file" entry in the "+" menu | Vincent Petry | 2015-11-19 | 1 | -12/+8 |
| | | | | | | | The text editor app will register this instead. Also made "fileList" a non-private attribute to make it possible for plugins to access the attached file list object. | ||||
* | Merge pull request #20181 from owncloud/files-fixdownloadspinner | Thomas Müller | 2015-11-02 | 2 | -2/+7 |
|\ | | | | | Fix file action download spinner | ||||
| * | Fix file action download spinner | Vincent Petry | 2015-10-30 | 2 | -2/+7 |
| | | |||||
* | | Merge pull request #20156 from owncloud/files-filter-triger-once | Robin Appelman | 2015-10-30 | 1 | -2/+3 |
|\ \ | | | | | | | dont trigger the scroll event of every single item we filter in the file list | ||||
| * | | dont trigger the scroll event of every single item we filter in the file list | Robin Appelman | 2015-10-29 | 1 | -2/+3 |
| | | | |||||
* | | | Merge pull request #20051 from otetard/feature/newfilemenu_extend | Thomas Müller | 2015-10-29 | 1 | -31/+46 |
|\ \ \ | |_|/ |/| | | Allow Owncloud apps to add new items to the “new” file menu. | ||||
| * | | Allow apps to add new items in the “New” filemenu. | Olivier Tétard | 2015-10-26 | 1 | -31/+46 |
| | | | | | | | | | | | | | | | | | | | | | Owncloud apps can now add new items to the “new” file menu. A new `addMenuEntry()` was added to `NewFileMenu`. To add a new item, you have to attach a plugin to `OCA.Files.NewFileMenu` that will call `addMenuEntry()`. | ||||
* | | | Merge pull request #20122 from owncloud/files-consolidateiconupdate | Thomas Müller | 2015-10-29 | 2 | -5/+21 |
|\ \ \ | |_|/ |/| | | Fix icon update to be more consistent | ||||
| * | | Fix icon update to be more consistent | Vincent Petry | 2015-10-29 | 2 | -5/+21 |
| |/ | | | | | | | Makes the details bar show the same icon as in the list. | ||||
* / | Fix file list reload callback result | Vincent Petry | 2015-10-27 | 1 | -3/+6 |
|/ | | | | | | | | All reloadCallback must return either true for success or false in case of failure / non-existing folder. Some file lists only have a root folder (favorite, shares), so restrict the path to that to avoid having a wrong path in the breadcrumbs. | ||||
* | Merge pull request #19937 from owncloud/detailsview-donotopenonrename | Thomas Müller | 2015-10-22 | 1 | -3/+6 |
|\ | | | | | Do not display details bar after rename | ||||
| * | Do not display details bar after rename | Vincent Petry | 2015-10-21 | 1 | -3/+6 |
| | | |||||
* | | Fix file upload, conflict dialog, also in public link | Vincent Petry | 2015-10-21 | 1 | -11/+33 |
|/ | | | | | | | | - 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... | ||||
* | Do not register sidebar panels when no sidebar | Vincent Petry | 2015-10-15 | 2 | -4/+8 |
| | |||||
* | Merge pull request #19633 from owncloud/sidebar-alt-favorite | Thomas Müller | 2015-10-14 | 1 | -2/+1 |
|\ | | | | | Move alt text for favorite action to image | ||||
| * | Move alt text for favorite action to image | Vincent Petry | 2015-10-07 | 1 | -2/+1 |
| | | |||||
* | | Merge pull request #19634 from owncloud/notif-showtemporary | Thomas Müller | 2015-10-14 | 1 | -20/+8 |
|\ \ | | | | | | | showTemporary instead of show for notifications | ||||
| * | | showTemporary instead of show for notifications | Vincent Petry | 2015-10-08 | 1 | -20/+8 |
| |/ | |||||
* | | Merge pull request #19710 from owncloud/files-canceluploaddebounce-re | Thomas Müller | 2015-10-14 | 1 | -6/+5 |
|\ \ | | | | | | | Debounce cancel upload message | ||||
| * | | Debounce cancel upload message | Vincent Petry | 2015-10-12 | 1 | -6/+5 |
| | | | |||||
* | | | Merge pull request #19747 from owncloud/files-delete-hidenotif | Thomas Müller | 2015-10-14 | 1 | -0/+2 |
|\ \ \ | | | | | | | | | Hide notification on delete | ||||
| * | | | Hide notification on delete | Vincent Petry | 2015-10-13 | 1 | -0/+2 |
| |/ / | | | | | | | | | | | | | | | | | | | | | | In case a permanent notification "storage full" was displayed, it will be hidden after deleting a file. Directly after that a getstoragestats.php call is made that will decide whether to reshow the notification based on the new free space. | ||||
* / / | Remove controls for file lists that don't need it | Vincent Petry | 2015-10-13 | 1 | -1/+5 |
|/ / | | | | | | | | | Remove controls from sharing overview and favorite file lists which don't display paths. | ||||
* | | Revert "Debounce cancel upload message" | Thomas Müller | 2015-10-12 | 1 | -5/+6 |
| | | |||||
* | | Debounce cancel upload message | Vincent Petry | 2015-10-07 | 1 | -6/+5 |
|/ | |||||
* | Fix tooltip placement on rename error | Vincent Petry | 2015-10-05 | 1 | -2/+2 |
| | |||||
* | Merge pull request #19552 from owncloud/inline_fileactions_alttext | Thomas Müller | 2015-10-05 | 1 | -1/+2 |
|\ | | | | | If an inline files action provides an alt text show it | ||||
| * | If an inline files action provides an alt text show it | Roeland Jago Douma | 2015-10-03 | 1 | -1/+2 |
| | | | | | | | | | | * Added unit tests for icon display * Added unit tests for icon alt text display | ||||
* | | Merge pull request #19539 from owncloud/fix-multiselect-overlap-shorter | Thomas Müller | 2015-10-05 | 1 | -0/+4 |
|\ \ | |/ |/| | Fix filelist size issues, breadcrumb, multiselect | ||||
| * | Fix filelist size issues, breadcrumb, multiselect | Vincent Petry | 2015-10-02 | 1 | -0/+4 |
| | | | | | | | | | | | | | | - calculate multiselect header width to exclude scrollbar - call FileList._onResize() when sidebar is toggled ("appresized"), this also updates the breadcrumb width - moved global getScrollBarWidth() to OC.Util namespace | ||||
* | | Make sure the conflict dialog is loaded before adding conflicts | Vincent Petry | 2015-10-02 | 1 | -2/+5 |
|/ | |||||
* | Merge pull request #19468 from owncloud/fix-36-vs-32-previews | Thomas Müller | 2015-09-30 | 1 | -2/+2 |
|\ | | | | | Change small thumbnails to 32 px |