Commit Graph

477 Commits (46b72cbff098babcf9dc63304ebd9a97df3c2d5c)

Author SHA1 Message Date
Vincent Petry 24a08c686d New file box now has default file name + extension 11 years ago
Vincent Petry 68f610a90e Update file list entry on rename 11 years ago
ganomi f94180a996 Fix filellist/rename/summary problem 11 years ago
Vincent Petry a7962faa56 Fixed delete action to show error message as notification 12 years ago
Jörn Friedrich Dreyer 5da2929180 fix filtering number like filenames in filelist 12 years ago
Vincent Petry 5bdfccfc47 Fixed total dirs/files message hiding condition 12 years ago
Vincent Petry 80c8666d3a Deleting all files in trash now only sends a single flag 12 years ago
Vincent Petry e285e84e18 Selection summary is now displayed properly 12 years ago
Vincent Petry 4998faf343 Added JS event for when the user changes the directory 12 years ago
Vincent Petry c16fbbf386 Increased upload error delay to 10 seconds 12 years ago
Vincent Petry bdc75e497b Fixed totalDirs JS error 12 years ago
Ramiro Aparicio b49530f80b Do not count the size of shared folder on total 12 years ago
Vincent Petry 31181e4348 Fixed storage stats to be based on current directory 12 years ago
Vincent Petry 5d9ab6e7ac Update quota value in client after scan and upload 12 years ago
Thomas Müller b869fb2a09 calling getstoragestats.php only if a user is logged in because this call requires a user to be logged in 12 years ago
Jörn Friedrich Dreyer adb5de4a88 prefer closest over parent 12 years ago
Jörn Friedrich Dreyer a4be1ebeb8 use data-file to retrieve filename 12 years ago
Vincent Petry 1be1c57bc8 Corretly hide "no permissions" message in controls in viewer mode 12 years ago
Vincent Petry 19eeb618ff Prevent closing the create dropdown when right clicking in Firefox 12 years ago
Vincent Petry aeac3186ee Fixed summary visibility check 12 years ago
Vincent Petry 71cf83b314 Added fix to correctly parse non-array error messages 12 years ago
Vincent Petry efbd79198b Fixed preview URL + size while dragging an existing file 12 years ago
Vincent Petry e62ca4ea4f Append file etag to preview URLs 12 years ago
Jörn Friedrich Dreyer 8ed73e5ced use a more descriptive error message when the user tries to create '/Shared' 12 years ago
Thomas Müller ca3771f8fd fixing js syntax error 12 years ago
Jörn Friedrich Dreyer 45e6d96702 prevent user from creating or renaming sth. to an existing filename 12 years ago
Vincent Petry 263f8bebfe Added FileList.setViewerMode to hide controls 12 years ago
Vincent Petry 3bb7cf939e Fixed ugly white space while loading file thumbnail 12 years ago
kondou 732e7db319 Fix mind-boggling emptycontent logic 12 years ago
kondou 7864a3bf07 Fix shared folder still showing fileheader 12 years ago
kondou 40cc57ab3e Improve updateEmptyContent logic 12 years ago
kondou 60b25a2e97 Create FileList.updateEmptyContent() and fix not showing emptycontent after deletion 12 years ago
Bjoern Schiessle 1c611a3dfb give getSelectedFilesTrash() a unique name for the trash.js to avoid confusions with the same function in files.js 12 years ago
Vincent Petry 467f864db4 Fixed sharing status update for new/uploaded files 12 years ago
Vincent Petry c6f14001bb Fixed drag and drop upload to breadcrumb 12 years ago
Vincent Petry 92e646413a Fixed drag and drop onto folders 12 years ago
Vincent Petry fab4102c51 Disabled ajax mode for public files view 12 years ago
kondou f828b51ede Hide files list header, when theres no files to see 12 years ago
Vincent Petry e98ea06890 File actions are now updated after create/upload file 12 years ago
Vincent Petry e2a4417079 Fixed conflict dialog in IE8 12 years ago
Thomas Müller 7c6ed6ab33 catch exceptions while uploading and pass on the error message 12 years ago
Jörn Friedrich Dreyer 4ccbace68d remove double uri encoding 12 years ago
Jörn Friedrich Dreyer 0683372200 canceling individual uploads is currently impossible because there is no placeholder 12 years ago
Jörn Friedrich Dreyer 8899543b7f use !== comparison 12 years ago
Vincent Petry 6a4563f203 Fix breadcrumb to reinit dnd after ajax nav #5064 12 years ago
Vincent Petry 0736bfb43a Do not call changeDirectory() when no dir set on breadcrumb 12 years ago
Vincent Petry 9d2595a7c5 Shortened notification message that was too long 12 years ago
Georg Ehrke 8a1618bce5 implement previews for public upload 12 years ago
Vincent Petry 1962bed261 Replace plus sign with space in files app URL #4932 12 years ago
Jörn Friedrich Dreyer 98ff847830 fix race condition in lazy preview loading 12 years ago