| Commit message (Expand) | Author | Age | Files | Lines |
* | fixes size of the download spinner | Vincent Chan | 2016-05-30 | 1 | -2/+2 |
* | Auto-add fileid in URL for currently displayed folder | Vincent Petry | 2016-05-06 | 1 | -1/+1 |
* | Fix download spinner to work with CSS styles | Vincent Petry | 2016-03-04 | 1 | -10/+9 |
* | Close class | Roeland Jago Douma | 2016-02-25 | 1 | -1/+1 |
* | Make file actions use icon CSS classes | Roeland Jago Douma | 2016-02-25 | 1 | -15/+20 |
* | Bring back file delete action text to be based on context | Vincent Petry | 2015-12-11 | 1 | -3/+23 |
* | Properly join path sections | Vincent Petry | 2015-11-22 | 1 | -4/+1 |
* | Make files app use Webdav for most operations | Vincent Petry | 2015-11-22 | 1 | -1/+2 |
* | Fix file action download spinner | Vincent Petry | 2015-10-30 | 1 | -1/+1 |
* | If an inline files action provides an alt text show it | Roeland Jago Douma | 2015-10-03 | 1 | -1/+2 |
* | Fix order of actions in the files actions menu | Vincent Petry | 2015-09-28 | 1 | -0/+4 |
* | Properly translate file actions | Vincent Petry | 2015-09-22 | 1 | -0/+2 |
* | Only show delete action in menu when delete permission exists | Vincent Petry | 2015-08-18 | 1 | -1/+1 |
* | Merge pull request #18178 from owncloud/files-sidebar-actions | Jan-Christoph Borchardt | 2015-08-13 | 1 | -7/+82 |
|\ |
|
| * | Make file actions work from sidebar | Vincent Petry | 2015-08-12 | 1 | -7/+82 |
* | | replace tipsys with tooltips | Hendrik Leppelsack | 2015-08-12 | 1 | -0/+1 |
|/ |
|
* | Fixed file actions menu to close when reclicking trigger | Vincent Petry | 2015-08-11 | 1 | -11/+21 |
* | Inline actions using default renderer are now always permanent | Vincent Petry | 2015-08-10 | 1 | -0/+1 |
* | Updated unit tests for file actions and actions menu | Vincent Petry | 2015-08-10 | 1 | -5/+3 |
* | Make file action menu icon permanent | Vincent Petry | 2015-08-10 | 1 | -3/+5 |
* | Implement file actions dropdown | Vincent Petry | 2015-08-10 | 1 | -126/+176 |
* | move updateFileActionSpinner to OCA.Files.FileActions | Morris Jobke | 2015-07-22 | 1 | -2/+22 |
* | refactor this to proper separation of concerns | Morris Jobke | 2015-07-15 | 1 | -3/+6 |
* | refactoring into proper methods | Morris Jobke | 2015-07-07 | 1 | -27/+1 |
* | Add proper download started feedback | Morris Jobke | 2015-07-07 | 1 | -6/+23 |
* | Reduce timeout for download spinner to 2 seconds | Morris Jobke | 2015-07-07 | 1 | -1/+1 |
* | Fix layout of disabled links in the file list | Morris Jobke | 2015-07-07 | 1 | -1/+12 |
* | Add loading spinner to download icon | Morris Jobke | 2015-07-07 | 1 | -0/+8 |
* | Show hint if there is no delete permission | Morris Jobke | 2015-04-23 | 1 | -2/+13 |
* | fix_#11348 Safari rename button positioning | Sergei Shuykov | 2015-01-16 | 1 | -1/+2 |
* | make Share button localized again | Volkan Gezer | 2015-01-11 | 1 | -1/+1 |
* | use method to only visually hide elements, show only for screen reader | Jan-Christoph Borchardt | 2014-12-17 | 1 | -1/+1 |
* | fix Delete action text being translatable | Jan-Christoph Borchardt | 2014-12-17 | 1 | -1/+2 |
* | add text to Delete action | Jan-Christoph Borchardt | 2014-12-17 | 1 | -1/+2 |
* | introduce alt text for rename icon - fixes #12067 | Morris Jobke | 2014-12-08 | 1 | -0/+1 |
* | Improve FileActions JS to allow for custom rendering | Vincent Petry | 2014-11-24 | 1 | -113/+238 |
* | Merge pull request #9177 from owncloud/jsdocexperiment | Vincent Petry | 2014-11-13 | 1 | -5/+36 |
|\ |
|
| * | Improved Javascript docs for JSDoc | Vincent Petry | 2014-10-31 | 1 | -5/+36 |
* | | add alt text for file actions, but leave empty since text is directly next to it | Jan-Christoph Borchardt | 2014-11-06 | 1 | -1/+1 |
|/ |
|
* | correct delete-icon to icon-delete, fix #11128 | Jan-Christoph Borchardt | 2014-09-22 | 1 | -1/+1 |
* | Added mountType attribute and adapted Delete action text | Vincent Petry | 2014-07-14 | 1 | -5/+11 |
* | Propagate file action changes to the file lists | Vincent Petry | 2014-07-09 | 1 | -26/+57 |
* | Fix FileActions merging override | Vincent Petry | 2014-07-04 | 1 | -10/+6 |
* | Use fileActionsReady to re-render sharing icons | Vincent Petry | 2014-07-01 | 1 | -2/+3 |
* | Sync file list with file actions | Vincent Petry | 2014-06-27 | 1 | -5/+50 |
* | Merge pull request #8931 from owncloud/filelist-usepathforaction | Vincent Petry | 2014-06-23 | 1 | -1/+1 |
|\ |
|
| * | Use actual file path on rename/delete | Vincent Petry | 2014-06-06 | 1 | -1/+1 |
* | | Fixed file actions fallback | Vincent Petry | 2014-06-20 | 1 | -1/+3 |
|/ |
|
* | drop allowZIPdownload and maxZIPSize as options | Morris Jobke | 2014-06-02 | 1 | -7/+1 |
* | Sharing overview fixes and unit tests | Vincent Petry | 2014-05-30 | 1 | -7/+8 |