summaryrefslogtreecommitdiffstats
path: root/files/js/fileactions.js
Commit message (Collapse)AuthorAgeFilesLines
* move files to app folderGeorg Ehrke2012-04-181-154/+0
|
* fix delete button not always disapearingRobin Appelman2012-04-161-2/+2
|
* show text for file actionsJan-Christoph Borchardt2012-04-151-4/+3
|
* add span around fileactionsRobin Appelman2012-04-151-2/+3
|
* adding tipsy tooltips for file actionsJan-Christoph Borchardt2012-04-131-2/+2
|
* enable admin to turn off ZIP downloadsArthur Schiwon2012-03-191-4/+11
| | | | | | user interface offers multi-file/folder downloads only if available make function name more clear
* remove some of the flickering in operaRobin Appelman2012-01-151-4/+8
|
* Keep the urls pretty, decode forward slashesMichael Gapczynski2011-12-271-1/+1
|
* Fix folder names with + characters in itMichael Gapczynski2011-12-271-1/+1
|
* attempt to manage some special chars in file listBrice Maron2011-11-011-1/+1
| | | | | | Added a jquery function to filter by attributes. Add more logging in rename file Use the new function to avoid errors
* move some code to where it belongs and remove duplicated editor appRobin Appelman2011-10-051-12/+0
|
* Added breadcrumb and control bar.Tom Needham2011-10-031-5/+5
|\
| * escape file and directory names when downloading filesRobin Appelman2011-09-301-1/+1
| |
| * fix persistent playlist for media playerRobin Appelman2011-09-281-4/+4
| |
* | Editor now loads on top of files app.Tom Needham2011-10-011-2/+2
| |
* | Changed theme. Editing is now default action for all supported types. Fixed ↵Tom Needham2011-09-281-5/+12
| | | | | | | | static url.
* | Implemented ace-edtior as an app. Basic file editing and saving supported.Tom Needham2011-09-281-1/+4
|/
* Fix file actions broken in some browsers, rename delete to do_delete - ↵Michael Gapczynski2011-08-271-1/+1
| | | | Thanks Bart Visscher
* Revert "hints for file actions"Jan-Christoph Borchardt2011-08-231-10/+0
| | | | | 1) Please test in Firefox 2) File actions should be refactored first, to be shown/hidden via CSS, not via JavaScript This reverts commit e78d1dd676a12e0a26960f0bf131975c7559298a.
* hints for file actionsBartek Przybylski2011-08-221-0/+10
|
* some improvements in automatic svg replacementRobin Appelman2011-08-221-3/+6
|
* added global action class for iconsJan-Christoph Borchardt2011-08-131-6/+6
|
* more fancy fadingRobin Appelman2011-08-131-1/+6
|
* removed downloading as fallback action when file type can not be openedJan-Christoph Borchardt2011-08-121-1/+1
|
* forgot somethingRobin Appelman2011-08-111-1/+1
|
* allow dynamicly determaning icons for fileactionsRobin Appelman2011-08-111-0/+3
|
* provide undo button when deleting files from the web interfaceRobin Appelman2011-08-041-23/+1
|
* dont need the ok button for renamingRobin Appelman2011-07-291-0/+4
|
* always show download icon on hoverRobin Appelman2011-07-291-1/+1
|
* confirmation dialogs for deletionsRobin Appelman2011-07-291-7/+21
|
* Implement inline renaming of filesRobin Appelman2011-07-281-2/+1
| | | | Still needs some ui love
* show icons instead of text for file actionsRobin Appelman2011-07-281-17/+28
|
* fix merge conflictJan-Christoph Borchardt2011-07-281-4/+22
|\
| * deleting stuff is scary, lets move the button as far to the right as possibleRobin Appelman2011-07-271-1/+16
| | | | | | | | it doesn't fit good currently in the column but will be fixed with using icons
| * do not show default file action in the file action list on hoverRobin Appelman2011-07-271-12/+15
|/
* show fileactions inline on hoverRobin Appelman2011-07-221-10/+16
|
* fix deleting files with spaces in the nameRobin Appelman2011-07-191-1/+1
|
* make the system for default fileactions more flexibleRobin Appelman2011-06-161-5/+8
|
* fix file action dialog not reappearing after being usedRobin Appelman2011-06-041-4/+5
|
* fix fileactions following the link insteadRobin Appelman2011-06-041-1/+1
|
* make fileactions extendable by pluginsRobin Appelman2011-06-041-0/+100