Commit Graph

103 Commits (0833be9d4eacdfd712b9a52ab4545effb64f790a)

Author SHA1 Message Date
Robin Appelman e14054610f Revert "fix blocking drag & drop upload of folders" 14 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. 14 years ago
Alessandro Cosentino 50dbb30eb9 Moved relative_modified_date from file/js to core/js 14 years ago
Robin Appelman 34fee8afaa remove debug statements 14 years ago
Robin Appelman 4f32f49fb1 this line shouldn't be here 14 years ago
Robin Appelman f187aa6c93 some more code reuse for fileactions 14 years ago
Michael Gapczynski 60e5054ae8 Fix shared status icons 14 years ago
Robin Appelman 0fbb99690b properly replace fileaction icons with pngs when needed 14 years ago
Robin Appelman fe6b987b3d use css to show/hide fileactions 14 years ago
Robin Appelman d9ef6da2e4 code style 14 years ago
Bart Visscher 939b51e46f Fix download url generation 14 years ago
Jörn Friedrich Dreyer e307bf31c8 fix oc-605 14 years ago
scambra c814a7a841 use interpolation for some translations in js 14 years ago
scambra 5ecce8bfb7 Translate modification date when file is created/uploaded, use same strings as lib/template.php 14 years ago
Bart Visscher 4af5b016cc Whitespace cleanup 14 years ago
Robin Appelman 5b2f3c7f72 fix blocking drag & drop upload of folders 14 years ago
Lukas Reschke e5f2d46c6f Sanitize user input 14 years ago
Björn Schießle 32e2d7ef8f check if ID was assigned 14 years ago
Björn Schießle 2923d24921 add data-id directly after upload/creation to the file list (bugfix for #1917) 14 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. 14 years ago
Michael Gapczynski 4b446f3edd Revert part of 5beca59b, fixes file upload bug oc-1926 14 years ago
Björn Schießle 5e2bce24b4 enable user to download selected files from publically shared directory 14 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) 14 years ago
Björn Schießle 92b37119e3 remove textbox after pressing "enter" even if the name is the same 14 years ago
Bart Visscher 4e2f575938 Correctly fix oc-1016 and fix downloading of files 14 years ago
Robin Appelman cfbca40fbe fix sharing for newly uploaded or created files 14 years ago
Robin Appelman a22a5d6807 some js style fixes 14 years ago
scambra 107b641708 translate rename and history actions 14 years ago
scambra 1b411df83e use post to delete files, get has a limit and fails with many files 14 years ago
scambra aee8949c92 fix js success callback on safari when uploading files 14 years ago
Björn Schießle 223bf3e47c fix for bug #1752 (Renaming of folders in files view does not work correctly in firefox 15) 14 years ago
Björn Schießle 6596094a28 add generated unique file name to the uploadingFiles list instead of the original name 14 years ago
Björn Schießle 1e880feab1 execute lastAction() before add new one 14 years ago
Tom Needham 8a74a39c42 Fix oc-1769, renaming folders with extensions 14 years ago
Tom Needham 597fed4fde Fix oc-1726, cannot delete multiple files one by one without refresh 14 years ago
Thomas Müller 21bffbfb69 Enhanced space handling - thx fmms 14 years ago
Thomas Müller 7a7d2a06b3 Adding a few more string to translation 14 years ago
Robin Appelman 7da3492ab5 show the size of new files when using New->From Url 14 years ago
Michael Gapczynski 73d726d1b2 Support for unshare from self, with a bunch of temporary fixes to overcome configuration problems with file actions 14 years ago
Michael Gapczynski d936590f77 Don't pass content for a new text file from UI, fixes bug oc-1660 14 years ago
Michael Gapczynski 837eb1871d Don't delete the file anymore to replace it in the UI, just overwrite it 14 years ago
Michael Gapczynski a5211e31bc Add permissions to new files/folders, bug fix for oc-1649 14 years ago
Bart Visscher 9329af921d Add missing ; to js code 14 years ago
Michael Gapczynski a26ea6d65c Implement support for replacing files during upload with the actions: replace, suggest name, and cancel 14 years ago
Bart Visscher f188f6cc2f Fix some jslint warnings 14 years ago
Jörn Friedrich Dreyer 73d0a2b8f7 use OC.PERMISSION_X to filter selected drag'n'drop elements 14 years ago
Jörn Friedrich Dreyer ca8120e9f4 unify permissions (3/3): remove old PERMISSION_X from FileActions & OC.Share 14 years ago
Jörn Friedrich Dreyer 3ba27e624f unify permissions (2/3): change apps to use OC::PERMISSION_X 14 years ago
Thomas Mueller 077e988136 oc-1548: prevent user from leaving the page while a file upload is in progress 14 years ago
Jörn Friedrich Dreyer 26ef012418 use permissions to quickfix drag selections 14 years ago