| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge pull request #39 from scambra/date-l10n-fixes | Thomas Müller | 2012-10-18 | 1 | -5/+4 |
|\ |
|
| * | Translate modification date when file is created/uploaded, use same strings a... | scambra | 2012-10-16 | 1 | -5/+4 |
* | | fix oc-605 | Jörn Friedrich Dreyer | 2012-10-18 | 1 | -7/+9 |
* | | use interpolation for some translations in js | scambra | 2012-10-16 | 2 | -14/+14 |
|/ |
|
* | Whitespace cleanup | Bart Visscher | 2012-10-14 | 2 | -5/+5 |
* | 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 javascri... | Björn Schießle | 2012-10-08 | 1 | -2/+3 |
* | 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 fil... | Björn Schießle | 2012-10-05 | 1 | -2/+8 |
* | 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 | 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 | 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 |
* | | 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 orig... | Björn Schießle | 2012-09-19 | 1 | -1/+1 |
* | | 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 |
* | show the size of new files when using New->From Url | Robin Appelman | 2012-09-16 | 1 | -2/+4 |
* | Support for unshare from self, with a bunch of temporary fixes to overcome co... | Michael Gapczynski | 2012-09-07 | 2 | -2/+12 |
* | Don't pass content for a new text file from UI, fixes bug oc-1660 | Michael Gapczynski | 2012-09-06 | 1 | -1/+1 |
* | Don't delete the file anymore to replace it in the UI, just overwrite it | Michael Gapczynski | 2012-09-05 | 1 | -16/+11 |
* | Add permissions to new files/folders, bug fix for oc-1649 | Michael Gapczynski | 2012-09-05 | 1 | -2/+2 |
* | Add missing ; to js code | Bart Visscher | 2012-09-05 | 2 | -5/+5 |
* | Implement support for replacing files during upload with the actions: replace... | Michael Gapczynski | 2012-09-05 | 2 | -44/+107 |
* | Fix some jslint warnings | Bart Visscher | 2012-09-04 | 2 | -7/+7 |
* | use OC.PERMISSION_X to filter selected drag'n'drop elements | Jörn Friedrich Dreyer | 2012-08-31 | 1 | -5/+10 |
* | unify permissions (3/3): remove old PERMISSION_X from FileActions & OC.Share | Jörn Friedrich Dreyer | 2012-08-31 | 1 | -5/+0 |
* | unify permissions (2/3): change apps to use OC::PERMISSION_X | Jörn Friedrich Dreyer | 2012-08-31 | 1 | -4/+4 |
* | oc-1548: prevent user from leaving the page while a file upload is in progress | Thomas Mueller | 2012-08-31 | 1 | -0/+15 |
* | use permissions to quickfix drag selections | Jörn Friedrich Dreyer | 2012-08-31 | 1 | -2/+5 |
* | Whitespace fixes in apps | Bart Visscher | 2012-08-29 | 1 | -3/+3 |
* | Temporary fix to prevent rename action in root of Shared directory | Michael Gapczynski | 2012-08-24 | 1 | -0/+4 |
* | Moves the lastAction=null outside the if so it can include the undo requests ... | Juan Carlos Cornejo | 2012-08-22 | 1 | -1/+1 |
* | Fixes a bug where if one tries to delete a file, then clicks undo, and then t... | Juan Carlos Cornejo | 2012-08-22 | 1 | -0/+1 |
* | Fix deletion for browser that do not support onBeforeUnload, fixes oc-1534. | Arthur Schiwon | 2012-08-20 | 1 | -17/+24 |
* | Check if New and Upload buttons exist before adding their width to the total ... | Michael Gapczynski | 2012-08-06 | 1 | -1/+5 |
* | Merge branch 'master' into share_api | Michael Gapczynski | 2012-08-06 | 1 | -0/+59 |
|\ |
|