aboutsummaryrefslogtreecommitdiffstats
path: root/files/js/files.js
Commit message (Collapse)AuthorAgeFilesLines
* Fixed table gap from appearing.Scott Barnett2011-09-271-2/+0
|
* fix file uploads for IERobin Appelman2011-09-221-8/+17
|
* Shift+Click multiselect for filesMichael Gapczynski2011-08-281-4/+38
|
* Months for modified date need to be translatedMichael Gapczynski2011-08-281-2/+2
|
* Ctrl+Click on td.filename a selects file instead of default file actionMichael Gapczynski2011-08-281-8/+27
|
* Support translations for modified date column in filesMichael Gapczynski2011-08-281-10/+10
|
* Style changes for multiselect and add tipsy for file sizeMichael Gapczynski2011-08-271-4/+4
|
* Fix file actions broken in some browsers, rename delete to do_delete - ↵Michael Gapczynski2011-08-271-1/+1
| | | | Thanks Bart Visscher
* more fixes for Personal and TipsyJan-Christoph Borchardt2011-08-141-4/+0
|
* updated tipsy, tooltips finally work everywhere, thanks icewindJan-Christoph Borchardt2011-08-141-1/+1
|
* NEEDS MORE FADINGJan-Christoph Borchardt2011-08-131-3/+3
|
* fixed tipsy tooltips for actionsJan-Christoph Borchardt2011-08-131-1/+1
|
* file hovering now very fancy, CSS fade for row and extensionJan-Christoph Borchardt2011-08-121-1/+1
|
* fix uploading multiple filesRobin Appelman2011-08-121-2/+2
|
* added jquery-tipsy for nice title tooltipsJan-Christoph Borchardt2011-08-121-0/+4
|
* fixed upload buttonDawid Opis2011-08-111-0/+6
|
* make more strings translatableRobin Appelman2011-08-101-7/+7
|
* provide undo button when deleting files from the web interfaceRobin Appelman2011-08-041-37/+3
|
* show table header in filebrowser always on top when files are selectedRobin Appelman2011-08-021-0/+11
|
* fixed table heading and multiselect styleJan-Christoph Borchardt2011-07-301-2/+2
|
* dont need to remove the empty folder message twiceRobin Appelman2011-07-301-2/+0
|
* automatically hide show/hide the empty folder messageRobin Appelman2011-07-301-0/+4
|
* hide empty folder notification when a folder or file got uploadedJan-Christoph Borchardt2011-07-301-1/+3
|
* you can now move files to the root folder by draging them to the Files entry ↵Robin Appelman2011-07-291-0/+1
| | | | in the navigation panel
* no need for an ok button for creating foldersRobin Appelman2011-07-291-16/+3
|
* use proper file icons for image and audio filesRobin Appelman2011-07-291-0/+9
|
* use relative times for new upload filesRobin Appelman2011-07-291-4/+25
|
* confirmation dialogs for deletionsRobin Appelman2011-07-291-13/+34
|
* add size tooltip for selected filesRobin Appelman2011-07-281-10/+4
|
* fix serveral styling issues on uploaded filesRobin Appelman2011-07-281-1/+1
|
* finished action icons on hover, small style improvementsJan-Christoph Borchardt2011-07-281-4/+4
|
* lots of small style fixes for the file listJan-Christoph Borchardt2011-07-281-14/+18
|
* no longer show deleted files as selectedRobin Appelman2011-07-261-3/+5
|
* some javascript changesRobin Appelman2011-07-261-43/+48
|
* merge master into interfaceRobin Appelman2011-07-261-11/+29
|\
| * add getSelectedFiles() to files.jsRobin Appelman2011-07-251-10/+28
| |
* | some work on the breadcrumb navigation for filesRobin Appelman2011-07-221-0/+22
| |
* | show error when trying to upload to large filesRobin Appelman2011-07-221-30/+45
| |
* | show fileactions inline on hoverRobin Appelman2011-07-221-4/+6
| |
* | only show actions for selected file if there are selected filesRobin Appelman2011-07-211-0/+2
| |
* | some work on the updated interfaceRobin Appelman2011-07-211-10/+58
|/
* Allow users to start a new upload before the current upload has finishedRobin Appelman2011-07-201-12/+26
|
* fix deleting files with spaces in the nameRobin Appelman2011-07-191-2/+2
|
* Show loading icon for uploading files, and disable file actions and DnD for ↵Robin Appelman2011-07-191-6/+9
| | | | uploading files.
* No longer use the "Ok" button for file uploadsRobin Appelman2011-07-191-12/+0
|
* Provide ability to select mutliply files during upload for browsers that ↵Robin Appelman2011-07-191-9/+21
| | | | support it.
* fix broken directory links for some browsersRobin Appelman2011-07-081-1/+1
|
* only show the revert animation of draging a file when draged to an invalid ↵Robin Appelman2011-07-081-1/+1
| | | | position
* You can now move files to a parent folder by draging them to an element in ↵Robin Appelman2011-07-071-13/+45
| | | | | | the breadcrumb bar also fixed dragging newly uploaded files and droppin in new folders
* files can now be draged and dropped in the file browserRobin Appelman2011-07-071-9/+21
|