Commit Graph

117 Commits (8828fafd362e3559a7448c846896203c563cc08a)

Author SHA1 Message Date
Jörn Friedrich Dreyer 8828fafd36 cleanup comments 12 years ago
Jörn Friedrich Dreyer 673e0c01a7 fix page leaving checks 12 years ago
Jörn Friedrich Dreyer 796e137e82 fix upload to folder 12 years ago
Jörn Friedrich Dreyer bbf8acb383 separate uploading code from progress code, add progress capability detection 12 years ago
Jörn Friedrich Dreyer 49fd7e9f1e refactor dialog creation 12 years ago
Alessandro Cosentino b10a646bc8 rename emptyfolder to emptycontent 12 years ago
kondou 6bd0f3cba7 Reimplement filesummary in JS 12 years ago
Georg Ehrke b16a018da9 use random string as id for checkbox 12 years ago
Georg Ehrke d538a566ac fix background size in filelist.js 12 years ago
Georg Ehrke 13e34649bf move path generation for previews to dedicated function 12 years ago
Jörn Friedrich Dreyer bf04daff82 architecture too complex 12 years ago
Jan-Christoph Borchardt 7e4dcd268f vertically center rename input box 12 years ago
Jörn Friedrich Dreyer f94e603698 progress fixes 12 years ago
Jan-Christoph Borchardt cba0f69622 increase row height to 50px, properly position everything, checkboxes, actions etc 12 years ago
Jörn Friedrich Dreyer 9da49264ea change filelist ui updates 12 years ago
Georg Ehrke 4f525c864d lazy load preview icons 12 years ago
Jörn Friedrich Dreyer e1927d5bee fix whitespace, check selected files before starting upload 12 years ago
kondou 4002491947 Reword a phrase 12 years ago
kondou 9549bd3e68 Use plural translations 12 years ago
Jan-Christoph Borchardt 1a1c100719 fix loading.gif size for both upload and deletion, force visiblity 12 years ago
Victor Dubiniuk 33fe24dc3d Replace delete icon with spinner 12 years ago
Björn Schießle a00cff7c05 disable "deleted files" button if trash bin is empty 12 years ago
Jan-Christoph Borchardt 48948ccf5f finally remove the file size obfuscation as it had more disadvantages. I was wrong, sorry. 12 years ago
Björn Schießle cb81ceb31d add new file above summary if it is the first file in the list 12 years ago
Georg Ehrke d332b1d4a2 implement preview loading after upload 12 years ago
Robin Appelman 492c0571a0 fix detection of public upload in filelist.js 12 years ago
Roman Geber ddb0ff346d Public upload feature 12 years ago
Morris Jobke e0547a25ab if rename of file fails, the rename is undone in the view - #fix 2820 12 years ago
Jan-Christoph Borchardt 0872f641dd darker low threshold color for file size and age fading, better contrast 12 years ago
Jörn Friedrich Dreyer 591b383f2d peselect filename without extension on rename 12 years ago
Bart Visscher 802a5a331b Fix displaying spinner on delete 12 years ago
Jörn Friedrich Dreyer e31d74037a use local variable to walk DOM only once 12 years ago
Jörn Friedrich Dreyer c1a944a655 return created table row, use as context in fileupload events 12 years ago
Georg Ehrke ff9476b3e3 fix oc#47 12 years ago
Björn Schießle dbf2bfc8cd delete table row if file was deleted instead of just hide it 12 years ago
Bart Visscher bb75dfc021 Whitespace fixes 12 years ago
Bernhard Posselt 3b9d9eea09 replaced for in loops with normal enumerating loops to fix #1803 12 years ago
Jörn Friedrich Dreyer 676f89bbdb extract common code 12 years ago
Georg Ehrke 2137bbe330 remove code properly 12 years ago
Georg Ehrke 8961e675c7 remove (comment out) old code to fix replacing of files 12 years ago
Bart Visscher ed1dc3e064 Fix files router download links 12 years ago
Thomas Müller 1d3c1328fa remove undefined function FileList.finishDelete 12 years ago
Jörn Friedrich Dreyer 22812c5f0d replace live() with on() in core js 12 years ago
Björn Schießle 9ca0a93847 make spinner title translatable 12 years ago
Björn Schießle 1592764a60 show a spinner instead of the delete button while moving files to the trash bin 12 years ago
Björn Schießle d10e137939 icons added; empty trash bin message added 12 years ago
Björn Schießle 320233ec3d merge conflict fixed 12 years ago
Björn Schießle 16ae902e31 no undo notification for deleted file, we use the trash bin instead 12 years ago
Jörn Friedrich Dreyer cbb118d4a3 adapt to isFileNameValid, whitespace cleanup 12 years ago
Thomas Mueller b4191b7da5 rename containsInvalidCharacters() to isFileNameValid() - NOTE: semantic has changed! 12 years ago