Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | more translations | Jörn Friedrich Dreyer | 2013-01-09 | 1 | -13/+12 |
| | |||||
* | fixing string concatenation in javascript | Thomas Mueller | 2013-01-07 | 1 | -1/+1 |
| | |||||
* | fix wrong return value for isFileNameValid() | Jörn Friedrich Dreyer | 2013-01-07 | 1 | -2/+2 |
| | |||||
* | minor whitespace & allow special translation for wrong urls | Jörn Friedrich Dreyer | 2013-01-07 | 2 | -22/+18 |
| | |||||
* | backport of #1092 to stable45 | Thomas Mueller | 2013-01-06 | 2 | -8/+16 |
| | |||||
* | input/form switching cleanup | Jörn Friedrich Dreyer | 2013-01-02 | 1 | -2/+2 |
| | |||||
* | abort rename on ESC keyup | Jörn Friedrich Dreyer | 2013-01-02 | 1 | -0/+7 |
| | |||||
* | show notification when renaming a file to '' | Jörn Friedrich Dreyer | 2013-01-02 | 1 | -0/+4 |
| | |||||
* | enable enter in ie by using .submit()+form instead of .change(), use ↵ | Jörn Friedrich Dreyer | 2013-01-02 | 1 | -15/+28 |
| | | | | notifications when name is empty | ||||
* | whitespace cleanup | Jörn Friedrich Dreyer | 2013-01-02 | 1 | -14/+14 |
| | |||||
* | remove unneeded line | Robin Appelman | 2012-12-15 | 1 | -1/+0 |
| | |||||
* | use json encoding when deleting multiply files instead of using ; as delimiter | Robin Appelman | 2012-12-15 | 1 | -0/+1 |
| | |||||
* | fix mimetype icons for new files | Robin Appelman | 2012-12-14 | 1 | -1/+1 |
| | |||||
* | Merge pull request #602 from butonic/add_drag_shadow_in_firefox_stable45 | Jörn Friedrich Dreyer | 2012-12-04 | 1 | -1/+1 |
|\ | | | | | show drag shadow in firefox by using helper:'clone' | ||||
| * | show drag shadow in firefox by using helper:'clone' | Jörn Friedrich Dreyer | 2012-11-29 | 1 | -1/+1 |
| | | |||||
* | | fix oc-605 | Jörn Friedrich Dreyer | 2012-12-04 | 1 | -7/+9 |
|/ | |||||
* | all but the first parameter are introduced by & | Arthur Schiwon | 2012-11-26 | 1 | -2/+2 |
| | |||||
* | introduce Files.containsInvalidCharacters(), use when creating or renaming files | Jörn Friedrich Dreyer | 2012-11-23 | 2 | -9/+17 |
| | | | | | Conflicts: apps/files/js/files.js | ||||
* | some more invalid characters have been added | Thomas Mueller | 2012-11-23 | 1 | -10/+15 |
| | | | | | Conflicts: apps/files/js/files.js | ||||
* | Also reject names with \ in the name | Bart Visscher | 2012-11-23 | 1 | -2/+2 |
| | | | | fixes issues #435 and #437 | ||||
* | Show error message to prevent adding a shared folder in the root dir fix #468 | Brice Maron | 2012-11-22 | 1 | -0/+4 |
| | |||||
* | backport of PR #471 | Thomas Mueller | 2012-11-16 | 2 | -4/+18 |
| | |||||
* | also set 'renaming' to false if renaming was aborted, this fixes issue #442 | Björn Schießle | 2012-11-15 | 1 | -1/+1 |
| | |||||
* | fix file delete in opera - fixes #188 | Georg Ehrke | 2012-11-08 | 1 | -0/+3 |
| | |||||
* | Revert "fix blocking drag & drop upload of folders" | Robin Appelman | 2012-11-07 | 1 | -2/+2 |
| | | | | | | Fixes #150 This reverts commit 5b2f3c7f72a002b38da31a6748c0de22cb335203. | ||||
* | fix blocking drag & drop upload of folders | Robin Appelman | 2012-10-12 | 1 | -2/+2 |
| | |||||
* | Sanitize user input | Lukas Reschke | 2012-10-12 | 1 | -6/+6 |
| | |||||
* | check if ID was assigned | Björn Schießle | 2012-10-08 | 1 | -1/+3 |
| | |||||
* | add data-id directly after upload/creation to the file list (bugfix for #1917) | Björn Schießle | 2012-10-08 | 2 | -3/+8 |
| | |||||
* | add ID to upload form and check if ID exist to avoid loading invalid ↵ | Björn Schießle | 2012-10-08 | 1 | -2/+3 |
| | | | | javascript code for read-only views. | ||||
* | Revert part of 5beca59b, fixes file upload bug oc-1926 | Michael Gapczynski | 2012-10-07 | 1 | -4/+1 |
| | |||||
* | enable user to download selected files from publically shared directory | Björn Schießle | 2012-10-05 | 1 | -1/+6 |
| | |||||
* | check if element really exists before calling it. (e.g. for public shared ↵ | Björn Schießle | 2012-10-05 | 1 | -2/+8 |
| | | | | files view, elements like "navigation" doesn't exist) | ||||
* | remove textbox after pressing "enter" even if the name is the same | Björn Schießle | 2012-10-02 | 1 | -16/+15 |
| | |||||
* | Correctly fix oc-1016 and fix downloading of files | Bart Visscher | 2012-09-28 | 1 | -1/+1 |
| | |||||
* | fix sharing for newly uploaded or created files | Robin Appelman | 2012-09-26 | 1 | -4/+5 |
| | |||||
* | some js style fixes | Robin Appelman | 2012-09-23 | 1 | -20/+22 |
| | |||||
* | Merge pull request #15 from scambra/delete-fixes | Thomas Müller | 2012-09-21 | 1 | -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 files | scambra | 2012-09-20 | 1 | -0/+1 |
| | | |||||
* | | translate rename and history actions | scambra | 2012-09-21 | 1 | -0/+1 |
| | | |||||
* | | Merge pull request #13 from scambra/safari-fixes | icewind1991 | 2012-09-20 | 1 | -1/+2 |
|\ \ | | | | | | | fix js success callback on safari when uploading files | ||||
| * | | fix js success callback on safari when uploading files | scambra | 2012-09-20 | 1 | -1/+2 |
| |/ | |||||
* | | fix for bug #1752 (Renaming of folders in files view does not work correctly ↵ | Björn Schießle | 2012-09-19 | 1 | -17/+19 |
| | | | | | | | | in firefox 15) | ||||
* | | Merge branch 'master' of github.com:owncloud/core | Björn Schießle | 2012-09-19 | 1 | -2/+2 |
|\| | |||||
| * | Fix oc-1769, renaming folders with extensions | Tom Needham | 2012-09-18 | 1 | -2/+2 |
| | | |||||
* | | add generated unique file name to the uploadingFiles list instead of the ↵ | Björn Schießle | 2012-09-19 | 1 | -1/+1 |
| | | | | | | | | original name | ||||
* | | execute lastAction() before add new one | Björn Schießle | 2012-09-19 | 1 | -9/+12 |
|/ | |||||
* | Fix oc-1726, cannot delete multiple files one by one without refresh | Tom Needham | 2012-09-17 | 1 | -1/+0 |
| | |||||
* | Enhanced space handling - thx fmms | Thomas Müller | 2012-09-17 | 1 | -4/+4 |
| | |||||
* | Adding a few more string to translation | Thomas Müller | 2012-09-17 | 1 | -6/+6 |
| |