aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files/js
Commit message (Collapse)AuthorAgeFilesLines
* add IE9 CSS checkbox fixesJörn Friedrich Dreyer2012-12-071-7/+7
|
* upload button HTML, CSS & JS cleanupJörn Friedrich Dreyer2012-12-072-8/+0
|
* Merge pull request #640 from esthepiking/masterThomas Müller2012-12-062-0/+166
|\ | | | | Keyboard Shortcuts
| * Code clean upErik Sargent2012-12-051-203/+147
| |
| * Remove renameErik Sargent2012-12-041-4/+4
| |
| * event.ctrlKeyErik Sargent2012-11-301-1/+2
| |
| * event.ctrlKeyErik Sargent2012-11-301-3/+7
| |
| * ctrl issue fixErik Sargent2012-11-301-1/+1
| |
| * CleanupErik Sargent2012-11-291-26/+51
| |
| * documentationErik Sargent2012-11-291-10/+6
| |
| * cleanupErik Sargent2012-11-291-89/+123
| |
| * RenameErik Sargent2012-11-281-6/+44
| |
| * EnterErik Sargent2012-11-281-1/+11
| |
| * Arrow key navigationErik Sargent2012-11-281-10/+55
| |
| * Keys arrayErik Sargent2012-11-281-9/+16
| |
| * keycode namingErik Sargent2012-11-281-8/+17
| |
| * no messageErik Sargent2012-11-282-2/+2
| |
| * initial setupErik Sargent2012-11-281-0/+52
| |
| * initial setupErik Sargent2012-11-281-0/+1
| |
* | show drag shadow in firefox by using helper:'clone'Jörn Friedrich Dreyer2012-11-271-1/+1
|/
* all but the first parameter are introduced by &Arthur Schiwon2012-11-261-1/+1
|
* Merge pull request #480 from owncloud/fix_435_and_437Thomas Müller2012-11-232-3/+16
|\ | | | | Also reject names with \ in the name
| * introduce Files.containsInvalidCharacters(), use when creating or renaming filesJörn Friedrich Dreyer2012-11-222-11/+19
| |
| * some more invalid characters have been addedThomas Mueller2012-11-221-6/+11
| |
| * Also reject names with \ in the nameBart Visscher2012-11-221-2/+2
| | | | | | | | fixes issues #435 and #437
* | Merge pull request #418 from libasys/Fix-IE8-fileactions-bindingThomas Müller2012-11-231-11/+20
|\ \ | | | | | | Fixes two issues if you using IE8. IE8 has problems with .bind actions a...
| * | Fixes two issues if you using IE8. IE8 has problems with .bind actions and ↵libasys2012-11-141-11/+20
| | | | | | | | | | | | since jquery 1.7.2 using .bind is old school style for event delegation. the new and better way is using .on() function. The second is using $.each instead of for() to walkthrough an array! Now it works perfect, the events after uploads are triggered.
* | | Merge pull request #482 from eMerzh/fix_prevent_shared_folderblizzz2012-11-221-0/+4
|\ \ \ | |_|/ |/| | Show error message to prevent adding a shared folder in the root dir fix...
| * | Show error message to prevent adding a shared folder in the root dir fix #468Brice Maron2012-11-161-0/+4
| | |
* | | adding comments on the form array indexesThomas Mueller2012-11-161-0/+3
| | |
* | | refs #461 - drag'n'drop upload to a sub folder is working nowThomas Mueller2012-11-162-4/+15
|/ /
* / port of approved pull request #442 - 'Always set renaming to false, also if ↵Björn Schießle2012-11-151-1/+1
|/ | | | renaming was aborted, to finalize the operation and show the file actions again.'
* Merge pull request #319 from owncloud/fileactions_newfileicewind19912012-11-121-6/+10
|\ | | | | Add fileactions to new files and folders
| * add actions to newly created files and foldersRobin Appelman2012-11-071-0/+2
| | | | | | | | closes #231
| * reuse jquery object when adding files to the file listRobin Appelman2012-11-071-6/+8
| |
* | add i18n for cancel buttonJörn Friedrich Dreyer2012-11-121-2/+5
| |
* | Merge pull request #261 from owncloud/fix_opera_file_deleteGeorg Ehrke2012-11-081-0/+3
|\ \ | |/ |/| fix file delete in opera - fixes #188
| * fix file delete in opera - fixes #188Georg Ehrke2012-11-051-0/+3
| |
* | Revert "fix blocking drag & drop upload of folders"Robin Appelman2012-11-071-2/+2
| | | | | | | | | | | | Fixes #150 This reverts commit 5b2f3c7f72a002b38da31a6748c0de22cb335203.
* | Merge pull request #306 from owncloud/crumb_drop_fixBjörn Schießle2012-11-071-1/+1
|\ \ | | | | | | extract the right file name for drag&drop.
| * | get the right file name for drag&drop. This was necessary after the switch ↵Björn Schießle2012-11-071-1/+1
| |/ | | | | | | to css to show/hide file actions, otherwise the actions where part of the extracted file name.
* / Moved relative_modified_date from file/js to core/jsAlessandro Cosentino2012-11-061-21/+0
|/
* remove debug statementsRobin Appelman2012-11-051-2/+0
|
* this line shouldn't be hereRobin Appelman2012-11-041-1/+0
|
* some more code reuse for fileactionsRobin Appelman2012-11-041-16/+13
| | | | also fixes an issue where some fileactions always worked on the last file in the list
* Fix shared status iconsMichael Gapczynski2012-10-281-1/+1
|
* properly replace fileaction icons with pngs when neededRobin Appelman2012-10-281-2/+2
|
* use css to show/hide fileactionsRobin Appelman2012-10-282-28/+10
|
* code styleRobin Appelman2012-10-281-93/+101
|
* Fix download url generationBart Visscher2012-10-271-1/+1
|