summaryrefslogtreecommitdiffstats
path: root/apps/files/js
Commit message (Collapse)AuthorAgeFilesLines
* more translationsJörn Friedrich Dreyer2013-01-091-13/+12
|
* fixing string concatenation in javascriptThomas Mueller2013-01-071-1/+1
|
* fix wrong return value for isFileNameValid()Jörn Friedrich Dreyer2013-01-071-2/+2
|
* minor whitespace & allow special translation for wrong urlsJörn Friedrich Dreyer2013-01-072-22/+18
|
* backport of #1092 to stable45Thomas Mueller2013-01-062-8/+16
|
* input/form switching cleanupJörn Friedrich Dreyer2013-01-021-2/+2
|
* abort rename on ESC keyupJörn Friedrich Dreyer2013-01-021-0/+7
|
* show notification when renaming a file to ''Jörn Friedrich Dreyer2013-01-021-0/+4
|
* enable enter in ie by using .submit()+form instead of .change(), use ↵Jörn Friedrich Dreyer2013-01-021-15/+28
| | | | notifications when name is empty
* whitespace cleanupJörn Friedrich Dreyer2013-01-021-14/+14
|
* remove unneeded lineRobin Appelman2012-12-151-1/+0
|
* use json encoding when deleting multiply files instead of using ; as delimiterRobin Appelman2012-12-151-0/+1
|
* fix mimetype icons for new filesRobin Appelman2012-12-141-1/+1
|
* Merge pull request #602 from butonic/add_drag_shadow_in_firefox_stable45Jörn Friedrich Dreyer2012-12-041-1/+1
|\ | | | | show drag shadow in firefox by using helper:'clone'
| * show drag shadow in firefox by using helper:'clone'Jörn Friedrich Dreyer2012-11-291-1/+1
| |
* | fix oc-605Jörn Friedrich Dreyer2012-12-041-7/+9
|/
* all but the first parameter are introduced by &Arthur Schiwon2012-11-261-2/+2
|
* introduce Files.containsInvalidCharacters(), use when creating or renaming filesJörn Friedrich Dreyer2012-11-232-9/+17
| | | | | Conflicts: apps/files/js/files.js
* some more invalid characters have been addedThomas Mueller2012-11-231-10/+15
| | | | | Conflicts: apps/files/js/files.js
* Also reject names with \ in the nameBart Visscher2012-11-231-2/+2
| | | | fixes issues #435 and #437
* Show error message to prevent adding a shared folder in the root dir fix #468Brice Maron2012-11-221-0/+4
|
* backport of PR #471Thomas Mueller2012-11-162-4/+18
|
* also set 'renaming' to false if renaming was aborted, this fixes issue #442Björn Schießle2012-11-151-1/+1
|
* fix file delete in opera - fixes #188Georg Ehrke2012-11-081-0/+3
|
* Revert "fix blocking drag & drop upload of folders"Robin Appelman2012-11-071-2/+2
| | | | | | Fixes #150 This reverts commit 5b2f3c7f72a002b38da31a6748c0de22cb335203.
* fix blocking drag & drop upload of foldersRobin Appelman2012-10-121-2/+2
|
* Sanitize user inputLukas Reschke2012-10-121-6/+6
|
* check if ID was assignedBjörn Schießle2012-10-081-1/+3
|
* add data-id directly after upload/creation to the file list (bugfix for #1917)Björn Schießle2012-10-082-3/+8
|
* add ID to upload form and check if ID exist to avoid loading invalid ↵Björn Schießle2012-10-081-2/+3
| | | | javascript code for read-only views.
* 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 ↵Björn Schießle2012-10-051-2/+8
| | | | files view, elements like "navigation" doesn't exist)
* remove textbox after pressing "enter" even if the name is the sameBjörn Schießle2012-10-021-16/+15
|
* Correctly fix oc-1016 and fix downloading of filesBart Visscher2012-09-281-1/+1
|
* fix sharing for newly uploaded or created filesRobin Appelman2012-09-261-4/+5
|
* some js style fixesRobin Appelman2012-09-231-20/+22
|
* Merge pull request #15 from scambra/delete-fixesThomas Müller2012-09-211-0/+1
|\ | | | | use post to delete files, get has a limit and fails with many files
| * use post to delete files, get has a limit and fails with many filesscambra2012-09-201-0/+1
| |
* | translate rename and history actionsscambra2012-09-211-0/+1
| |
* | Merge pull request #13 from scambra/safari-fixesicewind19912012-09-201-1/+2
|\ \ | | | | | | fix js success callback on safari when uploading files
| * | fix js success callback on safari when uploading filesscambra2012-09-201-1/+2
| |/
* | fix for bug #1752 (Renaming of folders in files view does not work correctly ↵Björn Schießle2012-09-191-17/+19
| | | | | | | | in firefox 15)
* | Merge branch 'master' of github.com:owncloud/coreBjörn Schießle2012-09-191-2/+2
|\|
| * Fix oc-1769, renaming folders with extensionsTom Needham2012-09-181-2/+2
| |
* | add generated unique file name to the uploadingFiles list instead of the ↵Björn Schießle2012-09-191-1/+1
| | | | | | | | original name
* | execute lastAction() before add new oneBjörn Schießle2012-09-191-9/+12
|/
* Fix oc-1726, cannot delete multiple files one by one without refreshTom Needham2012-09-171-1/+0
|
* Enhanced space handling - thx fmmsThomas Müller2012-09-171-4/+4
|
* Adding a few more string to translationThomas Müller2012-09-171-6/+6
|