summaryrefslogtreecommitdiffstats
path: root/apps/files/js/files.js
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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-071-6/+0
* Merge pull request #640 from esthepiking/masterThomas Müller2012-12-061-0/+1
|\
| * no messageErik Sargent2012-11-281-1/+1
| * 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-231-3/+13
|\
| * introduce Files.containsInvalidCharacters(), use when creating or renaming filesJörn Friedrich Dreyer2012-11-221-11/+16
| * 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 #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-161-3/+14
|/
* add i18n for cancel buttonJörn Friedrich Dreyer2012-11-121-2/+5
* Revert "fix blocking drag & drop upload of folders"Robin Appelman2012-11-071-2/+2
* Merge pull request #306 from owncloud/crumb_drop_fixBjörn Schießle2012-11-071-1/+1
|\
| * get the right file name for drag&drop. This was necessary after the switch to...Björn Schießle2012-11-071-1/+1
* | Moved relative_modified_date from file/js to core/jsAlessandro Cosentino2012-11-061-21/+0
|/
* use css to show/hide fileactionsRobin Appelman2012-10-281-8/+0
* Merge pull request #39 from scambra/date-l10n-fixesThomas Müller2012-10-181-5/+4
|\
| * Translate modification date when file is created/uploaded, use same strings a...scambra2012-10-161-5/+4
* | use interpolation for some translations in jsscambra2012-10-161-8/+8
|/
* Whitespace cleanupBart Visscher2012-10-141-1/+1
* fix blocking drag & drop upload of foldersRobin Appelman2012-10-121-2/+2
* add data-id directly after upload/creation to the file list (bugfix for #1917)Björn Schießle2012-10-081-2/+6
* add ID to upload form and check if ID exist to avoid loading invalid javascri...Björn Schießle2012-10-081-2/+3
* Revert part of 5beca59b, fixes file upload bug oc-1926Michael Gapczynski2012-10-071-4/+1
* enable user to download selected files from publically shared directoryBjörn Schießle2012-10-051-1/+6
* check if element really exists before calling it. (e.g. for public shared fil...Björn Schießle2012-10-051-2/+8
* fix sharing for newly uploaded or created filesRobin Appelman2012-09-261-4/+5
* Merge pull request #13 from scambra/safari-fixesicewind19912012-09-201-1/+2
|\
| * fix js success callback on safari when uploading filesscambra2012-09-201-1/+2
* | add generated unique file name to the uploadingFiles list instead of the orig...Björn Schießle2012-09-191-1/+1
|/
* Enhanced space handling - thx fmmsThomas Müller2012-09-171-4/+4
* Adding a few more string to translationThomas Müller2012-09-171-6/+6
* show the size of new files when using New->From UrlRobin Appelman2012-09-161-2/+4
* Don't pass content for a new text file from UI, fixes bug oc-1660Michael Gapczynski2012-09-061-1/+1
* Add missing ; to js codeBart Visscher2012-09-051-1/+1
* Implement support for replacing files during upload with the actions: replace...Michael Gapczynski2012-09-051-7/+27
* use OC.PERMISSION_X to filter selected drag'n'drop elementsJörn Friedrich Dreyer2012-08-311-5/+10
* oc-1548: prevent user from leaving the page while a file upload is in progressThomas Mueller2012-08-311-0/+15
* use permissions to quickfix drag selectionsJörn Friedrich Dreyer2012-08-311-2/+5
* Whitespace fixes in appsBart Visscher2012-08-291-3/+3
* Check if New and Upload buttons exist before adding their width to the total ...Michael Gapczynski2012-08-061-1/+5