Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | add IE9 CSS checkbox fixes | Jörn Friedrich Dreyer | 2012-12-07 | 1 | -7/+7 | |
| | | | | | ||||||
* | | | | | upload button HTML, CSS & JS cleanup | Jörn Friedrich Dreyer | 2012-12-07 | 1 | -6/+0 | |
| | | | | | ||||||
* | | | | | Merge pull request #640 from esthepiking/master | Thomas Müller | 2012-12-06 | 1 | -0/+1 | |
|\ \ \ \ \ | |_|_|_|/ |/| | | | | Keyboard Shortcuts | |||||
| * | | | | no message | Erik Sargent | 2012-11-28 | 1 | -1/+1 | |
| | | | | | ||||||
| * | | | | initial setup | Erik Sargent | 2012-11-28 | 1 | -0/+1 | |
| | | | | | ||||||
* | | | | | show drag shadow in firefox by using helper:'clone' | Jörn Friedrich Dreyer | 2012-11-27 | 1 | -1/+1 | |
|/ / / / | ||||||
* | | / | all but the first parameter are introduced by & | Arthur Schiwon | 2012-11-26 | 1 | -1/+1 | |
| |_|/ |/| | | ||||||
* | | | Merge pull request #480 from owncloud/fix_435_and_437 | Thomas Müller | 2012-11-23 | 1 | -3/+13 | |
|\ \ \ | |_|/ |/| | | Also reject names with \ in the name | |||||
| * | | introduce Files.containsInvalidCharacters(), use when creating or renaming files | Jörn Friedrich Dreyer | 2012-11-22 | 1 | -11/+16 | |
| | | | ||||||
| * | | some more invalid characters have been added | Thomas Mueller | 2012-11-22 | 1 | -6/+11 | |
| | | | ||||||
| * | | Also reject names with \ in the name | Bart Visscher | 2012-11-22 | 1 | -2/+2 | |
| |/ | | | | | | | fixes issues #435 and #437 | |||||
* | | Merge pull request #482 from eMerzh/fix_prevent_shared_folder | blizzz | 2012-11-22 | 1 | -0/+4 | |
|\ \ | |/ |/| | Show error message to prevent adding a shared folder in the root dir fix... | |||||
| * | Show error message to prevent adding a shared folder in the root dir fix #468 | Brice Maron | 2012-11-16 | 1 | -0/+4 | |
| | | ||||||
* | | adding comments on the form array indexes | Thomas Mueller | 2012-11-16 | 1 | -0/+3 | |
| | | ||||||
* | | refs #461 - drag'n'drop upload to a sub folder is working now | Thomas Mueller | 2012-11-16 | 1 | -3/+14 | |
|/ | ||||||
* | add i18n for cancel button | Jörn Friedrich Dreyer | 2012-11-12 | 1 | -2/+5 | |
| | ||||||
* | Revert "fix blocking drag & drop upload of folders" | Robin Appelman | 2012-11-07 | 1 | -2/+2 | |
| | | | | | | Fixes #150 This reverts commit 5b2f3c7f72a002b38da31a6748c0de22cb335203. | |||||
* | Merge pull request #306 from owncloud/crumb_drop_fix | Björn Schießle | 2012-11-07 | 1 | -1/+1 | |
|\ | | | | | extract the right file name for drag&drop. | |||||
| * | get the right file name for drag&drop. This was necessary after the switch ↵ | Björn Schießle | 2012-11-07 | 1 | -1/+1 | |
| | | | | | | | | to css to show/hide file actions, otherwise the actions where part of the extracted file name. | |||||
* | | Moved relative_modified_date from file/js to core/js | Alessandro Cosentino | 2012-11-06 | 1 | -21/+0 | |
|/ | ||||||
* | use css to show/hide fileactions | Robin Appelman | 2012-10-28 | 1 | -8/+0 | |
| | ||||||
* | Merge pull request #39 from scambra/date-l10n-fixes | Thomas Müller | 2012-10-18 | 1 | -5/+4 | |
|\ | | | | | Date l10n fixes | |||||
| * | Translate modification date when file is created/uploaded, use same strings ↵ | scambra | 2012-10-16 | 1 | -5/+4 | |
| | | | | | | | | as lib/template.php | |||||
* | | use interpolation for some translations in js | scambra | 2012-10-16 | 1 | -8/+8 | |
|/ | ||||||
* | Whitespace cleanup | Bart Visscher | 2012-10-14 | 1 | -1/+1 | |
| | ||||||
* | fix blocking drag & drop upload of folders | Robin Appelman | 2012-10-12 | 1 | -2/+2 | |
| | ||||||
* | add data-id directly after upload/creation to the file list (bugfix for #1917) | Björn Schießle | 2012-10-08 | 1 | -2/+6 | |
| | ||||||
* | 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) | |||||
* | fix sharing for newly uploaded or created files | Robin Appelman | 2012-09-26 | 1 | -4/+5 | |
| | ||||||
* | 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 | |
| | | ||||||
* | | add generated unique file name to the uploadingFiles list instead of the ↵ | Björn Schießle | 2012-09-19 | 1 | -1/+1 | |
|/ | | | | original name | |||||
* | 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 | |
| | ||||||
* | Don't pass content for a new text file from UI, fixes bug oc-1660 | Michael Gapczynski | 2012-09-06 | 1 | -1/+1 | |
| | ||||||
* | Add missing ; to js code | Bart Visscher | 2012-09-05 | 1 | -1/+1 | |
| | ||||||
* | Implement support for replacing files during upload with the actions: ↵ | Michael Gapczynski | 2012-09-05 | 1 | -7/+27 | |
| | | | | replace, suggest name, and cancel | |||||
* | use OC.PERMISSION_X to filter selected drag'n'drop elements | Jörn Friedrich Dreyer | 2012-08-31 | 1 | -5/+10 | |
| | ||||||
* | 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 | |
| | ||||||
* | Check if New and Upload buttons exist before adding their width to the total ↵ | Michael Gapczynski | 2012-08-06 | 1 | -1/+5 | |
| | | | | breadcrumbs width | |||||
* | Merge branch 'master' into share_api | Michael Gapczynski | 2012-08-06 | 1 | -0/+59 | |
|\ | | | | | | | | | | | Conflicts: apps/contacts/lib/app.php apps/contacts/templates/part.chooseaddressbook.rowfields.php | |||||
| * | Fix condition checking for resizing breadcrumbs | Michael Gapczynski | 2012-08-04 | 1 | -1/+1 | |
| | | ||||||
| * | Dynamically resize breadcrumbs, fix for bug oc-468 | Michael Gapczynski | 2012-08-04 | 1 | -0/+59 | |
| | | ||||||
* | | Merge branch 'master' into share_api | Michael Gapczynski | 2012-07-25 | 1 | -17/+21 | |
|\| | | | | | | | | | | | | | | | | | | | Conflicts: apps/calendar/js/loader.js apps/contacts/index.php apps/contacts/js/loader.js apps/files/js/files.js apps/files_sharing/sharedstorage.php lib/filesystemview.php |