Commit Graph

67 Commits (2ec96c7a636f8c5bdd75144d79a30f868be470b2)

Author SHA1 Message Date
Jörn Friedrich Dreyer 8cf1e560bb add IE9 CSS checkbox fixes 13 years ago
Jörn Friedrich Dreyer 810e02099e upload button HTML, CSS & JS cleanup 13 years ago
Erik Sargent 0c6b53c25e no message 13 years ago
Erik Sargent ccb9bb4be0 initial setup 13 years ago
Jörn Friedrich Dreyer 9a441d3e3a show drag shadow in firefox by using helper:'clone' 13 years ago
Arthur Schiwon 776be8d9f7 all but the first parameter are introduced by & 13 years ago
Jörn Friedrich Dreyer a81d7cd79f introduce Files.containsInvalidCharacters(), use when creating or renaming files 13 years ago
Thomas Mueller cd495bf9ba some more invalid characters have been added 13 years ago
Bart Visscher 1793e85a52 Also reject names with \ in the name 13 years ago
Brice Maron 02bc440900 Show error message to prevent adding a shared folder in the root dir fix #468 13 years ago
Thomas Mueller 4a3b5125cf adding comments on the form array indexes 13 years ago
Thomas Mueller 7af4cf48c9 refs #461 - drag'n'drop upload to a sub folder is working now 13 years ago
Jörn Friedrich Dreyer bbef5b377e add i18n for cancel button 13 years ago
Robin Appelman e14054610f Revert "fix blocking drag & drop upload of folders" 13 years ago
Björn Schießle 168a2c7b6b get the right file name for drag&drop. This was necessary after the switch to css to show/hide file actions, otherwise the actions where part of the extracted file name. 13 years ago
Alessandro Cosentino 50dbb30eb9 Moved relative_modified_date from file/js to core/js 13 years ago
Robin Appelman fe6b987b3d use css to show/hide fileactions 13 years ago
scambra c814a7a841 use interpolation for some translations in js 13 years ago
scambra 5ecce8bfb7 Translate modification date when file is created/uploaded, use same strings as lib/template.php 13 years ago
Bart Visscher 4af5b016cc Whitespace cleanup 13 years ago
Robin Appelman 5b2f3c7f72 fix blocking drag & drop upload of folders 13 years ago
Björn Schießle 2923d24921 add data-id directly after upload/creation to the file list (bugfix for #1917) 13 years ago
Björn Schießle 4dba91838f add ID to upload form and check if ID exist to avoid loading invalid javascript code for read-only views. 13 years ago
Michael Gapczynski 4b446f3edd Revert part of 5beca59b, fixes file upload bug oc-1926 13 years ago
Björn Schießle 5e2bce24b4 enable user to download selected files from publically shared directory 13 years ago
Björn Schießle 5beca59b9c check if element really exists before calling it. (e.g. for public shared files view, elements like "navigation" doesn't exist) 13 years ago
Robin Appelman cfbca40fbe fix sharing for newly uploaded or created files 13 years ago
scambra aee8949c92 fix js success callback on safari when uploading files 13 years ago
Björn Schießle 6596094a28 add generated unique file name to the uploadingFiles list instead of the original name 13 years ago
Thomas Müller 21bffbfb69 Enhanced space handling - thx fmms 13 years ago
Thomas Müller 7a7d2a06b3 Adding a few more string to translation 13 years ago
Robin Appelman 7da3492ab5 show the size of new files when using New->From Url 13 years ago
Michael Gapczynski d936590f77 Don't pass content for a new text file from UI, fixes bug oc-1660 13 years ago
Bart Visscher 9329af921d Add missing ; to js code 13 years ago
Michael Gapczynski a26ea6d65c Implement support for replacing files during upload with the actions: replace, suggest name, and cancel 13 years ago
Jörn Friedrich Dreyer 73d0a2b8f7 use OC.PERMISSION_X to filter selected drag'n'drop elements 13 years ago
Thomas Mueller 077e988136 oc-1548: prevent user from leaving the page while a file upload is in progress 13 years ago
Jörn Friedrich Dreyer 26ef012418 use permissions to quickfix drag selections 13 years ago
Bart Visscher 0e58800016 Whitespace fixes in apps 13 years ago
Michael Gapczynski de7f48b050 Check if New and Upload buttons exist before adding their width to the total breadcrumbs width 14 years ago
Michael Gapczynski 7c0a5d4a59 Check if New and Upload buttons exist before adding their width to the total breadcrumbs width 14 years ago
Michael Gapczynski 086397d8a1 Fix condition checking for resizing breadcrumbs 14 years ago
Michael Gapczynski 207ca3ec06 Dynamically resize breadcrumbs, fix for bug oc-468 14 years ago
Michael Gapczynski 4d17ed2f71 Make file actions permissions aware 14 years ago
Michael Gapczynski b58e72cdb2 Alert user of errors when creating new files or folders 14 years ago
Robin Appelman a49c07cf88 progressbar for New->From Url 14 years ago
Bjoern Schiessle b95996c02c - when creating a new text file or directory which name already exist use the same pattern as for file uploads in such a case (add a (N) to the name) 14 years ago
Bjoern Schiessle ef6b6ac230 block slashes only for new files and new folders but not for file upload from url (bug #964) 14 years ago
Bjoern Schiessle f6e7c633a0 block slashes only for new files and new folders but not for file upload from url (bug #964) 14 years ago
Robin Appelman 063c9accb6 prevent creating files with a / the name 14 years ago