| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Distinguish legacy file actions from regular file actions | Vincent Petry | 2014-05-30 | 1 | -16/+53 |
* | Added "dir" in file actions handler context and fixed versions | Vincent Petry | 2014-05-30 | 1 | -3/+5 |
* | Fixed file actions for sharing views | Vincent Petry | 2014-05-30 | 1 | -12/+22 |
* | Improved FileActions with context | Vincent Petry | 2014-05-30 | 1 | -2/+11 |
* | show delete hint text on hovering trash | Volkan Gezer | 2014-05-28 | 1 | -1/+1 |
* | Fixed download URL in public page | Vincent Petry | 2014-05-20 | 1 | -1/+1 |
* | Fixed many issues, clean up | Vincent Petry | 2014-05-15 | 1 | -0/+2 |
* | Namespacing for FileList, FileActions and trashbin app | Vincent Petry | 2014-05-15 | 1 | -211/+222 |
* | we no longer need to handle the Shared folder different from any other folder | Bjoern Schiessle | 2014-04-23 | 1 | -6/+2 |
* | Files, trashbin, public apps use ajax/JSON for the file list | Vincent Petry | 2014-04-02 | 1 | -2/+2 |
* | Fixed broken delete file action | Vincent Petry | 2014-04-01 | 1 | -1/+1 |
* | additional class is added to the file actions called e.g. 'action-share', 'ac... | Thomas Müller | 2014-03-17 | 1 | -11/+26 |
* | Merge pull request #7011 from owncloud/jshint | Thomas Müller | 2014-02-04 | 1 | -5/+20 |
|\ |
|
| * | Added .jshintrc | Vincent Petry | 2014-01-30 | 1 | -5/+20 |
* | | Rename action now appears as pencil icon | raghunayyar | 2014-01-30 | 1 | -5/+16 |
|/ |
|
* | permanently show download action on mobile, only icon | Jan-Christoph Borchardt | 2014-01-29 | 1 | -2/+2 |
* | Fixed download URL in public page | Vincent Petry | 2014-01-24 | 1 | -1/+4 |
* | Fixed various file name escaping issues in core apps | Vincent Petry | 2014-01-10 | 1 | -1/+1 |
* | Fixed sharing status update for new/uploaded files | Vincent Petry | 2013-10-17 | 1 | -1/+11 |
* | canceling individual uploads is currently impossible because there is no plac... | Jörn Friedrich Dreyer | 2013-10-07 | 1 | -14/+1 |
* | Merge branch 'master' into fix_3728_with_file_exists_dialog | Jörn Friedrich Dreyer | 2013-09-19 | 1 | -0/+5 |
|\ |
|
| * | remove file action elements before recreating them | Thomas Müller | 2013-09-18 | 1 | -0/+5 |
* | | Merge branch 'master' into fix_3728_with_file_exists_dialog | Jörn Friedrich Dreyer | 2013-09-17 | 1 | -3/+2 |
|\| |
|
| * | Ajax calls for "files" and "files_trashbin" apps | Vincent Petry | 2013-09-13 | 1 | -3/+2 |
* | | Merge branch 'master' into fix_3728_with_file_exists_dialog | Jörn Friedrich Dreyer | 2013-09-04 | 1 | -8/+6 |
|\| |
|
| * | Merge branch 'master' into fix_jslint_kondou | kondou | 2013-08-18 | 1 | -7/+5 |
| |\ |
|
| | * | Merge pull request #4113 from owncloud/delete-fix | Jan-Christoph Borchardt | 2013-08-15 | 1 | -5/+2 |
| | |\ |
|
| | | * | use new delete icon for deleted files as well | Jan-Christoph Borchardt | 2013-07-18 | 1 | -1/+1 |
| | | * | remove unnecessary tipsy for Files delete | Jan-Christoph Borchardt | 2013-07-18 | 1 | -1/+1 |
| | | * | use background image instead of img for Files delete icon | Jan-Christoph Borchardt | 2013-07-18 | 1 | -4/+1 |
| | * | | fix #2711 using a custom event, also use css selectors over filterAttr | Jörn Friedrich Dreyer | 2013-08-08 | 1 | -2/+3 |
| | |/ |
|