summaryrefslogtreecommitdiffstats
path: root/apps/files/js
Commit message (Expand)AuthorAgeFilesLines
* rename containsInvalidCharacters() to isFileNameValid() - NOTE: semantic has ...Thomas Mueller2013-01-062-5/+17
* Files: prevent people from renaming files to '.'Robin Appelman2013-01-051-1/+1
* Merge pull request #869 from owncloud/files-stylesJan-Christoph Borchardt2012-12-201-13/+5
|\
| * move CSS from JS to CSSJan-Christoph Borchardt2012-12-201-10/+3
| * bring back fixed multiselect bar so it’s visible when scrolled down, fix #746Jan-Christoph Borchardt2012-12-131-3/+2
* | Merge pull request #974 from owncloud/fixing-120-masterJan-Christoph Borchardt2012-12-201-12/+0
|\ \
| * | remove timezone.jsThomas Müller2012-12-201-12/+0
* | | Merge pull request #925 from owncloud/fix_issue_918Bart Visscher2012-12-201-0/+6
|\ \ \ | |/ / |/| |
| * | Trigger last action before continuing with creating a new file/folder/from linkMichael Gapczynski2012-12-161-0/+3
| * | Trigger the last action before continuing with a file upload, fixes issue #918Michael Gapczynski2012-12-161-0/+3
* | | Merge pull request #842 from owncloud/restrict_keyboard_shortcutsThomas Müller2012-12-171-0/+3
|\ \ \ | |/ / |/| |
| * | prevent keyboardshortcuts from catching events outside the main doc - e.g. th...Thomas Mueller2012-12-121-0/+3
| |/
* | Merge pull request #875 from owncloud/multiplefiles_jsonBart Visscher2012-12-141-1/+1
|\ \
| * | remove unneeded lineRobin Appelman2012-12-131-1/+0
| * | use json encoding when deleting multiply files instead of using ; as delimiterRobin Appelman2012-12-131-0/+1
| |/
* / fix mimetype icons for new filesRobin Appelman2012-12-131-1/+1
|/
* fix svg -> png replacement for android, cleanup and remove obsolete cssJörn Friedrich Dreyer2012-12-071-7/+1
* 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
|\
| * 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
|\
| * 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
* | 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 and si...libasys2012-11-141-11/+20
* | | 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 #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 r...Björn Schießle2012-11-151-1/+1
|/
* Merge pull request #319 from owncloud/fileactions_newfileicewind19912012-11-121-6/+10
|\