Commit Graph

445 Commits (ffbcfef614715ffaa1d53bdd6744e533ddaeb8c1)

Author SHA1 Message Date
Jörn Friedrich Dreyer 8ed73e5ced use a more descriptive error message when the user tries to create '/Shared' 13 years ago
Thomas Müller ca3771f8fd fixing js syntax error 13 years ago
Jörn Friedrich Dreyer 45e6d96702 prevent user from creating or renaming sth. to an existing filename 13 years ago
Vincent Petry 263f8bebfe Added FileList.setViewerMode to hide controls 13 years ago
Vincent Petry 3bb7cf939e Fixed ugly white space while loading file thumbnail 13 years ago
kondou 732e7db319 Fix mind-boggling emptycontent logic 13 years ago
kondou 7864a3bf07 Fix shared folder still showing fileheader 13 years ago
kondou 40cc57ab3e Improve updateEmptyContent logic 13 years ago
kondou 60b25a2e97 Create FileList.updateEmptyContent() and fix not showing emptycontent after deletion 13 years ago
Bjoern Schiessle 1c611a3dfb give getSelectedFilesTrash() a unique name for the trash.js to avoid confusions with the same function in files.js 13 years ago
Vincent Petry 467f864db4 Fixed sharing status update for new/uploaded files 13 years ago
Vincent Petry c6f14001bb Fixed drag and drop upload to breadcrumb 13 years ago
Vincent Petry 92e646413a Fixed drag and drop onto folders 13 years ago
Vincent Petry fab4102c51 Disabled ajax mode for public files view 13 years ago
kondou f828b51ede Hide files list header, when theres no files to see 13 years ago
Vincent Petry e98ea06890 File actions are now updated after create/upload file 13 years ago
Vincent Petry e2a4417079 Fixed conflict dialog in IE8 13 years ago
Thomas Müller 7c6ed6ab33 catch exceptions while uploading and pass on the error message 13 years ago
Jörn Friedrich Dreyer 4ccbace68d remove double uri encoding 13 years ago
Jörn Friedrich Dreyer 0683372200 canceling individual uploads is currently impossible because there is no placeholder 13 years ago
Jörn Friedrich Dreyer 8899543b7f use !== comparison 13 years ago
Vincent Petry 6a4563f203 Fix breadcrumb to reinit dnd after ajax nav #5064 13 years ago
Vincent Petry 0736bfb43a Do not call changeDirectory() when no dir set on breadcrumb 13 years ago
Vincent Petry 9d2595a7c5 Shortened notification message that was too long 13 years ago
Georg Ehrke 8a1618bce5 implement previews for public upload 13 years ago
Vincent Petry 1962bed261 Replace plus sign with space in files app URL #4932 13 years ago
Jörn Friedrich Dreyer 98ff847830 fix race condition in lazy preview loading 13 years ago
Jörn Friedrich Dreyer ae97fad632 fix double translation of error message 13 years ago
Thomas Müller c30c153ea5 fixing typos and l10n 13 years ago
Jörn Friedrich Dreyer 89ed0007c0 jsdoc types should go into {} 13 years ago
Jörn Friedrich Dreyer 0d81a53e12 use 96x96 as 64x64 thumbnails in conflicts dialog, 64x64 looks very blocky ... maybe something is wrong there 13 years ago
Thomas Müller 3c0e93e220 no file actions during upload 13 years ago
Jörn Friedrich Dreyer 715846626e hide excessive logging with a trace flag 13 years ago
Thomas Müller 20a43d1982 remove file action elements before recreating them 13 years ago
Thomas Müller 6ed2df11fc store the permissions retrieved via ajax within the dom element 13 years ago
Jörn Friedrich Dreyer 86c4c83b86 use exists 13 years ago
Jörn Friedrich Dreyer b40925ae17 initial scrollto implementation: 13 years ago
Jörn Friedrich Dreyer d41e722629 refactor upload progress 13 years ago
Vincent Petry 30a2f2f352 Use hash part of URL for IE8 in files app 13 years ago
Vincent Petry 611075bf20 Fixed JS error in trashbin app 13 years ago
Vincent Petry 3cf0820d35 Changed breadcrumb event handling to not use delegate 13 years ago
Vincent Petry 364e7991a4 Fixed ajax support to also update the current dir permissions 13 years ago
Thomas Müller 4ab5e58e02 update file summary on ajax file list load 13 years ago
Thomas Müller 4e751cbb47 fixing breadcrumbs on ajax loading of files 13 years ago
Thomas Müller ef955bae56 calling replaceSVG() to display breadcrumb images correctly on IE8 13 years ago
Thomas Müller e6f21927d6 fixing no-repeat for IE8 13 years ago
Vincent Petry 1304b511e9 Ajax calls for "files" and "files_trashbin" apps 13 years ago
Jörn Friedrich Dreyer 7854cf04ee refactor upload js & html to always use only js to fill form data 13 years ago
Jörn Friedrich Dreyer 03c90e968f whitespace and indentation fixes 13 years ago
Jörn Friedrich Dreyer 577e3f22b2 remove unused hooks 13 years ago