summaryrefslogtreecommitdiffstats
path: root/apps/files/js
Commit message (Collapse)AuthorAgeFilesLines
* Fix issue when renaming creates a separate entryVincent Petry2015-11-221-8/+5
|
* Properly join path sectionsVincent Petry2015-11-222-5/+2
| | | | | This prevents double slashes that can mess up path comparisons in some cases.
* Query tags/favorite through Webdav in file listVincent Petry2015-11-222-4/+60
|
* Make public link share page work with Webdav and add operationsVincent Petry2015-11-221-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 operationsVincent Petry2015-11-224-257/+351
|
* Remove "Text file" entry in the "+" menuVincent Petry2015-11-191-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-fixdownloadspinnerThomas Müller2015-11-022-2/+7
|\ | | | | Fix file action download spinner
| * Fix file action download spinnerVincent Petry2015-10-302-2/+7
| |
* | Merge pull request #20156 from owncloud/files-filter-triger-onceRobin Appelman2015-10-301-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 listRobin Appelman2015-10-291-2/+3
| | |
* | | Merge pull request #20051 from otetard/feature/newfilemenu_extendThomas Müller2015-10-291-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étard2015-10-261-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-consolidateiconupdateThomas Müller2015-10-292-5/+21
|\ \ \ | |_|/ |/| | Fix icon update to be more consistent
| * | Fix icon update to be more consistentVincent Petry2015-10-292-5/+21
| |/ | | | | | | Makes the details bar show the same icon as in the list.
* / Fix file list reload callback resultVincent Petry2015-10-271-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-donotopenonrenameThomas Müller2015-10-221-3/+6
|\ | | | | Do not display details bar after rename
| * Do not display details bar after renameVincent Petry2015-10-211-3/+6
| |
* | Fix file upload, conflict dialog, also in public linkVincent Petry2015-10-211-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 sidebarVincent Petry2015-10-152-4/+8
|
* Merge pull request #19633 from owncloud/sidebar-alt-favoriteThomas Müller2015-10-141-2/+1
|\ | | | | Move alt text for favorite action to image
| * Move alt text for favorite action to imageVincent Petry2015-10-071-2/+1
| |
* | Merge pull request #19634 from owncloud/notif-showtemporaryThomas Müller2015-10-141-20/+8
|\ \ | | | | | | showTemporary instead of show for notifications
| * | showTemporary instead of show for notificationsVincent Petry2015-10-081-20/+8
| |/
* | Merge pull request #19710 from owncloud/files-canceluploaddebounce-reThomas Müller2015-10-141-6/+5
|\ \ | | | | | | Debounce cancel upload message
| * | Debounce cancel upload messageVincent Petry2015-10-121-6/+5
| | |
* | | Merge pull request #19747 from owncloud/files-delete-hidenotifThomas Müller2015-10-141-0/+2
|\ \ \ | | | | | | | | Hide notification on delete
| * | | Hide notification on deleteVincent Petry2015-10-131-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 itVincent Petry2015-10-131-1/+5
|/ / | | | | | | | | Remove controls from sharing overview and favorite file lists which don't display paths.
* | Revert "Debounce cancel upload message"Thomas Müller2015-10-121-5/+6
| |
* | Debounce cancel upload messageVincent Petry2015-10-071-6/+5
|/
* Fix tooltip placement on rename errorVincent Petry2015-10-051-2/+2
|
* Merge pull request #19552 from owncloud/inline_fileactions_alttextThomas Müller2015-10-051-1/+2
|\ | | | | If an inline files action provides an alt text show it
| * If an inline files action provides an alt text show itRoeland Jago Douma2015-10-031-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-shorterThomas Müller2015-10-051-0/+4
|\ \ | |/ |/| Fix filelist size issues, breadcrumb, multiselect
| * Fix filelist size issues, breadcrumb, multiselectVincent Petry2015-10-021-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 conflictsVincent Petry2015-10-021-2/+5
|/
* Merge pull request #19468 from owncloud/fix-36-vs-32-previewsThomas Müller2015-09-301-2/+2
|\ | | | | Change small thumbnails to 32 px
| * Change small thumbnails to 32 pxMorris Jobke2015-09-301-2/+2
| | | | | | | | | | * fixes #16913 * fixes issues in IE8 where the thumbnail is too big
* | Merge pull request #19454 from owncloud/ie8-madness-returnsThomas Müller2015-09-302-0/+3
|\ \ | | | | | | [IE8] Fix file type sizes and popover menus in file list
| * | [IE8] Fix filetype icon sizesVincent Petry2015-09-292-0/+3
| |/ | | | | | | | | | | Added hack that uses a "filter" CSS with explicit URL to fix the "New" menu by scaling down icons and also fix the folder/filetype icon in the sidebar by scaling it up.
* | Merge pull request #19467 from owncloud/files-newmenu-highlightcurrentThomas Müller2015-09-301-0/+2
|\ \ | | | | | | Keep opacity in current item in newFileMenu
| * | Keep opacity in current item in newFileMenuVincent Petry2015-09-301-0/+2
| |/ | | | | | | | | Whenever the input field appears, the menu item should keep its opacity instead of reacting on hover.
* | Merge pull request #19310 from owncloud/hide-sort-indicatorThomas Müller2015-09-301-0/+3
|\ \ | | | | | | hide sort indicator when in multiselect mode, ref #19056
| * | Disable sorting when multiselect is enabled in file listVincent Petry2015-09-291-0/+3
| | |
* | | Merge pull request #19373 from owncloud/sidebar-preview-coverThomas Müller2015-09-301-5/+26
|\ \ \ | |_|/ |/| | Cover both width and height for the sidebar preview
| * | adjust aspect ratio of preview size when for aspect ratios > 16/9Robin Appelman2015-09-291-1/+15
| | |
| * | improve handling of small imagesRobin Appelman2015-09-291-2/+7
| | |
| * | Scale portrait images correctlyRobin Appelman2015-09-291-1/+1
| | |
| * | Cover both width and height for the sidebar previewRobin Appelman2015-09-291-2/+4
| | |
* | | Merge pull request #19365 from owncloud/files-detailsbar-interactionThomas Müller2015-09-292-32/+42
|\ \ \ | | | | | | | | Fix sidebar interaction